OpenClaw icon indicating copy to clipboard operation
OpenClaw copied to clipboard

ActorPrototype `FloorSpike` Not Found

Open lukacupic opened this issue 5 years ago • 2 comments

I'm having trouble running the game on Kubuntu 19.10. Compiling with cmake is successful, however I get the following error after running clawlauncher inside Build_Release:

INFO: >>>>> Initializing audio...
INFO: Audio successfully initialized.
INFO: >>>>> Initializing font...
INFO: Font successfully initialized...
INFO: >>>>> Initializing resource cache...
INFO: Resource cache successfully initialized
INFO: >>>>> Initializing touch resolver...
INFO: Touch resolver successfully initialized...
INFO: >>>>> Loading actor prototypes...
ERROR: [ReadActorXmlPrototypes] Actor prototype: "ActorPrototype_Level3_FloorSpike" was not found !
ERROR: [ReadActorXmlPrototypes] Actor prototype: "ActorPrototype_Level4_FloorSpike" was not found !
ERROR: [ReadActorXmlPrototypes] Actor prototype: "ActorPrototype_Level12_FloorSpike" was not found !
ERROR: [ReadActorXmlPrototypes] Actor prototype: "ActorPrototype_Level13_FloorSpike" was not found !
ERROR: [ReadActorXmlPrototypes] Some of the actor prototypes were not loaded.
ERROR: [RunGameEngine] Failed to initialize. Exiting.

lukacupic avatar Aug 08 '20 07:08 lukacupic

Hi, I pushed a fix, thanks for reporting it

pjasicek avatar Aug 08 '20 10:08 pjasicek

You're awesome. Thank you so much!

lukacupic avatar Aug 08 '20 12:08 lukacupic