ValveSoftware / source-sdk-2013

The 2013 edition of the Source SDK
https://developer.valvesoftware.com/wiki/SDK2013_GettingStarted
Other
3.7k stars 1.99k forks source link

Secobmod Crashes when map is loaded #446

Closed lunar0724 closed 5 years ago

lunar0724 commented 6 years ago

The Co-Op base mod Secobmod: https://developer.valvesoftware.com/wiki/Co-Operative_Base_(Mod) crashes when loading any map. Setting "maxplayers" to 1 fixes the issue. I believe this happens with Tony Sergi's MP animation fix: https://github.com/tonysergi/source-sdk-2013 any fix for this?

kisak-valve commented 6 years ago

Hello @danksteviee, please copy your system information from steam (Steam -> Help -> System Information) and put it in a gist, then include a link to the gist in this issue report. Additionally, if you can find any CrashIDs or minidumps related to this issue, please include them.

lunar0724 commented 6 years ago

https://gist.github.com/danksteviee/34367d9208e2dade194562e680697305 No I don't have a minidump nor CrashID on the mod because it doesn't generate.

NicolasDe commented 6 years ago

If you have an issue with some specific mod, report it to the creator of the mod... If you are trying to find why and where it crashes, run the mod from the visual studio.

uwueviee commented 5 years ago

SecobMod is crashing because it uses an older version of the SDK. If you want to run SecobMod, either use the previous beta branch or update it.

lunar0724 commented 5 years ago

Uh I already know that. This is a old issue.