Crash on world load

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.

NightKev

New Member
Jul 29, 2019
127
0
0
Title Crash on world load [Solved, see third reply]

Launcher Type Vanilla

Modpack SkyFactory

Modpack version 2.5.6

Have you modified the pack? No

Link to log file http://paste.feed-the-beast.com/view/20717a15

Details of the issue Whenever I try to load a world (in any Minecraft version, modded or not) it crashes. A fresh Java install had no change. I have no idea what to do at this point.

Logfiles:
Vanilla 1.10.2 crash log: http://pastie.org/private/nfh7fcagu2y0evktxmexgg
Vanilla 1.10.2 full log: http://pastie.org/private/fjszsr7jjghwj5rswatfog
SkyFactory crash log: http://pastie.org/private/som7ifldahgtxwntqirvdw
SkyFactory full log: http://paste.feed-the-beast.com/view/20717a15
 
Last edited:

NightKev

New Member
Jul 29, 2019
127
0
0
It doesn't seem to be the same issue, I don't have any special characters in my Windows username or the file path of Minecraft. Also, Minecraft starts up fine, it only crashes after I load a world.
 

NightKev

New Member
Jul 29, 2019
127
0
0
Managed to get it solved via #minecrafthelp on irc.esper.net, there was a rogue firewall program ("Agnitum Outpost Firewall Pro") that I had installed once from years ago that didn't fully uninstall and somehow a dll got reactivated at some point (maybe a weird interaction with a windows update? who knows). Managed to remove it and now Minecraft works again.

So, if anyone has this problem in the future (or something that looks similar to this):
Code:
java.lang.IllegalStateException: failed to create a child event loop
[...]
Caused by: io.netty.channel.ChannelException: failed to open a new selector
[...]
Caused by: java.io.IOException: Unable to establish loopback connection
[...]
Caused by: java.net.SocketException: Permission denied: listen
make sure you double check that even uninstalled firewalls/etc were actually fully uninstalled and didn't leave garbage behind on your system.