-
Apprentice
How to fix the crash %n?
I need to fix the crash of titanlinkserver/gameserver using %n.
I am using the sources published by bet0x
-
-
Re: How to fix the crash %n?
why not use other titanlinkserver and test?
-
Apprentice
Re: How to fix the crash %n?
and what titanlinkserver is fix? I have tried with several and none serves
-
Apprentice
Re: How to fix the crash %n?
%n where ? login?, chatbox?, create clan?, create character?
-
Enthusiast
Re: How to fix the crash %n?
i think in /post ogc have same problem and im change files
-
Apprentice
Re: How to fix the crash %n?
The bug makes it with the following: / post /gg %n, @> %n and add a friend also placed user "%n"
-
Re: How to fix the crash %n?
You need to recode the /post or /gg function. Its not a big stuff just simple use one memcpy, because now you are using one in /post or /gg command and than in the sendmessage function too, and this double memcpy cause the crash.