Every time I join a minecraft server or a single player game with forge mods enabled I keep crashing.
The crash report when joining a multiplayer server:
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
NEICorePlugin (NotEnoughItems-1.11.2-2.2.0.216-universal.jar)
Contact their authors BEFORE contacting forge
// Quite honestly, I wouldn't worry myself about that.
java.lang.NoSuchMethodError: net.minecraft.profiler.Profiler.startSection(Ljava/lang/Class;)V
at net.minecraft.world.World.func_72939_s(World.java:1801)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1784)
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:483)
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 net.minecraft.world.World.func_72939_s(World.java:1801)
-- Block entity being ticked --
Details:
Name: minecraft:chest // net.minecraft.tileentity.TileEntityChest
Block type: ID #54 (tile.chest // net.minecraft.block.BlockChest)
Block data value: 4 / 0x4 / 0b0100
Block location: World: (244,66,397), Chunk: (at 4,4,13 in 15,24; contains blocks 240,0,384 to 255,255,399), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #54 (tile.chest // net.minecraft.block.BlockChest)
Actual block data value: 4 / 0x4 / 0b0100
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1801)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['YouEsplodeNow'/6396, l='MpServer', x=8.50, y=65.00, z=8.50]]
Chunk stats: MultiplayerChunkCache: 128, 128
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 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: 25 total; [EntityCreeper['Creeper'/5632, l='MpServer', x=231.85, y=71.00, z=381.52], EntityPlayerSP['YouEsplodeNow'/6396, l='MpServer', x=8.50, y=65.00, z=8.50], EntityChicken['Chicken'/718, l='MpServer', x=225.50, y=72.00, z=356.80], EntitySheep['Sheep'/720, l='MpServer', x=261.54, y=76.00, z=361.89], EntityChicken['Chicken'/784, l='MpServer', x=285.57, y=66.00, z=383.85], EntityLlama['Llama'/721, l='MpServer', x=267.80, y=78.00, z=362.77], EntityChicken['Chicken'/724, l='MpServer', x=239.59, y=86.00, z=400.46], EntityCreeper['Creeper'/5016, l='MpServer', x=202.50, y=22.00, z=411.50], EntityCreeper['Creeper'/3742, l='MpServer', x=288.05, y=67.00, z=381.79], EntityChicken['Chicken'/3302, l='MpServer', x=242.13, y=88.00, z=405.30], EntitySquid['Squid'/5734, l='MpServer', x=202.27, y=61.42, z=381.35], EntitySheep['Sheep'/744, l='MpServer', x=268.20, y=75.00, z=354.33], EntityChicken['Chicken'/745, l='MpServer', x=248.78, y=76.00, z=365.41], EntityChicken['Chicken'/746, l='MpServer', x=273.79, y=79.00, z=373.53], EntitySheep['Sheep'/747, l='MpServer', x=267.17, y=78.00, z=369.49], EntityWitch['Witch'/5035, l='MpServer', x=259.50, y=35.00, z=358.50], EntityChicken['Chicken'/748, l='MpServer', x=265.90, y=80.00, z=377.88], EntityWitch['Witch'/5036, l='MpServer', x=260.50, y=35.00, z=358.50], EntitySpider['Spider'/3249, l='MpServer', x=245.50, y=74.00, z=359.50], EntityLlama['Llama'/1013, l='MpServer', x=230.55, y=80.00, z=396.63], EntityLlama['Llama'/1014, l='MpServer', x=226.55, y=85.00, z=412.41], EntityChicken['Chicken'/765, l='MpServer', x=276.64, y=74.00, z=381.50], EntityLlama['Llama'/702, l='MpServer', x=247.68, y=88.00, z=414.35], EntityLlama['Llama'/703, l='MpServer', x=224.33, y=84.00, z=414.09], EntitySheep['Sheep'/767, l='MpServer', x=275.07, y=67.00, z=386.50]]
Retry entities: 0 total; []
Server brand: Spigot
Server type: Non-integrated multiplayer 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:483)
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: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 216802984 bytes (206 MB) / 521269248 bytes (497 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
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.38 Powered by Forge 13.20.0.2296 Optifine OptiFine_1.11.2_HD_U_B8 9 mods loaded, 9 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA minecraft{1.11.2} [Minecraft] (minecraft.jar)
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2296.jar)
UCHIJA forge{13.20.0.2296} [Minecraft Forge] (forge-1.11.2-13.20.0.2296.jar)
UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
UCHIJA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
UCHIJA codechickenlib{2.6.0.254} [CodeChicken Lib] (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
UCHIJA jei{4.3.4.273} [Just Enough Items] (jei_1.11.2-4.3.4.273.jar)
UCHIJA nei{${mod_version}} [Not Enough Items] (NotEnoughItems-1.11.2-2.2.0.216-universal.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
codechicken.lib.asm.ClassHierarchyManager
codechicken.lib.asm.CCL_ASMTransformer
NEICorePlugin (NotEnoughItems-1.11.2-2.2.0.216-universal.jar)
codechicken.nei.asm.NEITransformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13418 Compatibility Profile Context 15.301.2301.1002' Renderer: 'AMD Radeon(TM) R4 Graphics'
nei Invalid Fingerprint Reports: - No invalid fingerprints.:
Launched Version: 1.11.2-forge1.11.2-13.20.0.2296
LWJGL: 2.9.4
OpenGL: AMD Radeon(TM) R4 Graphics GL version 4.5.13418 Compatibility Profile Context 15.301.2301.1002, ATI Technologies Inc.
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: Xray Ultimate 1.11 v2.1.2.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x AMD A6-7310 APU with AMD Radeon R4 Graphics
OptiFine Version: OptiFine_1.11.2_HD_U_B8
Render Distance Chunks: 4
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.13418 Compatibility Profile Context 15.301.2301.1002
OpenGlRenderer: AMD Radeon(TM) R4 Graphics
OpenGlVendor: ATI Technologies Inc.
CpuCount: 4
Crash report when joining a single player world:
---- Minecraft Crash Report ----
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
java.lang.NoSuchMethodError: net.minecraft.profiler.Profiler.startSection(Ljava/lang/Class;)V
at net.minecraft.world.World.func_72939_s(World.java:1801)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1801)
-- Block entity being ticked --
Details:
Name: minecraft:furnace // net.minecraft.tileentity.TileEntityFurnace
Block type: ID #61 (tile.furnace // net.minecraft.block.BlockFurnace)
Block data value: 3 / 0x3 / 0b0011
Block location: World: (-326,71,271), Chunk: (at 10,4,15 in -21,16; contains blocks -336,0,256 to -321,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Actual block type: ID #61 (tile.furnace // net.minecraft.block.BlockFurnace)
Actual block data value: 3 / 0x3 / 0b0011
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1801)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)
-- Affected level --
Details:
Level name: New World--
All players: 0 total; []
Chunk stats: ServerChunkCache: 625 Drop: 0
Level seed: 1794025010710940327
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-140,64,252), Chunk: (at 4,4,12 in -9,15; contains blocks -144,0,240 to -129,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1 game time, 1 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 31377 (now: false), thunder time: 167140 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.11.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 236868144 bytes (225 MB) / 517283840 bytes (493 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
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.38 Powered by Forge 13.20.0.2296 Optifine OptiFine_1.11.2_HD_U_B8 7 mods loaded, 7 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.2296.jar)
UCHIJAAAA forge{13.20.0.2296} [Minecraft Forge] (forge-1.11.2-13.20.0.2296.jar)
UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
UCHIJAAAA simplyhaxentitydump{1.11} [Simply Hax Entity Dump] (SimplyHax-1.11.2.jar)
UCHIJAAAA simplyhaxflying{1.11} [Simply Hax Flying] (SimplyHax-1.11.2.jar)
Loaded coremods (and transformers):
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.11.2_HD_U_B8
Render Distance Chunks: 4
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.13418 Compatibility Profile Context 15.301.2301.1002
OpenGlRenderer: AMD Radeon(TM) R4 Graphics
OpenGlVendor: ATI Technologies Inc.
CpuCount: 4
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Every time I join a minecraft server or a single player game with forge mods enabled I keep crashing.
The crash report when joining a multiplayer server:
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
NEICorePlugin (NotEnoughItems-1.11.2-2.2.0.216-universal.jar)
Contact their authors BEFORE contacting forge
// Quite honestly, I wouldn't worry myself about that.
Time: 5/7/17 6:26 PM
Description: Ticking block entity
java.lang.NoSuchMethodError: net.minecraft.profiler.Profiler.startSection(Ljava/lang/Class;)V
at net.minecraft.world.World.func_72939_s(World.java:1801)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1784)
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:483)
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 net.minecraft.world.World.func_72939_s(World.java:1801)
-- Block entity being ticked --
Details:
Name: minecraft:chest // net.minecraft.tileentity.TileEntityChest
Block type: ID #54 (tile.chest // net.minecraft.block.BlockChest)
Block data value: 4 / 0x4 / 0b0100
Block location: World: (244,66,397), Chunk: (at 4,4,13 in 15,24; contains blocks 240,0,384 to 255,255,399), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #54 (tile.chest // net.minecraft.block.BlockChest)
Actual block data value: 4 / 0x4 / 0b0100
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1801)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['YouEsplodeNow'/6396, l='MpServer', x=8.50, y=65.00, z=8.50]]
Chunk stats: MultiplayerChunkCache: 128, 128
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 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: 25 total; [EntityCreeper['Creeper'/5632, l='MpServer', x=231.85, y=71.00, z=381.52], EntityPlayerSP['YouEsplodeNow'/6396, l='MpServer', x=8.50, y=65.00, z=8.50], EntityChicken['Chicken'/718, l='MpServer', x=225.50, y=72.00, z=356.80], EntitySheep['Sheep'/720, l='MpServer', x=261.54, y=76.00, z=361.89], EntityChicken['Chicken'/784, l='MpServer', x=285.57, y=66.00, z=383.85], EntityLlama['Llama'/721, l='MpServer', x=267.80, y=78.00, z=362.77], EntityChicken['Chicken'/724, l='MpServer', x=239.59, y=86.00, z=400.46], EntityCreeper['Creeper'/5016, l='MpServer', x=202.50, y=22.00, z=411.50], EntityCreeper['Creeper'/3742, l='MpServer', x=288.05, y=67.00, z=381.79], EntityChicken['Chicken'/3302, l='MpServer', x=242.13, y=88.00, z=405.30], EntitySquid['Squid'/5734, l='MpServer', x=202.27, y=61.42, z=381.35], EntitySheep['Sheep'/744, l='MpServer', x=268.20, y=75.00, z=354.33], EntityChicken['Chicken'/745, l='MpServer', x=248.78, y=76.00, z=365.41], EntityChicken['Chicken'/746, l='MpServer', x=273.79, y=79.00, z=373.53], EntitySheep['Sheep'/747, l='MpServer', x=267.17, y=78.00, z=369.49], EntityWitch['Witch'/5035, l='MpServer', x=259.50, y=35.00, z=358.50], EntityChicken['Chicken'/748, l='MpServer', x=265.90, y=80.00, z=377.88], EntityWitch['Witch'/5036, l='MpServer', x=260.50, y=35.00, z=358.50], EntitySpider['Spider'/3249, l='MpServer', x=245.50, y=74.00, z=359.50], EntityLlama['Llama'/1013, l='MpServer', x=230.55, y=80.00, z=396.63], EntityLlama['Llama'/1014, l='MpServer', x=226.55, y=85.00, z=412.41], EntityChicken['Chicken'/765, l='MpServer', x=276.64, y=74.00, z=381.50], EntityLlama['Llama'/702, l='MpServer', x=247.68, y=88.00, z=414.35], EntityLlama['Llama'/703, l='MpServer', x=224.33, y=84.00, z=414.09], EntitySheep['Sheep'/767, l='MpServer', x=275.07, y=67.00, z=386.50]]
Retry entities: 0 total; []
Server brand: Spigot
Server type: Non-integrated multiplayer 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:483)
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: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 216802984 bytes (206 MB) / 521269248 bytes (497 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
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.38 Powered by Forge 13.20.0.2296 Optifine OptiFine_1.11.2_HD_U_B8 9 mods loaded, 9 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA minecraft{1.11.2} [Minecraft] (minecraft.jar)
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2296.jar)
UCHIJA forge{13.20.0.2296} [Minecraft Forge] (forge-1.11.2-13.20.0.2296.jar)
UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
UCHIJA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
UCHIJA codechickenlib{2.6.0.254} [CodeChicken Lib] (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
UCHIJA jei{4.3.4.273} [Just Enough Items] (jei_1.11.2-4.3.4.273.jar)
UCHIJA nei{${mod_version}} [Not Enough Items] (NotEnoughItems-1.11.2-2.2.0.216-universal.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
codechicken.lib.asm.ClassHierarchyManager
codechicken.lib.asm.CCL_ASMTransformer
NEICorePlugin (NotEnoughItems-1.11.2-2.2.0.216-universal.jar)
codechicken.nei.asm.NEITransformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13418 Compatibility Profile Context 15.301.2301.1002' Renderer: 'AMD Radeon(TM) R4 Graphics'
nei Invalid Fingerprint Reports: - No invalid fingerprints.:
Launched Version: 1.11.2-forge1.11.2-13.20.0.2296
LWJGL: 2.9.4
OpenGL: AMD Radeon(TM) R4 Graphics GL version 4.5.13418 Compatibility Profile Context 15.301.2301.1002, ATI Technologies Inc.
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: Xray Ultimate 1.11 v2.1.2.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x AMD A6-7310 APU with AMD Radeon R4 Graphics
OptiFine Version: OptiFine_1.11.2_HD_U_B8
Render Distance Chunks: 4
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.13418 Compatibility Profile Context 15.301.2301.1002
OpenGlRenderer: AMD Radeon(TM) R4 Graphics
OpenGlVendor: ATI Technologies Inc.
CpuCount: 4
Crash report when joining a single player world:
---- Minecraft Crash Report ----
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// Don't do that.
Time: 5/8/17 5:32 PM
Description: Ticking block entity
java.lang.NoSuchMethodError: net.minecraft.profiler.Profiler.startSection(Ljava/lang/Class;)V
at net.minecraft.world.World.func_72939_s(World.java:1801)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1801)
-- Block entity being ticked --
Details:
Name: minecraft:furnace // net.minecraft.tileentity.TileEntityFurnace
Block type: ID #61 (tile.furnace // net.minecraft.block.BlockFurnace)
Block data value: 3 / 0x3 / 0b0011
Block location: World: (-326,71,271), Chunk: (at 10,4,15 in -21,16; contains blocks -336,0,256 to -321,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Actual block type: ID #61 (tile.furnace // net.minecraft.block.BlockFurnace)
Actual block data value: 3 / 0x3 / 0b0011
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1801)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)
-- Affected level --
Details:
Level name: New World--
All players: 0 total; []
Chunk stats: ServerChunkCache: 625 Drop: 0
Level seed: 1794025010710940327
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-140,64,252), Chunk: (at 4,4,12 in -9,15; contains blocks -144,0,240 to -129,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1 game time, 1 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 31377 (now: false), thunder time: 167140 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.11.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 236868144 bytes (225 MB) / 517283840 bytes (493 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
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.38 Powered by Forge 13.20.0.2296 Optifine OptiFine_1.11.2_HD_U_B8 7 mods loaded, 7 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.2296.jar)
UCHIJAAAA forge{13.20.0.2296} [Minecraft Forge] (forge-1.11.2-13.20.0.2296.jar)
UCHIJAAAA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
UCHIJAAAA simplyhaxentitydump{1.11} [Simply Hax Entity Dump] (SimplyHax-1.11.2.jar)
UCHIJAAAA simplyhaxflying{1.11} [Simply Hax Flying] (SimplyHax-1.11.2.jar)
Loaded coremods (and transformers):
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.11.2_HD_U_B8
Render Distance Chunks: 4
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.13418 Compatibility Profile Context 15.301.2301.1002
OpenGlRenderer: AMD Radeon(TM) R4 Graphics
OpenGlVendor: ATI Technologies Inc.
CpuCount: 4