Recently I have been getting a bug like this on Minecraft 1.8.9.
It only affects me on Hypixel sometimes, but sometimes it affects me on all servers.
I am running a PC with an Intel i7 core, and an Intel graphics card.
I have tried lowering the render distance and turning on and off VBOs, but it does not seem to help.
Just some info, when I run the [java -version] command in Windows CMD, it says that it cannot find java.dll or the SE Runtime Enviroment, as well as saying that the value is 1.8 but should be 1.7.
FIXING THIS WOULD BE GREATLY APPRECIATED!
(BTW the log is just a loop. The crash happens due to an overwhelm of information crashing the PC, I think.)
[14:38:01] [Client thread/INFO]: Setting user: Gyrostorm
[14:38:01] [Client thread/INFO]: (Session ID is token:48b94524f2d844febfb454003cf54ca6:f2eddeebc8ca4a2aba51ba3ae7d49fcf)
[14:38:02] [Client thread/INFO]: LWJGL Version: 2.9.4
[14:38:02] [Client thread/INFO]: Reloading ResourceManager: Default, ยง4The Kings Pack.zip
[14:38:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:38:03] [Sound Library Loader/INFO]: Starting up SoundSystem...
[14:38:03] [Thread-6/INFO]: Initializing LWJGL OpenAL
[14:38:03] [Thread-6/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[14:38:03] [Thread-6/INFO]: OpenAL initialized.
[14:38:03] [Sound Library Loader/INFO]: Sound engine started
[14:38:04] [Client thread/INFO]: Created: 512x512 textures-atlas
[14:38:36] [Client thread/INFO]: Connecting to mc.hypixel.net, 25565
[14:38:38] [Client thread/INFO]: [CHAT] Couldn't connect you to that server, so you were put in the SkyWars Lobby!
[14:38:39] [Client thread/INFO]: [CHAT]
[14:38:39] [Client thread/INFO]: [CHAT]
[14:38:53] [Client thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException: 4353
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_25]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_25]
at g.a(SourceFile:45) [1.8.9.jar:?]
at ave.av(SourceFile:881) [1.8.9.jar:?]
at ave.a(SourceFile:325) [1.8.9.jar:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [1.8.9.jar:?]
Caused by: java.lang.ArrayIndexOutOfBoundsException: 4353
at amy.a(SourceFile:976) ~[1.8.9.jar:?]
at bcy.a(SourceFile:464) ~[1.8.9.jar:?]
at go.a(SourceFile:54) ~[1.8.9.jar:?]
at go.a(SourceFile:12) ~[1.8.9.jar:?]
at fh$1.run(SourceFile:13) ~[1.8.9.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_25]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_25]
at g.a(SourceFile:44) ~[1.8.9.jar:?]
... 3 more
This repeating exception doesn't actually appear to cause the true crash in every log I've seen.
I wish Mojang fixed whatever causes this particular exception, but there should be a different exception at or near the end of the log that is the true crash.
The Meaning of Life, the Universe, and Everything.
Join Date:
3/14/2011
Posts:
748
Minecraft:
Ethernity4eveR
Member Details
Minecraft uses its own version of java.
You can try to install the latest version of java on your computer, then in the Edit profile at the bottom in Java Settings, check Executable, and point it to your java instalation not the one mojang gives you.
The Meaning of Life, the Universe, and Everything.
Join Date:
3/14/2011
Posts:
748
Minecraft:
Ethernity4eveR
Member Details
It works on 1.8 100% i always have the latest version of java installed, sometimes even beta builds. Try reinstalling your java. Other then that I got no ideas to be honest
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hello everyone,
Recently I have been getting a bug like this on Minecraft 1.8.9.
It only affects me on Hypixel sometimes, but sometimes it affects me on all servers.
I am running a PC with an Intel i7 core, and an Intel graphics card.
I have tried lowering the render distance and turning on and off VBOs, but it does not seem to help.
Just some info, when I run the [java -version] command in Windows CMD, it says that it cannot find java.dll or the SE Runtime Enviroment, as well as saying that the value is 1.8 but should be 1.7.
FIXING THIS WOULD BE GREATLY APPRECIATED!
(BTW the log is just a loop. The crash happens due to an overwhelm of information crashing the PC, I think.)
[14:38:01] [Client thread/INFO]: Setting user: Gyrostorm
[14:38:01] [Client thread/INFO]: (Session ID is token:48b94524f2d844febfb454003cf54ca6:f2eddeebc8ca4a2aba51ba3ae7d49fcf)
[14:38:02] [Client thread/INFO]: LWJGL Version: 2.9.4
[14:38:02] [Client thread/INFO]: Reloading ResourceManager: Default, ยง4The Kings Pack.zip
[14:38:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: %s in %s
[14:38:03] [Sound Library Loader/INFO]: Starting up SoundSystem...
[14:38:03] [Thread-6/INFO]: Initializing LWJGL OpenAL
[14:38:03] [Thread-6/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[14:38:03] [Thread-6/INFO]: OpenAL initialized.
[14:38:03] [Sound Library Loader/INFO]: Sound engine started
[14:38:04] [Client thread/INFO]: Created: 512x512 textures-atlas
[14:38:36] [Client thread/INFO]: Connecting to mc.hypixel.net, 25565
[14:38:38] [Client thread/INFO]: [CHAT] Couldn't connect you to that server, so you were put in the SkyWars Lobby!
[14:38:39] [Client thread/INFO]: [CHAT]
[14:38:39] [Client thread/INFO]: [CHAT]
[14:38:53] [Client thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException: 4353
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_25]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_25]
at g.a(SourceFile:45) [1.8.9.jar:?]
at ave.av(SourceFile:881) [1.8.9.jar:?]
at ave.a(SourceFile:325) [1.8.9.jar:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [1.8.9.jar:?]
Caused by: java.lang.ArrayIndexOutOfBoundsException: 4353
at amy.a(SourceFile:976) ~[1.8.9.jar:?]
at bcy.a(SourceFile:464) ~[1.8.9.jar:?]
at go.a(SourceFile:54) ~[1.8.9.jar:?]
at go.a(SourceFile:12) ~[1.8.9.jar:?]
at fh$1.run(SourceFile:13) ~[1.8.9.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_25]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_25]
at g.a(SourceFile:44) ~[1.8.9.jar:?]
... 3 more
This repeating exception doesn't actually appear to cause the true crash in every log I've seen.
I wish Mojang fixed whatever causes this particular exception, but there should be a different exception at or near the end of the log that is the true crash.
Minecraft uses its own version of java.
You can try to install the latest version of java on your computer, then in the Edit profile at the bottom in Java Settings, check Executable, and point it to your java instalation not the one mojang gives you.
Didn't work. My java is 1.8.0.101. I think Minecraft wants Java V 1.7.
It works on 1.8 100% i always have the latest version of java installed, sometimes even beta builds. Try reinstalling your java. Other then that I got no ideas to be honest