pjasicek/OpenClaw

Problem with start game

patitocarei opened this issue · 15 comments

Hi, first thank for your work, is awesome!
I use Raspberry pi 3 b+ with retropie and raspbian lite, I have all requeriments (SDL2) and good compiled version.
My problem is after launch "clawlauncher", press play and my game start in loading screen level 13 Tiger Island, after the load the game crash. I tried compiling again and another file "CLAW.REZ".
Don't have much knowledge of ubuntu, but I don't know what happens.
Thank you, and sorry for my english.

Hi, sorry about that - I left some development config options in one of the last commits. It should work now if you pull latest commit - you should get to the menu :-)

But please keep in mind that only the first 12 levels are implemented, levels 13 and 14 are not done yet. Also some of the last bosses are not implemented.

i have a problem in opening game because mono gives me this error
Screenshot from 2022-02-12 00-48-43

please any help and ty ^^

From the error message it should be obvious - openclaw binary (the game executable) needs to be in the same folder as the launcher (if you want to run the game via the launcher)

So once you build the game, move the openclaw binary to the Build_Release folder

some explain i wanna to understand step by step because i'm stuck and ty :D
my distro : Zorin OS 16 core
Screenshot from 2022-02-12 16-17-05

Follow the steps in README.md to build the game (binary "openclaw"), then copy that binary to Build_Release folder.

If something doesn't work for you, ask specifically.

cd OpenClaw
mkdir build
cd build
cmake ..
make -j16
cp openclaw ../Build_Release
cd ../Build_Release
mono ClawLauncher.exe
or
./openclaw

maybe i have a mistake but i'll reach it 👍

It is C++ project, you need to install C++ compiler. On debian distros it is in 'build-essentials' package, it may be different on your distro.

maybe my pc isn't comblibitable with this kind of games and the problem is from my processor

it works
:)

but the same issue appears the same bin error
ok ty for helping me maybe the game won't run