DarkPacks / SkyFactory-One

Other
21 stars 3 forks source link

[Bug]: Crash on pack launch #173

Closed Tanden22 closed 2 years ago

Tanden22 commented 2 years ago

General Info

Modpack version

1.0.4

Java version

Java 8 update 333

Modpack Launcher Used

MultiMC, downloaded with ATLauncher option

Memory Allocated

8 GB

Minecraft World Environment

Single Player

Misc Client Info

Server Java Version

No response

Server Operating System

No response

Misc Server Info

Issue Description

During the "Deep Scan" portion of startup, the game crashes with a "java.lang.NoSuchMethodError: sun.security.util.ManifestEntryVerifier.(Ljava/util/jar/Manifest;)V" error. The only similar issue I managed to find was #164. Crash report is linked below.

(Oddly enough, I was able to load into the pack and even make a new world while using Java 17, but I had the same problem as #54 and #83.)

Additional Information

https://pastebin.com/nLsg9xQm

sam-kirby commented 2 years ago

A security vulnerability in Java was discovered last year, and the fix for it broke modlauncher (one of Forge's components). This fix was applied to Java 17, 11 and 8 so this implies you have an outdated version of Java 17 installed.

The fix is to update the pack to 1.0.5, which contains an updated version of Forge that works with the patched versions of Java. This issue is being closed as the issue is already resolved.