OpenClaw
OpenClaw copied to clipboard
ActorPrototype `FloorSpike` Not Found
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.
Hi, I pushed a fix, thanks for reporting it
You're awesome. Thank you so much!