r7448 | where command crashes OK

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

Moderators: Moderators, Developers

User avatar
ChrstphrR
Testers Team
Testers Team
Posts: 42
Joined: 09 May 2010, 17:30
Noob?: No
Location: Northern Alberta, Canada

r7448 | where command crashes OK

#1 Post by ChrstphrR »

Run on unix, and on windows with r7448, which fixed an issue with npcs.txt in /tables/<ST>/

However, this did appear to break "where" run from the console.

errors.txt

Code: Select all

OpenKore version what-will-become-2.1
@ai_seq = 
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 7444
Loaded plugins:
  plugins/breakTime.pl (breakTime)
  plugins/CRBusControl.pl (BusCtrl)
  plugins/itemTransfer.pl (itemsTransfer)
  plugins/macro.pl (macro)

Error message:
Undefined subroutine &Field::TF called at src/Field.pm line 157.

Stack trace:
Undefined subroutine &Field::TF called at src/Field.pm line 157.
 at src/Interface/Wx.pm line 161
	Interface::Wx::mainLoop('Interface::Wx=HASH(0x334958c)') called at openkore.pl line 97
	main::__start() called at start.pl line 125

Died at this line:
  sub descString {
* 	return ($_[0]->{instanceID}) ?
  		TF("%s (%s) at instanceID %s", $_[0]->descName, $_[0]->name, $_[0]->instanceID) :

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: r7448 | where command crashes OK

#2 Post by Technology »

test patch please
You do not have the required permissions to view the files attached to this post.
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!
User avatar
ChrstphrR
Testers Team
Testers Team
Posts: 42
Joined: 09 May 2010, 17:30
Noob?: No
Location: Northern Alberta, Canada

Re: r7448 | where command crashes OK

#3 Post by ChrstphrR »

Patch works with no side effects on the following:
  • where command output does not crash
  • npcs.txt issues in rev 7447 and earlier did not reoccur
Any further testing required?
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: r7448 | where command crashes OK

#4 Post by Technology »

comitted a slightly different version of the patch
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!