[svn] Mouse.lua error

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Avianpilot
Thalore
Posts: 148
Joined: Fri Aug 19, 2011 5:06 pm

[svn] Mouse.lua error

#1 Post by Avianpilot »

I'm not sure what exactly is going on here, but since no one else seems to be having this problem it's probably just something I screwed up. I can compile the source without a problem (save for a few warnings), and the game will load up fine. However, whenever I go to use an infusion the screen blanks out and my terminal window keeps repeating the same lua error until I force quit:

Code: Select all

Lua Error: /engine/Mouse.lua:90: attempt to perform arithmetic on local 'x' (a nil value)
	At [C]:-1 __add
	At /engine/Mouse.lua:90 registerZone
	At /mod/class/PlayerDisplay.lua:68 mouseTooltip
	At /mod/class/PlayerDisplay.lua:191 handleEffect
	At /mod/class/PlayerDisplay.lua:420 display
	At /mod/class/PlayerDisplay.lua:472 toScreen
	At /mod/class/Game.lua:1044 
Anyone have any ideas on what I can try?

Avianpilot
Thalore
Posts: 148
Joined: Fri Aug 19, 2011 5:06 pm

Re: [svn] Mouse.lua error

#2 Post by Avianpilot »

An update: this error only happens when the 'Icons hotkey toolbar' option is disabled.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [svn] Mouse.lua error

#3 Post by darkgod »

ahah thanks :)
fixed!
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Avianpilot
Thalore
Posts: 148
Joined: Fri Aug 19, 2011 5:06 pm

Re: [svn] Mouse.lua error

#4 Post by Avianpilot »

Thank you, it's working now!

Post Reply