mojira.dev
MC-96060

Minecraft 1.9 snapshot(S) crash after creating a new world

--------------------------------------------------------------------------------------------
Sorry if this was posted before, but i couldn't found any solutions.
Whenever i create a new world in the [15w46a .. .. .. .. 16w3a] minecraft 1.9 snapshot, it automatically crashes the game

--------------------------------------------------------------------------------------------
I expected to create a new world to se what's going on in the minecraft snapshots

--------------------------------------------------------------------------------------------
crash

--------------------------------------------------------------------------------------------
1)put [15w46a .. .. .. .. 16w3a] minecraft 1.9 snapshot profile
2)press play
3)create a new world

--------------------------------------------------------------------------------------------
ADITIONAL NOTES:

  • i had read some posts where the problem was a " ! " in the profile name or the user name, but i have any " ! ".... and sorry bad english!

*i have no mods, and i cleaned "/.minecraft" like two or three times.(edit: five now)

(edit)

  • i tested different graphics configurations = still crashing

  • i tested without anti-virus / firewall = still crashing

IMPORTANT: i updated java and graphic card drivers, still crashing.

Related issues

Attachments

Comments

migrated
[media][media][media][media][media][media][media][media]
kumasasa

Incomplete without a crash report from ([minecraft/crash-reports/crash-<DATE>-client.txt|http://hopper.minecraft.net/help/finding-minecraft-data-folder]). Please attach it to this ticket so that we can diagnose your issue.

migrated

sorry about that, now i added these

kumasasa
Reported exception thrown!
e: Updating screen events
	at bbz.s(SourceFile:1565) ~[15w47c.jar:?]
	at bbz.as(SourceFile:941) ~[15w47c.jar:?]
	at bbz.a(SourceFile:385) [15w47c.jar:?]
	at net.minecraft.client.main.Main.main(SourceFile:122) [15w47c.jar:?]
Caused by: java.lang.IllegalStateException: failed to create a child event loop
	at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:68) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:61) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:52) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at ma$1.a(SourceFile:53) ~[15w47c.jar:?]
	at ma$1.b(SourceFile:50) ~[15w47c.jar:?]
	at oi.c(SourceFile:10) ~[15w47c.jar:?]
	at ma.a(SourceFile:130) ~[15w47c.jar:?]
	at bbz.a(SourceFile:2115) ~[15w47c.jar:?]
	at bgx.a(SourceFile:213) ~[15w47c.jar:?]
	at bgx.a(SourceFile:344) ~[15w47c.jar:?]
	at bep.l(SourceFile:420) ~[15w47c.jar:?]
	at bep.p(SourceFile:387) ~[15w47c.jar:?]
	at bbz.s(SourceFile:1555) ~[15w47c.jar:?]
	... 3 more
Caused by: io.netty.channel.ChannelException: failed to open a new selector
	at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:128) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:120) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:87) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:64) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:61) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:52) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at ma$1.a(SourceFile:53) ~[15w47c.jar:?]
	at ma$1.b(SourceFile:50) ~[15w47c.jar:?]
	at oi.c(SourceFile:10) ~[15w47c.jar:?]
	at ma.a(SourceFile:130) ~[15w47c.jar:?]
	at bbz.a(SourceFile:2115) ~[15w47c.jar:?]
	at bgx.a(SourceFile:213) ~[15w47c.jar:?]
	at bgx.a(SourceFile:344) ~[15w47c.jar:?]
	at bep.l(SourceFile:420) ~[15w47c.jar:?]
	at bep.p(SourceFile:387) ~[15w47c.jar:?]
	at bbz.s(SourceFile:1555) ~[15w47c.jar:?]
	... 3 more
Caused by: java.io.IOException: Unable to establish loopback connection
	at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:101) ~[?:1.8.0_25]
	at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:68) ~[?:1.8.0_25]
	at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
	at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:170) ~[?:1.8.0_25]
	at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50) ~[?:1.8.0_25]
	at java.nio.channels.Pipe.open(Pipe.java:155) ~[?:1.8.0_25]
	at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127) ~[?:1.8.0_25]
	at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44) ~[?:1.8.0_25]
	at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:120) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:87) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:64) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:61) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:52) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at ma$1.a(SourceFile:53) ~[15w47c.jar:?]
	at ma$1.b(SourceFile:50) ~[15w47c.jar:?]
	at oi.c(SourceFile:10) ~[15w47c.jar:?]
	at ma.a(SourceFile:130) ~[15w47c.jar:?]
	at bbz.a(SourceFile:2115) ~[15w47c.jar:?]
	at bgx.a(SourceFile:213) ~[15w47c.jar:?]
	at bgx.a(SourceFile:344) ~[15w47c.jar:?]
	at bep.l(SourceFile:420) ~[15w47c.jar:?]
	at bep.p(SourceFile:387) ~[15w47c.jar:?]
	at bbz.s(SourceFile:1555) ~[15w47c.jar:?]
	... 3 more
Caused by: java.net.SocketException: Permission denied: listen
	at sun.nio.ch.Net.listen(Native Method) ~[?:1.8.0_25]
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:215) ~[?:1.8.0_25]
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[?:1.8.0_25]
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:67) ~[?:1.8.0_25]
	at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:124) ~[?:1.8.0_25]
	at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:83) ~[?:1.8.0_25]
	at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:68) ~[?:1.8.0_25]
	at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
	at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:170) ~[?:1.8.0_25]
	at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50) ~[?:1.8.0_25]
	at java.nio.channels.Pipe.open(Pipe.java:155) ~[?:1.8.0_25]
	at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127) ~[?:1.8.0_25]
	at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44) ~[?:1.8.0_25]
	at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:120) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:87) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:64) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:61) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:52) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
	at ma$1.a(SourceFile:53) ~[15w47c.jar:?]
	at ma$1.b(SourceFile:50) ~[15w47c.jar:?]
	at oi.c(SourceFile:10) ~[15w47c.jar:?]
	at ma.a(SourceFile:130) ~[15w47c.jar:?]
	at bbz.a(SourceFile:2115) ~[15w47c.jar:?]
	at bgx.a(SourceFile:213) ~[15w47c.jar:?]
	at bgx.a(SourceFile:344) ~[15w47c.jar:?]
	at bep.l(SourceFile:420) ~[15w47c.jar:?]
	at bep.p(SourceFile:387) ~[15w47c.jar:?]
	at bbz.s(SourceFile:1555) ~[15w47c.jar:?]
	... 3 more
kumasasa

AntiVirus / Firewall software issue, see MC-34749

migrated

quote : "i tested without anti-virus / firewall = still crashing". it's weird because this just hapen after the 15w45a snapshot.... also, i have outpost security, no avast or mcfee

kumasasa

Quote from MC-34749:

Moderator Note

...
Please visit the #minecrafthelp channel for further support.

migrated

IMPORTANT, i solved this by unninstalling my antivirus, rebooting and installing another antivirus, an very thanks to Kumasasa for the help, sorry about duplicating this and wasting your time !

kumasasa

Thanks for the feedback.

migrated

(Unassigned)

Unconfirmed

crash, snaphots, vanilla

Minecraft 16w02a, Minecraft 16w03a

Retrieved