pelican-eggs / yolks

Docker images designed for use with Pterodactyl's Egg system.
MIT License
86 stars 241 forks source link

HLDS cstrike 1.6 error starting #208

Closed mhos closed 9 months ago

mhos commented 9 months ago

Having issues starting game server. Getting the following error: Success! App '90' already up to date. :/home/container$ ./hlds_run -console -game ${HLDS_GAME} -port ${SERVER_PORT} -sport ${VAC_PORT} +map ${SRCDS_MAP} +ip 0.0.0.0 -strictportbind -norestart Error:./libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /home/container/filesystem_stdio.so)

Not sure how to set the ENV to use the correct so or to tell if the libstdc++6 package is getting installed. Any advise? I checked the closed issues didn't find anything.

Update: Found this over in the eggs repo: https://github.com/kristoisberg/samp-gps-plugin/issues/4 Related?

Thanks

QuintenQVD0 commented 9 months ago

I hope you read the error? Your version it is complaining about it way older and is shiped with our source image. Valve broke it. Just rename /home/container/libstdc++.so.6 to the same but to .old at the end. Then it will uses the system lib and will just work. Not egg related.

StereoType95 commented 9 months ago

Renaming doesn't help: Error:/home/container/filesystem_stdio.so: cannot open shared object file: No such file or directory Any way it tries to open this file

QuintenQVD0 commented 9 months ago

Renaming doesn't help: Error:/home/container/filesystem_stdio.so: cannot open shared object file: No such file or directory Any way it tries to open this file

Sorry, mentioned the wrong file was /home/container/libstdc++.so.6