You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
comp500 edited this page Jul 20, 2020
·
1 revision
Native libraries
Mojang may update/change the versions of native libraries used when launching the game in the future, causing jumploading across versions to fail.
To fix this, Jumploader will need to:
Extract all the libraries that have an extract key to a folder - I observed the vanilla launcher uses the .minecraft\bin\9412-8db6-496e-f5d3 path for this
Change the java.library.path java system property to the new folder
Check if Java recognises this automatically, or if some reflection hacks are needed to fix the DLL loading and unload old DLLs.. is it even possible?