Hello, I try to start my server as a windows service daemon , but the server doesn't start and I don't know why and what is the problem. Anybody know why ? I install my service like that:
ExecWait '$INSTDIR\Crimson8-ServerService.exe //IS//Crimson8-ServerService --Description="Crimson 8 Server Service" --Install=$INSTDIR\Crimson8-ServerService.exe --Jvm=auto --Classpath=%CLASSPATH%;$INSTDIR\crimson8-server.jar --StartMode=jvm --StartClass=com.crimson.core.CsLauncher --StartParams=-conf;$INSTDIR\conf\default.json --StopMode=jvm --StopClass=com.crimson.core.CsLauncher --StopMethod=stopService' the Crimson8-ServerService.exe is the renamed prunsrv.exe, I tried to debug with the prunmgr.exe but I didn't success to find a solution. I don't have any log and know how to debug really what going on Can you help me plz ? regards Adrien