-
Notifications
You must be signed in to change notification settings - Fork 11
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
Crash in studiorenderer #32
Comments
I've had a crash with this while debugging a couple times and I wasn't able to find the cause of it. If you manage to find a fit it is going in |
I see a correlation between a bug where the current weapon holsters when picking up a grenades and slams and new items. When the holster happens, the weapon invisible, but I can still shoot. I'm hoping the change below fixes things. |
Sad to say. In spite of all the changes, I got a crash in studiorenderer again. This seems like it could be difficult to pin down: I don't see any correlation to the crash. |
This is almost certainly not related some model error, but is a result of memory corruption. It just so happens to finally crash in studiorenderer. I'll see about running the game through a memory debugger. This can easily be done on Linux with valgrind, but I will look into Windows memory debuggers. |
I'm getting random crashes in StudioRenderer.dll. It happens in both release and debug. I can go days without an issue and it can happen several times in a row. Let me know if anyone else is having this problem.
The text was updated successfully, but these errors were encountered: