Code Monkey home page Code Monkey logo

Comments (5)

rexim avatar rexim commented on May 28, 2024 2

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

from eepers.

iptoux avatar iptoux commented on May 28, 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

from eepers.

MarekKnapek avatar MarekKnapek commented on May 28, 2024

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

from eepers.

rexim avatar rexim commented on May 28, 2024

@MarekKnapek what about 1.2?

from eepers.

MarekKnapek avatar MarekKnapek commented on May 28, 2024

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

from eepers.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.