OpenSourceLAN / gameservers-docker

A bunch of game servers I use, dockerised
Other
515 stars 68 forks source link

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

Open nall3n opened 3 years ago

nall3n commented 3 years ago

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

GGrandma commented 3 years ago

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.

sirsquidness commented 3 years ago

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