Client crash on certain speech colors?
Posted: Fri Aug 11, 2006 5:25 pm
When I was checking into the bug Jediman reported earlier about magic fields/blade spirits, I had to start a new character to test with since the one I had already would constantly get a client crash whenever I tried casting any spells.
After a bit of debugging, I figured out that the reason for the client crashes was my character's speech text colour. In the WSC files, my character had the following values:
Speech=0x7620,0x23
I changed it to the following, and the client stopped crashing:
Speech=0x58,0x23
Now, I don't know how that specific text colour (the one that crashed the client) got set for my character, but it might be an idea to implement some safeguards in UOX3 against invalid/dangerous text-hues.
After a bit of debugging, I figured out that the reason for the client crashes was my character's speech text colour. In the WSC files, my character had the following values:
Speech=0x7620,0x23
I changed it to the following, and the client stopped crashing:
Speech=0x58,0x23
Now, I don't know how that specific text colour (the one that crashed the client) got set for my character, but it might be an idea to implement some safeguards in UOX3 against invalid/dangerous text-hues.