Closing game during Mojang loading screen causes errors
The bug
When closing the game while the Mojang load screen is shown, errors occur.
Depending on when you close the game, the logged errors will differ:
[11:54:11] [main/INFO]: Stopping! [11:54:11] [Worker-Main-8/WARN]: Exception loading blockstate definition: minecraft:blockstates/mossy_stone_brick_wall.json: java.io.FileNotFoundException: minecraft:blockstates/mossy_stone_brick_wall.json [11:54:11] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'minecraft:blockstates/mossy_stone_brick_wall.json' missing model for variant: 'minecraft:mossy_stone_brick_wall#east=tall,north=tall,south=low,up=false,waterlogged=true,west=none' [11:54:11] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'minecraft:blockstates/mossy_stone_brick_wall.json' missing model for variant: 'minecraft:mossy_stone_brick_wall#east=none,north=low,south=none,up=false,waterlogged=false,west=tall' [11:54:11] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'minecraft:blockstates/mossy_stone_brick_wall.json' missing model for variant: 'minecraft:mossy_stone_brick_wall#east=none,north=none,south=low,up=false,waterlogged=false,west=none' ... [11:54:11] [Worker-Main-6/ERROR]: Couldn't load texture minecraft:textures/font/unicode_page_00.png java.io.FileNotFoundException: minecraft:textures/font/unicode_page_00.png at abh.a(SourceFile:67) ~[1.16-pre1.jar:?] at dpb.a(SourceFile:107) [1.16-pre1.jar:?] at dpb$$Lambda$2771/1010334754.apply(Unknown Source) [1.16-pre1.jar:?] at java.util.HashMap.computeIfAbsent(HashMap.java:1118) [?:1.8.0_51] at dpb.a(SourceFile:85) [1.16-pre1.jar:?] at doo$1.a(SourceFile:115) [1.16-pre1.jar:?] at doo$1$$Lambda$2719/448831122.accept(Unknown Source) [1.16-pre1.jar:?] at it.unimi.dsi.fastutil.ints.IntIterable.forEach(IntIterable.java:74) [fastutil-8.2.1.jar:?] at doo$1.a(SourceFile:110) [1.16-pre1.jar:?] at doo$1.b(SourceFile:51) [1.16-pre1.jar:?] at abf.a(SourceFile:11) [1.16-pre1.jar:?] at abf$$Lambda$2605/1295675429.get(Unknown Source) [1.16-pre1.jar:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1582) [?:1.8.0_51] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1574) [?:1.8.0_51] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51] at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51] ...
[11:48:46] [main/INFO]: Reloading ResourceManager: Default [11:48:52] [main/INFO]: Stopping! [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/respawn_anchor_bottom.png : java.io.FileNotFoundException: minecraft:textures/block/respawn_anchor_bottom.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/anvil.png : java.io.FileNotFoundException: minecraft:textures/block/anvil.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/composter_top.png : java.io.FileNotFoundException: minecraft:textures/block/composter_top.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/cartography_table_side1.png : java.io.FileNotFoundException: minecraft:textures/block/cartography_table_side1.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/item/flint.png : java.io.FileNotFoundException: minecraft:textures/item/flint.png ...
Shutdown failure! java.util.ConcurrentModificationException at java.base/java.util.HashMap.forEach(HashMap.java:1428) at exn.close(SourceFile:173) at dvp.close(SourceFile:1038) at dvp.l(SourceFile:1017) at net.minecraft.client.main.Main.main(SourceFile:233)
[19:05:46] [Render thread/ERROR]: Shutdown failure!
java.util.ConcurrentModificationException: null
at java.base/java.util.HashMap.forEach(HashMap.java:1424) ~[?:?]
at glt.close(SourceFile:173) ~[24w10a.jar:?]
at fby.close(SourceFile:1247) [24w10a.jar:?]
at fby.n(SourceFile:1221) [24w10a.jar:?]
at net.minecraft.client.main.Main.main(SourceFile:281) [24w10a.jar:?]
How to reproduce
- Start the game
- While the Mojang load screen is shown, press the X of the game window
- Look at the log
Created Issue:
Closing game during Mojang load screen causes FileNotFoundException
The bug
When closing the game while the Mojang load screen is shown, multiple FileNotFoundExceptions occur.
1.16-pre1 log[11:48:46] [main/INFO]: Reloading ResourceManager: Default [11:48:52] [main/INFO]: Stopping! [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/respawn_anchor_bottom.png : java.io.FileNotFoundException: minecraft:textures/block/respawn_anchor_bottom.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/anvil.png : java.io.FileNotFoundException: minecraft:textures/block/anvil.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/composter_top.png : java.io.FileNotFoundException: minecraft:textures/block/composter_top.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/cartography_table_side1.png : java.io.FileNotFoundException: minecraft:textures/block/cartography_table_side1.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/item/flint.png : java.io.FileNotFoundException: minecraft:textures/item/flint.png ...How to reproduce
- Start the game
- While the Mojang load screen is shown, press the X of the game window
- Look at the log
The bug
When closing the game while the Mojang load screen is shown, multiple FileNotFoundExceptions occur.
1.16-pre1 log[11:48:46] [main/INFO]: Reloading ResourceManager: Default [11:48:52] [main/INFO]: Stopping! [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/respawn_anchor_bottom.png : java.io.FileNotFoundException: minecraft:textures/block/respawn_anchor_bottom.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/anvil.png : java.io.FileNotFoundException: minecraft:textures/block/anvil.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/composter_top.png : java.io.FileNotFoundException: minecraft:textures/block/composter_top.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/cartography_table_side1.png : java.io.FileNotFoundException: minecraft:textures/block/cartography_table_side1.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/item/flint.png : java.io.FileNotFoundException: minecraft:textures/item/flint.png ...How to reproduce
- Start the game
- While the Mojang load screen is shown, press the X of the game window
- Look at the log
The bug
When closing the game while the Mojang load screen is shown, errors occur.
Depending on when you close the game, the logged errors will differ:1.16-pre1 log (Closing at beginning of load screen)[11:54:11] [main/INFO]: Stopping! [11:54:11] [Worker-Main-8/WARN]: Exception loading blockstate definition: minecraft:blockstates/mossy_stone_brick_wall.json: java.io.FileNotFoundException: minecraft:blockstates/mossy_stone_brick_wall.json [11:54:11] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'minecraft:blockstates/mossy_stone_brick_wall.json' missing model for variant: 'minecraft:mossy_stone_brick_wall#east=tall,north=tall,south=low,up=false,waterlogged=true,west=none' [11:54:11] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'minecraft:blockstates/mossy_stone_brick_wall.json' missing model for variant: 'minecraft:mossy_stone_brick_wall#east=none,north=low,south=none,up=false,waterlogged=false,west=tall' [11:54:11] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'minecraft:blockstates/mossy_stone_brick_wall.json' missing model for variant: 'minecraft:mossy_stone_brick_wall#east=none,north=none,south=low,up=false,waterlogged=false,west=none' ... [11:54:11] [Worker-Main-6/ERROR]: Couldn't load texture minecraft:textures/font/unicode_page_00.png java.io.FileNotFoundException: minecraft:textures/font/unicode_page_00.png at abh.a(SourceFile:67) ~[1.16-pre1.jar:?] at dpb.a(SourceFile:107) [1.16-pre1.jar:?] at dpb$$Lambda$2771/1010334754.apply(Unknown Source) [1.16-pre1.jar:?] at java.util.HashMap.computeIfAbsent(HashMap.java:1118) [?:1.8.0_51] at dpb.a(SourceFile:85) [1.16-pre1.jar:?] at doo$1.a(SourceFile:115) [1.16-pre1.jar:?] at doo$1$$Lambda$2719/448831122.accept(Unknown Source) [1.16-pre1.jar:?] at it.unimi.dsi.fastutil.ints.IntIterable.forEach(IntIterable.java:74) [fastutil-8.2.1.jar:?] at doo$1.a(SourceFile:110) [1.16-pre1.jar:?] at doo$1.b(SourceFile:51) [1.16-pre1.jar:?] at abf.a(SourceFile:11) [1.16-pre1.jar:?] at abf$$Lambda$2605/1295675429.get(Unknown Source) [1.16-pre1.jar:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1582) [?:1.8.0_51] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1574) [?:1.8.0_51] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51] at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51] ...1.16-pre1 log (Closing near end of load screen)[11:48:46] [main/INFO]: Reloading ResourceManager: Default [11:48:52] [main/INFO]: Stopping! [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/respawn_anchor_bottom.png : java.io.FileNotFoundException: minecraft:textures/block/respawn_anchor_bottom.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/anvil.png : java.io.FileNotFoundException: minecraft:textures/block/anvil.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/composter_top.png : java.io.FileNotFoundException: minecraft:textures/block/composter_top.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/cartography_table_side1.png : java.io.FileNotFoundException: minecraft:textures/block/cartography_table_side1.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/item/flint.png : java.io.FileNotFoundException: minecraft:textures/item/flint.png ...How to reproduce
- Start the game
- While the Mojang load screen is shown, press the X of the game window
- Look at the log
Closing game during Mojang load screen causesFileNotFoundExceptionClosing game during Mojang load screen causes errors
relates to
The bug
When closing the game while the Mojang load screen is shown, errors occur.
Depending on when you close the game, the logged errors will differ:1.16-pre1 log (Closing at beginning of load screen)[11:54:11] [main/INFO]: Stopping! [11:54:11] [Worker-Main-8/WARN]: Exception loading blockstate definition: minecraft:blockstates/mossy_stone_brick_wall.json: java.io.FileNotFoundException: minecraft:blockstates/mossy_stone_brick_wall.json [11:54:11] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'minecraft:blockstates/mossy_stone_brick_wall.json' missing model for variant: 'minecraft:mossy_stone_brick_wall#east=tall,north=tall,south=low,up=false,waterlogged=true,west=none' [11:54:11] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'minecraft:blockstates/mossy_stone_brick_wall.json' missing model for variant: 'minecraft:mossy_stone_brick_wall#east=none,north=low,south=none,up=false,waterlogged=false,west=tall' [11:54:11] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'minecraft:blockstates/mossy_stone_brick_wall.json' missing model for variant: 'minecraft:mossy_stone_brick_wall#east=none,north=none,south=low,up=false,waterlogged=false,west=none' ... [11:54:11] [Worker-Main-6/ERROR]: Couldn't load texture minecraft:textures/font/unicode_page_00.png java.io.FileNotFoundException: minecraft:textures/font/unicode_page_00.png at abh.a(SourceFile:67) ~[1.16-pre1.jar:?] at dpb.a(SourceFile:107) [1.16-pre1.jar:?] at dpb$$Lambda$2771/1010334754.apply(Unknown Source) [1.16-pre1.jar:?] at java.util.HashMap.computeIfAbsent(HashMap.java:1118) [?:1.8.0_51] at dpb.a(SourceFile:85) [1.16-pre1.jar:?] at doo$1.a(SourceFile:115) [1.16-pre1.jar:?] at doo$1$$Lambda$2719/448831122.accept(Unknown Source) [1.16-pre1.jar:?] at it.unimi.dsi.fastutil.ints.IntIterable.forEach(IntIterable.java:74) [fastutil-8.2.1.jar:?] at doo$1.a(SourceFile:110) [1.16-pre1.jar:?] at doo$1.b(SourceFile:51) [1.16-pre1.jar:?] at abf.a(SourceFile:11) [1.16-pre1.jar:?] at abf$$Lambda$2605/1295675429.get(Unknown Source) [1.16-pre1.jar:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1582) [?:1.8.0_51] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1574) [?:1.8.0_51] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51] at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51] ...1.16-pre1 log (Closing near end of load screen)[11:48:46] [main/INFO]: Reloading ResourceManager: Default [11:48:52] [main/INFO]: Stopping! [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/respawn_anchor_bottom.png : java.io.FileNotFoundException: minecraft:textures/block/respawn_anchor_bottom.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/anvil.png : java.io.FileNotFoundException: minecraft:textures/block/anvil.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/composter_top.png : java.io.FileNotFoundException: minecraft:textures/block/composter_top.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/cartography_table_side1.png : java.io.FileNotFoundException: minecraft:textures/block/cartography_table_side1.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/item/flint.png : java.io.FileNotFoundException: minecraft:textures/item/flint.png ...1.17.1 logShutdown failure! java.util.ConcurrentModificationException at java.base/java.util.HashMap.forEach(HashMap.java:1428) at exn.close(SourceFile:173) at dvp.close(SourceFile:1038) at dvp.l(SourceFile:1017) at net.minecraft.client.main.Main.main(SourceFile:233)How to reproduce
- Start the game
- While the Mojang load screen is shown, press the X of the game window
- Look at the log
relates to
Closing game during Mojang loading screen causes errors
The bug
When closing the game while the Mojang load screen is shown, errors occur.
Depending on when you close the game, the logged errors will differ:1.16-pre1 log (Closing at beginning of load screen)[11:54:11] [main/INFO]: Stopping! [11:54:11] [Worker-Main-8/WARN]: Exception loading blockstate definition: minecraft:blockstates/mossy_stone_brick_wall.json: java.io.FileNotFoundException: minecraft:blockstates/mossy_stone_brick_wall.json [11:54:11] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'minecraft:blockstates/mossy_stone_brick_wall.json' missing model for variant: 'minecraft:mossy_stone_brick_wall#east=tall,north=tall,south=low,up=false,waterlogged=true,west=none' [11:54:11] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'minecraft:blockstates/mossy_stone_brick_wall.json' missing model for variant: 'minecraft:mossy_stone_brick_wall#east=none,north=low,south=none,up=false,waterlogged=false,west=tall' [11:54:11] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'minecraft:blockstates/mossy_stone_brick_wall.json' missing model for variant: 'minecraft:mossy_stone_brick_wall#east=none,north=none,south=low,up=false,waterlogged=false,west=none' ... [11:54:11] [Worker-Main-6/ERROR]: Couldn't load texture minecraft:textures/font/unicode_page_00.png java.io.FileNotFoundException: minecraft:textures/font/unicode_page_00.png at abh.a(SourceFile:67) ~[1.16-pre1.jar:?] at dpb.a(SourceFile:107) [1.16-pre1.jar:?] at dpb$$Lambda$2771/1010334754.apply(Unknown Source) [1.16-pre1.jar:?] at java.util.HashMap.computeIfAbsent(HashMap.java:1118) [?:1.8.0_51] at dpb.a(SourceFile:85) [1.16-pre1.jar:?] at doo$1.a(SourceFile:115) [1.16-pre1.jar:?] at doo$1$$Lambda$2719/448831122.accept(Unknown Source) [1.16-pre1.jar:?] at it.unimi.dsi.fastutil.ints.IntIterable.forEach(IntIterable.java:74) [fastutil-8.2.1.jar:?] at doo$1.a(SourceFile:110) [1.16-pre1.jar:?] at doo$1.b(SourceFile:51) [1.16-pre1.jar:?] at abf.a(SourceFile:11) [1.16-pre1.jar:?] at abf$$Lambda$2605/1295675429.get(Unknown Source) [1.16-pre1.jar:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1582) [?:1.8.0_51] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1574) [?:1.8.0_51] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51] at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51] ...1.16-pre1 log (Closing near end of load screen)[11:48:46] [main/INFO]: Reloading ResourceManager: Default [11:48:52] [main/INFO]: Stopping! [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/respawn_anchor_bottom.png : java.io.FileNotFoundException: minecraft:textures/block/respawn_anchor_bottom.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/anvil.png : java.io.FileNotFoundException: minecraft:textures/block/anvil.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/composter_top.png : java.io.FileNotFoundException: minecraft:textures/block/composter_top.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/block/cartography_table_side1.png : java.io.FileNotFoundException: minecraft:textures/block/cartography_table_side1.png [11:48:52] [Worker-Main-10/ERROR]: Using missing texture, unable to load minecraft:textures/item/flint.png : java.io.FileNotFoundException: minecraft:textures/item/flint.png ...1.17.1 logShutdown failure! java.util.ConcurrentModificationException at java.base/java.util.HashMap.forEach(HashMap.java:1428) at exn.close(SourceFile:173) at dvp.close(SourceFile:1038) at dvp.l(SourceFile:1017) at net.minecraft.client.main.Main.main(SourceFile:233)24w10a log[19:05:46] [Render thread/ERROR]: Shutdown failure! java.util.ConcurrentModificationException: null at java.base/java.util.HashMap.forEach(HashMap.java:1424) ~[?:?] at glt.close(SourceFile:173) ~[24w10a.jar:?] at fby.close(SourceFile:1247) [24w10a.jar:?] at fby.n(SourceFile:1221) [24w10a.jar:?] at net.minecraft.client.main.Main.main(SourceFile:281) [24w10a.jar:?]How to reproduce
- Start the game
- While the Mojang load screen is shown, press the X of the game window
- Look at the log
The bug
When closing the game while loading a world, an error (java.util.concurrent.RejectedExecutionException: null) occurs. This is similar to MC-187583. The exception message thrown is "Cound not schedule mailbox" (sic). A crash has occurred once, but a crash report was not produced.
[13:49:54] [Render thread/INFO]: Preparing spawn area: 0% [13:49:55] [Render thread/INFO]: Preparing spawn area: 0% [13:49:55] [Render thread/INFO]: Preparing spawn area: 1% (...) [13:50:09] [Render thread/INFO]: Preparing spawn area: 89% [13:50:09] [Render thread/INFO]: Time elapsed: 15197 ms [13:50:10] [Render thread/INFO]: Stopping! [13:50:10] [Server thread/ERROR]: Cound not schedule mailbox java.util.concurrent.RejectedExecutionException: null at java.util.concurrent.ForkJoinPool.externalPush(ForkJoinPool.java:1889) ~[?:?] at java.util.concurrent.ForkJoinPool.externalSubmit(ForkJoinPool.java:1930) ~[?:?] at java.util.concurrent.ForkJoinPool.execute(ForkJoinPool.java:2462) ~[?:?] at aqy.h(SourceFile:135) ~[1.17.1.jar:?] at aqy.a(SourceFile:124) ~[1.17.1.jar:?] at abg.a(SourceFile:125) ~[1.17.1.jar:?] at abg.a(SourceFile:91) ~[1.17.1.jar:?] at aqx$1.a(SourceFile:44) ~[1.17.1.jar:?] at abu.a(SourceFile:104) ~[1.17.1.jar:?] at abu.a(SourceFile:100) ~[1.17.1.jar:?] at abu.a(SourceFile:61) ~[1.17.1.jar:?] at bwq.a(SourceFile:220) ~[1.17.1.jar:?] at bwq.a(SourceFile:196) ~[1.17.1.jar:?] at deq.a(SourceFile:261) ~[1.17.1.jar:?] at deq.a(SourceFile:160) ~[1.17.1.jar:?] at deq.a(SourceFile:140) ~[1.17.1.jar:?] at deq.a(SourceFile:458) ~[1.17.1.jar:?] at des.a(SourceFile:76) ~[1.17.1.jar:?] at abr.a(SourceFile:637) ~[1.17.1.jar:?] at bxf.b(SourceFile:81) ~[1.17.1.jar:?] at abr.a(SourceFile:365) ~[1.17.1.jar:?] at net.minecraft.server.MinecraftServer.b(SourceFile:891) ~[1.17.1.jar:?] at net.minecraft.server.MinecraftServer.a(SourceFile:831) ~[1.17.1.jar:?] at faq.a(SourceFile:96) ~[1.17.1.jar:?] at net.minecraft.server.MinecraftServer.x(SourceFile:697) ~[1.17.1.jar:?] at net.minecraft.server.MinecraftServer.a(SourceFile:270) ~[1.17.1.jar:?] at java.lang.Thread.run(Thread.java:831) [?:?]
(...) [19:01:13] [Render thread/INFO]: Preparing spawn area: 0% [19:01:13] [Render thread/INFO]: Preparing spawn area: 0% [19:01:13] [Render thread/INFO]: Preparing spawn area: 0% [19:01:14] [Server thread/INFO]: Changing view distance to 9, from 10 [19:01:14] [Server thread/INFO]: Changing simulation distance to 5, from 0 [19:01:14] [Render thread/INFO]: Time elapsed: 1347 ms [19:01:14] [Render thread/INFO]: Stopping! [19:01:14] [IO-Worker-13/ERROR]: Cound not schedule mailbox java.util.concurrent.RejectedExecutionException: Task IOWorker-chunk 2 false rejected from java.util.concurrent.ThreadPoolExecutor@4944508b[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 15302] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2065) ~[?:?] at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:833) ~[?:?] at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1365) ~[?:?] at bmy.i(SourceFile:135) [24w10a.jar:?] at bmy.run(SourceFile:105) [24w10a.jar:?] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?] at java.base/java.lang.Thread.run(Thread.java:833) [?:?] [19:01:14] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 1037193137ms or 20743862 ticks behind
How to reproduce
1. Start the game and load a world.
2. While the world loading screen is shown, close the window by pressing the X button.
3. Look at the log.
Note: The game window might not close immediately after the X button of the window has been pressed, but it closes as soon as loading has (nearly) finished.
Look at the log file after the window has closed.
wtf? everyone know you cant turn off computer when its loading or updating, this is same thing imagine minecraft is computer, you just cant turn off program when its loading
Can confirm in 1.17.1.
For me, it threw a ConcurrentModificationException, but I don't know if I should create a new ticket for that. Probably not necessary.
This also happens when you close the game while a world is loading.
@[Mod] ampolive, do you see "Cound not schedule mailbox" as exception message?
Could you please create a new report for this and refer to this one (maybe in that report also point out the typo in "Cound"). We will then mark the report as related to this one.
Marcono1234: After searching through the logs, that is in fact the exception message. I have created MC-234733 for this issue.
Can confirm in 21w38a.
Can confirm in 21w39a.
Can confirm in 21w40a.
@[Mod] ampolive, do you want to become the reporter so you can update the affected versions yourself?
Though you don't have to confirm an issue for every snapshot. Usually it suffices to confirm it for releases (and maybe pre-releases) and for snapshots when you become aware of related changes (e.g. because they are mentioned in the blog post).
Oh, sure. I would like to become the reporter.
Thanks; you are the reporter now.