mojira.dev
MC-134311

Lowering mipmap levels very quickly in-game causes crash

How to replicate:
1. Make sure mipmap levels are set to 4 and go in a world
2. Quickly change the levels to off
3. The game will freeze. Clicking anywhere will cause a crash.

Bonus: Sometimes before crashing the textures go insane.

The game doesn't write any crash logs for this

[09:12:21] [Client thread/INFO]: Created: 1024x512 textures-atlas
[09:12:22] [Client thread/INFO]: Reloading ResourceManager: Default
[09:12:22] [Server thread/INFO]: Reloading ResourceManager: Default
[09:12:23] [Client thread/INFO]: SoundSystem shutting down...
[09:12:23] [Server thread/INFO]: Loaded 524 recipes
[09:12:23] [Client thread/INFO]: SoundSystem Author: Paul Lamb, www.paulscode.com
[09:12:23] [Sound Library Loader/INFO]: Starting up SoundSystem...
[09:12:23] [Client thread/INFO]: Caught error stitching, removing all assigned resourcepacks
java.nio.file.FileSystemAlreadyExistsException: null
	at com.sun.nio.zipfs.ZipFileSystemProvider.newFileSystem(ZipFileSystemProvider.java:113) ~[zipfs.jar:1.8.0_171]
	at java.nio.file.FileSystems.newFileSystem(Unknown Source) ~[?:1.8.0_171]
	at java.nio.file.FileSystems.newFileSystem(Unknown Source) ~[?:1.8.0_171]
	at un.a(SourceFile:114) ~[1.13.jar:?]
	at ddr.a(SourceFile:54) ~[1.13.jar:?]
	at vb.a(SourceFile:137) ~[1.13.jar:?]
	at vg.a(SourceFile:80) ~[1.13.jar:?]
	at chu.a(SourceFile:52) ~[1.13.jar:?]
	at vg.c(SourceFile:123) ~[1.13.jar:?]
	at vg.a(SourceFile:106) ~[1.13.jar:?]
	at cfi.f(SourceFile:681) ~[1.13.jar:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_171]
	at cfi.a(SourceFile:2164) [1.13.jar:?]
	at cfi.a(SourceFile:2179) [1.13.jar:?]
	at cfi.t(SourceFile:1822) [1.13.jar:?]
	at cfl.a(SourceFile:436) [1.13.jar:?]
	at chb.a(SourceFile:51) [1.13.jar:?]
	at cgj.a(SourceFile:72) [1.13.jar:?]
	at cgx$a.a(SourceFile:71) [1.13.jar:?]
	at cgv.a(SourceFile:35) [1.13.jar:?]
	at cha.a(SourceFile:391) [1.13.jar:?]
	at cha.a(SourceFile:194) [1.13.jar:?]
	at cjy.a(SourceFile:117) [1.13.jar:?]
	at ctn.a(SourceFile:792) [1.13.jar:?]
	at cfi.c(SourceFile:847) [1.13.jar:?]
	at cfi.a(SourceFile:392) [1.13.jar:?]
	at net.minecraft.client.main.Main.main(SourceFile:144) [1.13.jar:?]
[09:12:23] [Client thread/INFO]: Reloading ResourceManager: 
[09:12:23] [Client thread/WARN]: Failed to load texture: minecraft:textures/gui/title/background/panorama_5.png
java.io.FileNotFoundException: minecraft:textures/gui/title/background/panorama_5.png

Attachments

Comments 3

Please attach .minecraft/logs/latest.log after having this issue.
Search for files .minecraft/hs_err_pidXXX.log and attach the latest here.

It's looking like you have the default resources twice in the game, that gives that nasty bunch of error messages:

[09:12:21] [Client thread/INFO]: Created: 1024x512 textures-atlas
[09:12:22] [Client thread/INFO]: Reloading ResourceManager: Default
[09:12:22] [Server thread/INFO]: Reloading ResourceManager: Default

Please attach your .minecraft/options.txt here.

Tunacan Yilmaz

(Unassigned)

Unconfirmed

crash

Minecraft 1.13

Retrieved