Closed ClaudiuHKS closed 4 years ago
Can you attach a test script and describe how to reproduce the problem?
This is for the spcomp.exe
issue. About the OnClientPutInServer
crash I have no idea yet, I will come back with a message soon. I mean, I have no idea if it crashes with a specific plug-in or it crashes even without any plug-in at all too.
The characters printed in chat are looking like ?????@...,,@E@FF@
. Only when compiled with spcomp.exe
having 464
Kb (Windows
). Didn't try on Linux
. When compiled with spcomp.exe
having 453
Kb, it works fine.
I am back.
Build # 6559
/csgo/addons/sourcemod/bin/ OK
& /csgo/addons/sourcemod/extensions/ OK
Build # 6562
/csgo/addons/sourcemod/bin/ FAIL
& /csgo/addons/sourcemod/extensions/ OK
This is how to reproduce a crash after OnClientPutInServer is called, with a PrintToChatAll
call: hattricks_connect_announcer.zip
Note, I use bot_quota 6
& bot_join_after_player 0
in my testing game server. These two values are not the default values for these ConVars. Just saying.
I note that I have no idea if there are any other calls causing crashes. I have just found this one for now.
LogMessage("Step 1");
is logged but LogMessage("Step 2");
is never logged.
Thanks, I'll test this today.
The utf8 issue should be fixed. I'll test the crash as soon as I can.
Help us help you
Environment
Microsoft Windows 10 Enterprise Insider Preview 10.0.19631
730
cl740
svCS:GO
game1.11
1.11.0-manual
, always the newest from the list (that works & can be downloaded forWindows
)1.11.1130
I don't use stable versions.
Description
Guys, since
spcomp.exe
is464 Kb
(Build #6545
is453 Kb
), characters form.sp
that are looking likeăîâșțĂÎÂȘȚ
don't show correctly withUTF-8
encoding (didn't tryUTF-8-BOM
.sp
encoding yet and also don't wanna try). Just saying. Also, with Build #6562
, the game server crashes when the client puts in server on Windows. Wasn't able to test Build #6563
and6565
because lack of Windows release to be downloaded from the Dev. branches.Tested with
CS:GO
game [730
cl740
sv Steam(tm)AppID
].I note that I actually run Build #
6559
and works perfectly on my public community dedicated CS:GO game server.I note that I actually run
compile.exe
&spcomp.exe
from the Build #6545
.