So I know it might be unlikely to get too much help here because of how heavily modified my game is. But I am completely unable to figure out exactly what is triggering my crashes. I'm running a Forge server, with another player who has the same mods but does not experience this odd crash. There seems to be no real consistency between the crashes sometimes I get away with playing for a half hour, other times I only get a few minutes. A couple times it has crashed immediately after joining the server.
Of course, people are going to want crash logs for these things and so I'll start posting them as they occur. Hopefully someone can lend some wisdom into why this keeps happening so I can once more stabilize my game again.
Crash reports, (done as spoilers to limit clutter).
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
CCCDeobfPlugin (unknown)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
LoadingPlugin (Fast-Leave-Decay-Mod-1.8.jar)
BowInfinityFix (Bow-Infinity-Fix-Mod-1.8.jar)
Contact their authors BEFORE contacting forge
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 24/07/15 7:07 PM
Description: Tesselating block model
java.lang.NullPointerException: Tesselating block model
at com.rikmuld.camping.objs.block.Tent.getLightValue(Tent.scala:113)
at net.minecraft.block.Block.func_176207_c(Block.java:365)
at net.minecraft.client.renderer.BlockModelRenderer.func_178260_a(BlockModelRenderer.java:283)
at net.minecraft.client.renderer.BlockModelRenderer.func_178258_b(BlockModelRenderer.java:123)
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95)
at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:178)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:78)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:38)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.rikmuld.camping.objs.block.Tent.getLightValue(Tent.scala:113)
at net.minecraft.block.Block.func_176207_c(Block.java:365)
at net.minecraft.client.renderer.BlockModelRenderer.func_178260_a(BlockModelRenderer.java:283)
at net.minecraft.client.renderer.BlockModelRenderer.func_178258_b(BlockModelRenderer.java:123)
-- Block model being tesselated --
Details:
Block: camping:tent[facing=south]
Block location: World: (218,64,33), Chunk: (at 10,4,1 in 13,2; contains blocks 208,0,32 to 223,255,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Using AO: false
Stacktrace:
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
-- Block being tesselated --
Details:
Block type: ID #1194 (tile.tent // com.rikmuld.camping.objs.block.Tent)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (218,64,33), Chunk: (at 10,4,1 in 13,2; contains blocks 208,0,32 to 223,255,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
codechicken.nei.asm.NEITransformer
LoadingPlugin (Fast-Leave-Decay-Mod-1.8.jar)
lumien.fastleavedecay.asm.ClassTransformer
BowInfinityFix (Bow-Infinity-Fix-Mod-1.8.jar)
com.github.parker8283.bif.Transformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Launched Version: 1.8
LWJGL: 2.9.1
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
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: [[1.8] Veristicaft.zip] Current Language: English (US)
Profiler Position: N/A (disabled)
Thanks to anyone who can make sense of this and perhaps offer a clue to what is happening to me.
Took your advice, completely disabled Veristicraft. Still happening even with the default Minecraft skin.
Again, crash log labeled as spoiler to avoid clutter.
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
CCCDeobfPlugin (unknown)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
LoadingPlugin (Fast-Leave-Decay-Mod-1.8.jar)
BowInfinityFix (Bow-Infinity-Fix-Mod-1.8.jar)
Contact their authors BEFORE contacting forge
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 24/07/15 8:41 PM
Description: Tesselating block model
java.lang.NullPointerException: Tesselating block model
at com.rikmuld.camping.objs.block.Tent.getLightValue(Tent.scala:113)
at net.minecraft.block.Block.func_176207_c(Block.java:365)
at net.minecraft.client.renderer.BlockModelRenderer.func_178258_b(BlockModelRenderer.java:112)
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95)
at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:178)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:78)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:38)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.rikmuld.camping.objs.block.Tent.getLightValue(Tent.scala:113)
at net.minecraft.block.Block.func_176207_c(Block.java:365)
at net.minecraft.client.renderer.BlockModelRenderer.func_178258_b(BlockModelRenderer.java:112)
-- Block model being tesselated --
Details:
Block: minecraft:grass[snowy=false]
Block location: World: (403,71,169), Chunk: (at 3,4,9 in 25,10; contains blocks 400,0,160 to 415,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Using AO: false
Stacktrace:
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
-- Block being tesselated --
Details:
Block type: ID #2 (tile.grass // net.minecraft.block.BlockGrass)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (403,71,169), Chunk: (at 3,4,9 in 25,10; contains blocks 400,0,160 to 415,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
codechicken.nei.asm.NEITransformer
LoadingPlugin (Fast-Leave-Decay-Mod-1.8.jar)
lumien.fastleavedecay.asm.ClassTransformer
BowInfinityFix (Bow-Infinity-Fix-Mod-1.8.jar)
com.github.parker8283.bif.Transformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Launched Version: 1.8
LWJGL: 2.9.1
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
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)
While the idea of it being a version conflict with the game, another player also running the exact same set-up is not having this issue at all. Leaving me further confused about what this issue could be.
EDIT:
Another one, almost immediately after restarting the game. Got to break 3 whole dirt blocks! lol
Maybe something special in this crash log...
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
CCCDeobfPlugin (unknown)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
LoadingPlugin (Fast-Leave-Decay-Mod-1.8.jar)
BowInfinityFix (Bow-Infinity-Fix-Mod-1.8.jar)
Contact their authors BEFORE contacting forge
// I'm sorry, Dave.
Time: 24/07/15 8:47 PM
Description: Tesselating block model
java.lang.NullPointerException: Tesselating block model
at com.rikmuld.camping.objs.block.Tent.getLightValue(Tent.scala:113)
at net.minecraft.block.Block.func_176207_c(Block.java:365)
at net.minecraft.client.renderer.BlockModelRenderer.func_178260_a(BlockModelRenderer.java:283)
at net.minecraft.client.renderer.BlockModelRenderer.func_178258_b(BlockModelRenderer.java:123)
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95)
at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:178)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:78)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:38)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.rikmuld.camping.objs.block.Tent.getLightValue(Tent.scala:113)
at net.minecraft.block.Block.func_176207_c(Block.java:365)
at net.minecraft.client.renderer.BlockModelRenderer.func_178260_a(BlockModelRenderer.java:283)
at net.minecraft.client.renderer.BlockModelRenderer.func_178258_b(BlockModelRenderer.java:123)
-- Block model being tesselated --
Details:
Block: camping:tent[facing=south]
Block location: World: (382,64,-60), Chunk: (at 14,4,4 in 23,-4; contains blocks 368,0,-64 to 383,255,-49), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Using AO: false
Stacktrace:
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
-- Block being tesselated --
Details:
Block type: ID #1194 (tile.tent // com.rikmuld.camping.objs.block.Tent)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (382,64,-60), Chunk: (at 14,4,4 in 23,-4; contains blocks 368,0,-64 to 383,255,-49), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Stacktrace:
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
codechicken.nei.asm.NEITransformer
LoadingPlugin (Fast-Leave-Decay-Mod-1.8.jar)
lumien.fastleavedecay.asm.ClassTransformer
BowInfinityFix (Bow-Infinity-Fix-Mod-1.8.jar)
com.github.parker8283.bif.Transformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Launched Version: 1.8
LWJGL: 2.9.1
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
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)
If another player with the same setup isn't having the problem, then it's a computer problem.
If any of your mods have complex 3D models, it could be the problem that you need a better computer to render them. It says Tesselating Block Model, which usually happens because of that. The mod that seems to have a problematic model is Camping, so try removing that on both computers.
Did what you suggested, worked great for awhile... my computer is far superior to the other being used which makes this all the more puzzling really.
Anyhow, latest crash report.
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
CCCDeobfPlugin (unknown)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
LoadingPlugin (Fast-Leave-Decay-Mod-1.8.jar)
BowInfinityFix (Bow-Infinity-Fix-Mod-1.8.jar)
Contact their authors BEFORE contacting forge
// This doesn't make any sense!
Time: 24/07/15 10:25 PM
Description: Tesselating block model
java.lang.IndexOutOfBoundsException: Index: 1, Size: 0
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at net.minecraft.client.renderer.vertex.VertexFormat.func_177344_b(SourceFile:88)
at net.minecraft.client.renderer.WorldRenderer.func_178962_a(SourceFile:156)
at net.minecraft.client.renderer.BlockModelRenderer.func_178260_a(BlockModelRenderer.java:287)
at net.minecraft.client.renderer.BlockModelRenderer.func_178258_b(BlockModelRenderer.java:113)
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
at decorationmegapack.render.DMPRendererCabinetBase.func_180535_a(DMPRendererCabinetBase.java:29)
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_178469_a(SourceFile:114)
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(SourceFile:102)
at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:655)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1294)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1207)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1032)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345)
at net.minecraft.client.main.Main.main(SourceFile:120)
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: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 --
Stacktrace:
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at net.minecraft.client.renderer.vertex.VertexFormat.func_177344_b(SourceFile:88)
at net.minecraft.client.renderer.WorldRenderer.func_178962_a(SourceFile:156)
at net.minecraft.client.renderer.BlockModelRenderer.func_178260_a(BlockModelRenderer.java:287)
at net.minecraft.client.renderer.BlockModelRenderer.func_178258_b(BlockModelRenderer.java:113)
-- Block model being tesselated --
Details:
Block: minecraft:air
Block location: World: (50,-6,37), Chunk: (at 2,-1,5 in 3,2; contains blocks 48,0,32 to 63,255,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Using AO: false
Stacktrace:
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
at decorationmegapack.render.DMPRendererCabinetBase.func_180535_a(DMPRendererCabinetBase.java:29)
-- Block Entity Details --
Details:
Name: cabinetBaseTE // decorationmegapack.tileentity.DMPTileEntityCabinetBase
Block type: ID #204 (tile.cabinetBaseOak // decorationmegapack.block.DMPBlockCabinetBase)
Block data value: 4 / 0x4 / 0b0100
Block location: World: (475,66,436), Chunk: (at 11,4,4 in 29,27; contains blocks 464,0,432 to 479,255,447), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #204 (tile.cabinetBaseOak // decorationmegapack.block.DMPBlockCabinetBase)
Actual block data value: 4 / 0x4 / 0b0100
Stacktrace:
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_178469_a(SourceFile:114)
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(SourceFile:102)
at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:655)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1294)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1207)
-- Affected level --
Details:
Level name: MpServer
All players: 2 total; [EntityPlayerSP['_XTO_Fury'/173951, l='MpServer', x=424.94, y=71.86, z=398.21], EntityOtherPlayerMP['catss'/15689, l='MpServer', x=476.50, y=66.00, z=437.44]]
Chunk stats: MultiplayerChunkCache: 50, 50
Level seed: 0
Level generator: ID 02 - largeBiomes, ver 0. Features enabled: false
Level generator options:
Level spawn location: 204.00,64.00,256.00 - World: (204,64,256), Chunk: (at 12,4,0 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: 1004883 game time, 819010 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: 18 total; [EntityPlayerSP['_XTO_Fury'/173951, l='MpServer', x=424.94, y=71.86, z=398.21], EntityBat['Bat'/170949, l='MpServer', x=387.38, y=33.97, z=406.63], EntityOtherPlayerMP['catss'/15689, l='MpServer', x=476.50, y=66.00, z=437.44], EntityOtherPlayerMP['catss'/15689, l='MpServer', x=476.50, y=66.00, z=437.44], EntityMegalania['Megalania'/233, l='MpServer', x=409.22, y=68.00, z=347.59], EntityMegalania['Megalania'/234, l='MpServer', x=412.53, y=74.00, z=360.97], EntityMegalania['Megalania'/235, l='MpServer', x=411.75, y=69.00, z=346.19], EntityItem['item.item.string'/170734, l='MpServer', x=452.25, y=68.00, z=431.28], EntityZombie['Zombie'/173260, l='MpServer', x=422.50, y=33.00, z=359.50], EntityBat['Bat'/173100, l='MpServer', x=399.34, y=42.06, z=441.69], EntityItem['item.item.string'/170733, l='MpServer', x=451.22, y=68.00, z=431.66], EntityEnderman['Enderman'/173522, l='MpServer', x=406.13, y=11.00, z=434.28], EntityCreeper['Creeper'/173523, l='MpServer', x=405.50, y=11.00, z=435.50], EntityBat['Bat'/174071, l='MpServer', x=478.50, y=47.00, z=394.50], EntityBat['Bat'/173079, l='MpServer', x=381.16, y=34.13, z=399.94], EntityBat['Bat'/173077, l='MpServer', x=390.25, y=35.00, z=411.22], EntityBat['Bat'/174072, l='MpServer', x=475.50, y=47.00, z=399.50], EntityItem['item.item.arrow'/170653, l='MpServer', x=391.78, y=71.00, z=372.25]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:351)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2502)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:367)
at net.minecraft.client.main.Main.main(SourceFile:120)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
codechicken.nei.asm.NEITransformer
LoadingPlugin (Fast-Leave-Decay-Mod-1.8.jar)
lumien.fastleavedecay.asm.ClassTransformer
BowInfinityFix (Bow-Infinity-Fix-Mod-1.8.jar)
com.github.parker8283.bif.Transformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13397 Compatibility Profile Context 15.200.1046.0' Renderer: 'AMD Radeon R9 200 Series'
Launched Version: 1.8-Forge11.14.3.1450
LWJGL: 2.9.1
OpenGL: AMD Radeon R9 200 Series GL version 4.5.13397 Compatibility Profile Context 15.200.1046.0, 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: 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)
You know... all of this started around when I installed liteloader with Forge compatibility. Could there be a relation anyone is aware of? In either case, I've become so desperate that I've uninstalled my mincraft and have reinstalled it and forge by itself to see about resolving this issue.
You know... all of this started around when I installed liteloader with Forge compatibility. Could there be a relation anyone is aware of? In either case, I've become so desperate that I've uninstalled my mincraft and have reinstalled it and forge by itself to see about resolving this issue.
Maybe. I don't know how LiteLoader works, but it might change the model loading so it's incompatible with Decoration Megapack(Which is causing the crash now)
Well I really appreciate all your help. It seems so far that uninstalling everything and reinstalling minecraft with forge only has fixed the problem. You've been most helpful. ^-^
A final question though, so perhaps I'm not so entirely clueless looking at the crash reports. Where do you see what tells you what actually caused the crash?
Mostly it's the Description. Tesselating block model, for example, usually means that a model is too complex for your PC, and Pixel format not accelerated is a problem with your drivers. The Detailed Walkthrough tells me which mod caused the crash. The Block Entity Details part of your crash told me the model causing the problem.
However, sometimes I have to google the crash to help fix it. Hopper.minecraft.net is usually the trusted source.
If you want me to give a list of crashes and most common solutions I might be able to post it as a separate thread.
Oh okay, I see what you're talking about now. Thank you. I think perhaps a post about that for people might be a good idea too. I mean, knowing what to look for might have lead to a quicker resolution about what the problem is in most cases.
In this case? It was liteloader. Played for hours last night, and a good portion of today without a single crash. Apparently I guess Liteloader doesn't play nice with select mods.
Oh okay, I see what you're talking about now. Thank you. I think perhaps a post about that for people might be a good idea too. I mean, knowing what to look for might have lead to a quicker resolution about what the problem is in most cases.
In this case? It was liteloader. Played for hours last night, and a good portion of today without a single crash. Apparently I guess Liteloader doesn't play nice with select mods.
Yes. LiteLoader seems to have an entire different mod loading method. Acting as a core mod for Forge, it probably changes certain aspects to make things incompatible.
As for the post about resolutions, I will make that soon. Probably will be up in a few days.
Hello,
So I know it might be unlikely to get too much help here because of how heavily modified my game is. But I am completely unable to figure out exactly what is triggering my crashes. I'm running a Forge server, with another player who has the same mods but does not experience this odd crash. There seems to be no real consistency between the crashes sometimes I get away with playing for a half hour, other times I only get a few minutes. A couple times it has crashed immediately after joining the server.
Of course, people are going to want crash logs for these things and so I'll start posting them as they occur. Hopefully someone can lend some wisdom into why this keeps happening so I can once more stabilize my game again.
Crash reports, (done as spoilers to limit clutter).
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
CCCDeobfPlugin (unknown)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
LoadingPlugin (Fast-Leave-Decay-Mod-1.8.jar)
BowInfinityFix (Bow-Infinity-Fix-Mod-1.8.jar)
Contact their authors BEFORE contacting forge
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 24/07/15 7:07 PM
Description: Tesselating block model
java.lang.NullPointerException: Tesselating block model
at com.rikmuld.camping.objs.block.Tent.getLightValue(Tent.scala:113)
at net.minecraft.block.Block.func_176207_c(Block.java:365)
at net.minecraft.client.renderer.BlockModelRenderer.func_178260_a(BlockModelRenderer.java:283)
at net.minecraft.client.renderer.BlockModelRenderer.func_178258_b(BlockModelRenderer.java:123)
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95)
at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:178)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:78)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:38)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.rikmuld.camping.objs.block.Tent.getLightValue(Tent.scala:113)
at net.minecraft.block.Block.func_176207_c(Block.java:365)
at net.minecraft.client.renderer.BlockModelRenderer.func_178260_a(BlockModelRenderer.java:283)
at net.minecraft.client.renderer.BlockModelRenderer.func_178258_b(BlockModelRenderer.java:123)
-- Block model being tesselated --
Details:
Block: camping:tent[facing=south]
Block location: World: (218,64,33), Chunk: (at 10,4,1 in 13,2; contains blocks 208,0,32 to 223,255,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Using AO: false
Stacktrace:
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
-- Block being tesselated --
Details:
Block type: ID #1194 (tile.tent // com.rikmuld.camping.objs.block.Tent)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (218,64,33), Chunk: (at 10,4,1 in 13,2; contains blocks 208,0,32 to 223,255,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['_XTO_Fury'/284, l='MpServer', x=154.27, y=64.00, z=287.02]]
Chunk stats: MultiplayerChunkCache: 957, 957
Level seed: 0
Level generator: ID 02 - largeBiomes, ver 0. Features enabled: false
Level generator options:
Level spawn location: 204.00,64.00,256.00 - World: (204,64,256), Chunk: (at 12,4,0 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: 768059 game time, 771193 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: 114 total; [EntityPlayerSP['_XTO_Fury'/284, l='MpServer', x=154.27, y=64.00, z=287.02], EntityBat['Bat'/10243, l='MpServer', x=155.59, y=52.75, z=238.66], EntityBat['Bat'/10244, l='MpServer', x=151.69, y=54.81, z=230.91], EntityZombie['Zombie'/10501, l='MpServer', x=179.50, y=26.00, z=244.50], EntityBat['Bat'/10246, l='MpServer', x=171.66, y=52.34, z=244.25], EntityZombie['Zombie'/10502, l='MpServer', x=173.97, y=27.00, z=243.56], EntitySkeleton['Skeleton'/11271, l='MpServer', x=158.50, y=49.00, z=346.50], EntityZombie['Zombie'/10503, l='MpServer', x=177.28, y=26.00, z=246.50], EntityZombie['Zombie'/10504, l='MpServer', x=178.16, y=26.00, z=246.50], EntityZombie['Zombie'/11275, l='MpServer', x=157.50, y=49.00, z=345.50], EntityZombie['Zombie'/11276, l='MpServer', x=194.50, y=33.00, z=284.50], EntitySkeleton['Skeleton'/12051, l='MpServer', x=123.50, y=24.02, z=301.50], EntityZombie['Zombie'/11540, l='MpServer', x=82.59, y=22.00, z=328.00], EntityCreeper['Creeper'/12052, l='MpServer', x=122.50, y=24.02, z=298.50], EntityCreeper['Creeper'/7701, l='MpServer', x=144.44, y=51.00, z=308.38], EntityCreeper['Creeper'/12053, l='MpServer', x=77.50, y=13.00, z=208.50], EntityZombie['Zombie'/12054, l='MpServer', x=80.50, y=13.00, z=209.50], EntityCreeper['Creeper'/11801, l='MpServer', x=117.50, y=41.00, z=281.50], EntityCreeper['Creeper'/11802, l='MpServer', x=119.50, y=41.00, z=284.50], EntityCreeper['Creeper'/11803, l='MpServer', x=118.50, y=41.00, z=284.50], EntityCreeper['Creeper'/11297, l='MpServer', x=113.50, y=56.00, z=313.50], EntityCreeper['Creeper'/11298, l='MpServer', x=116.47, y=59.00, z=302.94], EntityCreeper['Creeper'/12069, l='MpServer', x=118.50, y=35.02, z=340.50], EntityCreeper['Creeper'/12070, l='MpServer', x=121.34, y=35.00, z=339.88], EntityCreeper['Creeper'/12071, l='MpServer', x=117.50, y=35.02, z=338.50], EntitySkeleton['Skeleton'/11314, l='MpServer', x=139.41, y=42.00, z=331.56], EntityZombie['Zombie'/7220, l='MpServer', x=146.50, y=51.00, z=252.50], EntityCow['Cow'/52, l='MpServer', x=84.72, y=62.00, z=305.25], EntityCow['Cow'/53, l='MpServer', x=91.84, y=68.00, z=321.00], EntityCow['Cow'/54, l='MpServer', x=83.19, y=70.00, z=350.16], EntityCow['Cow'/55, l='MpServer', x=91.94, y=71.00, z=347.13], EntityCow['Cow'/56, l='MpServer', x=84.19, y=70.00, z=342.19], EntityCow['Cow'/57, l='MpServer', x=103.75, y=64.00, z=362.19], EntityCow['Cow'/58, l='MpServer', x=89.13, y=63.00, z=359.03], EntityCow['Cow'/59, l='MpServer', x=87.72, y=64.00, z=355.81], EntityCow['Cow'/60, l='MpServer', x=81.66, y=68.00, z=354.59], EntityCow['Cow'/61, l='MpServer', x=81.94, y=68.00, z=355.72], EntityCreeper['Creeper'/12093, l='MpServer', x=127.50, y=59.02, z=319.50], EntityCow['Cow'/63, l='MpServer', x=111.00, y=65.00, z=333.06], EntityCreeper['Creeper'/11583, l='MpServer', x=137.50, y=47.00, z=254.50], EntityCow['Cow'/320, l='MpServer', x=76.13, y=67.00, z=307.81], EntityCow['Cow'/64, l='MpServer', x=98.09, y=64.00, z=362.75], EntityCow['Cow'/65, l='MpServer', x=95.22, y=63.00, z=363.25], EntityCow['Cow'/66, l='MpServer', x=100.09, y=64.00, z=354.13], EntityCow['Cow'/323, l='MpServer', x=78.97, y=66.00, z=306.13], EntityCow['Cow'/324, l='MpServer', x=86.81, y=65.00, z=278.03], EntityZombie['Zombie'/11589, l='MpServer', x=124.90, y=64.00, z=308.47], EntityZombie['Zombie'/11590, l='MpServer', x=120.50, y=65.00, z=313.50], EntityZombie['Zombie'/11591, l='MpServer', x=123.66, y=65.00, z=313.47], EntityCow['Cow'/74, l='MpServer', x=124.91, y=65.00, z=286.53], EntityZombie['Zombie'/10829, l='MpServer', x=131.25, y=66.00, z=294.16], EntityCow['Cow'/78, l='MpServer', x=125.28, y=66.00, z=296.41], EntityZombie['Zombie'/10830, l='MpServer', x=111.47, y=63.72, z=287.09], EntityItem['item.item.string'/6734, l='MpServer', x=140.44, y=69.00, z=232.69], EntityItem['item.item.string'/6735, l='MpServer', x=139.13, y=69.00, z=234.19], EntityCow['Cow'/81, l='MpServer', x=123.69, y=66.00, z=342.91], EntityCreeper['Creeper'/10834, l='MpServer', x=104.28, y=46.00, z=286.69], EntityCow['Cow'/82, l='MpServer', x=112.16, y=65.00, z=347.84], EntityCreeper['Creeper'/10835, l='MpServer', x=111.41, y=41.00, z=282.19], EntityCreeper['Creeper'/10836, l='MpServer', x=105.16, y=46.00, z=286.25], EntitySkeleton['Skeleton'/9813, l='MpServer', x=134.28, y=49.00, z=295.47], EntitySkeleton['Skeleton'/9815, l='MpServer', x=131.44, y=55.00, z=296.13], EntityBat['Bat'/11098, l='MpServer', x=112.78, y=11.28, z=221.53], EntitySkeleton['Skeleton'/10847, l='MpServer', x=118.50, y=35.00, z=341.50], EntityBat['Bat'/11104, l='MpServer', x=125.56, y=50.97, z=321.59], EntitySkeleton['Skeleton'/10848, l='MpServer', x=126.31, y=34.00, z=335.94], EntitySkeleton['Skeleton'/10849, l='MpServer', x=127.22, y=34.00, z=335.94], EntitySkeleton['Skeleton'/7778, l='MpServer', x=152.50, y=38.00, z=295.50], EntitySpider['Spider'/10850, l='MpServer', x=113.19, y=36.09, z=340.28], EntityZombie['Zombie'/7781, l='MpServer', x=123.50, y=42.00, z=296.50], EntityZombie['Zombie'/7783, l='MpServer', x=119.69, y=36.09, z=283.28], EntityCow['Cow'/108, l='MpServer', x=128.53, y=65.00, z=328.78], EntitySpider['Spider'/10605, l='MpServer', x=162.50, y=64.00, z=281.50], EntitySkeleton['Skeleton'/9326, l='MpServer', x=106.50, y=51.00, z=302.00], EntitySpider['Spider'/10606, l='MpServer', x=164.50, y=64.00, z=281.50], EntitySkeleton['Skeleton'/10607, l='MpServer', x=166.50, y=64.00, z=284.50], EntitySkeleton['Skeleton'/10608, l='MpServer', x=168.50, y=64.00, z=284.50], EntitySkeleton['Skeleton'/11126, l='MpServer', x=129.03, y=64.00, z=304.50], EntityCreeper['Creeper'/11127, l='MpServer', x=124.13, y=64.00, z=316.16], EntityCreeper['Creeper'/11128, l='MpServer', x=122.41, y=66.00, z=301.91], EntityBat['Bat'/11641, l='MpServer', x=88.25, y=13.28, z=218.97], EntityBat['Bat'/11908, l='MpServer', x=112.25, y=44.81, z=276.25], EntityZombie['Zombie'/4740, l='MpServer', x=141.06, y=56.00, z=210.47], EntityCow['Cow'/141, l='MpServer', x=165.88, y=64.00, z=358.88], EntityBat['Bat'/11666, l='MpServer', x=204.34, y=60.06, z=314.50], EntityBat['Bat'/11926, l='MpServer', x=190.19, y=12.06, z=291.56], EntityCreeper['Creeper'/8599, l='MpServer', x=177.50, y=52.00, z=267.50], EntityZombie['Zombie'/9624, l='MpServer', x=146.28, y=14.00, z=266.69], EntityCow['Cow'/155, l='MpServer', x=187.28, y=65.00, z=351.78], EntityZombie['Zombie'/11165, l='MpServer', x=116.50, y=48.00, z=267.50], EntityItem['item.item.sulphur'/7070, l='MpServer', x=125.59, y=69.00, z=285.34], EntityZombie['Zombie'/11166, l='MpServer', x=116.50, y=48.00, z=270.69], EntityZombie['Zombie'/11167, l='MpServer', x=120.09, y=49.00, z=269.47], EntityZombie['Zombie'/11168, l='MpServer', x=119.75, y=48.00, z=264.41], EntityItem['item.item.rottenFlesh'/6817, l='MpServer', x=100.88, y=68.00, z=246.81], EntityCreeper['Creeper'/11169, l='MpServer', x=83.50, y=18.00, z=313.00], p['unknown'/162, l='MpServer', x=161.17, y=62.46, z=283.28], EntityItem['item.item.bad_bagel'/6818, l='MpServer', x=102.22, y=69.00, z=245.75], EntityPatronEffect['unknown'/163, l='MpServer', x=154.27, y=64.00, z=287.02], EntityCreeper['Creeper'/10406, l='MpServer', x=140.59, y=53.02, z=288.50], EntityCow['Cow'/171, l='MpServer', x=193.97, y=67.00, z=345.03], EntityZombie['Zombie'/11445, l='MpServer', x=139.44, y=40.00, z=329.28], EntityCreeper['Creeper'/10424, l='MpServer', x=78.50, y=31.00, z=308.50], EntityBat['Bat'/11976, l='MpServer', x=105.19, y=56.03, z=330.53], EntitySkeleton['Skeleton'/10709, l='MpServer', x=108.56, y=41.00, z=281.94], EntityCreeper['Creeper'/10966, l='MpServer', x=141.53, y=62.09, z=284.28], EntityZombie['Zombie'/11739, l='MpServer', x=185.50, y=32.00, z=366.50], EntityZombie['Zombie'/11740, l='MpServer', x=186.50, y=32.00, z=367.50], EntityItem['item.item.string'/6880, l='MpServer', x=183.34, y=69.00, z=281.00], EntityEnderman['Enderman'/9447, l='MpServer', x=82.31, y=26.00, z=315.56], EntityZombie['Zombie'/9448, l='MpServer', x=82.50, y=20.00, z=305.50], EntityCreeper['Creeper'/9966, l='MpServer', x=123.50, y=65.00, z=282.50], EntityCreeper['Creeper'/9967, l='MpServer', x=125.50, y=65.00, z=281.50], EntityCreeper['Creeper'/11765, l='MpServer', x=111.50, y=29.00, z=333.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:351)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2502)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:44)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 331959728 bytes (316 MB) / 934805504 bytes (891 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 99
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1450 51 mods loaded, 51 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1450.jar)
UCHIJA Forge{11.14.3.1450} [Minecraft Forge] (forge-1.8-11.14.3.1450.jar)
UCHIJA bowinfinityfix{rv1} [Bow Infinity Fix] (minecraft.jar)
UCHIJA CodeChickenCore{1.0.5.36} [CodeChicken Core] (minecraft.jar)
UCHIJA NotEnoughItems{1.0.5.104} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.104-universal.jar)
UCHIJA ChickenShed{1.1.4} [Chicken Shed] (_ChickenShed-Mod-1.8.jar)
UCHIJA reptilemod{1.8.0} [Reptile Mod] (_Reptile-Mod-1.8.jar)
UCHIJA AutoSapling{1.0} [AutoSapling] (Auto-Sapling-Mod-1.8.jar)
UCHIJA bm{1.1} [The Bagel Mod] (BagelMod-v1.1-(mc1.8).jar)
UCHIJA birdsfoods{1.0} [Bird's Food's] (Birds-Foods-Mod-1.8.jar)
UCHIJA birdmod{0.1.1} [Bird Mod] (Birds-mod-by-silvercatcher-1.8.jar)
UCHIJA bc{1.0} [Ollij93's BowCraft] (BowCraft-1.1.jar)
UCHIJA braziermod{1.0} [Brazier Mod] (Brazier-Mod-1.8.jar)
UCHIJA colorfularmor{1.8-2.8} [Colorful Armor] (colorfularmor-1.8-2.7.jar)
UCHIJA customgen{R5} [Customgen] (customgen-R6-1.8.jar)
UCHIJA DeathChest{1.8} [Death Chest] (Death-chest-mod-by-tyler15555-1.8.jar)
UCHIJA decorationmegapack{1.07} [Decoration Mega Pack] (decorationmegapack-1.07-1.8-1334.jar)
UCHIJA doggytalents{v1.9.1g} [Doggy Talents] (DoggyTalents-1.8-v1.9.1g-universal.jar)
UCHIJA eplus{3.1.0a1} [Enchanting Plus] (EnchantingPlus-1.8-3.1.0a1.jar)
UCHIJA expchest{4.0} [Exp Chest] (expchest-4.0.jar)
UCHIJA FastLeaveDecay{1.0} [Fast Leave Decay] (Fast-Leave-Decay-Mod-1.8.jar)
UCHIJA foundry{1.3.3} [Giacomo's Foundry] (Giacomos-Foundry-Mod-1.8.jar)
UCHIJA glass_shards{1.1-beta} [Glass Shards] (Glass-Shards-Mod-1.8.jar)
UCHIJA HelpFixer{1.1.9} [HelpFixer] (HelpFixer-Mod-1.8.jar)
UCHIJA samshorsefood{1.8-1.0.0} [Horse Upgrade Food] (HorseUpgradeFood-1.8-1.0.0.jar)
UCHIJA iChunUtil{5.4.0} [iChunUtil] (iChunUtil-5.4.0.jar)
UCHIJA igneousadditions{1.1} [Igneous Additions] (IgneousAdditions-1.1.jar)
UCHIJA wuppy29_koi{1.12.0} [Koi] (Koi 1.8.0-1.12.0.jar)
UCHIJA larrysmod{1.06.1} [Larry's Mod] (larrysmod-1.06.1-mc1.8.jar)
UCHIJA latticemod{1.1} [Lattice Mod] (latticemod-mc1.8-1.1.jar)
UCHIJA LavaBoat{2.1.0} [LavaBoat] (LavaBoat-Mod-1.8.jar)
UCHIJA chef{4.0} [Master Chef] (MasterChef-Mod-1.8.jar)
UCHIJA morematerials{1.0.20150201.0} [More Materials] (More-materials-mod-by-localtoast-1.8.jar)
UCHIJA mopickaxes{630} [Mo' Pickaxes] (More-Pickaxes-Mod-1.8.jar)
UCHIJA mwct{1.0.1} [More Wooden Crafting Tables] (mwct-1.0.1.jar)
UCHIJA forge_TheEpicarnoMod{V1.1.4.6} [The Epicarno Mod] (Mystical-Epicarno-Dimensions-Mod-1.8.jar)
UCHIJA nc{1.1} [NutellaCraft] (nc-1.8-1.1.jar)
UCHIJA mininghats{1.4} [Mining Hats] (Night-Vision-Mining-Hats-Mod-1.8.jar)
UCHIJA overworld-quartz{1.0.0} [Overworld Quartz] (OverworldQuartz-1.0.0-1.8-universal.jar)
UCHIJA PigManure{1.0.0} [Pig Manure] (Pig-Manure-Mod-1.8.jar)
UCHIJA PiP{5.0.0} [PiP] (PiP-5.0.0.jar)
UCHIJA plantmegapack{5.00} [Plant Mega Pack] (Plant-Mega-Pack-Mod-1.8.jar)
UCHIJA projectbench{0.4.1} [Project Bench Updated] (Project-Bench-Mod-1.8.jar)
UCHIJA quartzprismarinemod{1.1} [Quartz & Prismarine tools/armor mod] (Quartz-and-Prismarine-Armor-Tools-Mod-1.8.jar)
UCHIJA corerm{1.2b} [RikMuld's Core] (RikMuldsCore_1.2b.jar)
UCHIJA showarmsstand{1.1} [ShowArmsStand] (ShowArmsStand-1.8-1.1.jar)
UCHIJA samsbeetroot{1.8-1.0.0} [Simple Beetroot] (SimpleBeetroot-1.8-1.0.0.jar)
UCHIJA camping{2.2d} [The Camping Mod 2] (TheCampingMod_2.2d.jar)
UCHIJA TimHortons{1.0.0} [TimHortons] (Tim Mod.zip)
UCHIJA YALSM{2.1.5} [Yet Another Leather Smelting Mod] (Yet-Another-Leather-Smelting-Mod-1.8.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
CCCDeobfPlugin (unknown)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
codechicken.nei.asm.NEITransformer
LoadingPlugin (Fast-Leave-Decay-Mod-1.8.jar)
lumien.fastleavedecay.asm.ClassTransformer
BowInfinityFix (Bow-Infinity-Fix-Mod-1.8.jar)
com.github.parker8283.bif.Transformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Launched Version: 1.8
LWJGL: 2.9.1
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
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: [[1.8] Veristicaft.zip] Current Language: English (US)
Profiler Position: N/A (disabled)
Thanks to anyone who can make sense of this and perhaps offer a clue to what is happening to me.
Go to .minecraft\options.txt, find resourcepacks, and remove Veristicraft from within the brackets.
Then, if you want to keep using Veristicraft, delete the "assets\blockstates" and "assets\models" folders in the pack.
Besides that, make sure all of your mods are for 1.8.0 and not 1.8.1+ or 1.7.10-.
Before you even THINK about asking for crash help: Guide to fixing and avoiding crashes
Took your advice, completely disabled Veristicraft. Still happening even with the default Minecraft skin.
Again, crash log labeled as spoiler to avoid clutter.
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
CCCDeobfPlugin (unknown)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
LoadingPlugin (Fast-Leave-Decay-Mod-1.8.jar)
BowInfinityFix (Bow-Infinity-Fix-Mod-1.8.jar)
Contact their authors BEFORE contacting forge
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 24/07/15 8:41 PM
Description: Tesselating block model
java.lang.NullPointerException: Tesselating block model
at com.rikmuld.camping.objs.block.Tent.getLightValue(Tent.scala:113)
at net.minecraft.block.Block.func_176207_c(Block.java:365)
at net.minecraft.client.renderer.BlockModelRenderer.func_178258_b(BlockModelRenderer.java:112)
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95)
at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:178)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:78)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:38)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.rikmuld.camping.objs.block.Tent.getLightValue(Tent.scala:113)
at net.minecraft.block.Block.func_176207_c(Block.java:365)
at net.minecraft.client.renderer.BlockModelRenderer.func_178258_b(BlockModelRenderer.java:112)
-- Block model being tesselated --
Details:
Block: minecraft:grass[snowy=false]
Block location: World: (403,71,169), Chunk: (at 3,4,9 in 25,10; contains blocks 400,0,160 to 415,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Using AO: false
Stacktrace:
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
-- Block being tesselated --
Details:
Block type: ID #2 (tile.grass // net.minecraft.block.BlockGrass)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (403,71,169), Chunk: (at 3,4,9 in 25,10; contains blocks 400,0,160 to 415,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95)
-- Affected level --
Details:
Level name: MpServer
All players: 2 total; [EntityPlayerSP['_XTO_Fury'/3433173, l='MpServer', x=413.30, y=69.00, z=201.44], EntityOtherPlayerMP['catss'/4236, l='MpServer', x=192.53, y=67.00, z=180.84]]
Chunk stats: MultiplayerChunkCache: 955, 955
Level seed: 0
Level generator: ID 02 - largeBiomes, ver 0. Features enabled: false
Level generator options:
Level spawn location: 204.00,64.00,256.00 - World: (204,64,256), Chunk: (at 12,4,0 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: 880609 game time, 802285 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: 19 total; [EntityPlayerSP['_XTO_Fury'/3433173, l='MpServer', x=413.30, y=69.00, z=201.44], p['unknown'/162, l='MpServer', x=407.10, y=64.66, z=198.84], EntityBat['Bat'/3433782, l='MpServer', x=358.49, y=14.09, z=260.52], EntityCow['Cow'/2683330, l='MpServer', x=376.34, y=69.00, z=171.25], EntityCow['Cow'/2295561, l='MpServer', x=354.50, y=69.00, z=154.22], EntityOtherPlayerMP['catss'/4236, l='MpServer', x=192.53, y=67.00, z=180.84], EntityCow['Cow'/2683685, l='MpServer', x=397.16, y=71.00, z=141.78], EntityBat['Bat'/3432155, l='MpServer', x=454.75, y=23.10, z=216.59], EntityOtherPlayerMP['catss'/4236, l='MpServer', x=192.53, y=67.00, z=180.84], EntityPatronEffect['unknown'/176, l='MpServer', x=413.30, y=69.00, z=201.44], EntityPatronEffect['unknown'/177, l='MpServer', x=192.53, y=67.00, z=180.84], EntityMegalania['Megalania'/2294554, l='MpServer', x=363.09, y=69.00, z=273.91], EntityCow['Cow'/2681394, l='MpServer', x=380.19, y=69.00, z=165.22], EntityBat['Bat'/3431976, l='MpServer', x=455.66, y=40.10, z=232.34], EntityBat['Bat'/3432360, l='MpServer', x=451.25, y=16.10, z=184.25], EntityBat['Bat'/3431977, l='MpServer', x=433.47, y=52.41, z=168.75], EntityBat['Bat'/3480840, l='MpServer', x=437.09, y=49.69, z=165.06], EntityBat['Bat'/3431978, l='MpServer', x=425.44, y=48.91, z=157.38], EntityBat['Bat'/3480842, l='MpServer', x=435.44, y=49.06, z=166.75]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:351)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2502)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:44)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 228222160 bytes (217 MB) / 792723456 bytes (756 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 99
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1450 51 mods loaded, 51 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1450.jar)
UCHIJA Forge{11.14.3.1450} [Minecraft Forge] (forge-1.8-11.14.3.1450.jar)
UCHIJA bowinfinityfix{rv1} [Bow Infinity Fix] (minecraft.jar)
UCHIJA CodeChickenCore{1.0.5.36} [CodeChicken Core] (minecraft.jar)
UCHIJA NotEnoughItems{1.0.5.104} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.104-universal.jar)
UCHIJA ChickenShed{1.1.4} [Chicken Shed] (_ChickenShed-Mod-1.8.jar)
UCHIJA reptilemod{1.8.0} [Reptile Mod] (_Reptile-Mod-1.8.jar)
UCHIJA AutoSapling{1.0} [AutoSapling] (Auto-Sapling-Mod-1.8.jar)
UCHIJA bm{1.1} [The Bagel Mod] (BagelMod-v1.1-(mc1.8).jar)
UCHIJA birdsfoods{1.0} [Bird's Food's] (Birds-Foods-Mod-1.8.jar)
UCHIJA birdmod{0.1.1} [Bird Mod] (Birds-mod-by-silvercatcher-1.8.jar)
UCHIJA bc{1.0} [Ollij93's BowCraft] (BowCraft-1.1.jar)
UCHIJA braziermod{1.0} [Brazier Mod] (Brazier-Mod-1.8.jar)
UCHIJA colorfularmor{1.8-2.8} [Colorful Armor] (colorfularmor-1.8-2.7.jar)
UCHIJA customgen{R5} [Customgen] (customgen-R6-1.8.jar)
UCHIJA DeathChest{1.8} [Death Chest] (Death-chest-mod-by-tyler15555-1.8.jar)
UCHIJA decorationmegapack{1.07} [Decoration Mega Pack] (decorationmegapack-1.07-1.8-1334.jar)
UCHIJA doggytalents{v1.9.1g} [Doggy Talents] (DoggyTalents-1.8-v1.9.1g-universal.jar)
UCHIJA eplus{3.1.0a1} [Enchanting Plus] (EnchantingPlus-1.8-3.1.0a1.jar)
UCHIJA expchest{4.0} [Exp Chest] (expchest-4.0.jar)
UCHIJA FastLeaveDecay{1.0} [Fast Leave Decay] (Fast-Leave-Decay-Mod-1.8.jar)
UCHIJA foundry{1.3.3} [Giacomo's Foundry] (Giacomos-Foundry-Mod-1.8.jar)
UCHIJA glass_shards{1.1-beta} [Glass Shards] (Glass-Shards-Mod-1.8.jar)
UCHIJA HelpFixer{1.1.9} [HelpFixer] (HelpFixer-Mod-1.8.jar)
UCHIJA samshorsefood{1.8-1.0.0} [Horse Upgrade Food] (HorseUpgradeFood-1.8-1.0.0.jar)
UCHIJA iChunUtil{5.4.0} [iChunUtil] (iChunUtil-5.4.0.jar)
UCHIJA igneousadditions{1.1} [Igneous Additions] (IgneousAdditions-1.1.jar)
UCHIJA wuppy29_koi{1.12.0} [Koi] (Koi 1.8.0-1.12.0.jar)
UCHIJA larrysmod{1.06.1} [Larry's Mod] (larrysmod-1.06.1-mc1.8.jar)
UCHIJA latticemod{1.1} [Lattice Mod] (latticemod-mc1.8-1.1.jar)
UCHIJA LavaBoat{2.1.0} [LavaBoat] (LavaBoat-Mod-1.8.jar)
UCHIJA chef{4.0} [Master Chef] (MasterChef-Mod-1.8.jar)
UCHIJA morematerials{1.0.20150201.0} [More Materials] (More-materials-mod-by-localtoast-1.8.jar)
UCHIJA mopickaxes{630} [Mo' Pickaxes] (More-Pickaxes-Mod-1.8.jar)
UCHIJA mwct{1.0.1} [More Wooden Crafting Tables] (mwct-1.0.1.jar)
UCHIJA forge_TheEpicarnoMod{V1.1.4.6} [The Epicarno Mod] (Mystical-Epicarno-Dimensions-Mod-1.8.jar)
UCHIJA nc{1.1} [NutellaCraft] (nc-1.8-1.1.jar)
UCHIJA mininghats{1.4} [Mining Hats] (Night-Vision-Mining-Hats-Mod-1.8.jar)
UCHIJA overworld-quartz{1.0.0} [Overworld Quartz] (OverworldQuartz-1.0.0-1.8-universal.jar)
UCHIJA PigManure{1.0.0} [Pig Manure] (Pig-Manure-Mod-1.8.jar)
UCHIJA PiP{5.0.0} [PiP] (PiP-5.0.0.jar)
UCHIJA plantmegapack{5.00} [Plant Mega Pack] (Plant-Mega-Pack-Mod-1.8.jar)
UCHIJA projectbench{0.4.1} [Project Bench Updated] (Project-Bench-Mod-1.8.jar)
UCHIJA quartzprismarinemod{1.1} [Quartz & Prismarine tools/armor mod] (Quartz-and-Prismarine-Armor-Tools-Mod-1.8.jar)
UCHIJA corerm{1.2b} [RikMuld's Core] (RikMuldsCore_1.2b.jar)
UCHIJA showarmsstand{1.1} [ShowArmsStand] (ShowArmsStand-1.8-1.1.jar)
UCHIJA samsbeetroot{1.8-1.0.0} [Simple Beetroot] (SimpleBeetroot-1.8-1.0.0.jar)
UCHIJA camping{2.2d} [The Camping Mod 2] (TheCampingMod_2.2d.jar)
UCHIJA TimHortons{1.0.0} [TimHortons] (Tim Mod.zip)
UCHIJA YALSM{2.1.5} [Yet Another Leather Smelting Mod] (Yet-Another-Leather-Smelting-Mod-1.8.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
CCCDeobfPlugin (unknown)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
codechicken.nei.asm.NEITransformer
LoadingPlugin (Fast-Leave-Decay-Mod-1.8.jar)
lumien.fastleavedecay.asm.ClassTransformer
BowInfinityFix (Bow-Infinity-Fix-Mod-1.8.jar)
com.github.parker8283.bif.Transformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Launched Version: 1.8
LWJGL: 2.9.1
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
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)
While the idea of it being a version conflict with the game, another player also running the exact same set-up is not having this issue at all. Leaving me further confused about what this issue could be.
EDIT:
Another one, almost immediately after restarting the game. Got to break 3 whole dirt blocks! lol
Maybe something special in this crash log...
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
CCCDeobfPlugin (unknown)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
LoadingPlugin (Fast-Leave-Decay-Mod-1.8.jar)
BowInfinityFix (Bow-Infinity-Fix-Mod-1.8.jar)
Contact their authors BEFORE contacting forge
// I'm sorry, Dave.
Time: 24/07/15 8:47 PM
Description: Tesselating block model
java.lang.NullPointerException: Tesselating block model
at com.rikmuld.camping.objs.block.Tent.getLightValue(Tent.scala:113)
at net.minecraft.block.Block.func_176207_c(Block.java:365)
at net.minecraft.client.renderer.BlockModelRenderer.func_178260_a(BlockModelRenderer.java:283)
at net.minecraft.client.renderer.BlockModelRenderer.func_178258_b(BlockModelRenderer.java:123)
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95)
at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:178)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:78)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:38)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.rikmuld.camping.objs.block.Tent.getLightValue(Tent.scala:113)
at net.minecraft.block.Block.func_176207_c(Block.java:365)
at net.minecraft.client.renderer.BlockModelRenderer.func_178260_a(BlockModelRenderer.java:283)
at net.minecraft.client.renderer.BlockModelRenderer.func_178258_b(BlockModelRenderer.java:123)
-- Block model being tesselated --
Details:
Block: camping:tent[facing=south]
Block location: World: (382,64,-60), Chunk: (at 14,4,4 in 23,-4; contains blocks 368,0,-64 to 383,255,-49), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Using AO: false
Stacktrace:
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
-- Block being tesselated --
Details:
Block type: ID #1194 (tile.tent // com.rikmuld.camping.objs.block.Tent)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (382,64,-60), Chunk: (at 14,4,4 in 23,-4; contains blocks 368,0,-64 to 383,255,-49), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Stacktrace:
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95)
-- Affected level --
Details:
Level name: MpServer
All players: 2 total; [EntityPlayerSP['_XTO_Fury'/3649455, l='MpServer', x=387.70, y=69.00, z=191.27], EntityOtherPlayerMP['catss'/4236, l='MpServer', x=198.53, y=68.00, z=175.97]]
Chunk stats: MultiplayerChunkCache: 939, 939
Level seed: 0
Level generator: ID 02 - largeBiomes, ver 0. Features enabled: false
Level generator options:
Level spawn location: 204.00,64.00,256.00 - World: (204,64,256), Chunk: (at 12,4,0 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: 888284 game time, 802285 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: 21 total; [EntityPlayerSP['_XTO_Fury'/3649455, l='MpServer', x=387.70, y=69.00, z=191.27], EntityBat['Bat'/3722299, l='MpServer', x=411.47, y=21.10, z=124.84], EntityOtherPlayerMP['catss'/4236, l='MpServer', x=198.53, y=68.00, z=175.97], EntityCow['Cow'/2683685, l='MpServer', x=397.16, y=71.00, z=141.78], EntityBat['Bat'/3760040, l='MpServer', x=440.13, y=50.31, z=161.59], EntityBat['Bat'/3665957, l='MpServer', x=348.28, y=50.97, z=125.72], EntityBat['Bat'/3745261, l='MpServer', x=383.69, y=54.19, z=145.84], EntityBat['Bat'/3737454, l='MpServer', x=435.53, y=11.09, z=194.28], EntityCow['Cow'/2681394, l='MpServer', x=385.97, y=71.00, z=173.97], EntityItem['item.item.Strawberry'/3760676, l='MpServer', x=389.41, y=71.00, z=189.94], p['unknown'/162, l='MpServer', x=387.89, y=67.52, z=183.41], EntityCow['Cow'/2683330, l='MpServer', x=360.22, y=69.00, z=157.31], EntityCow['Cow'/2295561, l='MpServer', x=346.03, y=69.00, z=169.97], EntityBat['Bat'/3686931, l='MpServer', x=417.88, y=45.28, z=218.03], EntityOtherPlayerMP['catss'/4236, l='MpServer', x=198.53, y=68.00, z=175.97], EntityPatronEffect['unknown'/176, l='MpServer', x=387.70, y=69.00, z=191.27], EntityPatronEffect['unknown'/177, l='MpServer', x=198.53, y=68.00, z=175.97], EntityBat['Bat'/3716811, l='MpServer', x=402.81, y=56.34, z=196.97], EntityBat['Bat'/3731780, l='MpServer', x=428.81, y=61.34, z=226.47], EntityBat['Bat'/3752517, l='MpServer', x=427.16, y=47.03, z=217.53], EntityBat['Bat'/3731781, l='MpServer', x=428.44, y=62.22, z=228.19]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:351)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2502)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:44)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 334348968 bytes (318 MB) / 849346560 bytes (810 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
IntCache: cache: 0, tcache: 65, allocated: 13, tallocated: 99
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1450 51 mods loaded, 51 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1450.jar)
UCHIJA Forge{11.14.3.1450} [Minecraft Forge] (forge-1.8-11.14.3.1450.jar)
UCHIJA bowinfinityfix{rv1} [Bow Infinity Fix] (minecraft.jar)
UCHIJA CodeChickenCore{1.0.5.36} [CodeChicken Core] (minecraft.jar)
UCHIJA NotEnoughItems{1.0.5.104} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.104-universal.jar)
UCHIJA ChickenShed{1.1.4} [Chicken Shed] (_ChickenShed-Mod-1.8.jar)
UCHIJA reptilemod{1.8.0} [Reptile Mod] (_Reptile-Mod-1.8.jar)
UCHIJA AutoSapling{1.0} [AutoSapling] (Auto-Sapling-Mod-1.8.jar)
UCHIJA bm{1.1} [The Bagel Mod] (BagelMod-v1.1-(mc1.8).jar)
UCHIJA birdsfoods{1.0} [Bird's Food's] (Birds-Foods-Mod-1.8.jar)
UCHIJA birdmod{0.1.1} [Bird Mod] (Birds-mod-by-silvercatcher-1.8.jar)
UCHIJA bc{1.0} [Ollij93's BowCraft] (BowCraft-1.1.jar)
UCHIJA braziermod{1.0} [Brazier Mod] (Brazier-Mod-1.8.jar)
UCHIJA colorfularmor{1.8-2.8} [Colorful Armor] (colorfularmor-1.8-2.7.jar)
UCHIJA customgen{R5} [Customgen] (customgen-R6-1.8.jar)
UCHIJA DeathChest{1.8} [Death Chest] (Death-chest-mod-by-tyler15555-1.8.jar)
UCHIJA decorationmegapack{1.07} [Decoration Mega Pack] (decorationmegapack-1.07-1.8-1334.jar)
UCHIJA doggytalents{v1.9.1g} [Doggy Talents] (DoggyTalents-1.8-v1.9.1g-universal.jar)
UCHIJA eplus{3.1.0a1} [Enchanting Plus] (EnchantingPlus-1.8-3.1.0a1.jar)
UCHIJA expchest{4.0} [Exp Chest] (expchest-4.0.jar)
UCHIJA FastLeaveDecay{1.0} [Fast Leave Decay] (Fast-Leave-Decay-Mod-1.8.jar)
UCHIJA foundry{1.3.3} [Giacomo's Foundry] (Giacomos-Foundry-Mod-1.8.jar)
UCHIJA glass_shards{1.1-beta} [Glass Shards] (Glass-Shards-Mod-1.8.jar)
UCHIJA HelpFixer{1.1.9} [HelpFixer] (HelpFixer-Mod-1.8.jar)
UCHIJA samshorsefood{1.8-1.0.0} [Horse Upgrade Food] (HorseUpgradeFood-1.8-1.0.0.jar)
UCHIJA iChunUtil{5.4.0} [iChunUtil] (iChunUtil-5.4.0.jar)
UCHIJA igneousadditions{1.1} [Igneous Additions] (IgneousAdditions-1.1.jar)
UCHIJA wuppy29_koi{1.12.0} [Koi] (Koi 1.8.0-1.12.0.jar)
UCHIJA larrysmod{1.06.1} [Larry's Mod] (larrysmod-1.06.1-mc1.8.jar)
UCHIJA latticemod{1.1} [Lattice Mod] (latticemod-mc1.8-1.1.jar)
UCHIJA LavaBoat{2.1.0} [LavaBoat] (LavaBoat-Mod-1.8.jar)
UCHIJA chef{4.0} [Master Chef] (MasterChef-Mod-1.8.jar)
UCHIJA morematerials{1.0.20150201.0} [More Materials] (More-materials-mod-by-localtoast-1.8.jar)
UCHIJA mopickaxes{630} [Mo' Pickaxes] (More-Pickaxes-Mod-1.8.jar)
UCHIJA mwct{1.0.1} [More Wooden Crafting Tables] (mwct-1.0.1.jar)
UCHIJA forge_TheEpicarnoMod{V1.1.4.6} [The Epicarno Mod] (Mystical-Epicarno-Dimensions-Mod-1.8.jar)
UCHIJA nc{1.1} [NutellaCraft] (nc-1.8-1.1.jar)
UCHIJA mininghats{1.4} [Mining Hats] (Night-Vision-Mining-Hats-Mod-1.8.jar)
UCHIJA overworld-quartz{1.0.0} [Overworld Quartz] (OverworldQuartz-1.0.0-1.8-universal.jar)
UCHIJA PigManure{1.0.0} [Pig Manure] (Pig-Manure-Mod-1.8.jar)
UCHIJA PiP{5.0.0} [PiP] (PiP-5.0.0.jar)
UCHIJA plantmegapack{5.00} [Plant Mega Pack] (Plant-Mega-Pack-Mod-1.8.jar)
UCHIJA projectbench{0.4.1} [Project Bench Updated] (Project-Bench-Mod-1.8.jar)
UCHIJA quartzprismarinemod{1.1} [Quartz & Prismarine tools/armor mod] (Quartz-and-Prismarine-Armor-Tools-Mod-1.8.jar)
UCHIJA corerm{1.2b} [RikMuld's Core] (RikMuldsCore_1.2b.jar)
UCHIJA showarmsstand{1.1} [ShowArmsStand] (ShowArmsStand-1.8-1.1.jar)
UCHIJA samsbeetroot{1.8-1.0.0} [Simple Beetroot] (SimpleBeetroot-1.8-1.0.0.jar)
UCHIJA camping{2.2d} [The Camping Mod 2] (TheCampingMod_2.2d.jar)
UCHIJA TimHortons{1.0.0} [TimHortons] (Tim Mod.zip)
UCHIJA YALSM{2.1.5} [Yet Another Leather Smelting Mod] (Yet-Another-Leather-Smelting-Mod-1.8.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
CCCDeobfPlugin (unknown)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
codechicken.nei.asm.NEITransformer
LoadingPlugin (Fast-Leave-Decay-Mod-1.8.jar)
lumien.fastleavedecay.asm.ClassTransformer
BowInfinityFix (Bow-Infinity-Fix-Mod-1.8.jar)
com.github.parker8283.bif.Transformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Launched Version: 1.8
LWJGL: 2.9.1
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
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)
Thanks again for any and all help.
If another player with the same setup isn't having the problem, then it's a computer problem.
If any of your mods have complex 3D models, it could be the problem that you need a better computer to render them. It says Tesselating Block Model, which usually happens because of that. The mod that seems to have a problematic model is Camping, so try removing that on both computers.
Before you even THINK about asking for crash help: Guide to fixing and avoiding crashes
Did what you suggested, worked great for awhile... my computer is far superior to the other being used which makes this all the more puzzling really.
Anyhow, latest crash report.
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
CCCDeobfPlugin (unknown)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
LoadingPlugin (Fast-Leave-Decay-Mod-1.8.jar)
BowInfinityFix (Bow-Infinity-Fix-Mod-1.8.jar)
Contact their authors BEFORE contacting forge
// This doesn't make any sense!
Time: 24/07/15 10:25 PM
Description: Tesselating block model
java.lang.IndexOutOfBoundsException: Index: 1, Size: 0
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at net.minecraft.client.renderer.vertex.VertexFormat.func_177344_b(SourceFile:88)
at net.minecraft.client.renderer.WorldRenderer.func_178962_a(SourceFile:156)
at net.minecraft.client.renderer.BlockModelRenderer.func_178260_a(BlockModelRenderer.java:287)
at net.minecraft.client.renderer.BlockModelRenderer.func_178258_b(BlockModelRenderer.java:113)
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
at decorationmegapack.render.DMPRendererCabinetBase.func_180535_a(DMPRendererCabinetBase.java:29)
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_178469_a(SourceFile:114)
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(SourceFile:102)
at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:655)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1294)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1207)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1032)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345)
at net.minecraft.client.main.Main.main(SourceFile:120)
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: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 --
Stacktrace:
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at net.minecraft.client.renderer.vertex.VertexFormat.func_177344_b(SourceFile:88)
at net.minecraft.client.renderer.WorldRenderer.func_178962_a(SourceFile:156)
at net.minecraft.client.renderer.BlockModelRenderer.func_178260_a(BlockModelRenderer.java:287)
at net.minecraft.client.renderer.BlockModelRenderer.func_178258_b(BlockModelRenderer.java:113)
-- Block model being tesselated --
Details:
Block: minecraft:air
Block location: World: (50,-6,37), Chunk: (at 2,-1,5 in 3,2; contains blocks 48,0,32 to 63,255,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Using AO: false
Stacktrace:
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
at decorationmegapack.render.DMPRendererCabinetBase.func_180535_a(DMPRendererCabinetBase.java:29)
-- Block Entity Details --
Details:
Name: cabinetBaseTE // decorationmegapack.tileentity.DMPTileEntityCabinetBase
Block type: ID #204 (tile.cabinetBaseOak // decorationmegapack.block.DMPBlockCabinetBase)
Block data value: 4 / 0x4 / 0b0100
Block location: World: (475,66,436), Chunk: (at 11,4,4 in 29,27; contains blocks 464,0,432 to 479,255,447), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #204 (tile.cabinetBaseOak // decorationmegapack.block.DMPBlockCabinetBase)
Actual block data value: 4 / 0x4 / 0b0100
Stacktrace:
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_178469_a(SourceFile:114)
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(SourceFile:102)
at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:655)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1294)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1207)
-- Affected level --
Details:
Level name: MpServer
All players: 2 total; [EntityPlayerSP['_XTO_Fury'/173951, l='MpServer', x=424.94, y=71.86, z=398.21], EntityOtherPlayerMP['catss'/15689, l='MpServer', x=476.50, y=66.00, z=437.44]]
Chunk stats: MultiplayerChunkCache: 50, 50
Level seed: 0
Level generator: ID 02 - largeBiomes, ver 0. Features enabled: false
Level generator options:
Level spawn location: 204.00,64.00,256.00 - World: (204,64,256), Chunk: (at 12,4,0 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: 1004883 game time, 819010 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: 18 total; [EntityPlayerSP['_XTO_Fury'/173951, l='MpServer', x=424.94, y=71.86, z=398.21], EntityBat['Bat'/170949, l='MpServer', x=387.38, y=33.97, z=406.63], EntityOtherPlayerMP['catss'/15689, l='MpServer', x=476.50, y=66.00, z=437.44], EntityOtherPlayerMP['catss'/15689, l='MpServer', x=476.50, y=66.00, z=437.44], EntityMegalania['Megalania'/233, l='MpServer', x=409.22, y=68.00, z=347.59], EntityMegalania['Megalania'/234, l='MpServer', x=412.53, y=74.00, z=360.97], EntityMegalania['Megalania'/235, l='MpServer', x=411.75, y=69.00, z=346.19], EntityItem['item.item.string'/170734, l='MpServer', x=452.25, y=68.00, z=431.28], EntityZombie['Zombie'/173260, l='MpServer', x=422.50, y=33.00, z=359.50], EntityBat['Bat'/173100, l='MpServer', x=399.34, y=42.06, z=441.69], EntityItem['item.item.string'/170733, l='MpServer', x=451.22, y=68.00, z=431.66], EntityEnderman['Enderman'/173522, l='MpServer', x=406.13, y=11.00, z=434.28], EntityCreeper['Creeper'/173523, l='MpServer', x=405.50, y=11.00, z=435.50], EntityBat['Bat'/174071, l='MpServer', x=478.50, y=47.00, z=394.50], EntityBat['Bat'/173079, l='MpServer', x=381.16, y=34.13, z=399.94], EntityBat['Bat'/173077, l='MpServer', x=390.25, y=35.00, z=411.22], EntityBat['Bat'/174072, l='MpServer', x=475.50, y=47.00, z=399.50], EntityItem['item.item.arrow'/170653, l='MpServer', x=391.78, y=71.00, z=372.25]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:351)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2502)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:367)
at net.minecraft.client.main.Main.main(SourceFile:120)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 354500712 bytes (338 MB) / 626749440 bytes (597 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: 99
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1450 49 mods loaded, 49 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1450.jar)
UCHIJA Forge{11.14.3.1450} [Minecraft Forge] (forge-1.8-11.14.3.1450.jar)
UCHIJA bowinfinityfix{rv1} [Bow Infinity Fix] (minecraft.jar)
UCHIJA CodeChickenCore{1.0.5.36} [CodeChicken Core] (minecraft.jar)
UCHIJA NotEnoughItems{1.0.5.104} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.104-universal.jar)
UCHIJA ChickenShed{1.1.4} [Chicken Shed] (_ChickenShed-Mod-1.8.jar)
UCHIJA reptilemod{1.8.0} [Reptile Mod] (_Reptile-Mod-1.8.jar)
UCHIJA AutoSapling{1.0} [AutoSapling] (Auto-Sapling-Mod-1.8.jar)
UCHIJA bm{1.1} [The Bagel Mod] (BagelMod-v1.1-(mc1.8).jar)
UCHIJA birdsfoods{1.0} [Bird's Food's] (Birds-Foods-Mod-1.8.jar)
UCHIJA birdmod{0.1.1} [Bird Mod] (Birds-mod-by-silvercatcher-1.8.jar)
UCHIJA bc{1.0} [Ollij93's BowCraft] (BowCraft-1.1.jar)
UCHIJA braziermod{1.0} [Brazier Mod] (Brazier-Mod-1.8.jar)
UCHIJA colorfularmor{1.8-2.8} [Colorful Armor] (colorfularmor-1.8-2.7.jar)
UCHIJA customgen{R5} [Customgen] (customgen-R6-1.8.jar)
UCHIJA DeathChest{1.8} [Death Chest] (Death-chest-mod-by-tyler15555-1.8.jar)
UCHIJA decorationmegapack{1.07} [Decoration Mega Pack] (decorationmegapack-1.07-1.8-1334.jar)
UCHIJA doggytalents{v1.9.1g} [Doggy Talents] (DoggyTalents-1.8-v1.9.1g-universal.jar)
UCHIJA eplus{3.1.0a1} [Enchanting Plus] (EnchantingPlus-1.8-3.1.0a1.jar)
UCHIJA expchest{4.0} [Exp Chest] (expchest-4.0.jar)
UCHIJA FastLeaveDecay{1.0} [Fast Leave Decay] (Fast-Leave-Decay-Mod-1.8.jar)
UCHIJA foundry{1.3.3} [Giacomo's Foundry] (Giacomos-Foundry-Mod-1.8.jar)
UCHIJA glass_shards{1.1-beta} [Glass Shards] (Glass-Shards-Mod-1.8.jar)
UCHIJA HelpFixer{1.1.9} [HelpFixer] (HelpFixer-Mod-1.8.jar)
UCHIJA samshorsefood{1.8-1.0.0} [Horse Upgrade Food] (HorseUpgradeFood-1.8-1.0.0.jar)
UCHIJA igneousadditions{1.1} [Igneous Additions] (IgneousAdditions-1.1.jar)
UCHIJA wuppy29_koi{1.12.0} [Koi] (Koi 1.8.0-1.12.0.jar)
UCHIJA larrysmod{1.06.1} [Larry's Mod] (larrysmod-1.06.1-mc1.8.jar)
UCHIJA latticemod{1.1} [Lattice Mod] (latticemod-mc1.8-1.1.jar)
UCHIJA LavaBoat{2.1.0} [LavaBoat] (LavaBoat-Mod-1.8.jar)
UCHIJA chef{4.0} [Master Chef] (MasterChef-Mod-1.8.jar)
UCHIJA morematerials{1.0.20150201.0} [More Materials] (More-materials-mod-by-localtoast-1.8.jar)
UCHIJA mopickaxes{630} [Mo' Pickaxes] (More-Pickaxes-Mod-1.8.jar)
UCHIJA mwct{1.0.1} [More Wooden Crafting Tables] (mwct-1.0.1.jar)
UCHIJA forge_TheEpicarnoMod{V1.1.4.6} [The Epicarno Mod] (Mystical-Epicarno-Dimensions-Mod-1.8.jar)
UCHIJA nc{1.1} [NutellaCraft] (nc-1.8-1.1.jar)
UCHIJA mininghats{1.4} [Mining Hats] (Night-Vision-Mining-Hats-Mod-1.8.jar)
UCHIJA overworld-quartz{1.0.0} [Overworld Quartz] (OverworldQuartz-1.0.0-1.8-universal.jar)
UCHIJA PigManure{1.0.0} [Pig Manure] (Pig-Manure-Mod-1.8.jar)
UCHIJA plantmegapack{5.00} [Plant Mega Pack] (Plant-Mega-Pack-Mod-1.8.jar)
UCHIJA projectbench{0.4.1} [Project Bench Updated] (Project-Bench-Mod-1.8.jar)
UCHIJA quartzprismarinemod{1.1} [Quartz & Prismarine tools/armor mod] (Quartz-and-Prismarine-Armor-Tools-Mod-1.8.jar)
UCHIJA corerm{1.2b} [RikMuld's Core] (RikMuldsCore_1.2b.jar)
UCHIJA showarmsstand{1.1} [ShowArmsStand] (ShowArmsStand-1.8-1.1.jar)
UCHIJA samsbeetroot{1.8-1.0.0} [Simple Beetroot] (SimpleBeetroot-1.8-1.0.0.jar)
UCHIJA TimHortons{1.0.0} [TimHortons] (Tim Mod.zip)
UCHIJA XaeroMinimap{1.2.4} [Xaero's Minimap] (Xaeros-Minimap-Mod-1.8.jar)
UCHIJA YALSM{2.1.5} [Yet Another Leather Smelting Mod] (Yet-Another-Leather-Smelting-Mod-1.8.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
CCCDeobfPlugin (unknown)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
codechicken.nei.asm.NEITransformer
LoadingPlugin (Fast-Leave-Decay-Mod-1.8.jar)
lumien.fastleavedecay.asm.ClassTransformer
BowInfinityFix (Bow-Infinity-Fix-Mod-1.8.jar)
com.github.parker8283.bif.Transformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13397 Compatibility Profile Context 15.200.1046.0' Renderer: 'AMD Radeon R9 200 Series'
Launched Version: 1.8-Forge11.14.3.1450
LWJGL: 2.9.1
OpenGL: AMD Radeon R9 200 Series GL version 4.5.13397 Compatibility Profile Context 15.200.1046.0, 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: 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)
You know... all of this started around when I installed liteloader with Forge compatibility. Could there be a relation anyone is aware of? In either case, I've become so desperate that I've uninstalled my mincraft and have reinstalled it and forge by itself to see about resolving this issue.
Maybe. I don't know how LiteLoader works, but it might change the model loading so it's incompatible with Decoration Megapack(Which is causing the crash now)
Before you even THINK about asking for crash help: Guide to fixing and avoiding crashes
Well I really appreciate all your help. It seems so far that uninstalling everything and reinstalling minecraft with forge only has fixed the problem. You've been most helpful. ^-^
A final question though, so perhaps I'm not so entirely clueless looking at the crash reports. Where do you see what tells you what actually caused the crash?
Mostly it's the Description. Tesselating block model, for example, usually means that a model is too complex for your PC, and Pixel format not accelerated is a problem with your drivers. The Detailed Walkthrough tells me which mod caused the crash. The Block Entity Details part of your crash told me the model causing the problem.
However, sometimes I have to google the crash to help fix it. Hopper.minecraft.net is usually the trusted source.
If you want me to give a list of crashes and most common solutions I might be able to post it as a separate thread.
Before you even THINK about asking for crash help: Guide to fixing and avoiding crashes
Oh okay, I see what you're talking about now. Thank you. I think perhaps a post about that for people might be a good idea too. I mean, knowing what to look for might have lead to a quicker resolution about what the problem is in most cases.
In this case? It was liteloader. Played for hours last night, and a good portion of today without a single crash. Apparently I guess Liteloader doesn't play nice with select mods.
Yes. LiteLoader seems to have an entire different mod loading method. Acting as a core mod for Forge, it probably changes certain aspects to make things incompatible.
As for the post about resolutions, I will make that soon. Probably will be up in a few days.
Before you even THINK about asking for crash help: Guide to fixing and avoiding crashes
Awesome, when you do please leave a link here to redirect people. ( And myself. )
I was able to write the thread faster than I thought, so here you go!
http://www.minecraftforum.net/forums/support/modded-client-support/2484173-how-to-fix-various-crashes-modded-or-vanilla
Before you even THINK about asking for crash help: Guide to fixing and avoiding crashes