STARTER.bat WONT START PLEASE I NEED HELP

To receive support, please fill out the following template, and remove this top text.

GTA V version? 1.0.1604.1
Up to date? yes
Legit or Pirate copy? legit
Steam/CD/Social Club? steam/social club
Windows version? 10
Did you try to delete caches.xml and try again? yes
Error screenshot (if any)
System specifications
What did you do to get this is

sue? i just started the starter.bat and it happened
What server did you get this issue on?
CitizenFX.log file
.dmp files/report IDs

If an issue with starting:
GTA V folder screenshot
GTA V/update/x64/dlcpacks screenshot
Filepath to FiveM folder
FiveM client folder screenshot
Did you try to disable/uninstall your Anti-virus?

so recently i tried starting up my new server with starter.bat but it couldn’t open for some resson! i checked the files inside of it and they were all good,even tried unstalling it and re installing it, i checked my server key in the server.cfg file and its there and working. the problem is that when i open the starter.bat it opens then quickly closes so i cant see the issue, i even tried writing “PAUSE” in the starter.bat file but it still would pause the crash. please help!

Posting the contents of this so called ‘STARTER.bat’ file would help. Since it sure as hell doesn’t come pre-installed with FXServer.

i posted the notepad of the contents
of the starter.bat

Can you please show screenshots of your file structure including paths. Show where run.cmd is located also.

done
there all listed up there
tell me if you need more

Don’t edit the original topic, just post is as a reply so I get notified.

ah
ok sorry

Clone cfx-server-data in a new folder (outside of your FXServer folder).

From the documentation. Looks to me you have it inside the FXServer folder (albeit you’ve not named it that)

by fxserver folder you mean “server1234” right?

so i cloned it outisde the FXserver folder and i put it in desktop.
is that correct?

Here’s an example of my file structure, yours should look similar.

behind everything

my equivalent of the documentation's 'FXServer' directory (/bin/)

my equivalent of the documentation's 'cfx-server-data' directory (/development/)

… and my batch file I use to launch the server is simply:

..\bin\run.cmd +exec server.cfg

ok so il make it look similar and that should fix the star.bat not opening right?

No, not necessarily.

Try a batch file like this:

cd cfx-server-data-master
..\run.cmd +exec server.cfg
1 Like

and the cfx-server-data where do i put it??

Like the docs says, in a directory outside of your FXServer directory (the folder containing binaries).


outside of this folder then

Yes, something like server1234/cfx-server-data or so.

tried this it didnt work

Updated file structure from the server1234/ directory please.