The Meaning of Life, the Universe, and Everything.
Join Date:
12/12/2016
Posts:
41
Member Details
I'm making a modpack for my kid, and it's working pretty well, but when I change to creative and try to search for an item, nothing happens and after a few seconds, MC crashes.
Any help deciphering the crash report? Who should I tell about the crash?
Thanks.
java.lang.IndexOutOfBoundsException: Index: 0, Size: -1
at java.util.AbstractList.rangeCheckForAdd(AbstractList.java:605)
at java.util.AbstractList.listIterator(AbstractList.java:325)
at java.util.AbstractList.removeRange(AbstractList.java:568)
at java.util.AbstractList.clear(AbstractList.java:234)
at net.minecraft.util.NonNullList.clear(SourceFile:70)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:462)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:440)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:552)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:512)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1695)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1056)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.util.AbstractList.rangeCheckForAdd(AbstractList.java:605)
at java.util.AbstractList.listIterator(AbstractList.java:325)
at java.util.AbstractList.removeRange(AbstractList.java:568)
at java.util.AbstractList.clear(AbstractList.java:234)
at net.minecraft.util.NonNullList.clear(SourceFile:70)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:462)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:440)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:552)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:512)
The Meaning of Life, the Universe, and Everything.
Join Date:
12/12/2016
Posts:
41
Member Details
Yes.
I created a new creative world, went to the inventory and started searching. It worked for a while, until it didn't. It wasn't searching anymore and a couple of seconds later, crash.
I think this time, the crash took a bit longer to occur, but that's it.
What could it be? I don't want to test almost 90 mods one by one.
BTW, it's only searching.
I think, but I'm not 100% sure, that if I don't click search, I can still use the inventory.
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['redlap'/332, l='MpServer', x=-3.38, y=89.00, z=111.40]]
Chunk stats: MultiplayerChunkCache: 169, 169
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
"GUIContainerCreative" I would guess is the creative menu (which you already say the game crashes with) & "BIOMSOP" - which I'm guessing is to do with BiomesOPlenty (UCHIJAAAA biomesoplenty{6.0.2.2171} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.0.2.2171-universal.jar))
No real idea why but perhaps creative menu search doesn't like something that's 'supplied' with BiomesOfPlenty.. maybe a block ID conflict ??
In the long list of 'Forced entities' I notice a few entities that seem to be BOP specific - eg 'EntityItem['item.tile.flower_1.miners_delight'', perhaps this is the problem ??
I can only suggest perhaps removing BiomeOfPlenty & see if it still happens
The only other thing I can suggest is that in the past it's been found that some unexplained crashes have occurred due to graphical issues even though some log files suggest a corrupted chunk/block in world
Turn off VBOs in the video settings.
we've found the root cause of this
issue, which is multi-core chunk loading. You can turn it off in Minecraft main menu > Options > Video Settings.
Set it to "Default" or "Smooth".
I don't think these will actually work but guess you could try
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 4/28/17 6:39 AM
Description: Updating screen events
java.lang.IndexOutOfBoundsException: Index: 0, Size: -3
at java.util.AbstractList.rangeCheckForAdd(AbstractList.java:605)
at java.util.AbstractList.listIterator(AbstractList.java:325)
at java.util.AbstractList.removeRange(AbstractList.java:568)
at java.util.AbstractList.clear(AbstractList.java:234)
at net.minecraft.util.NonNullList.clear(SourceFile:70)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:462)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:440)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:552)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:512)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1695)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1056)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.util.AbstractList.rangeCheckForAdd(AbstractList.java:605)
at java.util.AbstractList.listIterator(AbstractList.java:325)
at java.util.AbstractList.removeRange(AbstractList.java:568)
at java.util.AbstractList.clear(AbstractList.java:234)
at net.minecraft.util.NonNullList.clear(SourceFile:70)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:462)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:440)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:552)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:512)
Time: 4/28/17 6:55 AM
Description: Updating screen events
java.lang.IndexOutOfBoundsException: Index: 0, Size: -2
at java.util.AbstractList.rangeCheckForAdd(AbstractList.java:605)
at java.util.AbstractList.listIterator(AbstractList.java:325)
at java.util.AbstractList.removeRange(AbstractList.java:568)
at java.util.AbstractList.clear(AbstractList.java:234)
at net.minecraft.util.NonNullList.clear(SourceFile:70)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:462)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:440)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:552)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:512)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1695)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1056)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.util.AbstractList.rangeCheckForAdd(AbstractList.java:605)
at java.util.AbstractList.listIterator(AbstractList.java:325)
at java.util.AbstractList.removeRange(AbstractList.java:568)
at java.util.AbstractList.clear(AbstractList.java:234)
at net.minecraft.util.NonNullList.clear(SourceFile:70)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:462)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:440)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:552)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:512)
The Meaning of Life, the Universe, and Everything.
Join Date:
12/12/2016
Posts:
41
Member Details
Now,
NO Biomes Of Plenty
VBOs OFF
Smooth World OFF
another crash. I think I found a faster way of making it crash, but it might not work every time. This time, I clicked search, made 1 search and clicked another tab, and I got the crash inmediately.
Time: 4/28/17 7:04 AM
Description: Updating screen events
java.lang.IndexOutOfBoundsException: Index: 0, Size: -1
at java.util.AbstractList.rangeCheckForAdd(AbstractList.java:605)
at java.util.AbstractList.listIterator(AbstractList.java:325)
at java.util.AbstractList.removeRange(AbstractList.java:568)
at java.util.AbstractList.clear(AbstractList.java:234)
at net.minecraft.util.NonNullList.clear(SourceFile:70)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:462)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:440)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:552)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:512)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1695)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1056)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.util.AbstractList.rangeCheckForAdd(AbstractList.java:605)
at java.util.AbstractList.listIterator(AbstractList.java:325)
at java.util.AbstractList.removeRange(AbstractList.java:568)
at java.util.AbstractList.clear(AbstractList.java:234)
at net.minecraft.util.NonNullList.clear(SourceFile:70)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:462)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:440)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:552)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:512)
I'm stumped.
I googled 'Game crash opening inventory'.. some results came up for older versions.
One person was successful & this is what he posted
Alright, so I had a similar problem. I had a modded version and though that this was the problem, but right after I completely deleted all things minecraft and reinstalled from scratch, it still crashed on inventory or esc key!!! So I tried random acts of violence and the one that worked was:
TURN OFF SNOOPER SETTINGS
after that, I went back into the game and it worked fine.
I also noticed that you are using shaders.. have you tried disabling that ??
Any help deciphering the crash report? Who should I tell about the crash?
Thanks.
---- Minecraft Crash Report ----
WARNING: coremods are present:
NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
LoadingPlugin (Quark-r1.2-90.jar)
MoreCommandsLoadingPlugin (MoreCommands-1.11.2-5.0.jar)
LoadingPlugin (RandomThings-MC1.11.2-3.8.1.jar)
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.4.jar)
ChiselCorePlugin (Chisel-MC1.11.2-0.0.10.14.jar)
llibrary (llibrary-1.7.4-1.11.2.jar)
IvToolkit (IvToolkit-1.3.2.1.jar)
MalisisSwitchesPlugin (malisisswitches-1.11.2-4.1.0.jar)
BetterFoliageLoader (BetterFoliage-MC1.11.2-2.1.4.jar)
ForgelinPlugin (Forgelin-1.4.1.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.11.2-3.3.6.1.jar)
BCModPlugin (zz-backpacks 1.11.2 - 3.1.9.jar)
MalisisCorePlugin (malisiscore-1.11.2-5.1.1.jar)
Contact their authors BEFORE contacting forge
// This doesn't make any sense!
Time: 4/26/17 11:18 PM
Description: Updating screen events
java.lang.IndexOutOfBoundsException: Index: 0, Size: -1
at java.util.AbstractList.rangeCheckForAdd(AbstractList.java:605)
at java.util.AbstractList.listIterator(AbstractList.java:325)
at java.util.AbstractList.removeRange(AbstractList.java:568)
at java.util.AbstractList.clear(AbstractList.java:234)
at net.minecraft.util.NonNullList.clear(SourceFile:70)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:462)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:440)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:552)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:512)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1695)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1056)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.util.AbstractList.rangeCheckForAdd(AbstractList.java:605)
at java.util.AbstractList.listIterator(AbstractList.java:325)
at java.util.AbstractList.removeRange(AbstractList.java:568)
at java.util.AbstractList.clear(AbstractList.java:234)
at net.minecraft.util.NonNullList.clear(SourceFile:70)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:462)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:440)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:552)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:512)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['redlap'/332, l='MpServer', x=-3.38, y=89.00, z=111.40]]
Chunk stats: MultiplayerChunkCache: 169, 169
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-80,64,252), Chunk: (at 0,4,12 in -5,15;
contains blocks -80,0,240 to -65,255,255), Region: (-1,0; contains
chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 3911 game time, 3911 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 84 total; [EntityBat['Bat'/10757, l='MpServer',
x=50.18, y=15.17, z=142.72], EntityBat['Bat'/10758, l='MpServer',
x=-64.28, y=20.00, z=101.82], EntityCreeper['Creeper'/10761,
l='MpServer', x=-45.50, y=47.00, z=83.50],
EntityItem['item.tile.gravel'/3092, l='MpServer', x=-56.81, y=5.00,
z=80.78], EntityZombie['Zombie'/10773, l='MpServer', x=49.50, y=56.00,
z=160.50], EntityItem['item.tile.gravel'/3095, l='MpServer', x=30.88,
y=21.00, z=87.06], EntityWitch['Witch'/9751, l='MpServer', x=-41.50,
y=13.00, z=181.50], EntityItem['item.tile.gravel'/3096, l='MpServer',
x=31.88, y=18.00, z=85.28], EntityCreeper['Creeper'/10791, l='MpServer',
x=63.39, y=75.00, z=149.52], EntityCreeper['Creeper'/10792,
l='MpServer', x=60.50, y=76.00, z=150.50],
EntityCreeper['Creeper'/10793, l='MpServer', x=60.50, y=77.28,
z=150.50], EntityItem['item.item.sulphur'/9277, l='MpServer', x=-28.60,
y=32.00, z=66.38], EntityItem['item.item.sulphur'/9281, l='MpServer',
x=5.67, y=46.00, z=63.81], EntityCreeper['Creeper'/9808, l='MpServer',
x=32.50, y=33.00, z=147.50], EntitySkeleton['Skeleton'/9809,
l='MpServer', x=33.59, y=33.00, z=146.50],
EntitySkeleton['Skeleton'/9810, l='MpServer', x=31.50, y=33.00,
z=148.50], EntitySquid['Squid'/10323, l='MpServer', x=-15.27, y=61.63,
z=167.94], EntitySquid['Squid'/10325, l='MpServer', x=-19.01, y=57.81,
z=164.40], EntityBat['Bat'/10358, l='MpServer', x=-26.07, y=29.71,
z=63.39], EntityCreeper['Creeper'/10368, l='MpServer', x=-12.50,
y=47.00, z=57.50], EntitySkeleton['Skeleton'/10369, l='MpServer',
x=-5.50, y=47.00, z=58.50], EntitySkeleton['Skeleton'/10897,
l='MpServer', x=-49.50, y=13.00, z=74.50], EntityZombie['Zombie'/10905,
l='MpServer', x=-49.50, y=42.00, z=94.78],
EntityCreeper['Creeper'/10906, l='MpServer', x=-56.50, y=44.00,
z=86.50], EntityPlayerSP['redlap'/332, l='MpServer', x=-3.38, y=89.00,
z=111.40], EntityBat['Bat'/10945, l='MpServer', x=-60.46, y=59.68,
z=49.43], EntityBat['Bat'/10946, l='MpServer', x=-58.62, y=59.82,
z=47.59], EntityBat['Bat'/10947, l='MpServer', x=-74.60, y=60.35,
z=48.28], EntityBlockling['Blockling'/205, l='MpServer', x=-77.48,
y=81.00, z=32.47], EntityBlockling['Blockling'/206, l='MpServer',
x=-77.53, y=79.00, z=33.50], EntitySkeleton['Skeleton'/10458,
l='MpServer', x=-75.50, y=38.00, z=64.50],
EntitySkeleton['Skeleton'/10459, l='MpServer', x=-68.50, y=38.00,
z=71.50], EntitySkeleton['Skeleton'/10460, l='MpServer', x=-72.50,
y=38.00, z=65.50], EntitySkeleton['Skeleton'/10461, l='MpServer',
x=-74.50, y=38.00, z=67.50], EntityBlockling['Blockling'/226,
l='MpServer', x=-24.81, y=76.00, z=75.49],
EntityItem['item.tile.flower_1.miners_delight'/2787, l='MpServer',
x=-30.32, y=43.00, z=100.24], EntityBlockling['Blockling'/227,
l='MpServer', x=-24.50, y=75.00, z=77.17], EntityCowFriesian['Friesian
Cow'/235, l='MpServer', x=-52.46, y=81.00, z=67.00],
EntityCalfFriesian['Friesian Calf'/239, l='MpServer', x=-42.52, y=81.00,
z=76.73], EntityBlockling['Blockling'/244, l='MpServer', x=-32.52,
y=84.00, z=126.54], EntityCreeper['Creeper'/10486, l='MpServer',
x=-71.50, y=44.00, z=76.50], EntityHogYorkshire['Yorkshire Hog'/248,
l='MpServer', x=-9.10, y=85.00, z=90.25], EntityHogYorkshire['Yorkshire
Hog'/250, l='MpServer', x=-10.97, y=85.00, z=94.66],
EntityItem['item.tile.gravel'/4347, l='MpServer', x=-65.33, y=16.00,
z=92.62], EntitySowYorkshire['Yorkshire Sow'/252, l='MpServer',
x=-21.07, y=82.00, z=85.16], EntityItem['item.tile.gravel'/4348,
l='MpServer', x=-63.50, y=14.00, z=88.89],
EntityBlockling['Blockling'/254, l='MpServer', x=-19.48, y=84.00,
z=143.22], EntityBlockling['Blockling'/255, l='MpServer', x=10.17,
y=83.00, z=146.22], EntitySkeleton['Skeleton'/10507, l='MpServer',
x=-12.52, y=47.00, z=58.72], EntityBlockling['Blockling'/268,
l='MpServer', x=42.39, y=81.00, z=64.50],
EntityBlockling['Blockling'/269, l='MpServer', x=47.50, y=81.00,
z=66.50], EntityBat['Bat'/10002, l='MpServer', x=-64.75, y=47.87,
z=82.25], EntitySkeleton['Skeleton'/8467, l='MpServer', x=-20.50,
y=30.00, z=64.50], EntityItem['item.tile.gravel'/3355, l='MpServer',
x=-17.76, y=49.00, z=65.78], EntityItem['item.tile.gravel'/3356,
l='MpServer', x=-18.88, y=49.00, z=65.81],
EntityItem['item.tile.gravel'/3357, l='MpServer', x=-33.93, y=28.00,
z=50.88], EntityItem['item.tile.gravel'/3359, l='MpServer', x=-33.03,
y=31.00, z=51.13], EntityItem['item.tile.gravel'/3360, l='MpServer',
x=-33.13, y=33.00, z=53.56], EntityItem['item.tile.gravel'/3361,
l='MpServer', x=-31.13, y=30.00, z=53.87],
EntityItem['item.tile.flower_1.miners_delight'/9000, l='MpServer',
x=-39.93, y=43.00, z=101.60], EntityCreeper['Creeper'/10066,
l='MpServer', x=49.50, y=22.00, z=118.50],
EntityChickPlymouthRock['Plymouth Rock Chick'/2904, l='MpServer',
x=-44.93, y=78.00, z=86.92], EntityCreeper['Creeper'/10585,
l='MpServer', x=-51.64, y=14.00, z=80.67],
EntityCreeper['Creeper'/10586, l='MpServer', x=-58.61, y=12.00,
z=83.49], EntityZombie['Zombie'/10081, l='MpServer', x=65.82, y=69.00,
z=158.50], EntityBlockling['Blockling'/2930, l='MpServer', x=-11.78,
y=75.00, z=61.50], EntityZombie['Zombie'/10630, l='MpServer', x=64.19,
y=20.00, z=113.50], EntitySkeleton['Skeleton'/10631, l='MpServer',
x=54.50, y=20.00, z=112.50], EntityCreeper['Creeper'/10650,
l='MpServer', x=2.50, y=45.00, z=54.50],
EntityBlockling['Blockling'/2971, l='MpServer', x=29.50, y=81.00,
z=36.50], EntityCreeper['Creeper'/10651, l='MpServer', x=3.57, y=45.00,
z=55.33], EntityCreeper['Creeper'/10652, l='MpServer', x=3.57, y=46.28,
z=55.33], EntityCreeper['Creeper'/10653, l='MpServer', x=1.50, y=45.00,
z=54.50], EntityCreeper['Creeper'/10654, l='MpServer', x=4.50, y=45.00,
z=54.50], EntityItem['item.tile.flower_1.miners_delight'/9633,
l='MpServer', x=-35.53, y=43.00, z=103.88], EntityWitherSkeleton['Wither
Skeleton'/10158, l='MpServer', x=-13.50, y=34.00, z=38.50],
EntityZombie['Zombie'/10690, l='MpServer', x=-72.50, y=18.00, z=164.50],
EntityItem['item.item.beefRaw'/7120, l='MpServer', x=-38.88, y=79.00,
z=67.78], EntityItem['item.item.leather'/7123, l='MpServer', x=-37.57,
y=78.00, z=69.01], EntityItem['item.item.beefRaw'/7124, l='MpServer',
x=-38.66, y=79.00, z=68.90], EntitySkeleton['Skeleton'/10209,
l='MpServer', x=-31.70, y=60.00, z=47.38],
EntitySkeleton['Skeleton'/10210, l='MpServer', x=-29.50, y=60.00,
z=48.50], EntitySkeleton['Skeleton'/10211, l='MpServer', x=-35.28,
y=59.00, z=49.53], EntitySkeleton['Skeleton'/10751, l='MpServer',
x=-73.50, y=37.00, z=117.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2655)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:393)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.11.2
Operating System: Linux (amd64) version 4.10.0-20-generic
Java Version: 1.8.0_121, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1029882112 bytes (982 MB) / 5261361152 bytes (5017 MB) up to 5261361152 bytes (5017 MB)
JVM Flags: 24 total; -Xmx5G -Xms5G -Xmn1024m -XX:+DisableExplicitGC
-XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA
-XX:+CMSParallelRemarkEnabled -XX:MaxTenuringThreshold=15
-XX:MaxGCPauseMillis=30 -XX:GCPauseIntervalMillis=150
-XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking
-XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90
-XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods
-XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts
-XX:ReservedCodeCacheSize=1024m -XX:+UseCodeCacheFlushing
-XX:SoftRefLRUPolicyMSPerMB=20000
IntCache: cache: 0, tcache: 90, allocated: 3, tallocated: 106
FML: MCP 9.38 Powered by Forge 13.20.0.2282 Optifine OptiFine_1.11.2_HD_U_B7 94 mods loaded, 94 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' =
Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available
'D' = Disabled 'E' = Errored
UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2282.jar)
UCHIJAAAA forge{13.20.0.2282} [Minecraft Forge] (forge-1.11.2-13.20.0.2282.jar)
UCHIJAAAA ivtoolkit{1.3.2.1} [IvToolkit] (minecraft.jar)
UCHIJAAAA backpacks16840{3.1.9} [Backpacks!] (zz-backpacks 1.11.2 - 3.1.9.jar)
UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
UCHIJAAAA jei{4.3.3.266} [Just Enough Items] (jei_1.11.2-4.3.3.266.jar)
UCHIJAAAA abyssalcraft{1.9.4-pre-2} [AbyssalCraft] (AbyssalCraft-1.11.2-1.9.4-pre-2.jar)
UCHIJAAAA additionalbanners{1.4.0.25} [Additional Banners] (AdditionalBanners-1.11.2-1.4.0.25.jar)
UCHIJAAAA animania{1.0.4.7} [Animania] (animania-1.11.2-1.0.4.7.jar)
UCHIJAAAA immcraft{1.3.1} [Immersive Craft] (immcraft-1.1x-1.3.1.jar)
UCHIJAAAA aquamunda{0.1.1beta} [Aqua Munda] (aquamunda-0.1.1beta.jar)
UCHIJAAAA baubles{1.4.3} [Baubles] (Baubles-1.11-1.4.3.jar)
UCHIJAAAA forgelin{1.4.1} [Forgelin] (Forgelin-1.4.1.jar)
UCHIJAAAA thedragonlib{1.11.2-3.1.1} [TheDragonLib] (thedragonlib-1.11.2-3.1.1.jar)
UCHIJAAAA armorplus{1.11.2-10.1.2.3} [ArmorPlus] (armorplus-1.11.2-10.1.2.3.jar)
UCHIJAAAA quark{r1.2-90} [Quark] (Quark-r1.2-90.jar)
UCHIJAAAA autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
UCHIJAAAA battleaxes{1.0.0} [Fancy Battleaxes] (Battleaxes[1.11.2]-1.1.1.jar)
UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.11-0.11.1.239+9162f74.jar)
UCHIJAAAA betterfoliage{2.1.4} [Better Foliage] (BetterFoliage-MC1.11.2-2.1.4.jar)
UCHIJAAAA biomesoplenty{6.0.2.2171} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.0.2.2171-universal.jar)
UCHIJAAAA birdsnests{1.5.1} [Bird's Nests] (BirdsNests1.11.2-1.5.1.jar)
UCHIJAAAA blockarmor{2.4.3} [Block Armor] (BlockArmor-1.11.2-2.4.3.jar)
UCHIJAAAA blocklings{4.1.4} [WillR27's Blocklings] (Blocklings 4.1.4 - 1.11.2.jar)
UCHIJAAAA botania{r1.9-343} [Botania] (Botania r1.9-343.jar)
UCHIJAAAA buildcraftlib{7.99.0} [BuildCraft Lib] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftcore{7.99.0} [BuildCraft] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftfactory{7.99.0} [BC Factory] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcrafttransport{7.99.0} [BC Transport] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftbuilders{7.99.0} [BC Builders] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftenergy{7.99.0} [BC Energy] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftrobotics{7.99.0} [BC Robotics] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftsilicon{7.99.0} [BC Silicon] (buildcraft-7.99.0.jar)
UCHIJAAAA ceanimals{1.3.0} [Crop-Eating Animals] (ceanimals-1.11.2-1.3.0.jar)
UCHIJAAAA cfm{4.1.2} [MrCrayfish's Furniture Mod] (cfm-4.1.2-mc1.11.2.jar)
UCHIJAAAA chameleoncreepers{1.4.1} [Chameleon Creepers] (chameleoncreepers-1.4.2-1.11.2.jar)
UCHIJAAAA chisel{MC1.11.2-0.0.10.14} [Chisel] (Chisel-MC1.11.2-0.0.10.14.jar)
UCHIJAAAA chiselsandbits{13.10} [Chisels & Bits] (chiselsandbits-13.10.jar)
UCHIJAAAA craftsaddlesmod{1.0} [Craft Saddles and Horse Armor] (craftsaddlesmod-1.0.jar)
UCHIJAAAA crystalcaves{1.0} [Crystal Caves] (CrystalCaves-1.0.jar)
UCHIJAAAA custombackgrounds{1.0} [Custom Backgrounds] (CustomBackgrounds-MC1.11-1.1.jar)
UCHIJAAAA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.11.2-2.0.5.jar)
UCHIJAAAA customnpcs{1.11.2} [CustomNPCs] (CustomNPCs_1.11.2_beta(17mar17).jar)
UCHIJAAAA cyclicmagic{1.3.0} [Cyclic] (Cyclic-1.11.2-1.3.0.jar)
UCHIJAAAA props{2.4.1} [Decocraft] (Decocraft-2.4.1_1.11.2.jar)
UCHIJAAAA eleccore{1.7.418} [ElecCore] (ElecCore-1.11-1.7.418.jar)
UCHIJAAAA deepresonance{1.4.6} [DeepResonance] (deepresonance-1.1x-1.4.6.jar)
UCHIJAAAA doggytalents{v1.12.1c} [Doggy Talents] (DoggyTalents-1.11.2-v1.12.1c-universal.jar)
UCHIJAAAA hobomod{1.0} [Hobo's Dyeable Chickens] (dyeablechickens-1.0.jar)
UCHIJAAAA dsurround{3.3.6.1} [§3Dynamic Surroundings] (DynamicSurroundings-1.11.2-3.3.6.1.jar)
UCHIJAAAA elementaldimensions{0.1.2} [Elemental Dimensions] (elementaldimensions-0.1.2.jar)
UCHIJAAAA epicsiegemod{12.0.157} [Epic Siege Mod] (EpicSiegeMod-12.0.157.jar)
UCHIJAAAA fairylights{2.1.0} [Fairy Lights] (fairylights-2.1.0-1.11.2.jar)
UCHIJAAAA fbp{2.2} [Fancy Block Particles] (FancyBlockParticles-1.11.2-2.2.jar)
UCHIJAAAA flatcoloredblocks{mc1.11-5.1} [Flat Colored Blocks] (flatcoloredblocks-mc1.11-5.1.jar)
UCHIJAAAA incontrol{3.5.5} [InControl] (incontrol-3.5.5.jar)
UCHIJAAAA infernalmobs{1.7.2} [Infernal Mobs] (InfernalMobs-1.11.2.jar)
UCHIJAAAA intwheel{1.2.4} [Interaction Wheel] (intwheel-1.1x-1.2.4.jar)
UCHIJAAAA journeymap{1.11.2-5.4.6} [JourneyMap] (journeymap-1.11.2-5.4.6.jar)
UCHIJAAAA buildingblocks{1.0} [Just Build It] (JustBuildIt MC1.11.2 v1.0.jar)
UCHIJAAAA llibrary{1.7.4} [LLibrary] (llibrary-1.7.4-1.11.2.jar)
UCHIJAAAA malisiscore{1.11.2-5.1.1} [MalisisCore] (malisiscore-1.11.2-5.1.1.jar)
UCHIJAAAA malisisblocks{1.11.2-5.1.0} [Malisis Blocks] (malisisblocks-1.11.2-5.1.0.jar)
UCHIJAAAA malisisdoors{1.11.2-6.1.0} [MalisisDoors] (malisisdoors-1.11.2-6.1.0.jar)
UCHIJAAAA malisisswitches{1.11.2-4.1.0} [Malisis Switches] (malisisswitches-1.11.2-4.1.0.jar)
UCHIJAAAA crystalic_void{2.4.7} [Meldexun's Crystalic Void] (Meldexun'sCrystalicVoid-1.11.2-2.4.7.jar)
UCHIJAAAA mrnobody_morecommands{5.0} [MoreCommands] (MoreCommands-1.11.2-5.0.jar)
UCHIJAAAA shetiphiancore{3.4.4} [ShetiPhian-Core] (shetiphiancore-1.11.0-3.4.4.jar)
UCHIJAAAA multibeds{1.3.3} [Multi-Beds] (multibeds-1.11.0-1.3.3.jar)
UCHIJAAAA mysticalagriculture{1.5.1} [Mystical Agriculture] (mysticalagriculture[1.11.2]-1.5.1.jar)
UCHIJAAAA mysticalagradditions{1.0.1} [Mystical Agradditions] (mysticalagradditions[1.11.2]-1.0.1.jar)
UCHIJAAAA naturescompass{1.3.0} [Nature's Compass] (NaturesCompass-1.11.2-1.3.0.jar)
UCHIJAAAA notenoughwands{1.5.4} [Not Enough Wands] (notenoughwands-1.1x-1.5.4.jar)
UCHIJAAAA notes{1.1.0} [Notes] (Notes-1.11.2-1.1.0.jar)
UCHIJAAAA overlord{2.3.3} [Overlord] (Overlord-1.11.2-2.3.3.jar)
UCHIJAAAA harvestcraft{1.11.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2g.jar)
UCHIJAAAA pattysmorestuff{stable-1.0.4} [Pattys More Stuff] (PattysMoreStuff-stable-1.0.4.jar)
UCHIJAAAA platforms{1.3.4} [Platforms] (platforms-1.11.0-1.3.4.jar)
UCHIJAAAA randomthings{3.8.1} [Random Things] (RandomThings-MC1.11.2-3.8.1.jar)
UCHIJAAAA reccomplex{1.2.10} [Recurrent Complex] (RecurrentComplex-1.2.10.jar)
UCHIJAAAA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.11.2-1.7.4.jar)
UCHIJAAAA rflux{0.1.1} [RF Lux] (rflux-0.1.1.jar)
UCHIJAAAA rftools{6.00} [RFTools] (rftools-1.1x-6.00.jar)
UCHIJAAAA rftoolscontrol{1.6.6} [RFTools Control] (rftoolsctrl-1.1x-1.6.6.jar)
UCHIJAAAA rftoolsdim{4.55} [RFTools Dimensions] (rftoolsdim-1.1x-4.55.jar)
UCHIJAAAA roguelike{1.6.6} [Roguelike Dungeons] (RoguelikeDungeons-1.11.2-1.6.6.jar)
UCHIJAAAA roughmobs{1.0} [Rough Mobs] (roughMobs1.0.9-1.11.2.jar)
UCHIJAAAA theoneprobe{1.4.6} [The One Probe] (theoneprobe-1.1x-1.4.6.jar)
UCHIJAAAA buildhelper{0.4.2} [Torojima's Build Helper] (torojimaBuildHelper-0.4.2.jar)
UCHIJAAAA undergroundbiomes{1.0.v.18} [Underground Biomes] (UndergroundBiomesConstructs-1.11-1.0.v.18.1.jar)
UCHIJAAAA thejungle{1.0.194} [Welcome to the Jungle] (Welcome to the Jungle-1.04.1112.jar)
UCHIJAAAA worldedit{6.1.6} [WorldEdit] (worldedit-forge-mc1.11-6.1.6-dist.jar)
Loaded coremods (and transformers):
NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
net.fybertech.nwr.NWRTransformer
LoadingPlugin (Quark-r1.2-90.jar)
vazkii.quark.base.asm.ClassTransformer
MoreCommandsLoadingPlugin (MoreCommands-1.11.2-5.0.jar)
com.mrnobody.morecommands.asm.transform.TransformBlockRailBase
com.mrnobody.morecommands.asm.transform.TransformForgeHooks
com.mrnobody.morecommands.asm.transform.TransformItemStack
com.mrnobody.morecommands.asm.transform.TransformStyle
LoadingPlugin (RandomThings-MC1.11.2-3.8.1.jar)
lumien.randomthings.asm.ClassTransformer
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.4.jar)
shetiphian.core.asm.ClassTransformer
ChiselCorePlugin (Chisel-MC1.11.2-0.0.10.14.jar)
team.chisel.common.asm.ChiselTransformer
llibrary (llibrary-1.7.4-1.11.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
IvToolkit (IvToolkit-1.3.2.1.jar)
MalisisSwitchesPlugin (malisisswitches-1.11.2-4.1.0.jar)
net.malisis.switches.asm.MalisisSwitchesTransformer
BetterFoliageLoader (BetterFoliage-MC1.11.2-2.1.4.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
ForgelinPlugin (Forgelin-1.4.1.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.11.2-3.3.6.1.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
BCModPlugin (zz-backpacks 1.11.2 - 3.1.9.jar)
brad16840.common.asm.ClassTransformer
MalisisCorePlugin (malisiscore-1.11.2-5.1.1.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.39' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
Launched Version: 1.11.2-forge1.11.2-13.20.0.2282
LWJGL: 2.9.4
OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 375.39, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i3 CPU 530 @ 2.93GHz
OptiFine Version: OptiFine_1.11.2_HD_U_B7
Render Distance Chunks: 6
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Continuum-§91.3-§f§2Low§f-§4Ultra§f.zip
OpenGlVersion: 4.5.0 NVIDIA 375.39
OpenGlRenderer: GeForce GTX 1050 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
Does it happen in a new world?
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
How to get a dxdiag
If I helped you, dont forget to click the thanks arrow!
Yes.
I created a new creative world, went to the inventory and started searching. It worked for a while, until it didn't. It wasn't searching anymore and a couple of seconds later, crash.
I think this time, the crash took a bit longer to occur, but that's it.
What could it be? I don't want to test almost 90 mods one by one.
BTW, it's only searching.
I think, but I'm not 100% sure, that if I don't click search, I can still use the inventory.
Details:
Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['redlap'/332, l='MpServer', x=-3.38, y=89.00, z=111.40]]
Chunk stats: MultiplayerChunkCache: 169, 169
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
"GUIContainerCreative" I would guess is the creative menu (which you already say the game crashes with) & "BIOMSOP" - which I'm guessing is to do with BiomesOPlenty (UCHIJAAAA biomesoplenty{6.0.2.2171} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.0.2.2171-universal.jar))
No real idea why but perhaps creative menu search doesn't like something that's 'supplied' with BiomesOfPlenty.. maybe a block ID conflict ?? In the long list of 'Forced entities' I notice a few entities that seem to be BOP specific - eg 'EntityItem['item.tile.flower_1.miners_delight'', perhaps this is the problem ??
I can only suggest perhaps removing BiomeOfPlenty & see if it still happens
The only other thing I can suggest is that in the past it's been found that some unexplained crashes have occurred due to graphical issues even though some log files suggest a corrupted chunk/block in world
I don't think these will actually work but guess you could try
That happens because the world is getting generated with a custom generator that biomes o plenty provides
Follow the instructions here: http://hopper.minecraft.net/help/pixel-format-not-accelerated/support/#dxdiag
[/pre]
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
How to get a dxdiag
If I helped you, dont forget to click the thanks arrow!
I'm going to try the other suggestions now.
I got this error this time:
WARNING: coremods are present:
NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
LoadingPlugin (Quark-r1.2-90.jar)
MoreCommandsLoadingPlugin (MoreCommands-1.11.2-5.0.jar)
LoadingPlugin (RandomThings-MC1.11.2-3.8.1.jar)
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.4.jar)
ChiselCorePlugin (Chisel-MC1.11.2-0.0.10.14.jar)
llibrary (llibrary-1.7.4-1.11.2.jar)
IvToolkit (IvToolkit-1.3.2.1.jar)
MalisisSwitchesPlugin (malisisswitches-1.11.2-4.1.0.jar)
BetterFoliageLoader (BetterFoliage-MC1.11.2-2.1.4.jar)
ForgelinPlugin (Forgelin-1.4.1.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.11.2-3.3.6.1.jar)
BCModPlugin (zz-backpacks 1.11.2 - 3.1.9.jar)
MalisisCorePlugin (malisiscore-1.11.2-5.1.1.jar)
Contact their authors BEFORE contacting forge
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 4/28/17 6:39 AM
Description: Updating screen events
java.lang.IndexOutOfBoundsException: Index: 0, Size: -3
at java.util.AbstractList.rangeCheckForAdd(AbstractList.java:605)
at java.util.AbstractList.listIterator(AbstractList.java:325)
at java.util.AbstractList.removeRange(AbstractList.java:568)
at java.util.AbstractList.clear(AbstractList.java:234)
at net.minecraft.util.NonNullList.clear(SourceFile:70)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:462)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:440)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:552)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:512)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1695)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1056)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.util.AbstractList.rangeCheckForAdd(AbstractList.java:605)
at java.util.AbstractList.listIterator(AbstractList.java:325)
at java.util.AbstractList.removeRange(AbstractList.java:568)
at java.util.AbstractList.clear(AbstractList.java:234)
at net.minecraft.util.NonNullList.clear(SourceFile:70)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:462)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:440)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:552)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:512)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['redlap'/1015, l='MpServer', x=230.50, y=64.00, z=-213.50]]
Chunk stats: MultiplayerChunkCache: 169, 169
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (228,64,-216), Chunk: (at 4,4,8 in 14,-14; contains blocks 224,0,-224 to 239,255,-209), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 5442 game time, 5442 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 99 total; [EntitySkeleton['Skeleton'/7184, l='MpServer', x=161.54, y=24.00, z=-175.74], EntityZombie['Zombie'/7200, l='MpServer', x=161.50, y=35.00, z=-180.50], EntityZombie['Zombie'/7201, l='MpServer', x=164.50, y=35.00, z=-182.50], EntitySkeleton['Skeleton'/5671, l='MpServer', x=269.50, y=35.00, z=-160.50], EntityCreeper['Creeper'/7219, l='MpServer', x=205.50, y=15.00, z=-232.50], EntityGuardian['Guardian'/6714, l='MpServer', x=149.81, y=60.39, z=-259.44], EntityZombieVillager['Zombie Villager'/6716, l='MpServer', x=181.83, y=20.00, z=-240.55], EntityZombie['Zombie'/6222, l='MpServer', x=190.49, y=21.00, z=-190.76], EntityItem['item.tile.mushroom0'/80, l='MpServer', x=263.98, y=17.00, z=-262.14], EntityItem['item.tile.mushroom10'/81, l='MpServer', x=290.13, y=11.00, z=-272.13], EntityGuardian['Guardian'/7253, l='MpServer', x=186.88, y=62.31, z=-232.30], EntityItem['item.item.dyePowder.black'/4190, l='MpServer', x=184.61, y=46.00, z=-155.70], EntitySkeleton['Skeleton'/6244, l='MpServer', x=263.50, y=28.00, z=-267.50], EntityItem['item.item.dyePowder.black'/7284, l='MpServer', x=240.87, y=50.00, z=-262.12], EntityBat['Bat'/6773, l='MpServer', x=246.75, y=30.10, z=-258.50], EntityItem['item.item.beefRaw'/4738, l='MpServer', x=222.31, y=48.00, z=-260.95], EntityItem['item.item.leather'/4739, l='MpServer', x=222.16, y=48.00, z=-262.51], EntityItem['item.item.beefRaw'/4742, l='MpServer', x=219.53, y=48.00, z=-260.21], EntityItem['item.item.dyePowder.black'/3719, l='MpServer', x=195.58, y=48.00, z=-214.36], EntityGuardian['Guardian'/6808, l='MpServer', x=207.47, y=44.11, z=-139.15], EntityGuardian['Guardian'/6818, l='MpServer', x=244.38, y=61.40, z=-174.49], EntityZombie['Zombie'/6825, l='MpServer', x=165.50, y=14.00, z=-281.50], EntityZombie['Zombie'/5803, l='MpServer', x=248.61, y=29.00, z=-255.51], EntitySkeleton['Skeleton'/6829, l='MpServer', x=238.50, y=23.00, z=-215.50], EntitySkeleton['Skeleton'/7343, l='MpServer', x=154.50, y=19.00, z=-193.50], EntityDweller['Dweller'/7344, l='MpServer', x=153.50, y=19.00, z=-197.50], EntityGuardian['Guardian'/6329, l='MpServer', x=180.16, y=62.48, z=-155.15], EntityZombie['Zombie'/6331, l='MpServer', x=278.50, y=48.00, z=-259.50], EntityGuardian['Guardian'/3261, l='MpServer', x=220.56, y=61.80, z=-254.39], EntityItem['item.item.dyePowder.black'/4801, l='MpServer', x=208.94, y=47.00, z=-185.80], EntityEnderman['Enderman'/5832, l='MpServer', x=221.50, y=33.00, z=-233.50], EntityEnderman['Enderman'/7379, l='MpServer', x=214.50, y=17.00, z=-198.50], EntityCreeper['Creeper'/7400, l='MpServer', x=237.70, y=28.00, z=-254.30], EntityCreeper['Creeper'/7401, l='MpServer', x=235.39, y=29.00, z=-252.73], EntityItem['item.tile.cloth.white'/4337, l='MpServer', x=226.23, y=48.00, z=-253.44], EntityItem['item.item.muttonRaw'/4338, l='MpServer', x=223.69, y=48.00, z=-253.70], EntityCreeper['Creeper'/7419, l='MpServer', x=153.29, y=19.00, z=-188.49], EntitySkeleton['Skeleton'/7421, l='MpServer', x=156.77, y=18.00, z=-187.51], EntityItem['item.item.dyePowder.black'/4350, l='MpServer', x=188.78, y=46.00, z=-165.76], EntityDweller['Dweller'/7422, l='MpServer', x=170.50, y=17.00, z=-235.50], EntityCreeper['Creeper'/7423, l='MpServer', x=170.50, y=18.46, z=-235.50], EntityZombie['Zombie'/6920, l='MpServer', x=271.82, y=45.00, z=-269.50], EntityItem['item.item.dyePowder.black'/7435, l='MpServer', x=233.61, y=37.00, z=-156.94], EntityItem['item.item.dyePowder.black'/5390, l='MpServer', x=207.68, y=46.00, z=-191.70], EntityItem['item.item.dyePowder.black'/4380, l='MpServer', x=194.07, y=56.00, z=-229.90], EntitySkeleton['Skeleton'/5931, l='MpServer', x=282.51, y=21.00, z=-185.33], EntityItem['item.item.dyePowder.black'/7476, l='MpServer', x=235.82, y=53.00, z=-249.75], EntityItem['item.item.dyePowder.black'/5438, l='MpServer', x=212.67, y=31.00, z=-158.83], EntityItem['item.item.dyePowder.black'/6463, l='MpServer', x=222.55, y=32.00, z=-165.14], EntityItem['item.item.leather'/6982, l='MpServer', x=246.60, y=54.00, z=-198.42], EntityItem['item.item.ma.inferium_essence'/6983, l='MpServer', x=246.35, y=56.00, z=-200.88], EntityCreeper['Creeper'/6493, l='MpServer', x=273.93, y=47.00, z=-275.55], EntityItem['item.item.dyePowder.black'/4958, l='MpServer', x=186.81, y=46.00, z=-160.02], EntitySquid['Squid'/7007, l='MpServer', x=195.08, y=57.23, z=-214.02], EntitySquid['Squid'/7008, l='MpServer', x=195.88, y=57.65, z=-222.03], EntitySquid['Squid'/7009, l='MpServer', x=196.40, y=56.32, z=-225.60], EntitySquid['Squid'/7010, l='MpServer', x=207.52, y=57.62, z=-219.77], EntitySquid['Squid'/7012, l='MpServer', x=208.06, y=57.20, z=-151.52], EntitySquid['Squid'/7013, l='MpServer', x=213.01, y=54.62, z=-154.98], EntitySquid['Squid'/7014, l='MpServer', x=212.31, y=53.52, z=-153.58], EntityPlayerSP['redlap'/1015, l='MpServer', x=230.50, y=64.00, z=-213.50], EntitySquid['Squid'/7039, l='MpServer', x=163.28, y=62.42, z=-224.26], EntitySquid['Squid'/7044, l='MpServer', x=265.11, y=61.85, z=-179.76], EntitySquid['Squid'/7045, l='MpServer', x=271.98, y=62.56, z=-184.40], EntityCreeper['Creeper'/6534, l='MpServer', x=310.50, y=25.00, z=-139.50], EntitySquid['Squid'/7046, l='MpServer', x=268.03, y=60.55, z=-190.95], EntitySquid['Squid'/7053, l='MpServer', x=208.95, y=57.09, z=-188.27], EntitySquid['Squid'/7054, l='MpServer', x=205.72, y=54.31, z=-184.53], EntitySquid['Squid'/7055, l='MpServer', x=198.29, y=56.97, z=-191.08], EntitySquid['Squid'/7056, l='MpServer', x=200.02, y=54.85, z=-191.86], EntityItem['item.item.beefRaw'/3997, l='MpServer', x=224.32, y=58.00, z=-243.04], EntityItem['item.item.leather'/3998, l='MpServer', x=224.69, y=60.00, z=-241.94], EntityItem['item.item.beefRaw'/5026, l='MpServer', x=214.45, y=54.00, z=-253.50], EntityItem['item.item.leather'/5027, l='MpServer', x=213.32, y=55.00, z=-254.68], EntitySquid['Squid'/7076, l='MpServer', x=188.76, y=58.10, z=-210.91], EntitySquid['Squid'/7079, l='MpServer', x=192.99, y=61.44, z=-219.71], EntitySquid['Squid'/7082, l='MpServer', x=186.90, y=62.17, z=-214.28], EntitySquid['Squid'/7084, l='MpServer', x=179.50, y=52.66, z=-166.27], EntitySquid['Squid'/7085, l='MpServer', x=185.34, y=56.49, z=-167.29], EntityItem['item.item.dyePowder.black'/5038, l='MpServer', x=206.27, y=47.00, z=-198.56], EntitySquid['Squid'/7086, l='MpServer', x=176.95, y=56.04, z=-169.22], EntitySquid['Squid'/7087, l='MpServer', x=170.82, y=54.15, z=-174.81], EntitySquid['Squid'/7092, l='MpServer', x=241.02, y=52.96, z=-157.31], EntitySquid['Squid'/7094, l='MpServer', x=223.81, y=50.86, z=-155.03], EntitySquid['Squid'/7095, l='MpServer', x=231.50, y=55.43, z=-153.72], EntityGuardian['Guardian'/6080, l='MpServer', x=228.76, y=61.74, z=-201.54], EntityItem['item.item.sulphur'/6087, l='MpServer', x=279.13, y=11.00, z=-189.13], EntityGuardian['Guardian'/6599, l='MpServer', x=304.50, y=51.57, z=-160.50], EntityItem['item.item.prismarineShard'/7113, l='MpServer', x=193.46, y=40.00, z=-149.94], EntityItem['item.item.prismarineCrystals'/7114, l='MpServer', x=194.46, y=39.00, z=-152.67], EntityItem['item.item.armorplus.material_guardian_scale'/7115, l='MpServer', x=193.59, y=40.00, z=-153.06], EntityItem['item.item.dyePowder.black'/3537, l='MpServer', x=192.55, y=46.00, z=-182.47], EntityItem['item.item.coal'/6112, l='MpServer', x=273.88, y=27.00, z=-243.32], EntityItem['item.item.sulphur'/6116, l='MpServer', x=271.17, y=26.00, z=-245.79], EntityItem['item.item.ma.inferium_essence'/6117, l='MpServer', x=269.80, y=25.00, z=-245.88], EntityItem['item.item.dyePowder.black'/7150, l='MpServer', x=240.07, y=35.00, z=-169.52], EntitySkeleton['Skeleton'/6640, l='MpServer', x=275.50, y=20.00, z=-257.50], EntitySkeleton['Skeleton'/6642, l='MpServer', x=272.50, y=20.00, z=-256.50], EntitySquid['Squid'/5117, l='MpServer', x=194.73, y=62.45, z=-222.04]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2655)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:393)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.11.2
Operating System: Linux (amd64) version 4.10.0-20-generic
Java Version: 1.8.0_121, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1172392904 bytes (1118 MB) / 5261361152 bytes (5017 MB) up to 5261361152 bytes (5017 MB)
JVM Flags: 24 total; -Xmx5G -Xms5G -Xmn1024m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:GCPauseIntervalMillis=150 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=1024m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=20000
IntCache: cache: 0, tcache: 100, allocated: 14, tallocated: 94
FML: MCP 9.38 Powered by Forge 13.20.0.2282 Optifine OptiFine_1.11.2_HD_U_B7 93 mods loaded, 93 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2282.jar)
UCHIJAAAA forge{13.20.0.2282} [Minecraft Forge] (forge-1.11.2-13.20.0.2282.jar)
UCHIJAAAA ivtoolkit{1.3.2.1} [IvToolkit] (minecraft.jar)
UCHIJAAAA backpacks16840{3.1.9} [Backpacks!] (zz-backpacks 1.11.2 - 3.1.9.jar)
UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
UCHIJAAAA jei{4.3.3.266} [Just Enough Items] (jei_1.11.2-4.3.3.266.jar)
UCHIJAAAA abyssalcraft{1.9.4-pre-2} [AbyssalCraft] (AbyssalCraft-1.11.2-1.9.4-pre-2.jar)
UCHIJAAAA additionalbanners{1.4.0.25} [Additional Banners] (AdditionalBanners-1.11.2-1.4.0.25.jar)
UCHIJAAAA animania{1.0.4.7} [Animania] (animania-1.11.2-1.0.4.7.jar)
UCHIJAAAA immcraft{1.3.1} [Immersive Craft] (immcraft-1.1x-1.3.1.jar)
UCHIJAAAA aquamunda{0.1.1beta} [Aqua Munda] (aquamunda-0.1.1beta.jar)
UCHIJAAAA baubles{1.4.3} [Baubles] (Baubles-1.11-1.4.3.jar)
UCHIJAAAA forgelin{1.4.1} [Forgelin] (Forgelin-1.4.1.jar)
UCHIJAAAA thedragonlib{1.11.2-3.1.1} [TheDragonLib] (thedragonlib-1.11.2-3.1.1.jar)
UCHIJAAAA armorplus{1.11.2-10.1.2.3} [ArmorPlus] (armorplus-1.11.2-10.1.2.3.jar)
UCHIJAAAA quark{r1.2-90} [Quark] (Quark-r1.2-90.jar)
UCHIJAAAA autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
UCHIJAAAA battleaxes{1.0.0} [Fancy Battleaxes] (Battleaxes[1.11.2]-1.1.1.jar)
UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.11-0.11.1.239+9162f74.jar)
UCHIJAAAA betterfoliage{2.1.4} [Better Foliage] (BetterFoliage-MC1.11.2-2.1.4.jar)
UCHIJAAAA birdsnests{1.5.1} [Bird's Nests] (BirdsNests1.11.2-1.5.1.jar)
UCHIJAAAA blockarmor{2.4.3} [Block Armor] (BlockArmor-1.11.2-2.4.3.jar)
UCHIJAAAA blocklings{4.1.4} [WillR27's Blocklings] (Blocklings 4.1.4 - 1.11.2.jar)
UCHIJAAAA botania{r1.9-343} [Botania] (Botania r1.9-343.jar)
UCHIJAAAA buildcraftlib{7.99.0} [BuildCraft Lib] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftcore{7.99.0} [BuildCraft] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftfactory{7.99.0} [BC Factory] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcrafttransport{7.99.0} [BC Transport] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftbuilders{7.99.0} [BC Builders] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftenergy{7.99.0} [BC Energy] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftrobotics{7.99.0} [BC Robotics] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftsilicon{7.99.0} [BC Silicon] (buildcraft-7.99.0.jar)
UCHIJAAAA ceanimals{1.3.0} [Crop-Eating Animals] (ceanimals-1.11.2-1.3.0.jar)
UCHIJAAAA cfm{4.1.2} [MrCrayfish's Furniture Mod] (cfm-4.1.2-mc1.11.2.jar)
UCHIJAAAA chameleoncreepers{1.4.1} [Chameleon Creepers] (chameleoncreepers-1.4.2-1.11.2.jar)
UCHIJAAAA chisel{MC1.11.2-0.0.10.14} [Chisel] (Chisel-MC1.11.2-0.0.10.14.jar)
UCHIJAAAA chiselsandbits{13.10} [Chisels & Bits] (chiselsandbits-13.10.jar)
UCHIJAAAA craftsaddlesmod{1.0} [Craft Saddles and Horse Armor] (craftsaddlesmod-1.0.jar)
UCHIJAAAA crystalcaves{1.0} [Crystal Caves] (CrystalCaves-1.0.jar)
UCHIJAAAA custombackgrounds{1.0} [Custom Backgrounds] (CustomBackgrounds-MC1.11-1.1.jar)
UCHIJAAAA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.11.2-2.0.5.jar)
UCHIJAAAA customnpcs{1.11.2} [CustomNPCs] (CustomNPCs_1.11.2_beta(17mar17).jar)
UCHIJAAAA cyclicmagic{1.3.0} [Cyclic] (Cyclic-1.11.2-1.3.0.jar)
UCHIJAAAA props{2.4.1} [Decocraft] (Decocraft-2.4.1_1.11.2.jar)
UCHIJAAAA eleccore{1.7.418} [ElecCore] (ElecCore-1.11-1.7.418.jar)
UCHIJAAAA deepresonance{1.4.6} [DeepResonance] (deepresonance-1.1x-1.4.6.jar)
UCHIJAAAA doggytalents{v1.12.1c} [Doggy Talents] (DoggyTalents-1.11.2-v1.12.1c-universal.jar)
UCHIJAAAA hobomod{1.0} [Hobo's Dyeable Chickens] (dyeablechickens-1.0.jar)
UCHIJAAAA dsurround{3.3.6.1} [§3Dynamic Surroundings] (DynamicSurroundings-1.11.2-3.3.6.1.jar)
UCHIJAAAA elementaldimensions{0.1.2} [Elemental Dimensions] (elementaldimensions-0.1.2.jar)
UCHIJAAAA epicsiegemod{12.0.157} [Epic Siege Mod] (EpicSiegeMod-12.0.157.jar)
UCHIJAAAA fairylights{2.1.0} [Fairy Lights] (fairylights-2.1.0-1.11.2.jar)
UCHIJAAAA fbp{2.2} [Fancy Block Particles] (FancyBlockParticles-1.11.2-2.2.jar)
UCHIJAAAA flatcoloredblocks{mc1.11-5.1} [Flat Colored Blocks] (flatcoloredblocks-mc1.11-5.1.jar)
UCHIJAAAA incontrol{3.5.5} [InControl] (incontrol-3.5.5.jar)
UCHIJAAAA infernalmobs{1.7.2} [Infernal Mobs] (InfernalMobs-1.11.2.jar)
UCHIJAAAA intwheel{1.2.4} [Interaction Wheel] (intwheel-1.1x-1.2.4.jar)
UCHIJAAAA journeymap{1.11.2-5.4.6} [JourneyMap] (journeymap-1.11.2-5.4.6.jar)
UCHIJAAAA buildingblocks{1.0} [Just Build It] (JustBuildIt MC1.11.2 v1.0.jar)
UCHIJAAAA llibrary{1.7.4} [LLibrary] (llibrary-1.7.4-1.11.2.jar)
UCHIJAAAA malisiscore{1.11.2-5.1.1} [MalisisCore] (malisiscore-1.11.2-5.1.1.jar)
UCHIJAAAA malisisblocks{1.11.2-5.1.0} [Malisis Blocks] (malisisblocks-1.11.2-5.1.0.jar)
UCHIJAAAA malisisdoors{1.11.2-6.1.0} [MalisisDoors] (malisisdoors-1.11.2-6.1.0.jar)
UCHIJAAAA malisisswitches{1.11.2-4.1.0} [Malisis Switches] (malisisswitches-1.11.2-4.1.0.jar)
UCHIJAAAA crystalic_void{2.4.7} [Meldexun's Crystalic Void] (Meldexun'sCrystalicVoid-1.11.2-2.4.7.jar)
UCHIJAAAA mrnobody_morecommands{5.0} [MoreCommands] (MoreCommands-1.11.2-5.0.jar)
UCHIJAAAA shetiphiancore{3.4.4} [ShetiPhian-Core] (shetiphiancore-1.11.0-3.4.4.jar)
UCHIJAAAA multibeds{1.3.3} [Multi-Beds] (multibeds-1.11.0-1.3.3.jar)
UCHIJAAAA mysticalagriculture{1.5.1} [Mystical Agriculture] (mysticalagriculture[1.11.2]-1.5.1.jar)
UCHIJAAAA mysticalagradditions{1.0.1} [Mystical Agradditions] (mysticalagradditions[1.11.2]-1.0.1.jar)
UCHIJAAAA naturescompass{1.3.0} [Nature's Compass] (NaturesCompass-1.11.2-1.3.0.jar)
UCHIJAAAA notenoughwands{1.5.4} [Not Enough Wands] (notenoughwands-1.1x-1.5.4.jar)
UCHIJAAAA notes{1.1.0} [Notes] (Notes-1.11.2-1.1.0.jar)
UCHIJAAAA overlord{2.3.3} [Overlord] (Overlord-1.11.2-2.3.3.jar)
UCHIJAAAA harvestcraft{1.11.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2g.jar)
UCHIJAAAA pattysmorestuff{stable-1.0.4} [Pattys More Stuff] (PattysMoreStuff-stable-1.0.4.jar)
UCHIJAAAA platforms{1.3.4} [Platforms] (platforms-1.11.0-1.3.4.jar)
UCHIJAAAA randomthings{3.8.1} [Random Things] (RandomThings-MC1.11.2-3.8.1.jar)
UCHIJAAAA reccomplex{1.2.10} [Recurrent Complex] (RecurrentComplex-1.2.10.jar)
UCHIJAAAA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.11.2-1.7.4.jar)
UCHIJAAAA rflux{0.1.1} [RF Lux] (rflux-0.1.1.jar)
UCHIJAAAA rftools{6.00} [RFTools] (rftools-1.1x-6.00.jar)
UCHIJAAAA rftoolscontrol{1.6.6} [RFTools Control] (rftoolsctrl-1.1x-1.6.6.jar)
UCHIJAAAA rftoolsdim{4.55} [RFTools Dimensions] (rftoolsdim-1.1x-4.55.jar)
UCHIJAAAA roguelike{1.6.6} [Roguelike Dungeons] (RoguelikeDungeons-1.11.2-1.6.6.jar)
UCHIJAAAA roughmobs{1.0} [Rough Mobs] (roughMobs1.0.9-1.11.2.jar)
UCHIJAAAA theoneprobe{1.4.6} [The One Probe] (theoneprobe-1.1x-1.4.6.jar)
UCHIJAAAA buildhelper{0.4.2} [Torojima's Build Helper] (torojimaBuildHelper-0.4.2.jar)
UCHIJAAAA undergroundbiomes{1.0.v.18} [Underground Biomes] (UndergroundBiomesConstructs-1.11-1.0.v.18.1.jar)
UCHIJAAAA thejungle{1.0.194} [Welcome to the Jungle] (Welcome to the Jungle-1.04.1112.jar)
UCHIJAAAA worldedit{6.1.6} [WorldEdit] (worldedit-forge-mc1.11-6.1.6-dist.jar)
Loaded coremods (and transformers):
NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
net.fybertech.nwr.NWRTransformer
LoadingPlugin (Quark-r1.2-90.jar)
vazkii.quark.base.asm.ClassTransformer
MoreCommandsLoadingPlugin (MoreCommands-1.11.2-5.0.jar)
com.mrnobody.morecommands.asm.transform.TransformBlockRailBase
com.mrnobody.morecommands.asm.transform.TransformForgeHooks
com.mrnobody.morecommands.asm.transform.TransformItemStack
com.mrnobody.morecommands.asm.transform.TransformStyle
LoadingPlugin (RandomThings-MC1.11.2-3.8.1.jar)
lumien.randomthings.asm.ClassTransformer
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.4.jar)
shetiphian.core.asm.ClassTransformer
ChiselCorePlugin (Chisel-MC1.11.2-0.0.10.14.jar)
team.chisel.common.asm.ChiselTransformer
llibrary (llibrary-1.7.4-1.11.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
IvToolkit (IvToolkit-1.3.2.1.jar)
MalisisSwitchesPlugin (malisisswitches-1.11.2-4.1.0.jar)
net.malisis.switches.asm.MalisisSwitchesTransformer
BetterFoliageLoader (BetterFoliage-MC1.11.2-2.1.4.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
ForgelinPlugin (Forgelin-1.4.1.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.11.2-3.3.6.1.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
BCModPlugin (zz-backpacks 1.11.2 - 3.1.9.jar)
brad16840.common.asm.ClassTransformer
MalisisCorePlugin (malisiscore-1.11.2-5.1.1.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.39' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
Launched Version: 1.11.2-forge1.11.2-13.20.0.2282
LWJGL: 2.9.4
OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 375.39, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i3 CPU 530 @ 2.93GHz
OptiFine Version: OptiFine_1.11.2_HD_U_B7
Render Distance Chunks: 6
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Continuum-§91.3-§f§2Low§f-§4Ultra§f.zip
OpenGlVersion: 4.5.0 NVIDIA 375.39
OpenGlRenderer: GeForce GTX 1050 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
---- Minecraft Crash Report ----
WARNING: coremods are present:
NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
LoadingPlugin (Quark-r1.2-90.jar)
MoreCommandsLoadingPlugin (MoreCommands-1.11.2-5.0.jar)
LoadingPlugin (RandomThings-MC1.11.2-3.8.1.jar)
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.4.jar)
ChiselCorePlugin (Chisel-MC1.11.2-0.0.10.14.jar)
llibrary (llibrary-1.7.4-1.11.2.jar)
IvToolkit (IvToolkit-1.3.2.1.jar)
MalisisSwitchesPlugin (malisisswitches-1.11.2-4.1.0.jar)
BetterFoliageLoader (BetterFoliage-MC1.11.2-2.1.4.jar)
ForgelinPlugin (Forgelin-1.4.1.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.11.2-3.3.6.1.jar)
BCModPlugin (zz-backpacks 1.11.2 - 3.1.9.jar)
MalisisCorePlugin (malisiscore-1.11.2-5.1.1.jar)
Contact their authors BEFORE contacting forge
// Surprise! Haha. Well, this is awkward.
Time: 4/28/17 6:55 AM
Description: Updating screen events
java.lang.IndexOutOfBoundsException: Index: 0, Size: -2
at java.util.AbstractList.rangeCheckForAdd(AbstractList.java:605)
at java.util.AbstractList.listIterator(AbstractList.java:325)
at java.util.AbstractList.removeRange(AbstractList.java:568)
at java.util.AbstractList.clear(AbstractList.java:234)
at net.minecraft.util.NonNullList.clear(SourceFile:70)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:462)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:440)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:552)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:512)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1695)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1056)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.util.AbstractList.rangeCheckForAdd(AbstractList.java:605)
at java.util.AbstractList.listIterator(AbstractList.java:325)
at java.util.AbstractList.removeRange(AbstractList.java:568)
at java.util.AbstractList.clear(AbstractList.java:234)
at net.minecraft.util.NonNullList.clear(SourceFile:70)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:462)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:440)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:552)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:512)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['redlap'/1538, l='MpServer', x=231.14, y=106.72, z=92.51]]
Chunk stats: MultiplayerChunkCache: 169, 169
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (277,64,147), Chunk: (at 5,4,3 in 17,9; contains blocks 272,0,144 to 287,255,159), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 7985 game time, 7985 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 96 total; [EntityGuardian['Guardian'/8227, l='MpServer', x=153.50, y=53.91, z=146.50], EntitySkeleton['Skeleton'/8230, l='MpServer', x=229.30, y=21.00, z=134.70], EntitySheep['Sheep'/59, l='MpServer', x=173.50, y=68.00, z=21.50], EntitySheep['Sheep'/60, l='MpServer', x=169.50, y=69.00, z=21.50], EntitySheep['Sheep'/61, l='MpServer', x=169.50, y=68.00, z=23.50], EntitySheep['Sheep'/62, l='MpServer', x=169.50, y=68.00, z=23.50], EntityPlayerSP['redlap'/1538, l='MpServer', x=231.14, y=106.72, z=92.51], EntityZombie['Zombie'/8268, l='MpServer', x=248.82, y=21.00, z=71.47], EntitySpider['Spider'/8270, l='MpServer', x=251.40, y=20.00, z=74.60], EntityHenLeghorn['Leghorn Hen'/83, l='MpServer', x=196.41, y=66.00, z=39.27], EntitySkeleton['Skeleton'/8275, l='MpServer', x=253.50, y=30.00, z=155.50], EntitySkeleton['Skeleton'/8276, l='MpServer', x=255.50, y=30.00, z=157.50], EntityChickLeghorn['Leghorn Chick'/85, l='MpServer', x=197.15, y=66.60, z=45.15], EntityHenLeghorn['Leghorn Hen'/89, l='MpServer', x=184.18, y=64.00, z=57.61], EntityHenLeghorn['Leghorn Hen'/91, l='MpServer', x=180.32, y=65.42, z=66.35], EntityBullFriesian['Friesian Bull'/99, l='MpServer', x=254.83, y=63.00, z=112.21], EntityCowFriesian['Friesian Cow'/101, l='MpServer', x=251.37, y=62.62, z=113.94], EntityCalfFriesian['Friesian Calf'/104, l='MpServer', x=204.50, y=64.00, z=116.61], EntityMinecartChest['Minecart with Chest'/105, l='MpServer', x=301.50, y=12.06, z=94.50], EntityCowFriesian['Friesian Cow'/119, l='MpServer', x=202.28, y=64.00, z=122.74], EntityCalfFriesian['Friesian Calf'/123, l='MpServer', x=219.48, y=64.00, z=125.51], EntityMinecartChest['Minecart with Chest'/127, l='MpServer', x=255.50, y=22.06, z=147.50], EntityMinecartChest['Minecart with Chest'/128, l='MpServer', x=258.50, y=29.00, z=164.50], EntityCowHereford['Hereford Cow'/158, l='MpServer', x=285.90, y=79.00, z=33.30], EntityBullHereford['Hereford Bull'/159, l='MpServer', x=282.62, y=79.00, z=32.11], EntityCalfHereford['Hereford Calf'/160, l='MpServer', x=285.42, y=79.00, z=32.15], EntityZombie['Zombie'/8364, l='MpServer', x=273.22, y=27.00, z=112.47], EntityZombie['Zombie'/8365, l='MpServer', x=276.84, y=27.00, z=112.30], EntitySkeleton['Skeleton'/8378, l='MpServer', x=249.51, y=24.00, z=157.37], EntityCreeper['Creeper'/8405, l='MpServer', x=195.49, y=30.00, z=156.64], EntityCreeper['Creeper'/8406, l='MpServer', x=194.61, y=30.00, z=159.46], EntityEnderman['Enderman'/8408, l='MpServer', x=192.50, y=30.00, z=158.50], EntitySpider['Spider'/8413, l='MpServer', x=296.50, y=43.00, z=44.50], EntityZombie['Zombie'/8416, l='MpServer', x=236.50, y=24.03, z=114.30], EntitySpider['Spider'/8417, l='MpServer', x=296.50, y=35.00, z=128.50], EntityCreeper['Creeper'/8419, l='MpServer', x=281.50, y=25.00, z=108.50], EntitySpider['Spider'/8421, l='MpServer', x=227.50, y=16.00, z=163.50], EntityZombie['Zombie'/8422, l='MpServer', x=232.70, y=21.00, z=138.30], EntityBat['Bat'/8461, l='MpServer', x=281.30, y=30.05, z=130.55], EntityBat['Bat'/8528, l='MpServer', x=171.54, y=32.87, z=130.50], EntityBat['Bat'/8529, l='MpServer', x=173.64, y=32.04, z=133.72], EntitySkeleton['Skeleton'/8534, l='MpServer', x=198.50, y=30.00, z=121.50], EntityCreeper['Creeper'/8535, l='MpServer', x=198.50, y=31.49, z=121.50], EntitySkeleton['Skeleton'/8536, l='MpServer', x=197.50, y=30.00, z=122.50], EntityWitherSkeleton['Wither Skeleton'/8538, l='MpServer', x=191.63, y=30.00, z=122.50], EntitySkeleton['Skeleton'/8539, l='MpServer', x=196.50, y=30.00, z=126.50], EntityCreeper['Creeper'/8561, l='MpServer', x=255.50, y=20.00, z=117.50], EntityCreeper['Creeper'/8563, l='MpServer', x=249.52, y=21.00, z=17.56], EntityEnderman['Enderman'/8565, l='MpServer', x=238.63, y=21.00, z=25.50], EntitySkeleton['Skeleton'/8567, l='MpServer', x=248.50, y=24.00, z=156.50], EntityBat['Bat'/8579, l='MpServer', x=304.25, y=30.32, z=119.70], EntityBat['Bat'/8580, l='MpServer', x=303.51, y=32.52, z=116.25], EntityGuardian['Guardian'/8601, l='MpServer', x=156.50, y=56.56, z=151.50], EntityBat['Bat'/8624, l='MpServer', x=267.69, y=38.66, z=33.50], EntityBat['Bat'/8633, l='MpServer', x=233.16, y=50.55, z=71.54], EntityBat['Bat'/8636, l='MpServer', x=236.73, y=52.41, z=65.51], EntitySpider['Spider'/8645, l='MpServer', x=242.50, y=22.00, z=115.50], EntityCreeper['Creeper'/8646, l='MpServer', x=242.50, y=22.45, z=115.50], EntityZombie['Zombie'/8648, l='MpServer', x=262.16, y=40.50, z=98.52], EntityZombie['Zombie'/8654, l='MpServer', x=277.39, y=47.00, z=121.50], EntityCreeper['Creeper'/8655, l='MpServer', x=277.39, y=48.46, z=121.50], EntityEnderman['Enderman'/8672, l='MpServer', x=230.50, y=31.00, z=51.50], EntityBat['Bat'/8691, l='MpServer', x=271.75, y=23.46, z=24.61], EntityBat['Bat'/8727, l='MpServer', x=240.25, y=34.10, z=40.25], EntitySkeleton['Skeleton'/8765, l='MpServer', x=236.50, y=48.00, z=18.50], EntitySkeleton['Skeleton'/8766, l='MpServer', x=234.50, y=48.00, z=17.50], EntityCreeper['Creeper'/8767, l='MpServer', x=234.50, y=49.49, z=17.50], EntityZombie['Zombie'/8768, l='MpServer', x=290.50, y=38.00, z=118.50], EntitySpider['Spider'/8770, l='MpServer', x=259.02, y=40.00, z=66.00], EntityItem['item.tile.sapling.oak'/6732, l='MpServer', x=243.04, y=65.00, z=89.80], EntityCreeper['Creeper'/8803, l='MpServer', x=296.50, y=35.00, z=116.50], EntityCreeper['Creeper'/8804, l='MpServer', x=296.50, y=36.28, z=116.50], EntityBat['Bat'/8810, l='MpServer', x=262.46, y=40.18, z=65.38], EntityBat['Bat'/8811, l='MpServer', x=254.08, y=40.06, z=65.77], EntityBat['Bat'/8814, l='MpServer', x=281.75, y=33.38, z=172.25], EntityZombie['Zombie'/6935, l='MpServer', x=157.50, y=33.00, z=128.50], EntityItem['item.item.chickenRaw'/7097, l='MpServer', x=216.13, y=64.00, z=45.34], EntityItem['item.item.feather'/7098, l='MpServer', x=216.68, y=64.00, z=44.61], EntityItem['item.item.chickenRaw'/7151, l='MpServer', x=201.47, y=66.00, z=41.80], EntityItem['item.item.feather'/7154, l='MpServer', x=201.20, y=66.00, z=41.42], EntityItem['item.tile.sapling.oak'/5142, l='MpServer', x=228.63, y=64.00, z=98.65], EntityItem['item.item.seeds'/5193, l='MpServer', x=225.02, y=63.00, z=148.39], EntityZombie['Zombie'/7398, l='MpServer', x=235.80, y=21.00, z=123.52], EntityItem['item.tile.sapling.oak'/7462, l='MpServer', x=246.66, y=72.00, z=90.88], EntityItem['item.tile.sapling.oak'/7544, l='MpServer', x=245.13, y=64.00, z=93.16], EntitySkeleton['Skeleton'/5526, l='MpServer', x=275.50, y=29.00, z=131.50], EntitySkeleton['Skeleton'/7772, l='MpServer', x=280.50, y=20.00, z=91.50], EntityItem['item.tile.wood.spruce'/5740, l='MpServer', x=247.13, y=41.00, z=87.13], EntitySkeleton['Skeleton'/7816, l='MpServer', x=228.50, y=28.00, z=60.50], EntityZombie['Zombie'/7817, l='MpServer', x=232.80, y=53.00, z=26.51], EntitySkeleton['Skeleton'/7846, l='MpServer', x=251.50, y=38.00, z=22.50], EntityCreeper['Creeper'/7981, l='MpServer', x=226.50, y=21.00, z=112.50], EntityWitherSkeleton['Wither Skeleton'/8077, l='MpServer', x=175.50, y=32.00, z=132.63], EntityZombie['Zombie'/8126, l='MpServer', x=256.50, y=21.00, z=110.50], EntitySkeleton['Skeleton'/8168, l='MpServer', x=255.50, y=27.00, z=95.50], EntitySkeleton['Skeleton'/8169, l='MpServer', x=256.50, y=27.00, z=95.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2655)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:393)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.11.2
Operating System: Linux (amd64) version 4.10.0-20-generic
Java Version: 1.8.0_121, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 638882088 bytes (609 MB) / 5261361152 bytes (5017 MB) up to 5261361152 bytes (5017 MB)
JVM Flags: 24 total; -Xmx5G -Xms5G -Xmn1024m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:GCPauseIntervalMillis=150 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=1024m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=20000
IntCache: cache: 0, tcache: 9, allocated: 12, tallocated: 96
FML: MCP 9.38 Powered by Forge 13.20.0.2282 Optifine OptiFine_1.11.2_HD_U_B7 93 mods loaded, 93 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2282.jar)
UCHIJAAAA forge{13.20.0.2282} [Minecraft Forge] (forge-1.11.2-13.20.0.2282.jar)
UCHIJAAAA ivtoolkit{1.3.2.1} [IvToolkit] (minecraft.jar)
UCHIJAAAA backpacks16840{3.1.9} [Backpacks!] (zz-backpacks 1.11.2 - 3.1.9.jar)
UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
UCHIJAAAA jei{4.3.3.266} [Just Enough Items] (jei_1.11.2-4.3.3.266.jar)
UCHIJAAAA abyssalcraft{1.9.4-pre-2} [AbyssalCraft] (AbyssalCraft-1.11.2-1.9.4-pre-2.jar)
UCHIJAAAA additionalbanners{1.4.0.25} [Additional Banners] (AdditionalBanners-1.11.2-1.4.0.25.jar)
UCHIJAAAA animania{1.0.4.7} [Animania] (animania-1.11.2-1.0.4.7.jar)
UCHIJAAAA immcraft{1.3.1} [Immersive Craft] (immcraft-1.1x-1.3.1.jar)
UCHIJAAAA aquamunda{0.1.1beta} [Aqua Munda] (aquamunda-0.1.1beta.jar)
UCHIJAAAA baubles{1.4.3} [Baubles] (Baubles-1.11-1.4.3.jar)
UCHIJAAAA forgelin{1.4.1} [Forgelin] (Forgelin-1.4.1.jar)
UCHIJAAAA thedragonlib{1.11.2-3.1.1} [TheDragonLib] (thedragonlib-1.11.2-3.1.1.jar)
UCHIJAAAA armorplus{1.11.2-10.1.2.3} [ArmorPlus] (armorplus-1.11.2-10.1.2.3.jar)
UCHIJAAAA quark{r1.2-90} [Quark] (Quark-r1.2-90.jar)
UCHIJAAAA autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
UCHIJAAAA battleaxes{1.0.0} [Fancy Battleaxes] (Battleaxes[1.11.2]-1.1.1.jar)
UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.11-0.11.1.239+9162f74.jar)
UCHIJAAAA betterfoliage{2.1.4} [Better Foliage] (BetterFoliage-MC1.11.2-2.1.4.jar)
UCHIJAAAA birdsnests{1.5.1} [Bird's Nests] (BirdsNests1.11.2-1.5.1.jar)
UCHIJAAAA blockarmor{2.4.3} [Block Armor] (BlockArmor-1.11.2-2.4.3.jar)
UCHIJAAAA blocklings{4.1.4} [WillR27's Blocklings] (Blocklings 4.1.4 - 1.11.2.jar)
UCHIJAAAA botania{r1.9-343} [Botania] (Botania r1.9-343.jar)
UCHIJAAAA buildcraftlib{7.99.0} [BuildCraft Lib] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftcore{7.99.0} [BuildCraft] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftfactory{7.99.0} [BC Factory] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcrafttransport{7.99.0} [BC Transport] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftbuilders{7.99.0} [BC Builders] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftenergy{7.99.0} [BC Energy] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftrobotics{7.99.0} [BC Robotics] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftsilicon{7.99.0} [BC Silicon] (buildcraft-7.99.0.jar)
UCHIJAAAA ceanimals{1.3.0} [Crop-Eating Animals] (ceanimals-1.11.2-1.3.0.jar)
UCHIJAAAA cfm{4.1.2} [MrCrayfish's Furniture Mod] (cfm-4.1.2-mc1.11.2.jar)
UCHIJAAAA chameleoncreepers{1.4.1} [Chameleon Creepers] (chameleoncreepers-1.4.2-1.11.2.jar)
UCHIJAAAA chisel{MC1.11.2-0.0.10.14} [Chisel] (Chisel-MC1.11.2-0.0.10.14.jar)
UCHIJAAAA chiselsandbits{13.10} [Chisels & Bits] (chiselsandbits-13.10.jar)
UCHIJAAAA craftsaddlesmod{1.0} [Craft Saddles and Horse Armor] (craftsaddlesmod-1.0.jar)
UCHIJAAAA crystalcaves{1.0} [Crystal Caves] (CrystalCaves-1.0.jar)
UCHIJAAAA custombackgrounds{1.0} [Custom Backgrounds] (CustomBackgrounds-MC1.11-1.1.jar)
UCHIJAAAA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.11.2-2.0.5.jar)
UCHIJAAAA customnpcs{1.11.2} [CustomNPCs] (CustomNPCs_1.11.2_beta(17mar17).jar)
UCHIJAAAA cyclicmagic{1.3.0} [Cyclic] (Cyclic-1.11.2-1.3.0.jar)
UCHIJAAAA props{2.4.1} [Decocraft] (Decocraft-2.4.1_1.11.2.jar)
UCHIJAAAA eleccore{1.7.418} [ElecCore] (ElecCore-1.11-1.7.418.jar)
UCHIJAAAA deepresonance{1.4.6} [DeepResonance] (deepresonance-1.1x-1.4.6.jar)
UCHIJAAAA doggytalents{v1.12.1c} [Doggy Talents] (DoggyTalents-1.11.2-v1.12.1c-universal.jar)
UCHIJAAAA hobomod{1.0} [Hobo's Dyeable Chickens] (dyeablechickens-1.0.jar)
UCHIJAAAA dsurround{3.3.6.1} [§3Dynamic Surroundings] (DynamicSurroundings-1.11.2-3.3.6.1.jar)
UCHIJAAAA elementaldimensions{0.1.2} [Elemental Dimensions] (elementaldimensions-0.1.2.jar)
UCHIJAAAA epicsiegemod{12.0.157} [Epic Siege Mod] (EpicSiegeMod-12.0.157.jar)
UCHIJAAAA fairylights{2.1.0} [Fairy Lights] (fairylights-2.1.0-1.11.2.jar)
UCHIJAAAA fbp{2.2} [Fancy Block Particles] (FancyBlockParticles-1.11.2-2.2.jar)
UCHIJAAAA flatcoloredblocks{mc1.11-5.1} [Flat Colored Blocks] (flatcoloredblocks-mc1.11-5.1.jar)
UCHIJAAAA incontrol{3.5.5} [InControl] (incontrol-3.5.5.jar)
UCHIJAAAA infernalmobs{1.7.2} [Infernal Mobs] (InfernalMobs-1.11.2.jar)
UCHIJAAAA intwheel{1.2.4} [Interaction Wheel] (intwheel-1.1x-1.2.4.jar)
UCHIJAAAA journeymap{1.11.2-5.4.6} [JourneyMap] (journeymap-1.11.2-5.4.6.jar)
UCHIJAAAA buildingblocks{1.0} [Just Build It] (JustBuildIt MC1.11.2 v1.0.jar)
UCHIJAAAA llibrary{1.7.4} [LLibrary] (llibrary-1.7.4-1.11.2.jar)
UCHIJAAAA malisiscore{1.11.2-5.1.1} [MalisisCore] (malisiscore-1.11.2-5.1.1.jar)
UCHIJAAAA malisisblocks{1.11.2-5.1.0} [Malisis Blocks] (malisisblocks-1.11.2-5.1.0.jar)
UCHIJAAAA malisisdoors{1.11.2-6.1.0} [MalisisDoors] (malisisdoors-1.11.2-6.1.0.jar)
UCHIJAAAA malisisswitches{1.11.2-4.1.0} [Malisis Switches] (malisisswitches-1.11.2-4.1.0.jar)
UCHIJAAAA crystalic_void{2.4.7} [Meldexun's Crystalic Void] (Meldexun'sCrystalicVoid-1.11.2-2.4.7.jar)
UCHIJAAAA mrnobody_morecommands{5.0} [MoreCommands] (MoreCommands-1.11.2-5.0.jar)
UCHIJAAAA shetiphiancore{3.4.4} [ShetiPhian-Core] (shetiphiancore-1.11.0-3.4.4.jar)
UCHIJAAAA multibeds{1.3.3} [Multi-Beds] (multibeds-1.11.0-1.3.3.jar)
UCHIJAAAA mysticalagriculture{1.5.1} [Mystical Agriculture] (mysticalagriculture[1.11.2]-1.5.1.jar)
UCHIJAAAA mysticalagradditions{1.0.1} [Mystical Agradditions] (mysticalagradditions[1.11.2]-1.0.1.jar)
UCHIJAAAA naturescompass{1.3.0} [Nature's Compass] (NaturesCompass-1.11.2-1.3.0.jar)
UCHIJAAAA notenoughwands{1.5.4} [Not Enough Wands] (notenoughwands-1.1x-1.5.4.jar)
UCHIJAAAA notes{1.1.0} [Notes] (Notes-1.11.2-1.1.0.jar)
UCHIJAAAA overlord{2.3.3} [Overlord] (Overlord-1.11.2-2.3.3.jar)
UCHIJAAAA harvestcraft{1.11.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2g.jar)
UCHIJAAAA pattysmorestuff{stable-1.0.4} [Pattys More Stuff] (PattysMoreStuff-stable-1.0.4.jar)
UCHIJAAAA platforms{1.3.4} [Platforms] (platforms-1.11.0-1.3.4.jar)
UCHIJAAAA randomthings{3.8.1} [Random Things] (RandomThings-MC1.11.2-3.8.1.jar)
UCHIJAAAA reccomplex{1.2.10} [Recurrent Complex] (RecurrentComplex-1.2.10.jar)
UCHIJAAAA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.11.2-1.7.4.jar)
UCHIJAAAA rflux{0.1.1} [RF Lux] (rflux-0.1.1.jar)
UCHIJAAAA rftools{6.00} [RFTools] (rftools-1.1x-6.00.jar)
UCHIJAAAA rftoolscontrol{1.6.6} [RFTools Control] (rftoolsctrl-1.1x-1.6.6.jar)
UCHIJAAAA rftoolsdim{4.55} [RFTools Dimensions] (rftoolsdim-1.1x-4.55.jar)
UCHIJAAAA roguelike{1.6.6} [Roguelike Dungeons] (RoguelikeDungeons-1.11.2-1.6.6.jar)
UCHIJAAAA roughmobs{1.0} [Rough Mobs] (roughMobs1.0.9-1.11.2.jar)
UCHIJAAAA theoneprobe{1.4.6} [The One Probe] (theoneprobe-1.1x-1.4.6.jar)
UCHIJAAAA buildhelper{0.4.2} [Torojima's Build Helper] (torojimaBuildHelper-0.4.2.jar)
UCHIJAAAA undergroundbiomes{1.0.v.18} [Underground Biomes] (UndergroundBiomesConstructs-1.11-1.0.v.18.1.jar)
UCHIJAAAA thejungle{1.0.194} [Welcome to the Jungle] (Welcome to the Jungle-1.04.1112.jar)
UCHIJAAAA worldedit{6.1.6} [WorldEdit] (worldedit-forge-mc1.11-6.1.6-dist.jar)
Loaded coremods (and transformers):
NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
net.fybertech.nwr.NWRTransformer
LoadingPlugin (Quark-r1.2-90.jar)
vazkii.quark.base.asm.ClassTransformer
MoreCommandsLoadingPlugin (MoreCommands-1.11.2-5.0.jar)
com.mrnobody.morecommands.asm.transform.TransformBlockRailBase
com.mrnobody.morecommands.asm.transform.TransformForgeHooks
com.mrnobody.morecommands.asm.transform.TransformItemStack
com.mrnobody.morecommands.asm.transform.TransformStyle
LoadingPlugin (RandomThings-MC1.11.2-3.8.1.jar)
lumien.randomthings.asm.ClassTransformer
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.4.jar)
shetiphian.core.asm.ClassTransformer
ChiselCorePlugin (Chisel-MC1.11.2-0.0.10.14.jar)
team.chisel.common.asm.ChiselTransformer
llibrary (llibrary-1.7.4-1.11.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
IvToolkit (IvToolkit-1.3.2.1.jar)
MalisisSwitchesPlugin (malisisswitches-1.11.2-4.1.0.jar)
net.malisis.switches.asm.MalisisSwitchesTransformer
BetterFoliageLoader (BetterFoliage-MC1.11.2-2.1.4.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
ForgelinPlugin (Forgelin-1.4.1.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.11.2-3.3.6.1.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
BCModPlugin (zz-backpacks 1.11.2 - 3.1.9.jar)
brad16840.common.asm.ClassTransformer
MalisisCorePlugin (malisiscore-1.11.2-5.1.1.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.39' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
Launched Version: 1.11.2-forge1.11.2-13.20.0.2282
LWJGL: 2.9.4
OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 375.39, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i3 CPU 530 @ 2.93GHz
OptiFine Version: OptiFine_1.11.2_HD_U_B7
Render Distance Chunks: 6
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Continuum-§91.3-§f§2Low§f-§4Ultra§f.zip
OpenGlVersion: 4.5.0 NVIDIA 375.39
OpenGlRenderer: GeForce GTX 1050 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
Now,
NO Biomes Of Plenty
VBOs OFF
Smooth World OFF
another crash. I think I found a faster way of making it crash, but it might not work every time. This time, I clicked search, made 1 search and clicked another tab, and I got the crash inmediately.
New Crash report:
---- Minecraft Crash Report ----

WARNING: coremods are present:
NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
LoadingPlugin (Quark-r1.2-90.jar)
MoreCommandsLoadingPlugin (MoreCommands-1.11.2-5.0.jar)
LoadingPlugin (RandomThings-MC1.11.2-3.8.1.jar)
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.4.jar)
ChiselCorePlugin (Chisel-MC1.11.2-0.0.10.14.jar)
llibrary (llibrary-1.7.4-1.11.2.jar)
IvToolkit (IvToolkit-1.3.2.1.jar)
MalisisSwitchesPlugin (malisisswitches-1.11.2-4.1.0.jar)
BetterFoliageLoader (BetterFoliage-MC1.11.2-2.1.4.jar)
ForgelinPlugin (Forgelin-1.4.1.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.11.2-3.3.6.1.jar)
BCModPlugin (zz-backpacks 1.11.2 - 3.1.9.jar)
MalisisCorePlugin (malisiscore-1.11.2-5.1.1.jar)
Contact their authors BEFORE contacting forge
// I feel sad now
Time: 4/28/17 7:04 AM
Description: Updating screen events
java.lang.IndexOutOfBoundsException: Index: 0, Size: -1
at java.util.AbstractList.rangeCheckForAdd(AbstractList.java:605)
at java.util.AbstractList.listIterator(AbstractList.java:325)
at java.util.AbstractList.removeRange(AbstractList.java:568)
at java.util.AbstractList.clear(AbstractList.java:234)
at net.minecraft.util.NonNullList.clear(SourceFile:70)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:462)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:440)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:552)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:512)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1695)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1056)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.util.AbstractList.rangeCheckForAdd(AbstractList.java:605)
at java.util.AbstractList.listIterator(AbstractList.java:325)
at java.util.AbstractList.removeRange(AbstractList.java:568)
at java.util.AbstractList.clear(AbstractList.java:234)
at net.minecraft.util.NonNullList.clear(SourceFile:70)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_147050_b(GuiContainerCreative.java:462)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146286_b(GuiContainerCreative.java:440)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_146274_d(GuiContainerCreative.java:552)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:512)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['redlap'/620, l='MpServer', x=-121.84, y=73.00, z=246.17]]
Chunk stats: MultiplayerChunkCache: 169, 169
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-128,64,252), Chunk: (at 0,4,12 in -8,15; contains blocks -128,0,240 to -113,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1147 game time, 1147 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 77 total; [EntityCreeper['Creeper'/2049, l='MpServer', x=-170.50, y=35.00, z=238.50], EntityCreeper['Creeper'/2050, l='MpServer', x=-170.50, y=35.00, z=237.50], EntitySpider['Spider'/3075, l='MpServer', x=-167.50, y=38.00, z=180.50], EntityBat['Bat'/3095, l='MpServer', x=-158.97, y=39.06, z=324.42], EntitySkeleton['Skeleton'/2093, l='MpServer', x=-184.06, y=25.00, z=174.61], EntityWitherSkeleton['Wither Skeleton'/2095, l='MpServer', x=-183.50, y=22.00, z=180.50], EntityCreeper['Creeper'/3136, l='MpServer', x=-177.50, y=36.00, z=311.50], EntityCreeper['Creeper'/3137, l='MpServer', x=-178.50, y=36.00, z=309.50], EntityItem['item.item.dyePowder.black'/3141, l='MpServer', x=-139.94, y=47.00, z=194.60], EntityCreeper['Creeper'/3145, l='MpServer', x=-124.50, y=53.00, z=324.50], EntityItem['item.tile.mushroom15'/95, l='MpServer', x=-163.81, y=14.00, z=243.05], EntityEvilCow['Cow'/96, l='MpServer', x=-144.29, y=68.00, z=240.23], EntityEvilCow['Cow'/98, l='MpServer', x=-145.50, y=68.00, z=281.50], EntityEvilSheep['Sheep'/101, l='MpServer', x=-133.50, y=70.00, z=237.26], EntityZombie['Zombie'/2202, l='MpServer', x=-194.50, y=32.00, z=199.50], EntityBat['Bat'/1252, l='MpServer', x=-166.68, y=13.30, z=321.33], EntitySquid['Squid'/1409, l='MpServer', x=-112.90, y=59.65, z=277.55], EntitySquid['Squid'/1410, l='MpServer', x=-78.17, y=56.25, z=213.79], EntitySquid['Squid'/1413, l='MpServer', x=-76.09, y=54.46, z=213.14], EntitySquid['Squid'/1418, l='MpServer', x=-91.60, y=55.00, z=194.91], EntitySquid['Squid'/1438, l='MpServer', x=-105.13, y=57.81, z=264.57], EntitySquid['Squid'/1439, l='MpServer', x=-103.63, y=52.04, z=254.76], EntitySquid['Squid'/1440, l='MpServer', x=-107.40, y=56.76, z=254.85], EntitySquid['Squid'/1441, l='MpServer', x=-98.46, y=54.27, z=263.44], EntityAshen['Ashen'/2543, l='MpServer', x=-128.50, y=16.00, z=228.50], EntityAshen['Ashen'/2544, l='MpServer', x=-129.50, y=16.00, z=230.50], EntityZombie['Zombie'/2565, l='MpServer', x=-59.47, y=32.00, z=169.25], EntityZombie['Zombie'/2572, l='MpServer', x=-152.50, y=48.00, z=186.50], EntityZombie['Zombie'/2573, l='MpServer', x=-152.50, y=48.00, z=187.50], EntityBat['Bat'/1561, l='MpServer', x=-180.28, y=62.02, z=183.44], EntityItem['item.item.dyePowder.black'/2587, l='MpServer', x=-107.75, y=47.00, z=285.25], EntityItem['item.item.dyePowder.black'/2589, l='MpServer', x=-59.48, y=48.00, z=267.09], EntityCreeper['Creeper'/2603, l='MpServer', x=-112.50, y=17.00, z=213.50], EntitySkeleton['Skeleton'/2605, l='MpServer', x=-159.50, y=31.00, z=255.50], EntityBat['Bat'/1581, l='MpServer', x=-46.55, y=36.16, z=182.18], EntitySkeleton['Skeleton'/2606, l='MpServer', x=-156.50, y=31.00, z=257.50], EntityItem['item.item.dyePowder.black'/2615, l='MpServer', x=-81.63, y=46.00, z=188.11], EntityItem['item.tile.sapling.spruce'/2617, l='MpServer', x=-168.15, y=67.00, z=260.86], EntitySkeleton['Skeleton'/2624, l='MpServer', x=-155.50, y=50.00, z=189.50], EntityCreeper['Creeper'/2630, l='MpServer', x=-149.50, y=25.00, z=259.50], EntityItem['item.item.birdsnest'/2638, l='MpServer', x=-169.56, y=77.00, z=257.88], EntityBat['Bat'/1625, l='MpServer', x=-103.31, y=27.06, z=300.53], EntitySkeleton['Skeleton'/2667, l='MpServer', x=-165.50, y=25.00, z=325.50], EntityBat['Bat'/1648, l='MpServer', x=-158.62, y=32.43, z=256.36], EntityItem['item.item.dyePowder.black'/2681, l='MpServer', x=-72.60, y=55.00, z=274.41], EntityItem['item.item.dyePowder.black'/2688, l='MpServer', x=-112.13, y=55.00, z=279.53], EntityGuardian['Guardian'/1691, l='MpServer', x=-60.17, y=62.24, z=266.06], EntityCreeper['Creeper'/1698, l='MpServer', x=-184.28, y=59.00, z=304.48], EntitySkeleton['Skeleton'/2750, l='MpServer', x=-167.50, y=51.00, z=191.50], EntityCreeper['Creeper'/2751, l='MpServer', x=-167.50, y=52.49, z=191.50], EntityItem['item.tile.gravel'/1734, l='MpServer', x=-156.87, y=23.00, z=309.47], EntityBat['Bat'/2761, l='MpServer', x=-184.49, y=19.99, z=200.94], EntityBat['Bat'/2764, l='MpServer', x=-189.45, y=17.48, z=202.84], EntityCreeper['Creeper'/1750, l='MpServer', x=-201.50, y=11.00, z=222.50], EntityCreeper['Creeper'/2777, l='MpServer', x=-148.50, y=14.00, z=308.50], EntityZombie['Zombie'/1767, l='MpServer', x=-166.50, y=37.00, z=307.50], EntityBat['Bat'/2843, l='MpServer', x=-163.21, y=39.10, z=323.10], EntityBat['Bat'/2857, l='MpServer', x=-132.38, y=24.53, z=297.83], EntityBat['Bat'/2858, l='MpServer', x=-162.65, y=14.09, z=220.41], EntityBat['Bat'/2859, l='MpServer', x=-165.98, y=14.42, z=220.73], EntityBat['Bat'/2860, l='MpServer', x=-161.28, y=14.23, z=222.74], EntityGuardian['Guardian'/2889, l='MpServer', x=-53.95, y=62.13, z=310.39], EntityItem['item.item.dyePowder.black'/2897, l='MpServer', x=-64.76, y=48.00, z=275.51], EntityCreeper['Creeper'/1885, l='MpServer', x=-129.50, y=32.00, z=293.50], EntitySkeleton['Skeleton'/2913, l='MpServer', x=-61.50, y=40.00, z=178.50], EntityGuardian['Guardian'/2953, l='MpServer', x=-132.01, y=48.21, z=185.99], EntitySpider['Spider'/2955, l='MpServer', x=-142.50, y=15.00, z=295.50], EntityCreeper['Creeper'/2956, l='MpServer', x=-90.50, y=18.00, z=204.50], EntityZombie['Zombie'/2959, l='MpServer', x=-89.50, y=18.00, z=203.50], EntityZombie['Zombie'/2960, l='MpServer', x=-88.50, y=18.00, z=204.50], EntityZombie['Zombie'/2961, l='MpServer', x=-130.50, y=36.00, z=310.50], EntityPlayerSP['redlap'/620, l='MpServer', x=-121.84, y=73.00, z=246.17], EntityItem['item.item.dyePowder.black'/3019, l='MpServer', x=-63.69, y=48.00, z=277.89], EntitySpider['Spider'/3043, l='MpServer', x=-149.94, y=35.00, z=295.62], EntitySpider['Spider'/3044, l='MpServer', x=-152.09, y=35.00, z=297.07], EntitySpider['Spider'/3045, l='MpServer', x=-150.55, y=35.00, z=293.80], EntityZombie['Zombie'/2040, l='MpServer', x=-193.45, y=20.00, z=225.75]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2655)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:393)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.11.2
Operating System: Linux (amd64) version 4.10.0-20-generic
Java Version: 1.8.0_121, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 715553536 bytes (682 MB) / 5261361152 bytes (5017 MB) up to 5261361152 bytes (5017 MB)
JVM Flags: 24 total; -Xmx5G -Xms5G -Xmn1024m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:GCPauseIntervalMillis=150 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=1024m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=20000
IntCache: cache: 0, tcache: 286, allocated: 14, tallocated: 94
FML: MCP 9.38 Powered by Forge 13.20.0.2282 Optifine OptiFine_1.11.2_HD_U_B7 93 mods loaded, 93 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2282.jar)
UCHIJAAAA forge{13.20.0.2282} [Minecraft Forge] (forge-1.11.2-13.20.0.2282.jar)
UCHIJAAAA ivtoolkit{1.3.2.1} [IvToolkit] (minecraft.jar)
UCHIJAAAA backpacks16840{3.1.9} [Backpacks!] (zz-backpacks 1.11.2 - 3.1.9.jar)
UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
UCHIJAAAA jei{4.3.3.266} [Just Enough Items] (jei_1.11.2-4.3.3.266.jar)
UCHIJAAAA abyssalcraft{1.9.4-pre-2} [AbyssalCraft] (AbyssalCraft-1.11.2-1.9.4-pre-2.jar)
UCHIJAAAA additionalbanners{1.4.0.25} [Additional Banners] (AdditionalBanners-1.11.2-1.4.0.25.jar)
UCHIJAAAA animania{1.0.4.7} [Animania] (animania-1.11.2-1.0.4.7.jar)
UCHIJAAAA immcraft{1.3.1} [Immersive Craft] (immcraft-1.1x-1.3.1.jar)
UCHIJAAAA aquamunda{0.1.1beta} [Aqua Munda] (aquamunda-0.1.1beta.jar)
UCHIJAAAA baubles{1.4.3} [Baubles] (Baubles-1.11-1.4.3.jar)
UCHIJAAAA forgelin{1.4.1} [Forgelin] (Forgelin-1.4.1.jar)
UCHIJAAAA thedragonlib{1.11.2-3.1.1} [TheDragonLib] (thedragonlib-1.11.2-3.1.1.jar)
UCHIJAAAA armorplus{1.11.2-10.1.2.3} [ArmorPlus] (armorplus-1.11.2-10.1.2.3.jar)
UCHIJAAAA quark{r1.2-90} [Quark] (Quark-r1.2-90.jar)
UCHIJAAAA autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
UCHIJAAAA battleaxes{1.0.0} [Fancy Battleaxes] (Battleaxes[1.11.2]-1.1.1.jar)
UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.11-0.11.1.239+9162f74.jar)
UCHIJAAAA betterfoliage{2.1.4} [Better Foliage] (BetterFoliage-MC1.11.2-2.1.4.jar)
UCHIJAAAA birdsnests{1.5.1} [Bird's Nests] (BirdsNests1.11.2-1.5.1.jar)
UCHIJAAAA blockarmor{2.4.3} [Block Armor] (BlockArmor-1.11.2-2.4.3.jar)
UCHIJAAAA blocklings{4.1.4} [WillR27's Blocklings] (Blocklings 4.1.4 - 1.11.2.jar)
UCHIJAAAA botania{r1.9-343} [Botania] (Botania r1.9-343.jar)
UCHIJAAAA buildcraftlib{7.99.0} [BuildCraft Lib] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftcore{7.99.0} [BuildCraft] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftfactory{7.99.0} [BC Factory] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcrafttransport{7.99.0} [BC Transport] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftbuilders{7.99.0} [BC Builders] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftenergy{7.99.0} [BC Energy] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftrobotics{7.99.0} [BC Robotics] (buildcraft-7.99.0.jar)
UCHIJAAAA buildcraftsilicon{7.99.0} [BC Silicon] (buildcraft-7.99.0.jar)
UCHIJAAAA ceanimals{1.3.0} [Crop-Eating Animals] (ceanimals-1.11.2-1.3.0.jar)
UCHIJAAAA cfm{4.1.2} [MrCrayfish's Furniture Mod] (cfm-4.1.2-mc1.11.2.jar)
UCHIJAAAA chameleoncreepers{1.4.1} [Chameleon Creepers] (chameleoncreepers-1.4.2-1.11.2.jar)
UCHIJAAAA chisel{MC1.11.2-0.0.10.14} [Chisel] (Chisel-MC1.11.2-0.0.10.14.jar)
UCHIJAAAA chiselsandbits{13.10} [Chisels & Bits] (chiselsandbits-13.10.jar)
UCHIJAAAA craftsaddlesmod{1.0} [Craft Saddles and Horse Armor] (craftsaddlesmod-1.0.jar)
UCHIJAAAA crystalcaves{1.0} [Crystal Caves] (CrystalCaves-1.0.jar)
UCHIJAAAA custombackgrounds{1.0} [Custom Backgrounds] (CustomBackgrounds-MC1.11-1.1.jar)
UCHIJAAAA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.11.2-2.0.5.jar)
UCHIJAAAA customnpcs{1.11.2} [CustomNPCs] (CustomNPCs_1.11.2_beta(17mar17).jar)
UCHIJAAAA cyclicmagic{1.3.0} [Cyclic] (Cyclic-1.11.2-1.3.0.jar)
UCHIJAAAA props{2.4.1} [Decocraft] (Decocraft-2.4.1_1.11.2.jar)
UCHIJAAAA eleccore{1.7.418} [ElecCore] (ElecCore-1.11-1.7.418.jar)
UCHIJAAAA deepresonance{1.4.6} [DeepResonance] (deepresonance-1.1x-1.4.6.jar)
UCHIJAAAA doggytalents{v1.12.1c} [Doggy Talents] (DoggyTalents-1.11.2-v1.12.1c-universal.jar)
UCHIJAAAA hobomod{1.0} [Hobo's Dyeable Chickens] (dyeablechickens-1.0.jar)
UCHIJAAAA dsurround{3.3.6.1} [§3Dynamic Surroundings] (DynamicSurroundings-1.11.2-3.3.6.1.jar)
UCHIJAAAA elementaldimensions{0.1.2} [Elemental Dimensions] (elementaldimensions-0.1.2.jar)
UCHIJAAAA epicsiegemod{12.0.157} [Epic Siege Mod] (EpicSiegeMod-12.0.157.jar)
UCHIJAAAA fairylights{2.1.0} [Fairy Lights] (fairylights-2.1.0-1.11.2.jar)
UCHIJAAAA fbp{2.2} [Fancy Block Particles] (FancyBlockParticles-1.11.2-2.2.jar)
UCHIJAAAA flatcoloredblocks{mc1.11-5.1} [Flat Colored Blocks] (flatcoloredblocks-mc1.11-5.1.jar)
UCHIJAAAA incontrol{3.5.5} [InControl] (incontrol-3.5.5.jar)
UCHIJAAAA infernalmobs{1.7.2} [Infernal Mobs] (InfernalMobs-1.11.2.jar)
UCHIJAAAA intwheel{1.2.4} [Interaction Wheel] (intwheel-1.1x-1.2.4.jar)
UCHIJAAAA journeymap{1.11.2-5.4.6} [JourneyMap] (journeymap-1.11.2-5.4.6.jar)
UCHIJAAAA buildingblocks{1.0} [Just Build It] (JustBuildIt MC1.11.2 v1.0.jar)
UCHIJAAAA llibrary{1.7.4} [LLibrary] (llibrary-1.7.4-1.11.2.jar)
UCHIJAAAA malisiscore{1.11.2-5.1.1} [MalisisCore] (malisiscore-1.11.2-5.1.1.jar)
UCHIJAAAA malisisblocks{1.11.2-5.1.0} [Malisis Blocks] (malisisblocks-1.11.2-5.1.0.jar)
UCHIJAAAA malisisdoors{1.11.2-6.1.0} [MalisisDoors] (malisisdoors-1.11.2-6.1.0.jar)
UCHIJAAAA malisisswitches{1.11.2-4.1.0} [Malisis Switches] (malisisswitches-1.11.2-4.1.0.jar)
UCHIJAAAA crystalic_void{2.4.7} [Meldexun's Crystalic Void] (Meldexun'sCrystalicVoid-1.11.2-2.4.7.jar)
UCHIJAAAA mrnobody_morecommands{5.0} [MoreCommands] (MoreCommands-1.11.2-5.0.jar)
UCHIJAAAA shetiphiancore{3.4.4} [ShetiPhian-Core] (shetiphiancore-1.11.0-3.4.4.jar)
UCHIJAAAA multibeds{1.3.3} [Multi-Beds] (multibeds-1.11.0-1.3.3.jar)
UCHIJAAAA mysticalagriculture{1.5.1} [Mystical Agriculture] (mysticalagriculture[1.11.2]-1.5.1.jar)
UCHIJAAAA mysticalagradditions{1.0.1} [Mystical Agradditions] (mysticalagradditions[1.11.2]-1.0.1.jar)
UCHIJAAAA naturescompass{1.3.0} [Nature's Compass] (NaturesCompass-1.11.2-1.3.0.jar)
UCHIJAAAA notenoughwands{1.5.4} [Not Enough Wands] (notenoughwands-1.1x-1.5.4.jar)
UCHIJAAAA notes{1.1.0} [Notes] (Notes-1.11.2-1.1.0.jar)
UCHIJAAAA overlord{2.3.3} [Overlord] (Overlord-1.11.2-2.3.3.jar)
UCHIJAAAA harvestcraft{1.11.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2g.jar)
UCHIJAAAA pattysmorestuff{stable-1.0.4} [Pattys More Stuff] (PattysMoreStuff-stable-1.0.4.jar)
UCHIJAAAA platforms{1.3.4} [Platforms] (platforms-1.11.0-1.3.4.jar)
UCHIJAAAA randomthings{3.8.1} [Random Things] (RandomThings-MC1.11.2-3.8.1.jar)
UCHIJAAAA reccomplex{1.2.10} [Recurrent Complex] (RecurrentComplex-1.2.10.jar)
UCHIJAAAA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.11.2-1.7.4.jar)
UCHIJAAAA rflux{0.1.1} [RF Lux] (rflux-0.1.1.jar)
UCHIJAAAA rftools{6.00} [RFTools] (rftools-1.1x-6.00.jar)
UCHIJAAAA rftoolscontrol{1.6.6} [RFTools Control] (rftoolsctrl-1.1x-1.6.6.jar)
UCHIJAAAA rftoolsdim{4.55} [RFTools Dimensions] (rftoolsdim-1.1x-4.55.jar)
UCHIJAAAA roguelike{1.6.6} [Roguelike Dungeons] (RoguelikeDungeons-1.11.2-1.6.6.jar)
UCHIJAAAA roughmobs{1.0} [Rough Mobs] (roughMobs1.0.9-1.11.2.jar)
UCHIJAAAA theoneprobe{1.4.6} [The One Probe] (theoneprobe-1.1x-1.4.6.jar)
UCHIJAAAA buildhelper{0.4.2} [Torojima's Build Helper] (torojimaBuildHelper-0.4.2.jar)
UCHIJAAAA undergroundbiomes{1.0.v.18} [Underground Biomes] (UndergroundBiomesConstructs-1.11-1.0.v.18.1.jar)
UCHIJAAAA thejungle{1.0.194} [Welcome to the Jungle] (Welcome to the Jungle-1.04.1112.jar)
UCHIJAAAA worldedit{6.1.6} [WorldEdit] (worldedit-forge-mc1.11-6.1.6-dist.jar)
Loaded coremods (and transformers):
NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
net.fybertech.nwr.NWRTransformer
LoadingPlugin (Quark-r1.2-90.jar)
vazkii.quark.base.asm.ClassTransformer
MoreCommandsLoadingPlugin (MoreCommands-1.11.2-5.0.jar)
com.mrnobody.morecommands.asm.transform.TransformBlockRailBase
com.mrnobody.morecommands.asm.transform.TransformForgeHooks
com.mrnobody.morecommands.asm.transform.TransformItemStack
com.mrnobody.morecommands.asm.transform.TransformStyle
LoadingPlugin (RandomThings-MC1.11.2-3.8.1.jar)
lumien.randomthings.asm.ClassTransformer
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.4.jar)
shetiphian.core.asm.ClassTransformer
ChiselCorePlugin (Chisel-MC1.11.2-0.0.10.14.jar)
team.chisel.common.asm.ChiselTransformer
llibrary (llibrary-1.7.4-1.11.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
IvToolkit (IvToolkit-1.3.2.1.jar)
MalisisSwitchesPlugin (malisisswitches-1.11.2-4.1.0.jar)
net.malisis.switches.asm.MalisisSwitchesTransformer
BetterFoliageLoader (BetterFoliage-MC1.11.2-2.1.4.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
ForgelinPlugin (Forgelin-1.4.1.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.11.2-3.3.6.1.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
BCModPlugin (zz-backpacks 1.11.2 - 3.1.9.jar)
brad16840.common.asm.ClassTransformer
MalisisCorePlugin (malisiscore-1.11.2-5.1.1.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.39' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
Launched Version: 1.11.2-forge1.11.2-13.20.0.2282
LWJGL: 2.9.4
OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 375.39, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i3 CPU 530 @ 2.93GHz
OptiFine Version: OptiFine_1.11.2_HD_U_B7
Render Distance Chunks: 6
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Continuum-§91.3-§f§2Low§f-§4Ultra§f.zip
OpenGlVersion: 4.5.0 NVIDIA 375.39
OpenGlRenderer: GeForce GTX 1050 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
I googled 'Game crash opening inventory'.. some results came up for older versions. One person was successful & this is what he posted
I also noticed that you are using shaders.. have you tried disabling that ??
3 things:
1) I went to shaders, clicked OFF, and nothing happened. I waited for about 5 min and then killed the process. It was totally frozen.
2) I changed optionsshaders.txt manually to start without shaders. I get the same crash in the inventory.
3)After that, I changed the snooper settings, and again the crash.