You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
insideBuild_Release
:The text was updated successfully, but these errors were encountered: