Code: Select all
Lua Error: /data/chats/jewelry-store.lua:42: attempt to compare nil with number
At [C]:-1
At /data/chats/jewelry-store.lua:42 filter
At /engine/dialogs/ShowInventory.lua:84 generateList
At /engine/dialogs/ShowInventory.lua:37 init
At /engine/class.lua:64 new
At /engine/interface/ActorInventory.lua:230 showInventory
At /data/chats/jewelry-store.lua:42 action
At /engine/dialogs/ShowInventory.lua:73 use
At /engine/dialogs/ShowInventory.lua:44 fct
At /engine/ui/ListColumns.lua:216 onUse
At /engine/ui/ListColumns.lua:175 ?
At /engine/KeyBind.lua:198 receiveKey
At /engine/ui/Dialog.lua:291 keyEvent
At /engine/ui/Dialog.lua:169
Code: Select all
Lua Error: /engine/HotkeysDisplay.lua:158: attempt to index local 'o' (a nil value)
At [C]:-1
At /engine/HotkeysDisplay.lua:158 onMouse
At /mod/class/Game.lua:858 fct
At /engine/Mouse.lua:51
Last, clicking on the ring does nothing in game and returns the following in terminal
Code: Select all
Lua Error: /data/chats/jewelry-store.lua:42: attempt to compare nil with number
At [C]:-1
At /data/chats/jewelry-store.lua:42 filter
At /engine/dialogs/ShowInventory.lua:84 generateList
At /engine/dialogs/ShowInventory.lua:37 init
At /engine/class.lua:64 new
At /engine/interface/ActorInventory.lua:230 showInventory
At /data/chats/jewelry-store.lua:42 action
At /engine/dialogs/ShowInventory.lua:73 use
At /engine/dialogs/ShowInventory.lua:44 fct
At /engine/ui/ListColumns.lua:216 onUse
At /engine/ui/ListColumns.lua:172 fct
At /engine/Mouse.lua:42 receiveMouse
At /engine/Mouse.lua:64 delegate
At /engine/ui/Dialog.lua:284 mouseEvent
At /engine/ui/Dialog.lua:168 fct
At /engine/Mouse.lua:42