Okay so I would launch my minecraft, and select my New World file, see that it's building the terrain, then get the crash report that is displayed below. I'm confused as to what is going on. My world is definitely modded but the only issue I have in that regards is in-game between Applied Energistics 2 and Thaumcraft - not being able to store Thaumcraft stuff in the ME Crafting Terminal - and hasn't caused the game to crash. In my game session before this whole thing happened, I traveled to the nether for the first time since I purchased the game so I don't know if that could be a factor into this mess. If anybody knows what's wrong, please let me know.
java.lang.IllegalArgumentException
at java.util.PriorityQueue.<init>(Unknown Source)
at net.minecraft.client.renderer.Tessellator.func_147564_a(Tessellator.java:160)
at net.minecraft.client.renderer.WorldRenderer.func_147891_a(WorldRenderer.java:248)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:204)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1530)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
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 --
Stacktrace:
at java.util.PriorityQueue.<init>(Unknown Source)
at net.minecraft.client.renderer.Tessellator.func_147564_a(Tessellator.java:160)
at net.minecraft.client.renderer.WorldRenderer.func_147891_a(WorldRenderer.java:248)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:204)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1530)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
Ok so I've updated inventory tweaks, thaumcraft, and the codechickenlib file - which were the only available updates for all the mods that I have - and I'm still getting the same results. The crash report looks the same but here it is if there is anything that changed.
---- Minecraft Crash Report ----
// I let you down. Sorry
java.lang.IllegalArgumentException
at java.util.PriorityQueue.<init>(Unknown Source)
at net.minecraft.client.renderer.Tessellator.func_147564_a(Tessellator.java:160)
at net.minecraft.client.renderer.WorldRenderer.func_147891_a(WorldRenderer.java:248)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:204)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1530)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
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 --
Stacktrace:
at java.util.PriorityQueue.<init>(Unknown Source)
at net.minecraft.client.renderer.Tessellator.func_147564_a(Tessellator.java:160)
at net.minecraft.client.renderer.WorldRenderer.func_147891_a(WorldRenderer.java:248)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:204)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1530)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
If it still crashes after that, backup your world, remove AE2 and see if it crashes without it. Tesellator is part of AE2. If it does you will have to file bug report with AE2 developer although problem might be with a different mod just interacting with it.
It is an issue with AE2 'cause now the integration of NotEnoughItems - which I took your advice and updated both CodeChickenCore and NotEnoughItems to such versions, took a bit of time though - is being disabled on AE2's side - screenshot displayed below. Thank you so much for all this help. I'm curious though, what does Tesellator do in AE2?
Okay I reported the bug with AE2, said they already fixed it in the beta, and fixed the integration by setting it to ON in the AE2 config file. So now in the game output tab of the launcher, I see this error section, being the cause of why the integration is being disabled. What is going on here and what do I need to do?
[18:06:19] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
Failed to load dependencies.info from NotEnoughItems-1.7.10-1.0.3.51-universal.jar as JSON
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at codechicken.core.launch.DepLoader$DepLoadInst.scanDepInfo(DepLoader.java:503)
at codechicken.core.launch.DepLoader$DepLoadInst.scanDepInfos(DepLoader.java:497)
at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:445)
at codechicken.core.launch.DepLoader.load(DepLoader.java:584)
at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:47)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:422)
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310)
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:211)
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[18:06:19] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[18:06:19] [main/ERROR] [FML]: Unable to read the jar file NotEnoughItems-1.7.10-1.0.3.51-universal.jar - ignoring
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_67]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_67]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_67]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_67]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_67]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:243) [forge-1.7.10-10.13.0.1208.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:211) [forge-1.7.10-10.13.0.1208.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.0.1208.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.0.1208.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.0.1208.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.0.1208.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:114) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
Yea I did re-download NotEnoughItems b/c apparently it was corrupt so now I got NotEnoughItems-1.7.10-1.0.3.51-universal and CodeChickenCore-1.7.10-1.0.3.25-universal but I still get the same issue. I already reported it as a bug on the AE2 site.
Start your Minecraft in a new World, edit your video settings and reduce mipmap to OFF ... suddenly it's on maximum somehow and i got a lot of crash on joining world problems from my friends when mipmap overloads ther GFX Card, especially yours is a Radeon 7700 when i've read the crashlog correctly
then join this world again
also try the following to test repeatability in a new world if it does not solve your problem
-spawn a Furious Zombie
-find whatever item it is and drop the item that is called "EntityItem['item.item.string'/370" (370 maybe the item id probably) in your crashlog or remove it from this chunk via NBTEdit and report when it's running again
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 9/5/14 11:06 PM
Description: Unexpected error
java.lang.IllegalArgumentException
at java.util.PriorityQueue.<init>(Unknown Source)
at net.minecraft.client.renderer.Tessellator.func_147564_a(Tessellator.java:160)
at net.minecraft.client.renderer.WorldRenderer.func_147891_a(WorldRenderer.java:248)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:204)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1530)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
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 --
Stacktrace:
at java.util.PriorityQueue.<init>(Unknown Source)
at net.minecraft.client.renderer.Tessellator.func_147564_a(Tessellator.java:160)
at net.minecraft.client.renderer.WorldRenderer.func_147891_a(WorldRenderer.java:248)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:204)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1530)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['jazzymon56'/73, l='MpServer', x=190.83, y=12.62, z=178.39]]
Chunk stats: MultiplayerChunkCache: 510, 510
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (198,68,264), Chunk: (at 6,4,8 in 12,16; contains blocks 192,0,256 to 207,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 9321513 game time, 9460487 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 36 total; [EntityLeashKnot['entity.LeashKnot.name'/70, l='MpServer', x=207.50, y=68.50, z=263.50], EntityLeashKnot['entity.LeashKnot.name'/71, l='MpServer', x=206.50, y=68.50, z=263.50], EntityBat['Bat'/5, l='MpServer', x=163.88, y=28.00, z=151.03], EntityBat['Bat'/6, l='MpServer', x=173.25, y=31.13, z=163.13], EntityBat['Bat'/7, l='MpServer', x=175.56, y=40.09, z=170.59], EntityBat['Bat'/8, l='MpServer', x=175.78, y=35.09, z=177.25], EntityClientPlayerMP['jazzymon56'/73, l='MpServer', x=190.83, y=12.62, z=178.39], EntityLeashKnot['entity.LeashKnot.name'/72, l='MpServer', x=205.50, y=68.50, z=263.50], EntitySheep['Sheep'/27, l='MpServer', x=188.59, y=65.00, z=132.53], EntityPig['Pig'/26, l='MpServer', x=179.78, y=64.00, z=106.41], EntityBat['Bat'/29, l='MpServer', x=183.59, y=29.09, z=174.25], EntityBat['Bat'/28, l='MpServer', x=187.50, y=12.09, z=173.25], EntityBat['Bat'/31, l='MpServer', x=189.75, y=16.09, z=203.63], EntityBat['Bat'/30, l='MpServer', x=192.22, y=30.88, z=176.97], EntityBat['Bat'/34, l='MpServer', x=193.59, y=12.09, z=164.41], EntityBat['Bat'/35, l='MpServer', x=194.00, y=12.09, z=162.88], EntityCow['Cow'/32, l='MpServer', x=200.09, y=64.00, z=128.97], EntityBat['Bat'/33, l='MpServer', x=194.47, y=12.09, z=171.75], EntityBat['Bat'/38, l='MpServer', x=197.56, y=12.09, z=193.75], EntityPainting['Painting'/39, l='MpServer', x=199.00, y=75.50, z=252.06], EntitySheep['Sheep'/36, l='MpServer', x=205.03, y=73.00, z=160.50], EntityBat['Bat'/37, l='MpServer', x=207.75, y=33.09, z=185.34], EntityPig['Pig'/42, l='MpServer', x=208.88, y=64.00, z=126.88], EntityCow['Cow'/43, l='MpServer', x=216.19, y=72.00, z=131.34], EntityPainting['Painting'/39, l='MpServer', x=199.00, y=75.50, z=252.06], EntitySheep['Sheep'/44, l='MpServer', x=210.75, y=74.00, z=146.19], EntityPig['Pig'/51, l='MpServer', x=233.44, y=64.00, z=152.47], EntityCow['Cow'/55, l='MpServer', x=250.25, y=66.00, z=158.50], EntityChicken['Chicken'/54, l='MpServer', x=248.66, y=64.00, z=152.63], EntitySheep['Sheep'/53, l='MpServer', x=247.91, y=71.00, z=117.97], EntityChicken['Chicken'/52, l='MpServer', x=229.44, y=69.00, z=159.84], EntitySheep['Sheep'/59, l='MpServer', x=245.25, y=65.00, z=254.81], EntityPig['Pig'/58, l='MpServer', x=240.53, y=69.00, z=177.47], EntityPig['Pig'/57, l='MpServer', x=252.25, y=70.00, z=179.09], EntityHorse['Horse'/56, l='MpServer', x=250.88, y=70.00, z=170.97], EntityPig['Pig'/60, l='MpServer', x=256.16, y=72.00, z=164.97]]
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:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 213108016 bytes (203 MB) / 549879808 bytes (524 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 29, tallocated: 77
FML: MCP v9.05 FML v7.10.25.1208 Minecraft Forge 10.13.0.1208 14 mods loaded, 14 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.25.1208} [Forge Mod Loader] (forge-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.0.1208} [Minecraft Forge] (forge-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AppliedEnergistics2-Core{rv0-stable-10} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
appliedenergistics2{rv0-stable-10} [Applied Energistics 2] (appliedenergistics2-rv0-stable-10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{2.0.0} [Backpack] (backpack-2.0.0-1.7.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.7.5} [BiblioCraft] (BiblioCraft[v1.7.5][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inventorytweaks{1.57-116} [Inventory Tweaks] (InventoryTweaks-1.57-116.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Baubles{1.0.1.5} [Baubles] (Baubles-1.7.10-1.0.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Thaumcraft{4.2.0.0} [Thaumcraft] (Thaumcraft-1.7.10-4.2.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
harvestcraft{1.7.2d} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10a) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Scenter{1.7.10-3.2.0} [Scenter] (scenter-1.7.10-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AE2 Version: stable rv0-stable-10 for Forge 10.13.0.1152
AE2 Integration: RotaryCraft:OFF, IC2:OFF, RC:OFF, BC:OFF, MJ5:OFF, MJ6:OFF, RF:OFF, RFItem:OFF, MFR:OFF, DSU:OFF, FZ:OFF, Waila:OFF, CLApi:OFF, RB:OFF, InvTweaks:ON, NEI:ON, CraftGuide:OFF, FMP:OFF
Launched Version: 1.7.10-Forge10.13.0.1208
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.3304, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
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)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Ozi
---- Minecraft Crash Report ----
// I let you down. Sorry
Time: 9/6/14 1:02 PM
Description: Unexpected error
java.lang.IllegalArgumentException
at java.util.PriorityQueue.<init>(Unknown Source)
at net.minecraft.client.renderer.Tessellator.func_147564_a(Tessellator.java:160)
at net.minecraft.client.renderer.WorldRenderer.func_147891_a(WorldRenderer.java:248)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:204)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1530)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
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 --
Stacktrace:
at java.util.PriorityQueue.<init>(Unknown Source)
at net.minecraft.client.renderer.Tessellator.func_147564_a(Tessellator.java:160)
at net.minecraft.client.renderer.WorldRenderer.func_147891_a(WorldRenderer.java:248)
at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:204)
at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1530)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1187)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['jazzymon56'/72, l='MpServer', x=190.83, y=12.62, z=178.39]]
Chunk stats: MultiplayerChunkCache: 515, 515
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (198,68,264), Chunk: (at 6,4,8 in 12,16; contains blocks 192,0,256 to 207,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 9322195 game time, 9461169 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 37 total; [EntityLeashKnot['entity.LeashKnot.name'/69, l='MpServer', x=206.50, y=68.50, z=263.50], EntityLeashKnot['entity.LeashKnot.name'/70, l='MpServer', x=207.50, y=68.50, z=263.50], EntityLeashKnot['entity.LeashKnot.name'/71, l='MpServer', x=205.50, y=68.50, z=263.50], EntityBat['Bat'/5, l='MpServer', x=164.50, y=28.38, z=151.75], EntityBat['Bat'/6, l='MpServer', x=175.56, y=40.09, z=170.59], EntityBat['Bat'/7, l='MpServer', x=175.78, y=35.09, z=177.25], EntityClientPlayerMP['jazzymon56'/72, l='MpServer', x=190.83, y=12.62, z=178.39], EntityBat['Bat'/24, l='MpServer', x=189.53, y=13.81, z=103.78], EntityBat['Bat'/27, l='MpServer', x=183.59, y=29.09, z=174.25], EntityBat['Bat'/26, l='MpServer', x=187.50, y=12.09, z=173.25], EntityBat['Bat'/29, l='MpServer', x=186.84, y=37.03, z=175.00], EntityBat['Bat'/28, l='MpServer', x=182.06, y=31.00, z=169.91], EntityCow['Cow'/31, l='MpServer', x=195.13, y=64.00, z=125.13], EntityBat['Bat'/30, l='MpServer', x=189.75, y=16.09, z=203.63], EntitySheep['Sheep'/34, l='MpServer', x=199.44, y=69.00, z=138.56], EntityBat['Bat'/35, l='MpServer', x=194.47, y=12.09, z=171.75], EntityPig['Pig'/32, l='MpServer', x=202.16, y=64.00, z=126.81], EntitySheep['Sheep'/33, l='MpServer', x=202.97, y=72.00, z=141.13], EntitySheep['Sheep'/38, l='MpServer', x=205.03, y=73.00, z=160.50], EntityBat['Bat'/39, l='MpServer', x=207.75, y=33.09, z=185.34], EntityBat['Bat'/36, l='MpServer', x=193.59, y=12.09, z=164.41], EntityBat['Bat'/37, l='MpServer', x=194.00, y=12.09, z=162.88], EntityBat['Bat'/40, l='MpServer', x=197.56, y=12.09, z=193.75], EntityPainting['Painting'/41, l='MpServer', x=199.00, y=75.50, z=252.06], EntityPainting['Painting'/41, l='MpServer', x=199.00, y=75.50, z=252.06], EntityCow['Cow'/45, l='MpServer', x=213.16, y=72.00, z=136.03], EntityChicken['Chicken'/51, l='MpServer', x=229.47, y=71.00, z=152.28], EntityPig['Pig'/50, l='MpServer', x=233.81, y=64.00, z=152.88], EntityHorse['Horse'/55, l='MpServer', x=250.88, y=70.00, z=170.97], EntityCow['Cow'/54, l='MpServer', x=251.31, y=67.00, z=157.22], EntityChicken['Chicken'/53, l='MpServer', x=243.41, y=64.00, z=155.53], EntitySheep['Sheep'/52, l='MpServer', x=247.91, y=71.00, z=117.97], EntitySheep['Sheep'/59, l='MpServer', x=245.25, y=65.00, z=254.81], EntityPig['Pig'/58, l='MpServer', x=244.69, y=67.00, z=171.50], EntityPig['Pig'/57, l='MpServer', x=249.31, y=71.00, z=175.16], EntityPig['Pig'/56, l='MpServer', x=254.56, y=71.00, z=160.50], EntityPig['Pig'/60, l='MpServer', x=270.84, y=66.00, z=127.97]]
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:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 203654208 bytes (194 MB) / 549875712 bytes (524 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 29, tallocated: 77
FML: MCP v9.05 FML v7.10.25.1208 Minecraft Forge 10.13.0.1208 14 mods loaded, 14 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.25.1208} [Forge Mod Loader] (forge-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.0.1208} [Minecraft Forge] (forge-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AppliedEnergistics2-Core{rv0-stable-10} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
appliedenergistics2{rv0-stable-10} [Applied Energistics 2] (appliedenergistics2-rv0-stable-10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{2.0.0} [Backpack] (backpack-2.0.0-1.7.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.7.5} [BiblioCraft] (BiblioCraft[v1.7.5][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Baubles{1.0.1.7} [Baubles] (Baubles-1.7.10-1.0.1.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Thaumcraft{4.2.0.1} [Thaumcraft] (Thaumcraft-1.7.10-4.2.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
harvestcraft{1.7.2d} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10a) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Scenter{1.7.10-3.2.0} [Scenter] (scenter-1.7.10-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AE2 Version: stable rv0-stable-10 for Forge 10.13.0.1152
AE2 Integration: RotaryCraft:OFF, IC2:OFF, RC:OFF, BC:OFF, MJ5:OFF, MJ6:OFF, RF:OFF, RFItem:OFF, MFR:OFF, DSU:OFF, FZ:OFF, Waila:OFF, CLApi:OFF, RB:OFF, InvTweaks:ON, NEI:ON, CraftGuide:OFF, FMP:OFF
Launched Version: 1.7.10-Forge10.13.0.1208
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.3304, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
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)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
CodeChickenCore is at 1.0.3.25
NotEnoughItems is at 1.0.3.51
If it still crashes after that, backup your world, remove AE2 and see if it crashes without it. Tesellator is part of AE2. If it does you will have to file bug report with AE2 developer although problem might be with a different mod just interacting with it.
Ozi
[18:06:19] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
Failed to load dependencies.info from NotEnoughItems-1.7.10-1.0.3.51-universal.jar as JSON
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at codechicken.core.launch.DepLoader$DepLoadInst.scanDepInfo(DepLoader.java:503)
at codechicken.core.launch.DepLoader$DepLoadInst.scanDepInfos(DepLoader.java:497)
at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:445)
at codechicken.core.launch.DepLoader.load(DepLoader.java:584)
at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:47)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:422)
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310)
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:211)
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:114)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[18:06:19] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[18:06:19] [main/ERROR] [FML]: Unable to read the jar file NotEnoughItems-1.7.10-1.0.3.51-universal.jar - ignoring
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_67]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_67]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_67]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_67]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_67]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:243) [forge-1.7.10-10.13.0.1208.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:211) [forge-1.7.10-10.13.0.1208.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.0.1208.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.0.1208.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.0.1208.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.0.1208.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:114) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
Ozi
Start your Minecraft in a new World, edit your video settings and reduce mipmap to OFF ... suddenly it's on maximum somehow and i got a lot of crash on joining world problems from my friends when mipmap overloads ther GFX Card, especially yours is a Radeon 7700 when i've read the crashlog correctly
then join this world again
also try the following to test repeatability in a new world if it does not solve your problem
-spawn a Furious Zombie
-find whatever item it is and drop the item that is called "EntityItem['item.item.string'/370" (370 maybe the item id probably) in your crashlog or remove it from this chunk via NBTEdit and report when it's running again
try to drop following items:
EntityItem['item.item.ItemThaumometer'/445, l='MpServer', x=-251.88, y=66.13, z=-308.59], EntityItem['item.item.WandCasting'/446, l='MpServer', x=-251.88, y=66.13, z=-309.28],EntityItem['item.item.ItemGoggles'/434, l='MpServer', x=-252.88, y=65.13, z=-303.78],EntityItem['item.item.ItemInkwell'/452, l='MpServer', x=-250.72, y=67.13, z=-308.91]
report back whatever made you possibly crash again
PS: and give AlgorithmX2 an info on your crash report that it seems to not be an issue on his side