Summary: After exiting Minecraft and looking at the launcher, there is a Fatal Exception on the Client Thread when retrieving properties of air. The issue also appears to be a java.lang.IllegalArgumentException
issue like my last ticket: MC-93658, but the type of issue varies. Not completely sure if this is a bug. Game Output is an attached file.
Linked issues
duplicates 1
Attachments
Comments 3
I saw this and this is what the output said:[Client thread/FATAL]: Error executing task
I also got that same error, but the type was a java.lang.NullPointerException
:
[17:27:09] [Client thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.7.0_71]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.7.0_71]
at g.a(SourceFile:46) [1.9.jar:?]
at bcf.av(SourceFile:954) [1.9.jar:?]
at bcf.a(SourceFile:392) [1.9.jar:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [1.9.jar:?]
Caused by: java.lang.NullPointerException
at gu.a(SourceFile:161) ~[1.9.jar:?]
at bks.a(SourceFile:503) ~[1.9.jar:?]
at gu.a(SourceFile:152) ~[1.9.jar:?]
at gu$a.a(SourceFile:67) ~[1.9.jar:?]
at fh$1.run(SourceFile:13) ~[1.9.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.7.0_71]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.7.0_71]
at g.a(SourceFile:45) ~[1.9.jar:?]
... 3 more
This is MC-77095
Relates to MC-93658/MC-93601