Thread: Crash in Docker
View Single Post
thederpysage
Junior Member
Join Date: Mar 2022
Old 03-07-2022 , 16:49   Re: Crash in Docker
Reply With Quote #3

Quote:
Originally Posted by asherkin View Post
You appear to have logging off on the server so it can't be seen from the crash dump, but check what TF2Items prints that it is using for the GiveNamedItem offset on startup.

Your Docker volume configuration isn't correct though, addons/sourcemod/data/ and addons/sourcemod/gamedata/ should be persistent - I suspect the latter is the problem and you're throwing away auto-updated SM / TF2Items gamedata (a new TF2Items snapshot hasn't been built in many years).
I rewrote the dockerfile to make those folders persistent.

There was some point in my testing that it was showing me the offset, but at this point it is not and will still crash when I try to join.

I tried to enable Logging but my dumps still look *generally* the same...
https://crash.limetech.org/bth3twwviby7

Update: I have some other ideas so I will continue to tinker and report back...

Last edited by thederpysage; 03-07-2022 at 17:14. Reason: Update
thederpysage is offline