Hi All,
I'm trying to get the ShooterGame running as a dedicated server on a no-graphics virtual machine.
As such, I have to find a way to launch it without the actual editor.
I'm trying it with the following command that I managed to puzzle together. It seems to try to do what I want it to do:
c:\Program Files\Unreal Engine\4.0\Engine\Binaries\Win64\UE4
Editor.exe "c:\Users\DATA\Documents\Unreal Projects\dratone_arenaproject\ShooterGame.uproject " sanctuary -server -log
It launches a seperate window with all kinds of log information but then, the process crashes and the epic crash report window appears.
The log window unfortunatly has already disappeared.
I've found the following in the log files which says nothing at all:
[2014.04.23-10.00.24:992][ 0]LogConsoleResponseisplay: GraphicsQuality 1
[2014.04.23-10.00.25:204][ 0]LogWindows: === Critical error: ===
[2014.04.23-10.00.25:205][ 0]LogWindows: Fatal error!
[2014.04.23-10.00.25:206][ 0]LogExit: Executing StaticShutdownAfterError
[2014.04.23-10.00.25:222][ 0]LogWindows: FPlatformMisc::RequestExit(1)
[2014.04.23-10.00.25:223][ 0]Log file closed, 04/23/14 12:00:25
Lastly, I'm first trying to get this to work on the same machine that I develop on. So this machine does have a good enough graphics system etc.
I just need to eventually get this to work on a virtual machine.
I hope you guys can help me get this to work.
I'm trying to get the ShooterGame running as a dedicated server on a no-graphics virtual machine.
As such, I have to find a way to launch it without the actual editor.
I'm trying it with the following command that I managed to puzzle together. It seems to try to do what I want it to do:
c:\Program Files\Unreal Engine\4.0\Engine\Binaries\Win64\UE4
Editor.exe "c:\Users\DATA\Documents\Unreal Projects\dratone_arenaproject\ShooterGame.uproject " sanctuary -server -log
It launches a seperate window with all kinds of log information but then, the process crashes and the epic crash report window appears.
The log window unfortunatly has already disappeared.
I've found the following in the log files which says nothing at all:
[2014.04.23-10.00.24:992][ 0]LogConsoleResponseisplay: GraphicsQuality 1
[2014.04.23-10.00.25:204][ 0]LogWindows: === Critical error: ===
[2014.04.23-10.00.25:205][ 0]LogWindows: Fatal error!
[2014.04.23-10.00.25:206][ 0]LogExit: Executing StaticShutdownAfterError
[2014.04.23-10.00.25:222][ 0]LogWindows: FPlatformMisc::RequestExit(1)
[2014.04.23-10.00.25:223][ 0]Log file closed, 04/23/14 12:00:25
Lastly, I'm first trying to get this to work on the same machine that I develop on. So this machine does have a good enough graphics system etc.
I just need to eventually get this to work on a virtual machine.
I hope you guys can help me get this to work.
Comment