gameservers-docker
gameservers-docker copied to clipboard
wine: cannot find L"server/Wreckfest.exe"
Hi! I don't know if im just stupid or what. But after i build the wreckfest image and try to run it. I get an error saying that the Wreckfest.exe file does not exist. And i can't attach to the docker because it gets stuck in a restarting loop.
If anyone could help that would be great
I was having the same issue. Changing this line in start-wreckfest.sh
exec wine server/Wreckfest.exe -s server_config=server_config.cfg
to
exec wine Wreckfest.exe -s server_config=server_config.cfg
fixed the issue for me, but also issue #19 confuses me because having /server/ fixes other issues that I have not encountered.
Looks like server/Wreckfest.exe
was removed in a June 30th update
I just rebuilt wreckfest locally, changing the path in the shell script back from server/Wreckfest.exe
to Wreckfest.exe
and it works. It also reports successfully connecting to Steam, so I don't think this change will cause #19 to happen again either. I'll push a change to master shortly