-
-
Notifications
You must be signed in to change notification settings - Fork 432
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
KeyValues.ExportToString crashing since 1.11 #2202
Comments
I have narrowed it down to sourcemod-1.11.0-git6939-windows is the point when it starts crashing I compile on sourcemod-1.11.0-git6939-windows and also run the server on the same version 6939 is just gamedata something between 6936 and 6939 is causing this issue the code (just my test file, so it has some unrelated mess):
|
weird guess in master, probably this? |
When Empires Mod dev tried to use some debugger: EDIT: but not sure, might not be that commit |
Hi. First for all, topic first post lack lot of information, now this turned to guessing.
Seems second person have track when this issue start, but no more information than game is what, "Empires Mod" ? I tested on Windows10, with latest stable MM:S and SM. using Day Of Defeat: Source dedicated server, and no problems. Works fine.
|
Windows Dedicated Server - Empires Mod (SDK 2013)
also crashes when using meta 1.12 |
sourcemod-1.11.0 stable
I have several commands that crash after 1.11 and narrowed it down to keyvalues.exporttostring
for me this simple code crashes.
KeyValues copy = new KeyValues("Scenario");
char buffer[1000];
copy.ExportToString(buffer,sizeof(buffer));
it worked in 1.10
The text was updated successfully, but these errors were encountered: