DarkPacks / SkyFactory-4

SkyFactory 4 offers a brand-new experience never before seen in the series. Full automation, tech, magic, and bacon resources! This iteration offers over 30+ world types so you can play the pack like never before!
https://minecraft.curseforge.com/projects/skyfactory-4/
134 stars 46 forks source link

SK4 v4.2.2 crashes on SSP world-load ; `IllegalStateException: failed to create a child event loop` #2000

Open ASchneider-GitHub opened 2 years ago

ASchneider-GitHub commented 2 years ago

Bug Description

Attempting to launch a singleplayer world on a clean installation immediately crashes the game ### Did this behavior use to work in the previous version? I haven't played a previous version ## Steps to Reproduce (for bugs)
  1. Download clean installation of SK4 v4.2.2
  2. Launch game and create new SSP world with default settings
  3. Game crashes while loading

Logs

World Information

Client Information

sam-kirby commented 2 years ago

This looks to be a vanilla Minecraft issue: https://bugs.mojang.com/browse/MC-34749

Either your security software is causing the crash, or Minecraft is unable to establish an internet connection over IPv6.

ASchneider-GitHub commented 2 years ago

Makes sense. The PC runs over an IPv4 VPN tunnel, so IPv6 is likely blocked. Guess I'll try forcing it to run on IPv4 with -Djava.net.preferIPv4Stack=true or disabling the VPN

sam-kirby commented 2 years ago

You could also try turning off DHCPv6 on your router if possible. It won't make an attempt to connect over IPv6 if your system does not have a v6 address.