We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was used motdfile variable to control motd.txt file name.
But for some reason in Linux (In Winodws works) the motdfile "" (Empty) cause a FATAL ERROR:
FATAL ERROR (shutting down): COM_LoadFile: Bad path length:
Segmentation fault
Ps. i used as empty variable to avoid MOTD to be show to players.
Someone can confirm this?
The text was updated successfully, but these errors were encountered:
Testing on a random server:
motdfile "motdfile" is "motd.txt" motdfile "" motdfile "motdfile" is "" version Protocol version 48 Exe version 1.1.2.7/Stdio (cstrike) ReHLDS version: 3.8.0.711-dev Build date: 13:13:38 Feb 6 2021 (2492) Build from: 722e19d
Sorry, something went wrong.
The crash occours when player enter in game with motdfile ""
Tested on 3.11.0.776 - Latest
be0e1c8
No branches or pull requests
I was used motdfile variable to control motd.txt file name.
But for some reason in Linux (In Winodws works) the motdfile "" (Empty) cause a FATAL ERROR:
FATAL ERROR (shutting down): COM_LoadFile: Bad path length:
Segmentation fault
Ps. i used as empty variable to avoid MOTD to be show to players.
Someone can confirm this?
The text was updated successfully, but these errors were encountered: