pjasicek / OpenClaw

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

Problem with start game #165

Closed patitocarei closed 2 years ago

patitocarei commented 3 years ago

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.

pjasicek commented 3 years ago

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.

YosefX01 commented 2 years ago

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

YosefX01 commented 2 years ago

please any help and ty ^^

pjasicek commented 2 years ago

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

YosefX01 commented 2 years ago

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

pjasicek commented 2 years ago

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.

pjasicek commented 2 years ago
cd OpenClaw
mkdir build
cd build
cmake ..
make -j16
cp openclaw ../Build_Release
cd ../Build_Release
mono ClawLauncher.exe
or
./openclaw
YosefX01 commented 2 years ago

Screenshot from 2022-02-13 17-01-18

YosefX01 commented 2 years ago

maybe i have a mistake but i'll reach it :+1:

pjasicek commented 2 years ago

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.

YosefX01 commented 2 years ago

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

jadsonosd commented 2 years ago

Hum, cool.

Obter o Outlook para Androidhttps://aka.ms/AAb9ysg


From: YosefX01 @.> Sent: Sunday, February 13, 2022 3:19:21 PM To: pjasicek/OpenClaw @.> Cc: Subscribed @.***> Subject: Re: [pjasicek/OpenClaw] Problem with start game (#165)

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

— Reply to this email directly, view it on GitHubhttps://github.com/pjasicek/OpenClaw/issues/165#issuecomment-1038316150, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACMA6YHWD27BTUDLL3HNDEDU27Y2TANCNFSM46HNSFZQ. You are receiving this because you are subscribed to this thread.Message ID: @.***>

jadsonosd commented 2 years ago

Very nice, nice night.

Obter o Outlook para Androidhttps://aka.ms/AAb9ysg


From: YosefX01 @.> Sent: Sunday, February 13, 2022 3:19:21 PM To: pjasicek/OpenClaw @.> Cc: Subscribed @.***> Subject: Re: [pjasicek/OpenClaw] Problem with start game (#165)

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

— Reply to this email directly, view it on GitHubhttps://github.com/pjasicek/OpenClaw/issues/165#issuecomment-1038316150, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACMA6YHWD27BTUDLL3HNDEDU27Y2TANCNFSM46HNSFZQ. You are receiving this because you are subscribed to this thread.Message ID: @.***>

YosefX01 commented 2 years ago

it works :)

YosefX01 commented 2 years ago

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