what could cause the dedicated server console log to be blank? the server is still running, the log file is being produced, but I can’t see the output in the console. I just get this:
Instead of this:
what could cause the dedicated server console log to be blank? the server is still running, the log file is being produced, but I can’t see the output in the console. I just get this:
Instead of this:
I fixed the problem. add the following text to a “.bat” file, and put it into the WindowsServer folder of your packaged build. replace “BaseBuilder” with your project’s name.
cd %~dp0\BaseBuilder\Binaries\Win64
start BaseBuilderServer -log
Also, it appears that there is no log text for shipping builds of dedicated servers