Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work on my computer. #6

Open
MarekKnapek opened this issue Mar 23, 2024 · 5 comments
Open

Does not work on my computer. #6

MarekKnapek opened this issue Mar 23, 2024 · 5 comments

Comments

@MarekKnapek
Copy link

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
Copy link
Member

rexim commented Mar 24, 2024

If you figure out what's the problem feel free to submit a PR 👍

@iptoux
Copy link

iptoux commented Mar 24, 2024

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
Copy link
Author

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

@rexim
Copy link
Member

rexim commented Apr 2, 2024

@MarekKnapek what about 1.2?

@MarekKnapek
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants