Code Monkey home page Code Monkey logo

Comments (6)

JojoIce avatar JojoIce commented on July 19, 2024

Indeed, I can confirm the same on my machine.
If you are really eager to use that build, then you can do as it states and instead start with:
java -jar -XstartOnFirstThread gdx-liftoff-1.12.0.4.jar
We have to hope that @tommyettinger gets some nice tool to set up his projects when building liftoff :D

from gdx-liftoff.

tommyettinger avatar tommyettinger commented on July 19, 2024

Ah geez, I just saw this issue now. I'll try to investigate as best I can, and I'll place some beta jars in this issue thread if I think one may help solve this.

from gdx-liftoff.

tommyettinger avatar tommyettinger commented on July 19, 2024

It looks like the first commit you linked might be the culprit -- I got the changed code from Guacamole, and I think it also could be wrong there. As far as I can tell, it's getting a property that should only have a value on Graal Native Image, or "" if it wasn't found. But then, it checks if that is empty, rather than is not -- causing it to stop execution if it isn't run on Graal, or keep going if it is on Graal. But it only should stop execution on Graal... So anyway, here's a beta JAR. I hope this works at least a little better! Or gets some useful information, at least.

gdx-liftoff-1.12.0.5-SNAPSHOT.jar.zip Agh, this won't work, let me make a new one...

gdx-liftoff-1.12.0.5-SNAPSHOT.jar.zip This one has the changes applied to Liftoff itself, not just generated LWJGL3 projects.

from gdx-liftoff.

mudlee avatar mudlee commented on July 19, 2024

The snapshot you attached does work correctly :)

from gdx-liftoff.

tommyettinger avatar tommyettinger commented on July 19, 2024

Great! That means a) I'll push a new fix release soon, and b) I'll go ahead and mention this in an issue on crykn's guacamole repo.

Leaving this open until I do the release.

from gdx-liftoff.

tommyettinger avatar tommyettinger commented on July 19, 2024

Doing the release now. Closing.

from gdx-liftoff.

Related Issues (20)

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.