Random Crash

Post Reply
kaeus
Posts: 50
Joined: Thu Dec 31, 2009 4:33 pm

Random Crash

Post by kaeus »

So...recently Ive been getting a random crash when using Mudlet. It seems to mostly happen when I use my "goto" alias, but other times as well.

Code: Select all

togo = locations[matches[2]]

if togo ~= nil then
	send("map path " .. togo)
	send("go")
else
	output("Invalid location")
end
The report I get from Windows has this:
Description
Faulting Application Path: D:\Program Files (x86)\Mudlet\mudlet.exe

Problem signature
Problem Event Name: APPCRASH
Application Name: mudlet.exe
Application Version: 0.0.0.0
Application Timestamp: 4b2bcacf
Fault Module Name: QtCore4.dll
Fault Module Version: 4.6.0.0
Fault Module Timestamp: 4b0e4357
Exception Code: c0000005
Exception Offset: 000542eb
OS Version: 6.1.7600.2.0.0.256.48
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
Also, I'm running Windows 7 64 bit.

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: Random Crash

Post by Heiko »

Looks like a Lua.dll related crash. Please try out the latest snapshot-1.0.6 pre release for windows available on our main download site here: http://sourceforge.net/projects/mudlet/files/ and report if the problem still exists.

Post Reply