Forren2007-06-08 01:16:06
Alright.. for some reason, squinting south caused a segmentation fault in Mudbot. Here's the crash.log:
Section - Processing buffer.
Section - Processing server line.
Module - LMapper.
Section - Reading from...
Descriptor - Server.
"ÈChar.VitalsNL:0/100 H:5800/5800 M:6400/6400 E:6600/5500 P:10/10 N:27900/27900 W:30900/30900 ðÈChar.VitalsNL:0/100 H:5800/5800 M:6400/6400 E:6600/5500 P:10/10 N:27900/27900 W:30900/30900 ðYou can see no further.ÈChar.VitalsNL:0/100 H:5800/5800 M:6400/6400 E:6600/5500 P:10/10 N:27900/27900 W:30900/30900 ð esSilrx<>-ï-ïP:10/10 N:27900/27900 W:30900/30900 ð esSilrx<>-ïÈChar.VitalsNL:0/100 H:5800/5800 M:6400/6400 E:6600/5500 P:10/10 N:27900/27900 W:30900/30900 ð esSilrx<>-ïø5ˆ|¡C‘|¬"
Line - "A golden light flows outward from a shield shrine of Terentia nearby. This location is flooded with shallow, crystal clear water. The stars twinkle in the clear night sky. A statue of Veshkal stands here, memorializing his noble spirit. There are 20 archons of Eternal Light here. An obsidian eye sigil is here. Queen of the White Doe, Dylara of the Thousand Eyes is here. She wields a mystic cudgel in her left hand and a glowing powerstone in her right."
Length - 455 (raw 534)
(0) parse_title
(1) parse_room
(2) parse_sprint
(3) parse_who
(4) trigger_cmp
(5) parse_alertness
Only thing I can think of is the room name and shrine message have the same color. Ideas for a fix?
Section - Processing buffer.
Section - Processing server line.
Module - LMapper.
Section - Reading from...
Descriptor - Server.
"ÈChar.VitalsNL:0/100 H:5800/5800 M:6400/6400 E:6600/5500 P:10/10 N:27900/27900 W:30900/30900 ðÈChar.VitalsNL:0/100 H:5800/5800 M:6400/6400 E:6600/5500 P:10/10 N:27900/27900 W:30900/30900 ðYou can see no further.ÈChar.VitalsNL:0/100 H:5800/5800 M:6400/6400 E:6600/5500 P:10/10 N:27900/27900 W:30900/30900 ð esSilrx<>-ï-ïP:10/10 N:27900/27900 W:30900/30900 ð esSilrx<>-ïÈChar.VitalsNL:0/100 H:5800/5800 M:6400/6400 E:6600/5500 P:10/10 N:27900/27900 W:30900/30900 ð esSilrx<>-ïø5ˆ|¡C‘|¬"
Line - "A golden light flows outward from a shield shrine of Terentia nearby. This location is flooded with shallow, crystal clear water. The stars twinkle in the clear night sky. A statue of Veshkal stands here, memorializing his noble spirit. There are 20 archons of Eternal Light here. An obsidian eye sigil is here. Queen of the White Doe, Dylara of the Thousand Eyes is here. She wields a mystic cudgel in her left hand and a glowing powerstone in her right."
Length - 455 (raw 534)
(0) parse_title
(1) parse_room
(2) parse_sprint
(3) parse_who
(4) trigger_cmp
(5) parse_alertness
Only thing I can think of is the room name and shrine message have the same color. Ideas for a fix?
Xavius2007-06-08 02:22:01
Stupid forums ate my reply.
Anyways, are you sure that parse_title is the last thing that ran, and not parse_alertness? Does the title alias react to color? Has it crashed again when glancing or squinting into a different room with a shield shrine room sanctified?
Anyways, are you sure that parse_title is the last thing that ran, and not parse_alertness? Does the title alias react to color? Has it crashed again when glancing or squinting into a different room with a shield shrine room sanctified?
Unknown2007-06-08 02:23:38
You'd be right about that, Forren, especially using a wrapwidth greater than 80. I'll bet the character buffer for a title isn't large enough to handle the whole shrine line. Seems like we'll have to do the same fix with LMapper that I did for my zMUD automapper script and ignore the similar colored lines between the (real) room name line and the exits line.
Forren2007-06-08 02:50:29
QUOTE(Zarquan @ Jun 7 2007, 10:23 PM) 415692
You'd be right about that, Forren, especially using a wrapwidth greater than 80. I'll bet the character buffer for a title isn't large enough to handle the whole shrine line. Seems like we'll have to do the same fix with LMapper that I did for my zMUD automapper script and ignore the similar colored lines between the (real) room name line and the exits line.
It was working fine with 250, but it hates no wrapwidth for some reason. Until this gets fixed, I'm sticking to 250.
Theomar2007-06-08 15:51:41
I haven't had a problem with wrapwidth 0, but lately I've been having a problem when I load a module. Here's the log:
Section - Processing client data.
Section - Processing client command.
Module - ILua.
Section - Reading from...
Descriptor - Client.
"`il unload SystemZ0H+#bha7Zv?"
(0) get_string
(1) get_string
(2) get_string
(3) strip_unprint
(4) module_process_client_command
(5) process_client
CODE
Section - Processing client data.
Section - Processing client command.
Module - ILua.
Section - Reading from...
Descriptor - Client.
"`il unload SystemZ0H+#bha7Zv?"
(0) get_string
(1) get_string
(2) get_string
(3) strip_unprint
(4) module_process_client_command
(5) process_client