This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Kye_Duo's profile picture

[1.74] crash with Colored lights core

Started by Kye_Duo, 08 July 2015 - 09:53 PM
Kye_Duo #1
Posted 08 July 2015 - 11:53 PM
Computer craft causes a crash when I play it with the Colored lights core and forge versions with the loading screen. I used forge version .1448 for this crash report.

—- Minecraft Crash Report —-
// Uh… Did I do that?

Time: 7/8/15 3:57 PM
Description: Initializing game

java.lang.IllegalStateException: Already tesselating!
at net.minecraft.client.renderer.Tessellator.func_78371_b(Tessellator.java:219)
at net.minecraft.client.renderer.Tessellator.func_78382_b(Tessellator.java:212)
at dan200.computercraft.client.gui.FixedWidthFontRenderer.reloadFont(FixedWidthFontRenderer.java:129)
at dan200.computercraft.client.gui.FixedWidthFontRenderer.<init>(FixedWidthFontRenderer.java:42)
at dan200.computercraft.client.proxy.ComputerCraftProxyClient.init(ComputerCraftProxyClient.java:78)
at dan200.computercraft.ComputerCraft.init(ComputerCraft.java:272)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java: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:

It gets weird. If I rename CC to be before CLC, sometimes it will run, but most of the time this doesn't work.
Edited on 09 July 2015 - 04:22 PM
HPWebcamAble #2
Posted 09 July 2015 - 09:01 PM
Do you have Optifine installed?

Try turning of Multicore Chunk Loading in the main menu before the world loads
Kye_Duo #3
Posted 09 July 2015 - 11:50 PM
Do you have Optifine installed?

Try turning of Multicore Chunk Loading in the main menu before the world loads

no, optifine screws with forge hooks and messes up too many mods.
Edited on 09 July 2015 - 09:56 PM
HPWebcamAble #4
Posted 10 July 2015 - 01:35 AM
Do you only have CC, and CLC installed?

If so, you may just have to live without one of them, maybe submit this as a bug report for CLC as well.
Kye_Duo #5
Posted 10 July 2015 - 02:19 AM
Do you only have CC, and CLC installed?

If so, you may just have to live without one of them, maybe submit this as a bug report for CLC as well.
no, but I know its these two. without one or the other the game loads, and yes, I've put a bug report there as well.
I am just using forge .1388, but I want to use a forge with the Loading screen.
HPWebcamAble #6
Posted 10 July 2015 - 02:34 AM
Do you only have CC, and CLC installed?
no, but I know its these two

Well, it might be worth removing all of your mods, then adding them 1 by 1, loading the game in between.
How do you know its CC and CLC?


but I want to use a forge with the Loading screen.

Yah, the loading bar is really a nice addition.
Kye_Duo #7
Posted 10 July 2015 - 03:19 AM
Do you only have CC, and CLC installed?
no, but I know its these two

Well, it might be worth removing all of your mods, then adding them 1 by 1, loading the game in between.
How do you know its CC and CLC?

because if I remove either CLC or CC it will load in in .1448.
but the weird thing is, sometimes I can get the game to load if I rename CC to load before CLC, but not always, and it will only load once. then it goes back to crashing.
Cranium #8
Posted 10 July 2015 - 03:38 AM
Could you either post a full crashlog, or your full mods list? I have a wild guess that adding the latest codechickencore MAY help. I don't know how, or why, but hey, worth a shot…
Kye_Duo #9
Posted 10 July 2015 - 12:36 PM
sorry, CCC is the latest

—- Minecraft Crash Report —-
// Uh… Did I do that?

Time: 7/8/15 3:57 PM
Description: Initializing game

java.lang.IllegalStateException: Already tesselating!
at net.minecraft.client.renderer.Tessellator.func_78371_b(Tessellator.java:219)
at net.minecraft.client.renderer.Tessellator.func_78382_b(Tessellator.java:212)
at dan200.computercraft.client.gui.FixedWidthFontRenderer.reloadFont(FixedWidthFontRenderer.java:129)
at dan200.computercraft.client.gui.FixedWidthFontRenderer.<init>(FixedWidthFontRenderer.java:42)
at dan200.computercraft.client.proxy.ComputerCraftProxyClient.init(ComputerCraftProxyClient.java:78)
at dan200.computercraft.ComputerCraft.init(ComputerCraft.java:272)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java: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 net.minecraft.client.renderer.Tessellator.func_78371_b(Tessellator.java:219)
at net.minecraft.client.renderer.Tessellator.func_78382_b(Tessellator.java:212)
at dan200.computercraft.client.gui.FixedWidthFontRenderer.reloadFont(FixedWidthFontRenderer.java:129)
at dan200.computercraft.client.gui.FixedWidthFontRenderer.<init>(FixedWidthFontRenderer.java:42)
at dan200.computercraft.client.proxy.ComputerCraftProxyClient.init(ComputerCraftProxyClient.java:78)
at dan200.computercraft.ComputerCraft.init(ComputerCraft.java:272)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)

– Initialization –
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

– System Details –
Details:
Minecraft Version: 1.7.10
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: 723923816 bytes (690 MB) / 1186070528 bytes (1131 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 104 mods loaded, 103 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHI Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHI CodeChickenCore{1.0.6.39} [CodeChicken Core] (minecraft.jar)
UCHI NotEnoughItems{1.0.4.99} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.99-universal.jar)
UCHI PlayerAPI{1.3} [Player API] (minecraft.jar)
UCHI RenderPlayerAPI{1.3} [Render Player API] (minecraft.jar)
UCHI RenderPlayerAPIEnhancer{1.3} [Render Player API Enhancer] (minecraft.jar)
UCHI SmartCore{1.0.2} [Smart Core] (minecraft.jar)
UCHI OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
UCHI <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHI coloredlightscore{1.3.7.38} [Colored Lights Core] (minecraft.jar)
UCHI zeldaswordskills{1.7.10-2.2.5.c} [Zelda Sword Skills] (1.7.10-zeldaswordskills-2.2.5.c.jar)
UCHI qCraft{${version}} [qCraft] ([1.7.10] qCraft-1.2-OpenMCport-RobijnvogelTweak.jar)
UCHI DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UCHI CoFHCore{1.7.10R3.0.3B2} [CoFH Core] (CoFHCore-[1.7.10]3.0.3B2-294.jar)
UCHI BuildCraft|Core{7.0.13} [BuildCraft] (buildcraft-7.0.13.jar)
UCHI BuildCraft|Silicon{7.0.13} [BC Silicon] (buildcraft-7.0.13.jar)
UCHI BuildCraft|Transport{7.0.13} [BC Transport] (buildcraft-7.0.13.jar)
UCHI BuildCraft|Factory{7.0.13} [BC Factory] (buildcraft-7.0.13.jar)
UCHI additionalpipes{4.6.0} [Additional Pipes] (additionalpipes-4.6.0.jar)
UCHI IC2{2.2.736-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.736-experimental.jar)
UCHI ImmibisCore{59.1.1} [Immibis Core] (immibis-core-59.1.1.jar)
UCHI AdvancedRepulsionSystems{59.0.3} [Advanced Repulsion Systems] (adv-repulsion-systems-59.0.3.jar)
UCHI AdvancedMachines{59.0.2} [Advanced Machines] (advanced-machines-59.0.2.jar)
UCHI bdlib{1.7.1.71} [BD Lib] (bdlib-mc1710-1.7.1.71.jar)
UCHI BiblioCraft{1.10.3} [BiblioCraft] (BiblioCraft[v1.10.3][MC1.7.10].jar)
UCHI Forestry{3.6.2.19} [Forestry for Minecraft] (forestry_1.7.10-3.6.2.19.jar)
UCHI BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHI BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHI BinnieCore{2.0-pre9} [Binnie Core] (binnie-mods-2.0-pre9.jar)
UCHI Botany{2.0-pre9} [Botany] (binnie-mods-2.0-pre9.jar)
UCHI ExtraBees{2.0-pre9} [Extra Bees] (binnie-mods-2.0-pre9.jar)
UCHI ExtraTrees{2.0-pre9} [Extra Trees] (binnie-mods-2.0-pre9.jar)
UCHI Genetics{2.0-pre9} [Genetics] (binnie-mods-2.0-pre9.jar)
UCHI qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.114-universal.jar)
UCHI bluepower{0.2.954} [Blue Power] (BluePower-1.7.10-0.2.954-universal.jar)
UCHI BuildCraft|Builders{7.0.13} [BC Builders] (buildcraft-7.0.13.jar)
UCHI BuildCraft|Robotics{7.0.13} [BC Robotics] (buildcraft-7.0.13.jar)
UCHI BuildCraft|Energy{7.0.13} [BC Energy] (buildcraft-7.0.13.jar)
UCHI BuildCraft|Compat{7.0.8} [BuildCraft Compat] (buildcraft-compat-7.0.8.jar)
UCHI CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar)
UCHI chococraft{4.1.5} [Clienthax's ChocoCraft] (ChocoCraft-4.1.5.jar)
UCHI CloudMaster{1.0} [CloudMaster] (CloudMaster_1.7.10-1.3.jar)
UCHI easycoloredlights{1.3.7.38} [Easy Colored Lights] (ColoredLightsCore-1.3.7.38.jar)
UCHE ComputerCraft{1.74} [ComputerCraft] (ComputerCraft1.74.jar)
UCHI BuildMod{v1.0} [Build Mod] (CoroUtil-1.1.1.jar)
UCHI CoroAI{v1.0} [CoroAI] (CoroUtil-1.1.1.jar)
UCHI ExtendedRenderer{v1.0} [Extended Renderer] (CoroUtil-1.1.1.jar)
UCHI ConfigMod{v1.0} [Extended Mod Config] (CoroUtil-1.1.1.jar)
UCHI craftguide{1.6.8.1} [CraftGuide] (CraftGuide-1.6.8.1.zip)
UCHI CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip)
UCHI DimensionalAnchors{59.0.3} [Dimensional Anchors] (dimensional-anchor-59.0.3.jar)
UCHI DragonsRadioMod{1.6.3} [Dragon's Radio Mod] (DragonsRadioMod-MC1.7.10-1.6.3.jar)
UCHI MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCHI SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UCHI DynamicTransport{0.1.2.0} [Dynamic Transport] (DynamicTransport-0.1.2.0.jar)
UCHI EnderStorage{1.4.7.33} [EnderStorage] (EnderStorage-1.7.10-1.4.7.33-universal.jar)
UCHI extracarts{1.7.10-0.8.0} [Extra Carts] (ExtraCarts-1.7.10-0.8.0.jar)
UCHI fairylights{0.6} [Fairy Lights] (fairylights-0.6-1.7.10.jar.zip)
UCHI FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHI Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar)
UCHI MagicBees{1.7.10-2.3.1} [Magic Bees] (magicbees-1.7.10-2.3.1.jar)
UCHI gendustry{1.4.10.77} [GenDustry] (gendustry-mc1710-1.4.10.77.jar)
UCHI IC2BackpackHUD{3.0} [IC2 Backpack HUD] (IC2 Backpack HUD v3.0 - MC 1.7.10.zip)
UCHI inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCHI iridiummod{0.8} [Iridium Mod] (iridiummod-1.7-0.8.jar)
UCHI IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHI journeymap{5.0.1} [JourneyMap] (JourneyMap5.0.1_Unlimited_MC1.7.10.jar)
UCHI malisiscore{1.7.10-0.12.4} [MalisisCore] (malisiscore-1.7.10-0.12.4.jar)
UCHI malisisdoors{1.7.10-1.9.1} [Malisis' Doors] (malisisdoors-1.7.10-1.9.1.jar)
UCHI cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCHI Mystcraft{0.11.5.00} [Mystcraft] (mystcraft-1.7.10-0.11.5.00.jar)
UCHI NEIAddons{1.12.5.17} [NEI Addons] (neiaddons-mc1710-1.12.5.17.jar)
UCHI NEIAddons|Botany{1.12.5.17} [NEI Addons: Botany] (neiaddons-mc1710-1.12.5.17.jar)
UCHI NEIAddons|Forestry{1.12.5.17} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.5.17.jar)
UCHI NEIAddons|CraftingTables{1.12.5.17} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.5.17.jar)
UCHI NEIAddons|ExNihilo{1.12.5.17} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.5.17.jar)
UCHI neiintegration{1.0.9} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.9.jar)
UCHI ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)
UCHI OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
UCHI OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)
UCHI OpenPeripheralCore{1.1.1} [OpenPeripheralCore] (OpenPeripheral-1.7.10-AIO-4b.jar)
UCHI OpenPeripheral{0.3.1} [OpenPeripheralAddons] (OpenPeripheral-1.7.10-AIO-4b.jar)
UCHI OpenPeripheralIntegration{0.2.2} [OpenPeripheralIntegration] (OpenPeripheral-1.7.10-AIO-4b.jar)
UCHI plantmegapack{4.23} [Plant Mega Pack] (plantmegapack-4.23-1.7.10-1448.jar)
UCHI PowerConverters{1.7.10_3.3.0-jenkins.74} [Power Converters] (PowerConverters-1.7.10_3.3.0-jenkins.74.jar)
UCHI SmartMoving{15.5} [Smart Moving] (SmartMoving-1.7.10-15.5.jar)
UCHI SmartRender{2.1} [Smart Render] (SmartRender-1.7.10-2.1.jar)
UCHI Tubestuff{59.0.4} [Tubestuff] (tubestuff-59.0.4.jar)
UCHI TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHI Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHI weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
UCHI weather2{v2.3.6} [weather2] (Weather-2.3.7.jar)
UCHI ForgeMultipart{1.2.0.344} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.344-universal.jar)
UCHI WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHI WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHI WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHI zcraftingmanager{1.1.0} [Crafting Manager] (zCraftingManager ALPHA 1.0.17 mc1.7.10.jar)
UCHI zssaddon{1.7.10-alpha-0.0.1} [Zelda Sword Skills - Addon] (zeldaswordskillsaddon-v0.0.4a.jar)
UCHI zoommod{1.2} [zoommod] (ZoomMod-1.2_1.7.10.jar)
UCHI McMultipart{1.2.0.344} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.344-universal.jar)
UCHI ForgeMicroblock{1.2.0.344} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.344-universal.jar)
UD zcraftingmanagercore{1.1.0} [Crafting Manager Core] (minecraft.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.4.13283 Compatibility Profile Context 14.501.1003.0' Renderer: 'AMD Radeon HD 7700 Series'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
CoFHCore: -[1.7.10]3.0.3B2-294
List of loaded APIs:
* apAPI (1) from additionalpipes-4.6.0.jar
* bluepowerAPI (1.0) from BluePower-1.7.10-0.2.954-universal.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|blueprints (1.3) from buildcraft-7.0.13.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|core (1.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.0.13.jar
* BuildCraftAPI|events (1.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.0.13.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.0.13.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.0.13.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.0.13.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|robotics (2.1) from buildcraft-7.0.13.jar
* BuildCraftAPI|statements (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.0.13.jar
* BuildCraftAPI|tools (1.0) from buildcraft-7.0.13.jar
* BuildCraftAPI|transport (4.0) from Railcraft_1.7.10-9.6.1.0.jar
* CoFHAPI (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|block (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|core (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|energy (1.7.10R1.0.1) from buildcraft-7.0.13.jar
* CoFHAPI|fluid (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|inventory (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|item (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|modhelpers (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|tileentity (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|transport (1.7.10R1.0.1) from buildcraft-compat-7.0.8.jar
* CoFHAPI|world (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|audio (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|container (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|element (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|slot (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|inventory (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|render (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|render|particle (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util|helpers (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util|position (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|world (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|world|feature (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* ComputerCraft|API (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|FileSystem (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Lua (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Media (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Peripheral (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Permissions (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Redstone (1.74) from ComputerCraft1.74.jar
* ComputerCraft|API|Turtle (1.74) from ComputerCraft1.74.jar
* ForestryAPI|apiculture (3.5.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|circuits (2.0.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|core (3.2.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.6.2.19.jar
* gendustryAPI (1.4.10) from gendustry-mc1710-1.4.10.77.jar
* IC2API (1.0) from Railcraft_1.7.10-9.6.1.0.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.11.5.00.jar
* OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.3.jar
* OpenPeripheralApi (3.2) from OpenPeripheral-1.7.10-AIO-4b.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|carts (1.3.1) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|core (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|signals (1.3.0) from Railcraft_1.7.10-9.6.1.0.jar
* RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.6.1.0.jar
* Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.6.1.0.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
* ZeldaAPI (0.4) from 1.7.10-zeldaswordskills-2.2.5.c.jar
* ZeldaBlockAPI (0.3) from 1.7.10-zeldaswordskills-2.2.5.c.jar
* ZeldaDamageAPI (0.3) from 1.7.10-zeldaswordskills-2.2.5.c.jar
* ZeldaEntityAPI (0.4) from 1.7.10-zeldaswordskills-2.2.5.c.jar
* ZeldaGenAPI (0.3) from 1.7.10-zeldaswordskills-2.2.5.c.jar
* ZeldaItemAPI (0.3) from 1.7.10-zeldaswordskills-2.2.5.c.jar
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 7700 Series GL version 4.4.13283 Compatibility Profile Context 14.501.1003.0, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [BDcraft Sounds Pack.zip, BDcraft Musics Pack.zip, Sphax PureBDcraft 64x MC17.zip, BiblioCraft_MC1.7.x-64x.zip, BiblioWoods[Forestry]MC1.7.x-64x.zip, chococraft_3.0.3_x64.zip, MalisisDoors-MC1.7.10-64x.zip, qcraft.zip, Smart Moving PureBDcraft 512-64x.zip, Sphax 64x Balkons Weapons Mod v1.14.2.zip, Sphax MOC.zip, Sphax PowerConverters 1.7.x 64x.zip, Sphax64x_Adv_Machines_Ver59.0.1.zip, Sphax_AdditionalPipes_64x_MC.1.6.zip, Sphax_BigReactors_64x.zip, Sphax_BinniesMods_64x.zip, Sphax_CarpentersBlocks_64x.zip, Sphax_CoFHCore_512x-64x.zip, Sphax_ComputerCraft_64x.zip, Sphax_EnderStorage_64x.zip, Sphax_Forestry-MagicBees_64x.zip, Sphax_Forestry_64x.zip, Sphax_Gendustry_Ver 1.4.5.56_64x.zip, Sphax_IC2BackpackHUD_MC1.7.zip, Sphax_IC2_EXP_64x.zip, Sphax_ImmibisDimensionalAnchor_64x.zip, Sphax_IronChests_64x.zip, Sphax_Mystcraft_64x.zip, Sphax_NEIAddons_512x-64x.zip, Sphax_NEIPlugins_512x-64x.zip, Sphax_NEI_512x-64x.zip, Sphax_Railcraft_64x.zip, Sphax_TinCon_Ver1.8.3b_64x.zip, Sphax_WirelessRedstoneCBE_64x.zip, WIP1-TwilightForest-1.7.x-x64.zip, Sphax Open Blocks Patch 64x.zip, (64) Battlegear.zip, [1.7.10] [64x] Sphax Patch - OpenComputers v1.4.4.24.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Cranium #10
Posted 10 July 2015 - 06:40 PM
Try launching without your textures, and see if that helps. It seems that there's a problem with the fixed width font rendering, and the only thing I can think of is that one of your textures may be erroring it out. I do know that ComputerCraft is fairly notorious for font issues right now.
Kye_Duo #11
Posted 10 July 2015 - 07:18 PM
no change, still gives the error.
It is CLC and CC. They don't like each other in forge versions with a loading screen.
HPWebcamAble #12
Posted 11 July 2015 - 07:01 AM
Any of your other mods conflict?
https://docs.google.com/spreadsheets/d/1mfAradGBs1U2LOVHIW6_2FNKnc4pKB00qr9VAYtrKZc/pubhtml
Kye_Duo #13
Posted 11 July 2015 - 01:31 PM
Any of your other mods conflict?
https://docs.google....AYtrKZc/pubhtml
that list is old and it doesn't take into account the forge versions. this only happens with a forge version with a loading screen. CLC had to be updated to work with those versions. My guess is it will have to be fixed on CLC's end, unless you can somehow figure out a way on your end to get it to work.
Kye_Duo #14
Posted 11 July 2015 - 07:01 PM
ARGH!!!!!
it is not just CLC and CC….it is one of my other mods as well….ARGH!!!!!!!!!!!!!!!!!!!!!!!!
this is going to take a long time to find the culprit set.

edit: of all the mods to be really causing the problem….Wireless Redstone-CBE!
time to but that mod author.
Edited on 11 July 2015 - 05:06 PM
HPWebcamAble #15
Posted 11 July 2015 - 07:16 PM
it is not just CLC and CC….it is one of my other mods as well

Modding is certainly frustrating, I haven't done it myself since 1.4
I just use the AT and FTB launchers.

Like I said though, if you want to figure out what is causing the conflict(s), you need to add a mod and load MC until you find a problem.
And yes, that takes a long time. Which is why I don't do it myself anymore :P/>
Kye_Duo #16
Posted 11 July 2015 - 07:39 PM
sigh….it seems that ANY mod that adds in CC support causes the "already tessellating" crash….and I have a few of those….
Bomb Bloke #17
Posted 12 July 2015 - 12:46 AM
Last I checked, Project Red works just fine.