-
Notifications
You must be signed in to change notification settings - Fork 0
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
Knight Launcher Compatibility #2
Comments
As per a recommendation in threerings/getdown#272 If we add "-XX:+IgnoreUnrecognizedVMOptions" to extra.txt we should be able to outright delete the getdown patches entirely, and remove the following block of text in extra.txt... "-Djava.library.path=%APPDIR%/native That text block is necessary because the getdown jar patch specifically knocks out reading a portion of getdown.txt. |
It would still be required of KL to redistribute the latest set of DLLs and their accompanying jars from the last official LWJGL 2 build, as per Java 9 will not run due to JNI compatibility issues with the slightly older set Spiral Knights is distributed with by default. As per the readme: |
Currently, because we require a custom set of getdown jars and an extra.txt that requires modification as a direct result of such, this breaks third party launchers that only base themselves on running decade old java versions.
The text was updated successfully, but these errors were encountered: