tsoding / eepers

Simple Turn-based Game
MIT License
344 stars 19 forks source link

Does not work on my computer. #6

Open MarekKnapek opened 7 months ago

MarekKnapek commented 7 months ago

Downloaded precompiled binary does not work on my Windows Server 2022 x64 computer. I'm connected to it via RDP. Other games work fine. The game does nothing (no window ever appears), it exits with zero exit code.

rexim commented 7 months ago

If you figure out what's the problem feel free to submit a PR :+1:

iptoux commented 7 months ago

Downloaded precompiled binary does not work on my Windows Server 2022 x64 computer. I'm connected to it via RDP. Other games work fine. The game does nothing (no window ever appears), it exits with zero exit code.

Hey, you can compile itself on your windows machine. Its running fine on my side (self compiled) on my Windows 11. Just follow this Ada on windows and linux installation guide, but take the last releases from the repos GNAT-FSF-builds to install gnatmake/ada support. After this you need to Update the environ variables (can be done in windows settings) to the gnatmake, reboot.

Now open windows command line and go to the eepers repo and enter the following commands:

windres eepers.rc -O coff -o eepers.res
gnatmake -k -mwindows -O3 -f -Wall -Wextra -gnat2022 eepers.adb -bargs -static -largs eepers.res -L./raylib/raylib-5.0_win64_mingw-w64/lib/ -l:libraylib.a -lwinmm -lgdi32 -static
MarekKnapek commented 7 months ago

Latest and greatest version 1.1 still does not work on my computer.

rexim commented 6 months ago

@MarekKnapek what about 1.2?

MarekKnapek commented 6 months ago

No, both version 1.2 and version 1.3 do not work. In attachment there is API Monitor (http://www.rohitab.com/apimonitor) capture of version 1.3. capture.zip