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

⛔ ensl_hlds container receives 'FATAL Error (shutting down): Couldn't find 'decals.wad' in "DEFAULTGAME" search path' #11

Open
brcaswell opened this issue Aug 13, 2022 · 1 comment

Comments

@brcaswell
Copy link
Contributor

brcaswell commented Aug 13, 2022

entry.sh has the following line:

./hlds_run $HLDS_OPTS

.env (or .env.default) contain the following:

HLDS_OPTS=-game ns +maxplayers 32 +log on +map ns_veil +exec ns/server.cfg -port 27016 -pingboost 3 +sys_ticrate 1000

which results in:

Console initialized.
WARNING: W_LoadWadFile, couldn't load fonts.wad
FATAL ERROR (shutting down): Couldn't find 'decals.wad' in "DEFAULTGAME" search path


these fatal errors are written to a file called debug.log on the container by default, so I added the following line to write and persist them the logs folder during diagnostics

./hlds_run $HLDS_OPTS >> /home/steam/hlds/ns/logs/debug.log &

I then tried specifying ./hlds_linux $HLDS_OPTS specifically here, but has the same result.

I tried the [hlds_linux] New feature: -insert_search_path switch (for both hlds_linux and hlds_run -- it does not resolve the issue (or seem to function even).

@jirikivaari
Copy link
Contributor

Yeah I have this issue, need to fix this.

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

2 participants