Different Launcher / Chunky JVM issues
Odd issue that crops up from time to time for some reason.
It is possible to launch Chunky Launcher, via commandline (java -jar chunkylauncher.jar) or double clicking, and get a Cannot find JavaFX error while the Java Runtime is set to JVM 8. ie - Java is set to JVM 17 which can cause the Cannot find JavaFX error to occur. However you will then be met with a Launch Error after fixing JFX as the actual Java Runtime set within the Launcher is JVM 8.
This typically occurs if someone has previously used/attempted to use Chunky with JVM 8 and then proceeds to try JVM 17. The act of installing JVM 17 would update the default JVM and thus lead to this issue occurring.
While I understand that having a different JVM for the Launcher and Chunky may have uses...
- Do not auto populate
Java Optionswith--module-pathand--add-modulesif theJava Runtimeis set to JVM 8 even if the Launcher detects JVM 17 being used and finds JFX. - If a different JVM to what the Launcher is using is found in the
Java Runtimefield, query the user:Ignore,Let me pick (and ignore),Use Launcher JVM (and auto populate Java Options).