[b41a] zone generation bug

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
lukep
Sher'Tul Godslayer
Posts: 1712
Joined: Mon Mar 14, 2011 10:32 am
Location: Canada

[b41a] zone generation bug

#1 Post by lukep »

Playing a halfling rogue, the zone generating dialogue was stuck at 100% at birth. The following Lua error shows up in the log, though not in game. (Mac OS X)

Code: Select all

Lua Error: /engine/Zone.lua:86: attempt to index field 'npc_class' (a nil value)
	At [C]:-1 __index
	At /engine/Zone.lua:86 loadBaseLists
	At /engine/Zone.lua:557 loaded
	At /engine/Savefile.lua:517 
	At /engine/SavefilePipe.lua:176 doLoad
	At /engine/Zone.lua:564 load
	At /engine/Zone.lua:56 init
	At /engine/class.lua:97 new
	At /mod/class/Game.lua:686 changeLevel
	At /mod/class/Game.lua:239 at_end
	At /mod/dialogs/Birther.lua:262 fct
	At /mod/dialogs/Birther.lua:178 fct
	At /engine/ui/Dialog.lua:109 fct
	At /engine/ui/Button.lua:56 fct
	At /engine/Mouse.lua:50 receiveMouse
	At /engine/Mouse.lua:83 delegate
	At /engine/ui/Dialog.lua:518 mouseEvent
	At /engine/ui/Dialog.lua:304 fct
	At /engine/Mouse.lua:50 
Some of my tools for helping make talents:
Melee Talent Creator
Annotated Talent Code (incomplete)

Parcae2
Uruivellas
Posts: 709
Joined: Sat Jan 14, 2012 12:02 am

Re: [b41a] zone generation bug

#2 Post by Parcae2 »

Does the fact that you list the version as B41a rather than SVN mean that a release is imminent? I was thinking of starting a new character, but my Cursed encountered so many bugs that I'd rather wait if it means I can use a new version.

Dekar
Spiderkin
Posts: 559
Joined: Wed Jan 26, 2011 3:47 pm

Re: [b41a] zone generation bug

#3 Post by Dekar »

Its a "prerelease" of the current SVN given out in the IRC channel so people can find bugs, often it means a release is imminent, but not always. :wink:

Join the IRC channel! (#tome on Rizon)

Post Reply