gameservers-docker icon indicating copy to clipboard operation
gameservers-docker copied to clipboard

wine: cannot find L"server/Wreckfest.exe"

Open nall3n opened this issue 3 years ago • 2 comments

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

nall3n avatar Sep 09 '21 08:09 nall3n

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.

GGrandma avatar Sep 10 '21 01:09 GGrandma

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

sirsquidness avatar Sep 10 '21 02:09 sirsquidness