Using courier, bitstream and arial it crashed. Using Dina, which wasn't installed when I installed MUSH, MUSHclient did not crash.
Like I have stated previously you can make a new trigger with regex and bold selected then trigger it. This will crash MUSHclient using the above non-Dina fonts.
Here is what you requested:
This is a regex trigger before it will crash me:
Quote:
<triggers>
<trigger
enabled="y"
match="^You try to use your left hand but it is still too numb\.$"
regexp="y"
sequence="100"
>
</trigger>
</triggers>
This is the same regex trigger after selecting bold and it will/did crash me:
Quote:
<triggers>
<trigger
enabled="y"
make_bold="y"
match="^You try to use your left hand but it is still too numb\.$"
regexp="y"
sequence="100"
>
</trigger>
</triggers>
Debug summary:
Quote:
-------------- MUSHclient summary --------------
MUSHclient version: 4.72
Compiled: Feb 5 2011.
Time now: Wednesday, May 18, 2011, 12:37 AM
Operating system: Windows 7
Libraries: Lua 5.1.4, PCRE 8.10, PNG 1.4.3, SQLite3 3.7.3, Zlib 1.2.5
World name: 'Achaea', ID: e7652573ef14a7e4c5cc1e04
-- Scripting --
Script language: Lua, enabled: yes
Scripting active: yes
Script file: C:\Achaea\MUSHclient\lua\XCore\xcore.lua
Lua sandbox is 127 characters, DLL loading allowed: yes
Scripting prefix: '/'. External editor in use: NO.
Scripting for: 0.070655 seconds.
-- Triggers, aliases, timers, variables --
** Triggers: 1216 in world file, triggers enabled: yes. [Triggers]
726 enabled, 1215 regexp, 17601 attempts, 0 matched, 0.003087 seconds.
** Aliases: 362 in world file, aliases enabled: yes. [Aliases]
362 enabled, 361 regexp, 0 attempts, 0 matched, 0.000000 seconds.
** Timers: 1 in world file, timers enabled: yes. [Timers]
0 enabled, 0 fired.
Timers checked every 0.1 seconds.
** Variables: 19. [Variables]
-- MCCP --
MCCP not active.
-- Plugins (Processing order) --
ID: c1b0e1a49f23c2f789b28423, 'Antitheft', (Lua, 0.000 s) Enabled [Tr Al Va]
ID: f9a86b675c4c314dab7a7f03, 'Elixsum', (Lua, 0.000 s) Enabled [Tr Al]
ID: 2d63e3c55b2caec463c4e891, 'PromptFix', (Lua, 0.000 s) Enabled [Tr]
ID: 2d6228d611c4bb8aa0c1d903, 'Wholist', (Lua, 0.004 s) Enabled [Tr Al Va]
ID: febc349bccf426447a802e0d, 'VadiMapperMiniWindow', (Lua, 0.001 s) Enabled [Tr Al Cb]
ID: 85f72d0e263d75df7bde6f00, 'ATCP_NJG', (Lua, 0.000 s) Enabled [Cb]
ID: 3e7dedbe37e44942dd46d264, 'GMCP_handler', (Lua, 0.010 s) Enabled [Al Cb]
ID: a80b38e2f618fbda79a6440c, 'ATCP_Mapper', (Lua, 0.015 s) Enabled [Tr Al Va Cb]
ID: 4de91eaa2624f202c4bb6835, 'ChatWindow', (Lua, 0.002 s) Enabled [Tr Va Cb]
** Plugins: 9 loaded, 9 enabled.
-- Comms --
Connect phase: 0 (Closed). NAWS wanted: NO
Received: 945 bytes (0 Kb)
Sent: 290 bytes (0 Kb)
Received 5 packets, sent 5 packets.
Total lines received: 186
This connection: Sent 0 lines, received 148 lines.
Telnet (IAC) received: DO: 0, DONT: 0, WILL: 3, WONT: 0, SB: 0 [Telnet]
-- MXP --
MXP active: NO, Pueblo mode: NO, Activated: No - never
MXP tags received: 0
MXP entities received: 0
MXP errors: 0
-- Commands --
Commands in command history: 0
Speed walking enabled: yes. Speed walking prefix: #
Command stacking enabled: yes. Command stack character: ';'
Accelerators defined: 1 [Accelerators]
-- Miniwindows --
Window: 'ScrollbarWindow4de91eaa2624f202c4bb6835', at (1257,41,1579,241), shown: yes
width: 322, height: 200, position: 7, hotspots: 5, fonts: 1, images: 0
Window: 'a80b38e2f618fbda79a6440c_mapper', at (1179,282,1579,682), shown: yes
width: 400, height: 400, position: 7, hotspots: 1, fonts: 2, images: 0
Window: 'febc349bccf426447a802e0d', at (0,0,0,0), shown: NO
width: 450, height: 335, position: 6, hotspots: 0, fonts: 1, images: 0
** Miniwindows: 3 loaded, 2 shown.
-- Output window --
Output pixels: width 1579, height: 723, font width: 7, font height: 14
can show 225 characters, wrapping at column 92, height 51 lines.
Output buffer: 210 of 500000 lines.
-- Miscellaneous --
Logging: NO, tracing: NO
** SQLite3 databases: 0
Sound buffers in use: 0
---------------------- End summary ----------------------
@Twisol: Created a new world, changed the font to arial (since Dina doesn't crash), allowed bold, made one trigger and used test trigger to make it crash. The output is too large to post so here is the pastebin: http://pastebin.com/zkSBpdAs |