-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Using forge-1.12.2-14.23.5.2854-installer.jar as loader causes NPE #347
Comments
If indeed it is 8 then #235 would be the issue. |
i got the same issue but still couldnt find how to solve it :( |
Read the issue I linked... |
I did read.. i Tried many time and read at least 3 times from the top to the bottom, i must had missed something idk, i'm gonna try again edit: I tried to do the modification with #270 #271 #272 but still not working, it give me the same error, i tried with some other.. |
I know where's the problem, but I don't know how to fix it... For example, in forge 1.8 installer, versionInfo is inside install_profile, but in forge 1.12.2, versionInfo is in a separate file (version.json) If you open the installer as zip, you will understand it better In my opinion, processLoader needs to be updated, and also "profile.getVersionInfo()" |
This fixes the versionInfo, but now I'm stuck at "install" : { Wich is also removed in 1.12.2 forge InstallProfile: |
I think I fixed it, I'm going to test it.... |
Done! But, for some reason, some libraries won't be downloaded on the _upload folder, so you will have to download these libraries manually and upload them to your FTP site |
|
The Easy Fix for this is use a slightly older version of the installer |
could you elaborate on which "older" version to use? ive used 2.0.0 and 2.0.1 with no success. @KarmaConfigs said he fixed it but im unsure how to apply said fix. this only seems to be an issue with forge 2854, i can use others just fine but i need 2854 |
My fix works for even Forge 1.16 and due 1.16 forge SKCraft can't run 1.16 forge, but < 1.15 (Idk if that's what you were talking about), anyway I decided to develop my custom modpack updater, see this (No, it's not spam, it's an alternative I've made) |
my issue was the same as ops, 2854 causes npe when trying to build the modpack in creator tools. i just looked at your modpack creator, it doesnt look like it works with sklauncher, well... at least it doesnt seem to from what i was reading in your how-to |
It doesn't works with it, it's a complete alternative to create a modpack and installing it in your minecraft folder and it injects a profile with the modpack name, as its name sais, it's a modpack creator, installer and updater |
hmm ok, though it would mean id have to ditch the launcher which ive been using for a long time in place of yours. |
It does, in creator panel |
i cannot open the creator panel, it says i need to install forge which i have, just not in appdata |
Run ModpackTool again, it should update the tool to the latest version which should fix the problem |
how did you do it? |
Ok i fixed it by using a slightly older version of 1.12.2 but now I'm getting this error msg: java.io.IOException: 3 file(s) could not be downloaded |
@KarmaConfigs |
I literally removed my SKCraft launcher instance, as it was impossible for me to make it to work with +1.12 versions, so I don't have it anymore and I can't help you |
The exception log is:
So, the reason being, in
launcher-builder/src/main/java/com/skcraft/launcher/builder/PackageBuilder.java:157
thepulls the profile that looks like this:
I've put
forge-1.12.2-14.23.5.2854-installer.jar
into./loaders/
of my modpack.My system is Linux.
I've selected
1.12.2
as modpack minecraft version.The text was updated successfully, but these errors were encountered: