pjasicek / OpenClaw

Reimplementation of Captain Claw (1997) platformer
GNU General Public License v3.0
338 stars 39 forks source link

ActorPrototype `FloorSpike` Not Found #161

Open lukacupic opened 4 years ago

lukacupic commented 4 years ago

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.
pjasicek commented 4 years ago

Hi, I pushed a fix, thanks for reporting it

lukacupic commented 4 years ago

You're awesome. Thank you so much!