Numerous lua errors on OSX 10.5 build

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
kazak 2
Higher
Posts: 71
Joined: Sat Mar 05, 2011 6:43 pm

Numerous lua errors on OSX 10.5 build

#1 Post by kazak 2 »

I successfully compiled on osx 10.5 after getting some help in another thread. But now I get various lua errors during gameplay. So far I've gotten errors while attempting to pick up any parchment/scroll, when attempting to pick up the Rod of Recall, when attempting to sell an artifact in a store (non-artifacts work fine), and when using the Yeek's identify talent.

Here's the error message on the Rod of Recall pickup:

Code: Select all

Lua Error: /engine/ui/Base.lua:65: bad UI image: stone-ui/parchment7.png
	At [C]:-1 
	At [C]:-1 assert
	At /engine/ui/Base.lua:65 getImage
	At /engine/ui/Base.lua:74 getUITexture
	At /engine/ui/Dialog.lua:181 generate
	At /engine/ui/Dialog.lua:172 resize
	At /engine/ui/Dialog.lua:276 setupUI
	At /mod/dialogs/LorePopup.lua:73 init
	At /engine/class.lua:64 new
	At /mod/class/interface/PlayerLore.lua:79 learnLore
	At /mod/class/Object.lua:584 
	At (tail call):-1 
	At /engine/interface/ActorInventory.lua:130 pickupFloor
	At /mod/class/Player.lua:689 action
	At /engine/dialogs/ShowPickupFloor.lua:99 use
	At /engine/dialogs/ShowPickupFloor.lua:46 fct
	At /engine/ui/ListColumns.lua:219 onUse
	At /engine/ui/ListColumns.lua:157 ?
	At /engine/KeyBind.lua:198 receiveKey
	At /engine/ui/Dialog.lua:366 keyEvent
	At /engine/ui/Dialog.lua:218 
This is the message when selling an artifact:

Code: Select all

Lua Error: /engine/ui/Base.lua:65: bad UI image: stone-ui/parchment7.png
	At [C]:-1 
	At [C]:-1 assert
	At /engine/ui/Base.lua:65 getImage
	At /engine/ui/Base.lua:74 getUITexture
	At /engine/ui/Dialog.lua:181 generate
	At /engine/ui/Dialog.lua:172 resize
	At /engine/ui/Dialog.lua:276 setupUI
	At /mod/dialogs/LorePopup.lua:73 init
	At /engine/class.lua:64 new
	At /mod/class/interface/PlayerLore.lua:79 learnLore
	At /mod/class/Object.lua:599 
	At (tail call):-1 
	At /engine/interface/ObjectIdentify.lua:72 identify
	At /mod/class/Store.lua:123 onSell
	At /mod/class/Store.lua:159 fct
	At /engine/ui/Dialog.lua:85 fct
	At /engine/ui/Button.lua:57 ?
	At /engine/KeyBind.lua:198 receiveKey
	At /engine/ui/Dialog.lua:366 keyEvent
	At /engine/ui/Dialog.lua:218
And this is the one when pickup up a parchment:

Code: Select all

Lua Error: /engine/ui/Base.lua:65: bad UI image: stone-ui/parchment7.png
	At [C]:-1 
	At [C]:-1 assert
	At /engine/ui/Base.lua:65 getImage
	At /engine/ui/Base.lua:74 getUITexture
	At /engine/ui/Dialog.lua:181 generate
	At /engine/ui/Dialog.lua:172 resize
	At /engine/ui/Dialog.lua:276 setupUI
	At /mod/dialogs/LorePopup.lua:73 init
	At /engine/class.lua:64 new
	At /mod/class/interface/PlayerLore.lua:79 learnLore
	At /mod/class/Object.lua:579 
	At (tail call):-1 
	At /engine/interface/ActorInventory.lua:130 pickupFloor
	At /mod/class/Player.lua:695 playerPickup
	At /mod/class/Game.lua:990 f
	At /mod/class/Game.lua:859 ?
	At /engine/KeyBind.lua:202 
I've really been enjoying the changes in this beta, especially playing as a Yeek Mindslayer. But not being able to even pickup the Rod of Recall is really annoying. Any suggestions for a fix?

Post Reply