Forums » Bugs
Error on entering capships and other oddities during skirmishes
Sometimes I get this when I enter a cap ship:
http://kitchen.nfshost.com/ven/dump0117.png
When I run without any plugins the error doesn't pop up but I sometimes don't get a turret list.
Interestingly it seems to be rays sample repair script that triggers it. This one: http://vendetta-online.com/x/msgboard/9/17108
Not sure if it's related. During skirmishes sometimes odd goo gets written to the chat area.
In the chat area it looks like 4 unprintable characters and a newline. This is how it looks like in the log (through less):
@^W<C9>^A
CTextDraw warning: trying to display character 23 0x17 ('^W')
CTextDraw warning: trying to display character 201 0xc9 ('<C9>')
CTextDraw warning: trying to display character 1 0x01 ('^A')
CTextDraw warning: trying to display character 23 0x17 ('^W')
CTextDraw warning: trying to display character 201 0xc9 ('<C9>')
CTextDraw warning: trying to display character 1 0x01 ('^A')
CTextDraw warning: trying to display character 23 0x17 ('^W')
CTextDraw warning: trying to display character 201 0xc9 ('<C9>')
CTextDraw warning: trying to display character 1 0x01 ('^A')
[Wed Feb 10 02:37:49 2010] @^W<C9>^A
Once I even got the name of a texture:
[Wed Feb 10 03:11:57 2010] textures/x_flare_blaster_03.jpg1
http://kitchen.nfshost.com/ven/dump0117.png
When I run without any plugins the error doesn't pop up but I sometimes don't get a turret list.
Interestingly it seems to be rays sample repair script that triggers it. This one: http://vendetta-online.com/x/msgboard/9/17108
Not sure if it's related. During skirmishes sometimes odd goo gets written to the chat area.
In the chat area it looks like 4 unprintable characters and a newline. This is how it looks like in the log (through less):
@^W<C9>^A
CTextDraw warning: trying to display character 23 0x17 ('^W')
CTextDraw warning: trying to display character 201 0xc9 ('<C9>')
CTextDraw warning: trying to display character 1 0x01 ('^A')
CTextDraw warning: trying to display character 23 0x17 ('^W')
CTextDraw warning: trying to display character 201 0xc9 ('<C9>')
CTextDraw warning: trying to display character 1 0x01 ('^A')
CTextDraw warning: trying to display character 23 0x17 ('^W')
CTextDraw warning: trying to display character 201 0xc9 ('<C9>')
CTextDraw warning: trying to display character 1 0x01 ('^A')
[Wed Feb 10 02:37:49 2010] @^W<C9>^A
Once I even got the name of a texture:
[Wed Feb 10 03:11:57 2010] textures/x_flare_blaster_03.jpg1
Hm, interesting. I'll try to figure out what's going on there.