pre-b38 bugs (SVN - Consolidated)

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

pre-b38 bugs (SVN - Consolidated)

#1 Post by edge2054 »

Figure with the size of Sus' last patch I'll just start a consolidated bug thread as I come across stuff.

First up, the random name generator isn't working.

Apparently this bug was something that got hosed up in my local repository.

Code: Select all

Loading language	/data/languages/names/thalore_female.txt
Lua Error: /engine/utils.lua:153: table index is nil
	At [C]:-1 __newindex
	At /engine/utils.lua:153 from_list
	At /engine/NameGenerator2.lua:77 generate
	At /mod/dialogs/Birther.lua:382 randomName
	At /mod/dialogs/Birther.lua:70 on_mouse
	At /engine/ui/Textbox.lua:90 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 
Last edited by edge2054 on Thu Feb 16, 2012 12:29 am, edited 1 time in total.

edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

Re: pre-b38 bugs (SVN - Consolidated)

#2 Post by edge2054 »

Bow, Knife, and Weapon Mastery typos (presumably sling and exotic too)

"Increases damage by x of your physical power by x."

Probably should be by x 'and' your physical power by x.

tiger_eye
Perspiring Physicist
Posts: 889
Joined: Thu Feb 17, 2011 5:20 am

Re: pre-b38 bugs (SVN - Consolidated)

#3 Post by tiger_eye »

I get the following errors upon encountering any NPC that can chat:
[LOG] Ran for 2 turns (stop reason: terrain change on left side).
[LOG] Shady cornac man says: 'Hey you. Come here.'
[EMOTE] added Hey you. Come here. 28 12
Loading tile speak_bubble.png
Display callback error: UID 24130: /engine/utils.lua:500: attempt to index local 'str' (a nil value)
Loading tile speak_bubble.png
Display callback error: UID 24130: /engine/utils.lua:500: attempt to index local 'str' (a nil value)
Loading tile speak_bubble.png
Display callback error: UID 24130: /engine/utils.lua:500: attempt to index local 'str' (a nil value)
Loading tile speak_bubble.png
Display callback error: UID 24130: /engine/utils.lua:500: attempt to index local 'str' (a nil value)
darkgod wrote:OMFG tiger eye you are my hero!

edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

Re: pre-b38 bugs (SVN - Consolidated)

#4 Post by edge2054 »

Talents taught by items count as learned talents for requirements.

In other words, I can learn Bow Mastery with a Thaloren Bow Equipped and skip over Piercing Arrow to learn Dual Arrows.

Post Reply