Hello, so I have been crashing on my friends modded server, when no one else has been having the same reason. I wanted to know the problem, but I can't really figure it out myself. I managed to get the crash report from the mod I downloaded from another thread, and I'll post it below.. The suspected mods are CTM, ChickenLib, and Thaumcraft. If anyone could give me a reason to why this is happening, that would be great! I'd also like the mention, every time I use silverwood from the Thaumcraft mod, I crash. I also crash when I try to check the Infusion bookmark in the thauminomicon. But like I said, all my other friends do not have this issue, but I would love to keep the mod. If anyone knows the reason, please tell me!
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
java.lang.ClassCastException: it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap cannot be cast to gnu.trove.map.hash.TIntObjectHashMap
at team.chisel.ctm.client.model.ModelUtil.lambda$getMesh$0(ModelUtil.java:51)
at team.chisel.ctm.client.model.ModelUtil$$Lambda$791/1127420274.apply(Unknown Source)
at java.util.Optional.map(Optional.java:215)
at team.chisel.ctm.client.model.ModelUtil.getMesh(ModelUtil.java:51)
at team.chisel.ctm.client.model.AbstractCTMBakedModel$Overrides.handleItemState(AbstractCTMBakedModel.java:84)
at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.optifine.reflect.Reflector.call(Reflector.java:960)
at net.minecraft.client.renderer.RenderItem.getItemModelWithOverrides(RenderItem.java:399)
at codechicken.lib.render.item.CCRenderItem.getItemModelWithOverrides(CCRenderItem.java:258)
at codechicken.lib.render.item.CCRenderItem.renderItemAndEffectIntoGUI(CCRenderItem.java:210)
at codechicken.lib.render.item.CCRenderItem.renderItemAndEffectIntoGUI(CCRenderItem.java:202)
at thaumcraft.client.gui.GuiResearchBrowser.drawResearchIcon(GuiResearchBrowser.java:831)
at thaumcraft.client.gui.GuiResearchBrowser.genResearchBackgroundZoomable(GuiResearchBrowser.java:779)
at thaumcraft.client.gui.GuiResearchBrowser.drawScreen(GuiResearchBrowser.java:484)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:368)
at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.optifine.reflect.Reflector.callVoid(Reflector.java:653)
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1456)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1117)
at net.minecraft.client.Minecraft.run(Minecraft.java:3938)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:
---------------------------------------------------------------------------------------
Hello, so I have been crashing on my friends modded server, when no one else has been having the same reason. I wanted to know the problem, but I can't really figure it out myself. I managed to get the crash report from the mod I downloaded from another thread, and I'll post it below.. The suspected mods are CTM, ChickenLib, and Thaumcraft. If anyone could give me a reason to why this is happening, that would be great!
I'd also like the mention, every time I use silverwood from the Thaumcraft mod, I crash. I also crash when I try to check the Infusion bookmark in the thauminomicon. But like I said, all my other friends do not have this issue, but I would love to keep the mod. If anyone knows the reason, please tell me!
// On the bright side, I bought you a teddy bear!
Time: 2018-07-01 08:38:35 EDT
Description: Rendering item
java.lang.ClassCastException: it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap cannot be cast to gnu.trove.map.hash.TIntObjectHashMap
at team.chisel.ctm.client.model.ModelUtil.lambda$getMesh$0(ModelUtil.java:51)
at team.chisel.ctm.client.model.ModelUtil$$Lambda$791/1127420274.apply(Unknown Source)
at java.util.Optional.map(Optional.java:215)
at team.chisel.ctm.client.model.ModelUtil.getMesh(ModelUtil.java:51)
at team.chisel.ctm.client.model.AbstractCTMBakedModel$Overrides.handleItemState(AbstractCTMBakedModel.java:84)
at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.optifine.reflect.Reflector.call(Reflector.java:960)
at net.minecraft.client.renderer.RenderItem.getItemModelWithOverrides(RenderItem.java:399)
at codechicken.lib.render.item.CCRenderItem.getItemModelWithOverrides(CCRenderItem.java:258)
at codechicken.lib.render.item.CCRenderItem.renderItemAndEffectIntoGUI(CCRenderItem.java:210)
at codechicken.lib.render.item.CCRenderItem.renderItemAndEffectIntoGUI(CCRenderItem.java:202)
at thaumcraft.client.gui.GuiResearchBrowser.drawResearchIcon(GuiResearchBrowser.java:831)
at thaumcraft.client.gui.GuiResearchBrowser.genResearchBackgroundZoomable(GuiResearchBrowser.java:779)
at thaumcraft.client.gui.GuiResearchBrowser.drawScreen(GuiResearchBrowser.java:484)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:368)
at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.optifine.reflect.Reflector.callVoid(Reflector.java:653)
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1456)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1117)
at net.minecraft.client.Minecraft.run(Minecraft.java:3938)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:
---------------------------------------------------------------------------------------
-- Item being rendered --
Item Type: [email protected]
Item Aux: 0
Item NBT: null
Item Foil: false
-- Screen render details --
Screen name: thaumcraft.client.gui.GuiResearchBrowser
Mouse location: Scaled: (9, 138). Absolute: (36, 463)
Screen size: Scaled: (480, 255). Absolute: (1920, 1017). Scale factor of 4
-- Affected level --
Level name: MpServer
All players: 1 total; [GCEntityClientPlayerMP['quliz'/140261, l='MpServer', x=-1503.13, y=74.00, z=637.30]]
Chunk stats: MultiplayerChunkCache: 441, 441
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-244,64,200), Chunk: (at 12,4,8 in -16,12; contains blocks -256,0,192 to -241,255,207), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 2421055 game time, 613725 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 77 total; [MoCEntityShark['Shark'/137986, l='MpServer', x=-1534.85, y=61.00, z=684.15], EntityPech['entity.Thaumcraft.Pech.name'/140416, l='MpServer', x=-1503.51, y=45.00, z=641.74], MoCEntityGoldFish['GoldFish'/137985, l='MpServer', x=-1539.45, y=61.83, z=677.23], MoCEntityMouse['Mouse'/137988, l='MpServer', x=-1539.31, y=63.16, z=692.58], MoCEntityHippoTang['HippoTang'/137989, l='MpServer', x=-1542.05, y=61.75, z=693.45], EntityPech['entity.Thaumcraft.Pech.2.name'/140426, l='MpServer', x=-1491.50, y=18.00, z=668.50], MoCEntityGrizzlyBear['GrizzlyBear'/140427, l='MpServer', x=-1498.11, y=68.00, z=699.37], GCEntityClientPlayerMP['quliz'/140261, l='MpServer', x=-1503.13, y=74.00, z=637.30], MoCEntityHippoTang['HippoTang'/137993, l='MpServer', x=-1534.15, y=62.00, z=680.93], EntityLatchedRenderer['unknown'/396, l='MpServer', x=8.50, y=65.00, z=8.50], MoCEntityGoat['Goat'/140428, l='MpServer', x=-1473.24, y=77.00, z=623.53], EntityPech['entity.Thaumcraft.Pech.name'/140304, l='MpServer', x=-1508.51, y=47.00, z=647.58], EntitySnowman['Snow Golem'/140439, l='MpServer', x=-1479.35, y=86.00, z=581.35], MoCEntitySnail['Snail'/140440, l='MpServer', x=-1496.00, y=71.00, z=616.15], EntityBrainyZombie['Angry Zombie'/140441, l='MpServer', x=-1501.50, y=15.00, z=584.50], MoCEntitySnake['Snake'/140447, l='MpServer', x=-1461.84, y=66.00, z=631.59], EntityLatchedRenderer['unknown'/416, l='MpServer', x=-1503.13, y=74.00, z=637.30], MoCEntityAngler['Angler'/140450, l='MpServer', x=-1471.72, y=61.59, z=644.85], EntityWisp['Wisp'/139427, l='MpServer', x=-1550.66, y=14.54, z=638.45], MoCEntityMaggot['Maggot'/140451, l='MpServer', x=-1475.92, y=59.00, z=660.18], EntityWisp['Wisp'/140448, l='MpServer', x=-1478.55, y=89.41, z=653.93], MoCEntityHorse['WildHorse'/140449, l='MpServer', x=-1471.30, y=63.00, z=648.70], EntitySheep['Sheep'/140454, l='MpServer', x=-1458.33, y=68.00, z=610.83], EntityXPOrb['Experience Orb'/140452, l='MpServer', x=-1485.75, y=65.00, z=658.75], EntityXPOrb['Experience Orb'/140453, l='MpServer', x=-1486.75, y=65.00, z=660.31], EntityCreeper['Creeper'/140458, l='MpServer', x=-1470.50, y=28.00, z=716.50], EntityPech['entity.Thaumcraft.Pech.name'/140462, l='MpServer', x=-1456.30, y=60.00, z=680.55], EntityWisp['Wisp'/140463, l='MpServer', x=-1458.20, y=61.98, z=684.45], EntityPech['entity.Thaumcraft.Pech.name'/140466, l='MpServer', x=-1467.50, y=56.00, z=671.50], MoCEntityBunny['Bunny'/140464, l='MpServer', x=-1460.65, y=66.00, z=686.50], EntityItem['item.item.string'/140465, l='MpServer', x=-1478.13, y=29.00, z=697.60], MoCEntitySnail['Snail'/140475, l='MpServer', x=-1441.05, y=67.00, z=615.36], MoCEntityFishy['Fishy'/140472, l='MpServer', x=-1460.11, y=62.00, z=575.74], EntityChicken['Chicken'/140345, l='MpServer', x=-1557.43, y=79.00, z=615.34], EntityPech['entity.Thaumcraft.Pech.name'/140478, l='MpServer', x=-1453.50, y=33.00, z=603.50], EntityItem['item.item.string'/140479, l='MpServer', x=-1444.17, y=21.00, z=693.15], MoCEntityFishy['Fishy'/140476, l='MpServer', x=-1458.85, y=62.00, z=632.88], EntityCreeper['Creeper'/140093, l='MpServer', x=-1542.50, y=34.00, z=675.50], MoCEntityFishy['Fishy'/140477, l='MpServer', x=-1446.96, y=62.00, z=582.43], EntityItem['item.item.bone'/140482, l='MpServer', x=-1446.13, y=15.00, z=670.57], MoCEntityClownFish['ClownFish'/140483, l='MpServer', x=-1445.98, y=61.90, z=657.97], EntityPech['entity.Thaumcraft.Pech.name'/140353, l='MpServer', x=-1544.50, y=101.00, z=645.50], EntityItem['item.item.arrow'/140481, l='MpServer', x=-1446.45, y=14.00, z=671.41], MoCEntityStingRay['StingRay'/140489, l='MpServer', x=-1428.77, y=58.00, z=600.60], EntityPech['entity.Thaumcraft.Pech.name'/140366, l='MpServer', x=-1547.50, y=17.00, z=609.50], MoCEntityFishy['Fishy'/140494, l='MpServer', x=-1436.70, y=61.96, z=598.13], EntityPech['entity.Thaumcraft.Pech.2.name'/140367, l='MpServer', x=-1551.50, y=59.00, z=620.50], MoCEntityFishy['Fishy'/140495, l='MpServer', x=-1441.21, y=62.00, z=588.15], MoCEntityStingRay['StingRay'/140492, l='MpServer', x=-1432.40, y=60.00, z=612.96], MoCEntityMaggot['Maggot'/140493, l='MpServer', x=-1435.72, y=64.00, z=621.75], MoCEntityAnchovy['Anchovy'/140498, l='MpServer', x=-1432.91, y=58.63, z=629.78], EntityWisp['Wisp'/140368, l='MpServer', x=-1550.45, y=24.17, z=633.55], EntityPech['entity.Thaumcraft.Pech.name'/140374, l='MpServer', x=-1557.30, y=79.00, z=614.34], MoCEntityCrab['Crab'/140502, l='MpServer', x=-1426.15, y=57.00, z=661.50], EntityPech['entity.Thaumcraft.Pech.2.name'/140375, l='MpServer', x=-1557.93, y=79.00, z=614.60], MoCEntitySalmon['Salmon'/140503, l='MpServer', x=-1434.91, y=61.46, z=670.70], EntityCreeper['Creeper'/140501, l='MpServer', x=-1431.50, y=40.00, z=668.50], EntityPech['entity.Thaumcraft.Pech.name'/139870, l='MpServer', x=-1513.50, y=27.00, z=661.50], MoCEntityCrab['Crab'/140386, l='MpServer', x=-1517.68, y=57.00, z=691.59], MoCEntityDolphin['Dolphin'/140514, l='MpServer', x=-1423.25, y=62.32, z=657.00], MoCEntityDeer['Deer'/140387, l='MpServer', x=-1504.51, y=67.00, z=673.45], EntityHorse['Horse'/140262, l='MpServer', x=-1497.45, y=69.00, z=631.30], MoCEntityBunny['Bunny'/140390, l='MpServer', x=-1535.21, y=62.87, z=695.52], EntityHorse['Horse'/140263, l='MpServer', x=-1495.85, y=69.00, z=629.98], MoCEntityBass['Bass'/140391, l='MpServer', x=-1523.30, y=62.00, z=697.70], MoCEntityBlackBear['BlackBear'/140388, l='MpServer', x=-1512.40, y=82.00, z=675.60], MoCEntityAnt['Ant'/140389, l='MpServer', x=-1506.33, y=69.00, z=705.90], MoCEntitySnail['Snail'/140264, l='MpServer', x=-1508.42, y=73.00, z=639.51], MoCEntityCrab['Crab'/140392, l='MpServer', x=-1522.15, y=65.00, z=698.15], MoCEntityGrizzlyBear['GrizzlyBear'/137961, l='MpServer', x=-1553.68, y=72.00, z=715.20], EntityCow['Cow'/137966, l='MpServer', x=-1565.40, y=89.00, z=636.79], MoCEntityDuck['Duck'/137967, l='MpServer', x=-1550.49, y=79.00, z=648.59], EntityWisp['Wisp'/140402, l='MpServer', x=-1528.45, y=19.36, z=591.62], EntityPech['entity.Thaumcraft.Pech.2.name'/140403, l='MpServer', x=-1518.30, y=16.00, z=596.70], EntityBrainyZombie['Angry Zombie'/140400, l='MpServer', x=-1517.50, y=17.00, z=574.50], EntityBrainyZombie['Angry Zombie'/140401, l='MpServer', x=-1520.50, y=21.00, z=650.50], EntityPech['entity.Thaumcraft.Pech.name'/140404, l='MpServer', x=-1521.50, y=90.00, z=618.50]]
Retry entities: 1 total; [EntityLatchedRenderer['unknown'/396, l='MpServer', x=8.50, y=65.00, z=8.50]]
Server brand: fml,forge
Server type: Non-integrated multiplayer server
-- System Details --
Minecraft Version: 1.12.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: 495759672 bytes (472 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
FML: MCP 9.42 Powered by Forge 14.23.4.2725 Optifine OptiFine_1.12.2_HD_U_E1 43 mods loaded, 43 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:------ |:------------------- |:--------------- |:--------------------------------------------- |:---------------------------------------- |
| UCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJA | mcp | 9.42 | minecraft.jar | None |
| UCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2725.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJA | forge | 14.23.4.2725 | forge-1.12.2-14.23.4.2725.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJA | micdoodlecore | | minecraft.jar | None |
| UCHIJA | baubles | 1.5.2 | Baubles-Mod-1.12.2.jar | None |
| UCHIJA | bibliocraft | 2.4.3 | BiblioCraft-Mod-1.12.jar | None |
| UCHIJA | biomesoplenty | 7.0.1.2361 | BiomesOPlenty-1.12.2-7.0.1.2361-universal.jar | None |
| UCHIJA | codechickenlib | 3.1.6.339 | CodeChickenLib-1.12.2.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJA | extendedrenderer | v1.0 | CoroUtil-1.12.1.jar | None |
| UCHIJA | coroutil | 1.12.1-1.2.11 | CoroUtil-1.12.1.jar | None |
| UCHIJA | configmod | v1.0 | CoroUtil-1.12.1.jar | None |
| UCHIJA | ctm | MC1.12-0.3.0.15 | CTM-MC1.12-0.3.0.15.jar | None |
| UCHIJA | customspawner | 3.11.4 | CustomMobSpawner-3.11.4.jar | None |
| UCHIJA | mocreatures | 12.0.4 | DrZharks MoCreatures Mod-12.0.4.jar | None |
| UCHIJA | enderstorage | 2.4.0.122 | Ender-Storage-Mod-1.12.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJA | mantle | 1.12-1.3.2.24 | Mantle-Mod-1.12.2.jar | None |
| UCHIJA | jei | 4.9.1.168 | jei_1.12.2-4.9.1.168.jar | None |
| UCHIJA | tconstruct | 1.12.2-2.9.0.55 | Tinkers-Construct-Mod-1.12.2.jar | None |
| UCHIJA | galacticraftcore | 4.0.1.181 | GalacticraftCore-1.12.2-4.0.1.181 (1).jar | None |
| UCHIJA | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-1.12.2-4.0.1.181.jar | None |
| UCHIJA | harvestcraft | 1.12.2o | HarvestCraft-Mod-1.12.2.jar | None |
| UCHIJA | waila | 1.8.26 | Hwyla-Mod-1.12.2.jar | None |
| UCHIJA | ichunutil | 7.1.4 | iChun-Util-Mod-1.12.2.jar | None |
| UCHIJA | llibrary | 1.7.14 | llibrary-1.7.14-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| UCHIJA | jurassicraft | 2.1.5 | JurassiCraft-1.12.2-2.1.5.jar | None |
| UCHIJA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
| UCHIJA | orespawn | 3.1.0 | MMD-OreSpawn-1.12.jar | None |
| UCHIJA | morph | 7.1.0 | Morphing-Mod-1.12.2.jar | None |
| UCHIJA | nei | 2.4.1 | Not-Enough-Items-1.12.2-Recommended.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJA | schematica | 1.8.0.169 | Schematica-1.12.2-1.8.0.169-universal.jar | None |
| UCHIJA | subcommonlib | 1.2.0.1 | SubLib-1.12.2.jar | None |
| UCHIJA | telepads | 1.11.2-1.0.2.1 | TelePads-Mod-1.12.2.jar | None |
| UCHIJA | thaumcraft | 6.1.BETA12 | Thaumcraft-Mod-1.12.2.jar | None |
| UCHIJA | torohealthmod | 1.12.2-11 | ToroCrafts-Damage-Indicators-Mod-1.12.2.jar | None |
| UCHIJA | tropicraft | 7.1.4.78 | Tropicraft-Mod-1.12.2.jar | None |
| UCHIJA | twilightforest | 3.7.424 | twilightforest-1.12.2-3.7.424-universal.jar | None |
| UCHIJA | uteamcore | 1.3.0.72 | u_team_core-1.12.2-1.3.0.72_1.jar | None |
| UCHIJA | usefulbackpacks | 1.2.0.8 | useful_backpacks-1.12.2-1.2.0.8_1.jar | None |
| UCHIJA | vanillafix | 1.0.9-97 | VanillaFix-1.0.9-97.jar | None |
| UCHIJA | wailaharvestability | 1.1.11 | Waila-Harvestability-Mod-1.12.jar | None |
| UCHIJA | weather2 | 1.12.1-2.6.5 | Weather-Tornadoes-1.12.2.jar | None |
| UCHIJA | xaerominimap | 1.13.9 | Xaeros-Minimap-Mod-1.12.jar | None |
Loaded coremods (and transformers): MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
team.chisel.ctm.client.asm.CTMTransformer
VanillaFixLoadingPlugin (VanillaFix-1.0.9-97.jar)
llibrary (llibrary-core-1.0.6-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 1070 Ti/PCIe/SSE2'
Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- wailaIntegration (Enabled/Not Forced)
Suspected Mods: CTM (ctm), CodeChicken Lib (codechickenlib), Thaumcraft (thaumcraft)
Launched Version: 1.12.2-forge1.12.2-14.23.4.2725
LWJGL: 2.9.4
OpenGL: GeForce GTX 1070 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 12x AMD Ryzen 5 1600 Six-Core Processor
Client Crashes Since Restart: 1
Integrated Server Crashes Since Restart: 0
This is the crash
Nevermind, I started removing mods, and it was the mod CTM. If anyone is having the problem, that may be it!
Another issue may be the size of the mod. If it is big it can cause lag, especially if you're not using a beefy computer.