← Back to team overview

mudlet-makers team mailing list archive

[Bug 396545] Re: Client crashes when editing last line of trigger

 

How do I remove this? Upgraded libqscintilla2 and it works flawlessly
now.

** Changed in: mudlet
       Status: New => Invalid

-- 
Client crashes when editing last line of trigger
https://bugs.launchpad.net/bugs/396545
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.

Status in Mudlet the MUD client: Invalid

Bug description:
When attempting to add a newline at the very end of a trigger script (possibly aliases, etc. as well) Mudlet appears to crash. This doesn't happen every time, but appears to be reproducible by starting Mudlet fresh, connecting, and going straight into the editor. Then without selecting anything else first, select a trigger, place the cursor at the end and hit return. If I click around a bit first, it doesn't seem to always happen. This is the message recieved upon crashing:
Fatal: Assertion [(position >= 0) && (position <= lengthBody)] failed at ../src/SplitVector.h 155


Also, when attempting to reproduce this, Mudlet crashed while deleting an empty line from the end of the script by hitting delete at the end of the second to last line with the following message:
Fatal: Assertion [(position >= 0) && (position < lengthBody)] failed at ../src/SplitVector.h 211


Mudlet is compiled from git, pulled and built july 6, "About" gives "Mudlet version: Beta-10pre8 built: May24, 2009".

Running on up to date crunchbang linux (ubuntu intrepid-based) system



Follow ups

References