-
Notifications
You must be signed in to change notification settings - Fork 19
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
Comments
If you figure out what's the problem feel free to submit a PR 👍 |
Hey, you can compile itself on your windows machine. Its running fine on my side (self compiled) on my Windows 11. 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 |
Latest and greatest version 1.1 still does not work on my computer. |
@MarekKnapek what about 1.2? |
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 |
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.
The text was updated successfully, but these errors were encountered: