LuminaRO | 2.0.6 | illegal division by zero

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

kaiz
Noob
Noob
Posts: 3
Joined: 05 Jun 2008, 05:59
Noob?: No

LuminaRO | 2.0.6 | illegal division by zero

#1 Post by kaiz »

errors.txt:

Code: Select all

OpenKore version what-will-become-2.0.6 (SVN version)
@ai_seq = attack route
Network state = 5
Network handler = Network::DirectConnection
SVN revision: unknown
No loaded plugins.

Error message:
Illegal division by zero at src/Utils.pm line 160.

Stack trace:
Illegal division by zero at src/Utils.pm line 160.
 at src/Interface/Wx.pm line 113
	Interface::Wx::mainLoop('Interface::Wx=HASH(0x24cd94c)') called at openkore.pl line 96
	main::__start() called at start.pl line 125

Died at this line:
  		if ($stepType == 2) {
* 			$time += sqrt(2) / $speed;
  		} elsif ($stepType == 1) {

hakore
Super Moderators
Super Moderators
Posts: 200
Joined: 16 May 2008, 08:28
Noob?: No

Re: LuminaRO | 2.0.6 | illegal division by zero

#2 Post by hakore »

Please, before posting "bug reports", make sure you are using the latest SVN.

This has already been fixed a few days ago.
Whatever...
kaiz
Noob
Noob
Posts: 3
Joined: 05 Jun 2008, 05:59
Noob?: No

Re: LuminaRO | 2.0.6 | illegal division by zero

#3 Post by kaiz »

I just download my SVN last week... I don't know where I can download the updated one.
hakore
Super Moderators
Super Moderators
Posts: 200
Joined: 16 May 2008, 08:28
Noob?: No

Re: LuminaRO | 2.0.6 | illegal division by zero

#4 Post by hakore »

Download it again from the same place. Most probably, it is already updated there.

Or read this:
http://www.openkore.com/wiki/index.php/ ... _for_users
Whatever...