source-sdk-2013
source-sdk-2013 copied to clipboard
Can't compile neither Server nor Client for both TF and HL2MP
Hi. I'm glad Source SDK updated 10 years later! I downloaded the code and generated the solution. But when building client (TF) and server (TF) I got an error:
Error C2382 '_msize_base': redefinition; different exception specifications Client (TF) C:\source-sdk-2013-master\src\public\tier0\memoverride.cpp 278
So if it is an redefinition, I was able to comment out this _msize_base redefenition and both client and server compiled successfully. But unfortunately when I run my mod_tf with the compiled client and server binaries,
I get an assertion utlbuffer.cpp on line 222 , which if ignored causes the game to crash.