[1.5.5] Lore window bugged after translating fortress murals

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Nim
Wayist
Posts: 21
Joined: Sun Apr 21, 2013 6:47 pm

[1.5.5] Lore window bugged after translating fortress murals

#1 Post by Nim »

After returning to the fortress with the Awakened Staff of Absorption and translating the murals, I can n longer open the lore window by any means. In order of right-clicking the corner button, clicking the menu button, and selecting the menu button with the keyboard:

Code: Select all

Lua Error: /mod/class/interface/PartyLore.lua:82: invalid value (boolean) at index 2 in table for 'concat'
	At [C]:-1 
	At [C]:-1 render
	At /mod/class/interface/PartyLore.lua:82 getLore
	At /mod/dialogs/ShowLore.lua:68 generateList
	At /mod/dialogs/ShowLore.lua:41 init
	At /engine/class.lua:147 new
	At /mod/class/uiset/Minimalist.lua:1881 fct
	At /engine/Mouse.lua:58

Lua Error: /mod/class/interface/PartyLore.lua:82: invalid value (boolean) at index 2 in table for 'concat'
	At [C]:-1 
	At [C]:-1 render
	At /mod/class/interface/PartyLore.lua:82 getLore
	At /mod/dialogs/ShowLore.lua:68 generateList
	At /mod/dialogs/ShowLore.lua:41 init
	At /engine/class.lua:147 new
	At /mod/class/Game.lua:2155 fct
	At /engine/ui/List.lua:154 onUse
	At /engine/ui/List.lua:81 fct
	At /engine/Mouse.lua:58 receiveMouse
	At /engine/Mouse.lua:98 delegate
	At /engine/ui/Dialog.lua:765 mouseEvent
	At /engine/ui/Dialog.lua:485 fct
	At /engine/Mouse.lua:58

Lua Error: /mod/class/interface/PartyLore.lua:82: invalid value (boolean) at index 2 in table for 'concat'
	At [C]:-1 
	At [C]:-1 render
	At /mod/class/interface/PartyLore.lua:82 getLore
	At /mod/dialogs/ShowLore.lua:68 generateList
	At /mod/dialogs/ShowLore.lua:41 init
	At /engine/class.lua:147 new
	At /mod/class/Game.lua:2155 fct
	At /engine/ui/List.lua:154 onUse
	At /engine/ui/List.lua:86 
	At /engine/KeyBind.lua:230 receiveKey
	At /engine/ui/Dialog.lua:773 keyEvent
	At /engine/ui/Dialog.lua:487

Post Reply