when you try to give yourself many advancements and recipes then the game just crashes because of cannot divide by zero(as seen in the log)
To replicate this just build the little machine shown and press the button then your game should crash
tested in 1.13-pre5 and 18w19b
[15:21:47] [Server thread/INFO]: [@: Granted 571 advancements to Gewinner413]
[15:21:47] [Server thread/INFO]: [@: Took 524 recipes from Gewinner413]
[15:21:47] [Server thread/INFO]: [@: Unlocked 524 recipes for Gewinner413]
...
[15:21:47] [Client thread/INFO]: [CHAT] [@: Granted 571 advancements to Gewinner413]
[15:21:47] [Client thread/INFO]: [CHAT] [@: Took 524 recipes from Gewinner413]
[15:21:47] [Client thread/INFO]: [CHAT] [@: Unlocked 524 recipes for Gewinner413]
[15:21:47] [Client thread/INFO]: Loaded 571 advancements
[15:21:47] [Server thread/INFO]: [@: Revoked 571 advancements from Gewinner413]
[15:21:47] [Client thread/INFO]: [CHAT] [@: Revoked 571 advancements from Gewinner413]
...
[15:21:47] [Server thread/INFO]: Gewinner413 has made the advancement [Acquire Hardware]
...
[15:21:47] [Server thread/INFO]: [@: Granted 571 advancements to Gewinner413]
[15:21:47] [Server thread/INFO]: [@: Took 524 recipes from Gewinner413]
[15:21:47] [Server thread/INFO]: [@: Unlocked 524 recipes for Gewinner413]
[15:21:47] [Client thread/INFO]: [CHAT] Gewinner413 has made the advancement [Remote Getaway]
...
[15:21:47] [Client thread/INFO]: [CHAT] [@: Granted 571 advancements to Gewinner413]
[15:21:47] [Client thread/INFO]: [CHAT] [@: Took 524 recipes from Gewinner413]
[15:21:47] [Client thread/INFO]: [CHAT] [@: Unlocked 524 recipes for Gewinner413]
[15:21:47] [Client thread/INFO]: Loaded 571 advancements
[15:21:49] [Server thread/INFO]: [@: Revoked 571 advancements from Gewinner413]
[15:21:49] [Server thread/INFO]: Gewinner413 has made the advancement [Cover Me With Diamonds]
...
[15:21:49] [Server thread/INFO]: Gewinner413 has made the advancement [Acquire Hardware]
[15:21:49] [Server thread/INFO]: [@: Granted 571 advancements to Gewinner413]
[15:21:49] [Server thread/INFO]: [@: Took 524 recipes from Gewinner413]
[15:21:49] [Server thread/INFO]: [@: Unlocked 524 recipes for Gewinner413]
[15:21:49] [Client thread/FATAL]: Unreported exception thrown!
java.lang.ArithmeticException: / by zero
at cgu.a(SourceFile:44) ~[1.13-pre5.jar:?]
at cgx$a.a(SourceFile:112) ~[1.13-pre5.jar:?]
at cgx.a(SourceFile:32) ~[1.13-pre5.jar:?]
at cep.c(SourceFile:810) ~[1.13-pre5.jar:?]
at cep.a(SourceFile:373) [1.13-pre5.jar:?]
at net.minecraft.client.main.Main.main(SourceFile:143) [1.13-pre5.jar:?]
Linked issues
duplicates 1
Attachments
Comments 11
Can't repro. My testworld is attached.
@unknown, @unknown when you can repro, please attach your crash report.
By the way, as @@unknown said, I think it relates to MC-115940.
Resolved as duplicate of MC-120572
Kumasasa, are you sure? I think it relates to that one because in this issue there are more commands (such as advancement
) than only the recipe
one.
Can confirm in 1.13-pre5.
Please post the full crash log instead of a screenshot of part of it.