Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nall3n opened this issue Sep 9, 2021 · 2 comments
Open

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

nall3n opened this issue Sep 9, 2021 · 2 comments

Comments

@nall3n
Copy link

nall3n commented Sep 9, 2021

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
Copy link

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants