Ive wanted to use a certain resource pack for some time but have been unable to as it crashes the game with tessellating block model issue. I'm presuming its a clash with a different mod than the one its linked to. So as a result I don't use it. However today I had the same problem with out the resource pack installed. So I am wondering if the mod causing the problem here is the same one causing my other issue. I don't understand the info I'm being given in the crash report so I'm hoping someone can help me decipher it. The crash report Ive just generated is as follows:
---- Minecraft Crash Report ----
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// Ouch. That hurt
Time: 18/08/17 14:03
Description: Tesselating block model
java.lang.NullPointerException: Tesselating block model
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
at com.google.common.collect.Lists.newArrayList(Lists.java:127)
at blusunrize.immersiveengineering.client.models.IESmartObjModel.getQuads(IESmartObjModel.java:212)
at blusunrize.immersiveengineering.client.models.IESmartObjModel.func_188616_a(IESmartObjModel.java:177)
at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:101)
at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)
at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:72)
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:52)
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
at gcewing.architecture.BaseAORenderingManager$CustomBlockRendererDispatcher.func_175018_a(BaseAORenderingManager.java:85)
at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:293)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(ChunkRenderWorker.java:119)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:47)
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: Client thread
Stacktrace:
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
at com.google.common.collect.Lists.newArrayList(Lists.java:127)
at blusunrize.immersiveengineering.client.models.IESmartObjModel.getQuads(IESmartObjModel.java:212)
at blusunrize.immersiveengineering.client.models.IESmartObjModel.func_188616_a(IESmartObjModel.java:177)
at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:101)
at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)
-- Block model being tesselated --
Details:
Block: immersiveengineering:metalDevice1[_0multiblockslave=false,boolean0=false,facing=north,type=fluid_pipe]
Block location: World: (6058,80,-7791), Chunk: (at 10,5,1 in 378,-487; contains blocks 6048,0,-7792 to 6063,255,-7777), Region: (11,-16; contains chunks 352,-512 to 383,-481, blocks 5632,0,-8192 to 6143,255,-7681)
Using AO: true
Stacktrace:
at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:72)
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:52)
-- Block being tesselated --
Details:
Block type: ID #1515 (tile.immersiveengineering.metalDevice1 // blusunrize.immersiveengineering.common.blocks.metal.BlockMetalDevice1)
Block data value: 6 / 0x6 / 0b0110
Block location: World: (6058,80,-7791), Chunk: (at 10,5,1 in 378,-487; contains blocks 6048,0,-7792 to 6063,255,-7777), Region: (11,-16; contains chunks 352,-512 to 383,-481, blocks 5632,0,-8192 to 6143,255,-7681)
Stacktrace:
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
at gcewing.architecture.BaseAORenderingManager$CustomBlockRendererDispatcher.func_175018_a(BaseAORenderingManager.java:85)
Description: Tesselating block model
java.lang.NullPointerException: Tesselating block model
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
at com.google.common.collect.Lists.newArrayList(Lists.java:127)
at blusunrize.immersiveengineering.client.models.IESmartObjModel.getQuads(IESmartObjModel.java:212)
I'm no expert either & also get confused about these, however the above lines SEEM to indicate the tesselating problem may have something to do with 'immersiveengineering' - which happens to be a mod you're loading in.
I'd suggest removing that mod & seeing what happens
I also notice
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Not sure what that actually means or if it actually a problem, but OpenGl is usually something to do with graphics cards & their drivers
I also googled
java.lang.NullPointerException: Tesselating block model
Some [old] posts seem to indicate that the version of Optifine may also be a problem & 'downgrading' it may help
Thanks for the help. The openGL issue - I looked that up recently. There used to be a line in the config file that you could change its state from true to false or visa-versa. Couldn't find that in my file so wondered if it had now been dropped?
If Optifine is a problem it might explain the issue I have with the resource pack I want to use if I combine that with immersive engineering I may just be able to motivate things again.
Ive wanted to use a certain resource pack for some time but have been unable to as it crashes the game with tessellating block model issue. I'm presuming its a clash with a different mod than the one its linked to. So as a result I don't use it. However today I had the same problem with out the resource pack installed. So I am wondering if the mod causing the problem here is the same one causing my other issue. I don't understand the info I'm being given in the crash report so I'm hoping someone can help me decipher it. The crash report Ive just generated is as follows:
---- Minecraft Crash Report ----
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// Ouch. That hurt
Time: 18/08/17 14:03
Description: Tesselating block model
java.lang.NullPointerException: Tesselating block model
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
at com.google.common.collect.Lists.newArrayList(Lists.java:127)
at blusunrize.immersiveengineering.client.models.IESmartObjModel.getQuads(IESmartObjModel.java:212)
at blusunrize.immersiveengineering.client.models.IESmartObjModel.func_188616_a(IESmartObjModel.java:177)
at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:101)
at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)
at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:72)
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:52)
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
at gcewing.architecture.BaseAORenderingManager$CustomBlockRendererDispatcher.func_175018_a(BaseAORenderingManager.java:85)
at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:293)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(ChunkRenderWorker.java:119)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:47)
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: Client thread
Stacktrace:
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
at com.google.common.collect.Lists.newArrayList(Lists.java:127)
at blusunrize.immersiveengineering.client.models.IESmartObjModel.getQuads(IESmartObjModel.java:212)
at blusunrize.immersiveengineering.client.models.IESmartObjModel.func_188616_a(IESmartObjModel.java:177)
at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:101)
at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)
-- Block model being tesselated --
Details:
Block: immersiveengineering:metalDevice1[_0multiblockslave=false,boolean0=false,facing=north,type=fluid_pipe]
Block location: World: (6058,80,-7791), Chunk: (at 10,5,1 in 378,-487; contains blocks 6048,0,-7792 to 6063,255,-7777), Region: (11,-16; contains chunks 352,-512 to 383,-481, blocks 5632,0,-8192 to 6143,255,-7681)
Using AO: true
Stacktrace:
at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:72)
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:52)
-- Block being tesselated --
Details:
Block type: ID #1515 (tile.immersiveengineering.metalDevice1 // blusunrize.immersiveengineering.common.blocks.metal.BlockMetalDevice1)
Block data value: 6 / 0x6 / 0b0110
Block location: World: (6058,80,-7791), Chunk: (at 10,5,1 in 378,-487; contains blocks 6048,0,-7792 to 6063,255,-7777), Region: (11,-16; contains chunks 352,-512 to 383,-481, blocks 5632,0,-8192 to 6143,255,-7681)
Stacktrace:
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
at gcewing.architecture.BaseAORenderingManager$CustomBlockRendererDispatcher.func_175018_a(BaseAORenderingManager.java:85)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['grandpawright'/3832911, l='MpServer', x=6017.31, y=84.00, z=-7661.53]]
Chunk stats: MultiplayerChunkCache: 4225, 4225
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (8096,106,-9312), Chunk: (at 0,6,0 in 506,-582; contains blocks 8096,0,-9312 to 8111,255,-9297), Region: (15,-19; contains chunks 480,-608 to 511,-577, blocks 7680,0,-9728 to 8191,255,-9217)
Level time: 418313126 game time, 2701 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: 88 total; [EntityPlayerSP['grandpawright'/3832911, l='MpServer', x=6017.31, y=84.00, z=-7661.52], EntityPainting['Painting'/3833014, l='MpServer', x=5997.00, y=84.50, z=-7602.97], EntityPainting['Painting'/3833013, l='MpServer', x=5993.03, y=93.00, z=-7601.00], EntityPainting['Painting'/3832998, l='MpServer', x=6012.03, y=92.50, z=-7601.00], EntityPainting['Painting'/3832999, l='MpServer', x=6009.00, y=85.00, z=-7602.97], EntityPainting['Painting'/3832996, l='MpServer', x=6001.03, y=88.50, z=-7601.00], EntityPainting['Painting'/3832997, l='MpServer', x=6011.03, y=89.00, z=-7601.00], EntityPainting['Painting'/3833002, l='MpServer', x=5993.03, y=93.00, z=-7593.00], EntityPainting['Painting'/3833003, l='MpServer', x=5999.00, y=84.50, z=-7596.97], EntityPainting['Painting'/3833000, l='MpServer', x=5996.00, y=89.00, z=-7599.03], EntityPainting['Painting'/3833001, l='MpServer', x=5997.50, y=88.50, z=-7594.97], EntityPainting['Painting'/3833006, l='MpServer', x=5998.00, y=85.00, z=-7591.03], EntityPainting['Painting'/3833007, l='MpServer', x=5993.03, y=84.50, z=-7600.00], EntityPainting['Painting'/3833004, l='MpServer', x=5999.97, y=85.00, z=-7593.00], EntityPainting['Painting'/3833005, l='MpServer', x=5993.03, y=85.00, z=-7593.00], EntityPainting['Painting'/3833034, l='MpServer', x=6013.00, y=85.00, z=-7591.03], EntityPainting['Painting'/3833032, l='MpServer', x=6001.03, y=92.50, z=-7593.00], EntityPainting['Painting'/3833033, l='MpServer', x=6006.03, y=84.50, z=-7593.00], EntityPainting['Painting'/3833027, l='MpServer', x=6010.97, y=89.00, z=-7593.00], EntityPainting['Painting'/3833030, l='MpServer', x=6009.00, y=93.00, z=-7594.97], EntityPainting['Painting'/3833031, l='MpServer', x=6004.97, y=93.00, z=-7594.00], EntityPainting['Painting'/3833028, l='MpServer', x=6009.00, y=92.50, z=-7599.03], EntityPainting['Painting'/3833029, l='MpServer', x=6012.03, y=93.00, z=-7593.00], EntityPainting['Painting'/3833022, l='MpServer', x=6013.97, y=84.50, z=-7544.50], EntityPainting['Painting'/3833020, l='MpServer', x=6008.03, y=89.00, z=-7543.00], EntityPainting['Painting'/3833021, l='MpServer', x=6013.97, y=84.50, z=-7540.50], EntityPainting['Painting'/3832978, l='MpServer', x=6024.50, y=88.50, z=-7539.03], EntityPainting['Painting'/3832979, l='MpServer', x=6023.03, y=84.00, z=-7547.00], EntityPainting['Painting'/3832976, l='MpServer', x=6016.97, y=89.00, z=-7541.00], EntityPainting['Painting'/3832977, l='MpServer', x=6023.97, y=89.00, z=-7547.50], EntityHorse['Horse'/3833016, l='MpServer', x=5956.45, y=84.50, z=-7601.10], EntityPainting['Painting'/3833022, l='MpServer', x=6013.97, y=84.50, z=-7544.50], EntityPainting['Painting'/3833020, l='MpServer', x=6008.03, y=89.00, z=-7543.00], EntityPainting['Painting'/3833021, l='MpServer', x=6013.97, y=84.50, z=-7540.50], EntityArmorStand['Armor Stand'/3833010, l='MpServer', x=5957.50, y=85.00, z=-7554.50], EntityArmorStand['Armor Stand'/3833011, l='MpServer', x=5955.50, y=85.00, z=-7556.50], EntityItemFrame['entity.ItemFrame.name'/3833008, l='MpServer', x=5978.97, y=85.50, z=-7579.50], EntityArmorStand['Armor Stand'/3833009, l='MpServer', x=5957.50, y=85.00, z=-7556.50], EntityPainting['Painting'/3833014, l='MpServer', x=5997.00, y=84.50, z=-7602.97], EntityItemFrame['entity.ItemFrame.name'/3833015, l='MpServer', x=5950.97, y=87.50, z=-7556.50], EntityArmorStand['Armor Stand'/3833012, l='MpServer', x=5955.50, y=85.00, z=-7552.50], EntityPainting['Painting'/3833013, l='MpServer', x=5993.03, y=93.00, z=-7601.00], EntityPainting['Painting'/3833002, l='MpServer', x=5993.03, y=93.00, z=-7593.00], EntityPainting['Painting'/3833003, l='MpServer', x=5999.00, y=84.50, z=-7596.97], EntityPainting['Painting'/3833000, l='MpServer', x=5996.00, y=89.00, z=-7599.03], EntityPainting['Painting'/3833001, l='MpServer', x=5997.50, y=88.50, z=-7594.97], EntityPainting['Painting'/3833006, l='MpServer', x=5998.00, y=85.00, z=-7591.03], EntityPainting['Painting'/3833007, l='MpServer', x=5993.03, y=84.50, z=-7600.00], EntityPainting['Painting'/3833004, l='MpServer', x=5999.97, y=85.00, z=-7593.00], EntityPainting['Painting'/3833005, l='MpServer', x=5993.03, y=85.00, z=-7593.00], EntityPainting['Painting'/3832998, l='MpServer', x=6012.03, y=92.50, z=-7601.00], EntityPainting['Painting'/3832999, l='MpServer', x=6009.00, y=85.00, z=-7602.97], EntityPainting['Painting'/3832996, l='MpServer', x=6001.03, y=88.50, z=-7601.00], EntityPainting['Painting'/3832997, l='MpServer', x=6011.03, y=89.00, z=-7601.00], EntityCartBasic['entity.MinecartRideable.name'/3832988, l='MpServer', x=6126.50, y=76.06, z=-7732.55], EntityCartBasic['entity.MinecartRideable.name'/3832989, l='MpServer', x=6126.50, y=76.06, z=-7731.27], EntityPainting['Painting'/3832978, l='MpServer', x=6024.50, y=88.50, z=-7539.03], EntityPainting['Painting'/3832979, l='MpServer', x=6023.03, y=84.00, z=-7547.00], EntityPainting['Painting'/3832976, l='MpServer', x=6016.97, y=89.00, z=-7541.00], EntityPainting['Painting'/3832977, l='MpServer', x=6023.97, y=89.00, z=-7547.50], EntityLocomotiveSteamSolid['Steam Locomotive'/3832965, l='MpServer', x=6146.50, y=76.06, z=-7672.66], EntityLeashKnot['entity.LeashKnot.name'/3833084, l='MpServer', x=5954.50, y=85.50, z=-7600.50], EntityArmorStand['Armor Stand'/3833075, l='MpServer', x=5890.50, y=115.00, z=-7772.50], EntityArmorStand['Armor Stand'/3833072, l='MpServer', x=5890.50, y=115.00, z=-7740.50], EntityArmorStand['Armor Stand'/3833078, l='MpServer', x=5890.50, y=115.00, z=-7764.50], EntityArmorStand['Armor Stand'/3833079, l='MpServer', x=5890.50, y=115.00, z=-7746.50], EntityArmorStand['Armor Stand'/3833076, l='MpServer', x=5890.50, y=115.00, z=-7769.50], EntityArmorStand['Armor Stand'/3833077, l='MpServer', x=5890.50, y=115.00, z=-7767.50], EntityArmorStand['Armor Stand'/3833066, l='MpServer', x=5910.50, y=115.00, z=-7764.50], EntityArmorStand['Armor Stand'/3833067, l='MpServer', x=5910.50, y=115.00, z=-7767.50], EntityArmorStand['Armor Stand'/3833064, l='MpServer', x=5910.50, y=115.00, z=-7772.50], EntityArmorStand['Armor Stand'/3833065, l='MpServer', x=5910.50, y=115.00, z=-7769.50], EntityArmorStand['Armor Stand'/3833070, l='MpServer', x=5890.50, y=115.00, z=-7736.50], EntityArmorStand['Armor Stand'/3833071, l='MpServer', x=5890.50, y=115.00, z=-7733.50], EntityArmorStand['Armor Stand'/3833068, l='MpServer', x=5910.50, y=115.00, z=-7753.50], EntityArmorStand['Armor Stand'/3833069, l='MpServer', x=5910.50, y=115.00, z=-7746.50], EntityArmorStand['Armor Stand'/3833062, l='MpServer', x=5910.50, y=115.00, z=-7733.50], EntityArmorStand['Armor Stand'/3833060, l='MpServer', x=5910.50, y=115.00, z=-7740.50], EntityArmorStand['Armor Stand'/3833061, l='MpServer', x=5910.50, y=115.00, z=-7736.50], EntityPainting['Painting'/3833034, l='MpServer', x=6013.00, y=85.00, z=-7591.03], EntityItemFrame['entity.ItemFrame.name'/3833035, l='MpServer', x=5977.50, y=85.50, z=-7559.03], EntityPainting['Painting'/3833032, l='MpServer', x=6001.03, y=92.50, z=-7593.00], EntityPainting['Painting'/3833033, l='MpServer', x=6006.03, y=84.50, z=-7593.00], EntityPainting['Painting'/3833027, l='MpServer', x=6010.97, y=89.00, z=-7593.00], EntityPainting['Painting'/3833030, l='MpServer', x=6009.00, y=93.00, z=-7594.97], EntityPainting['Painting'/3833031, l='MpServer', x=6004.97, y=93.00, z=-7594.00], EntityPainting['Painting'/3833028, l='MpServer', x=6009.00, y=92.50, z=-7599.03], EntityPainting['Painting'/3833029, l='MpServer', x=6012.03, y=93.00, z=-7593.00]]
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:524)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:57)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 6186349344 bytes (5899 MB) / 10052022272 bytes (9586 MB) up to 16320888832 bytes (15564 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn8G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.3.2185 Optifine OptiFine_1.10.2_HD_U_E3 21 mods loaded, 21 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.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185.jar)
UCHIJA Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar)
UCHIJA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar)
UCHIJA architecturecraft{1.7.1} [ArchitectureCraft] (ArchitectureCraft-1.7.1-mc1.10.2.jar)
UCHIJA basemetals{2.4.0} [Base Metals] (BaseMetals_1.10.2-2.4.0.11.jar)
UCHIJA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
UCHIJA conquest{0.0.1} [Conquest Reforged] (conquest_reforged_MOD_v.1.4.51.jar)
UCHIJA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
UCHIJA covers{0.4.1.17} [Simple Covers] (covers-0.4.1.17-mc1.10.2.jar)
UCHIJA orespawn{1.1.0} [Ore Spawn] (Drcyanos-ore-spawn-1.10.2.jar)
UCHIJA poweradvantage{2.3.0} [Power Advantage] (Power-Advantage-Mod-1.10.2.jar)
UCHIJA electricadvantage{2.2.0} [Electric Advantage] (ElectricAdvantage_1.10.2-2.2.0.jar)
UCHIJA hopperducts{1.4.8} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.jar)
UCHIJA JEI{3.14.7.416} [Just Enough Items] (jei_1.10.2-3.14.7.416.jar)
UCHIJA immersiveengineering{0.10-57} [Immersive Engineering] (ImmersiveEngineering-0.10-57.jar)
UCHIJA journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
UCHIJA missing_pieces{4.1.3} [Missing Pieces] (missing_pieces-1.10.2-4.1.3.jar)
UCHIJA railcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar)
UCHIJA steamadvantage{2.2.0} [Steam Advantage] (Steam-Advantage-Mod-1.10.2.jar)
UCHIJA villagebox{0.6.0} [Village Box] (villagebox-1.10.2-0.6.0.jar)
Loaded coremods (and transformers):
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
List of loaded APIs:
* CoFHAPI (1.8.9R1.2.0B1) from Railcraft_1.10.2-10.0.1.jar
* CoFHAPI|energy (1.8.9R1.2.0B1) from Railcraft_1.10.2-10.0.1.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-57.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-57.jar
* journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
* journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
* journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
* journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
* journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
* JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.416.jar
* railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.1.jar
* RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.1.jar
* RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.1.jar
* RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.1.jar
* RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.1.jar
* RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.1.jar
* RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.1.jar
* RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.1.jar
* RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.1.jar
* RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.1.jar
* RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.1.jar
* RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.1.jar
Launched Version: 1.10.2-forge1.10.2-12.18.3.2185
LWJGL: 2.9.4
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)
CPU: 8x Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
OptiFine Version: OptiFine_1.10.2_HD_U_E3
Render Distance Chunks: 15
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 NVIDIA 384.94
OpenGlRenderer: GeForce GTX 1060 6GB/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
Can anyone tell me what mod might be causing the problem (and show me how to identify it please)?
Thanks
Antony
Bumping this as no response yet
I'm no expert either & also get confused about these, however the above lines SEEM to indicate the tesselating problem may have something to do with 'immersiveengineering' - which happens to be a mod you're loading in.
I'd suggest removing that mod & seeing what happens
I also notice
Not sure what that actually means or if it actually a problem, but OpenGl is usually something to do with graphics cards & their drivers
I also googled
Some [old] posts seem to indicate that the version of Optifine may also be a problem & 'downgrading' it may help
Thanks for the help. The openGL issue - I looked that up recently. There used to be a line in the config file that you could change its state from true to false or visa-versa. Couldn't find that in my file so wondered if it had now been dropped?
If Optifine is a problem it might explain the issue I have with the resource pack I want to use if I combine that with immersive engineering I may just be able to motivate things again.
Thank you