Crashes upon starting due to Serialization is Bad loading remote config file
mainnivia opened this issue ยท 1 comments
Modpack version
2.20.0
Java version
Build 1.8.0_371-b11
RAM Allocated
8gigs
Description
logs states that it crashes cuz "failed to load remote config", already tried to reinstall
When did the crash happen?
during load up
Steps to reproduce
start the modpack
Minecraft crash report
Additional context
No response
Your Divine Journey 2 Discord Username
No response
this error is caused due to:
- CurseForge, ATLauncher, and a few others ship a custom and outdated version of Java, typically 1.8.0_51.
- Serialization Is Bad, as part of its patching process, checks for updates from
raw.githubusercontent.com
. - The certification for
raw.githubusercontent.com
was changed just recently, and this old version of Java doesn't have the proper certificates to access it. - You can read more about this issue on the SiB repo dogboy21/serializationisbad#83
fixes, and any of these should work:
- Update Java. You should do this regardless, and if your launcher does not allow it, you should switch launchers.
- in
config/serializationisbad.json
, changeremoteConfigUrl
tohttps://serializationisbad.dogboy.io/serializationisbad.json
. - Update Serialization is Bad (should work with servers) https://legacy.curseforge.com/minecraft/mc-mods/serializationisbad/files.