launch_server bug

Beins
Joined 11/02/2022
Posts 9,239
03:27 PM 04/07/2022
When im trying to test my game, there is this weird bug that happens whenever I open launch_server and the file quickly force quits by itself and I can't test my game due to that. Is there any way I can fix it or am I doing a step wrong?


[SU] Siamese
Joined 17/06/2022
Posts 1,555
03:28 PM 04/07/2022
its always been there


Beins
Joined 11/02/2022
Posts 9,239
03:35 PM 04/07/2022
Quote from Siamese , 03:28 PM 04/07/2022
its always been there
you're not helping dude


megamixa
Joined 19/10/2020
Posts 3
10:01 PM 09/07/2022
open the launch_server.bat in like notepad and add a new line and write PAUSE
like this

node start.js
pause

it will make the cmd not close automatically, and then you can see whats the error


Beins
Joined 11/02/2022
Posts 9,239
01:23 PM 10/07/2022
Quote from megamixa , 10:01 PM 09/07/2022
open the launch_server.bat in like notepad and add a new line and write PAUSE
like this

node start.js
pause

it will make the cmd not close automatically, and then you can see whats the error
thank you

1