-
Notifications
You must be signed in to change notification settings - Fork 23
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
1.7.10, 1.12.2... Crash on load #83
Comments
I have the same problem, Minecraft version 1.12.2, Mod version 1.3 |
serializationisbad.json |
Confirmed it works for me too. Thanks Eva |
It looks like Github changed their SSL certificate on the raw.githubusercontent.com domain to a new one which isn't trusted in very old Java versions (8u51 in this case). SiB downloads its config from there if there isn't one locally in the config directory:
I'm currently looking for another reliable static file host where I can upload the config file to, which also has a certificate that is trusted by ancient Java versions. In the meantime, like @EvaLinn already mentioned, adding the file manually to the config directory works as a workaround. EDIT: Currently evaluating if Cloudflare R2 would be a viable option, but due to maintenance on their end, that may take a bit of time |
Github replaced their certificate, making it invalid with the CA certs of Java 8u51. See #83 for details
I just published version 1.5.1 on Github with a changed URL for the remote config. |
I don't think I can check this out. That's not me holding a server. I can change it on my side but I don't think it's gonna work |
Updating it only on the client side should work just fine |
I deleted that config file and changed to new version and... Nope, it doesn't work |
Could you send me your game log? |
Lol I noticed, why it says 1.3 |
I can't delete the file because my launcher loads it again :( Modpack in TLauncher. You should ask someone else to help XD |
You should update the SerializationIsBad mod to 1.5.1. If your launcher doesn't allow you to do this, there is nothing we can do on our end. (Considering that you're using an illegal cracked version of the game, you should probably just buy the game and use another launcher) |
I have license, but I don't like official Minecraft Launcher. It's much easier for me to make modpacks in TLauncher. And yeah, it doesn't allow me to update the mod |
Then use something like Prism Launcher. TLauncher is illegal and is known for stealing legitimate accounts. |
@dogboy21 Replacing 1.5 with 1.5.1 does not appear to work - https://mclo.gs/zthspOM |
If you already have a |
@dogboy21 Resetting it appears to work 🎉 |
Alright, then I know what the issue is, thank you for testing! |
1.5.2, which replaces the old URL with the new one, is now released as well :) |
@dogboy21 I can confirm it works :) |
Alright, thank you for testing! |
Hey, sorry for the dumb question, but do I need to update the mod or just delete the mod config ? Thanks! |
If you're currently using version 1.4 or above, setting |
Perfect! Thanks |
First reported over xJon/Hexxit-II#230:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
https://mclo.gs/d7kVwP0#L71
This is using version 1.5, and has been reported by players who ran the modpack and mod before.
The text was updated successfully, but these errors were encountered: