Do you know if this works with OpenJDK? When I run it on macOS, it launches and music plays, but I cannot get past the title screen and "play" button. The following appeared in my terminal:
❯ java -jar -XstartOnFirstThread web-development_macos.jar
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by org.lwjgl.system.Library$$Lambda/0x00001f80012b9de8 in an unnamed module (file:/Users/mattly/Downloads/web-development_macos.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by org.lwjgl.system.MemoryUtil (file:/Users/mattly/Downloads/web-development_macos.jar)
WARNING: Please consider reporting this to the maintainers of class org.lwjgl.system.MemoryUtil
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
Loading :music from: resources/audio/music/catching-flies.ogg
Loading :step-1 from: resources/audio/sfx/step-1.ogg
Loading :step-2 from: resources/audio/sfx/step-2.ogg
Loading :step-3 from: resources/audio/sfx/step-3.ogg
Loading :step-4 from: resources/audio/sfx/step-4.ogg
Loading :step-5 from: resources/audio/sfx/step-5.ogg
Loading :web-title-spritesheet from: resources/img/web-title-spritesheet.png
Loading :fly-spritesheet from: resources/img/fly-spritesheet.png
← Return to game
Comments
Log in with itch.io to leave a comment.
Do you know if this works with OpenJDK? When I run it on macOS, it launches and music plays, but I cannot get past the title screen and "play" button. The following appeared in my terminal:
Nooo, that’s such a pain, I can take a look tomorrow, sorry 😞
It should work fine with OpenJDk, what version are you on?
Super sorry, I’m not able to reproduce the issue on my crappy 2017 MacBook air. Works fine on my Ubuntu and Windows machines too 😞
The logs your seeing are all fine too, some warnings, but nothing that shouldn’t work.
I guess you could try it on a Linux VM? But probably a bit of a hassle.
Worst case you can just rate it based on the title screen and music 😅