Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash while initializing game #595

Closed
Chefbarbie opened this issue Dec 15, 2014 · 5 comments
Closed

Crash while initializing game #595

Chefbarbie opened this issue Dec 15, 2014 · 5 comments

Comments

@Chefbarbie
Copy link

Updated several mods, and this started. Some tinkering resulted in some arguing between thaumic tinkerer and buildcraft 6.2.6.
Crash Log: http://pastebin.com/ep3dXWaX
Open Eye: http://openeye.openmods.info/crashes/1b613d6b71435b1dd9133bad9a91edb8

@SirKastros
Copy link

This is a RF api update and the Trans vector Interface is the item causing the problem.

Here is the Crash log:

---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 12/15/14 6:37 AM
Description: Initializing game

java.lang.IllegalStateException: java.lang.ClassNotFoundException: thaumic.tinkerer.common.block.tile.transvector.TileTransvectorInterface
at com.google.common.reflect.ClassPath$ClassInfo.load(ClassPath.java:269)
at thaumic.tinkerer.common.registry.TTRegistry.registerClasses(TTRegistry.java:38)
at thaumic.tinkerer.common.registry.TTRegistry.preInit(TTRegistry.java:68)
at thaumic.tinkerer.common.core.proxy.TTCommonProxy.preInit(TTCommonProxy.java:81)
at thaumic.tinkerer.client.core.proxy.TTClientProxy.preInit(TTClientProxy.java:65)
at thaumic.tinkerer.common.ThaumicTinkerer.preInit(ThaumicTinkerer.java:70)
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:513)
at sun.reflect.GeneratedMethodAccessor4.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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
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)
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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.ClassNotFoundException: thaumic.tinkerer.common.block.tile.transvector.TileTransvectorInterface
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at com.google.common.reflect.ClassPath$ClassInfo.load(ClassPath.java:266)
... 49 more
Caused by: java.lang.NoClassDefFoundError: buildcraft/api/power/IPowerReceptor
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 52 more
Caused by: java.lang.ClassNotFoundException: buildcraft.api.power.IPowerReceptor
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 56 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Stacktrace:
at com.google.common.reflect.ClassPath$ClassInfo.load(ClassPath.java:269)
at thaumic.tinkerer.common.registry.TTRegistry.registerClasses(TTRegistry.java:38)
at thaumic.tinkerer.common.registry.TTRegistry.preInit(TTRegistry.java:68)
at thaumic.tinkerer.common.core.proxy.TTCommonProxy.preInit(TTCommonProxy.java:81)
at thaumic.tinkerer.client.core.proxy.TTClientProxy.preInit(TTClientProxy.java:65)
at thaumic.tinkerer.common.ThaumicTinkerer.preInit(ThaumicTinkerer.java:70)
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:513)
at sun.reflect.GeneratedMethodAccessor4.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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
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)
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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 527565768 bytes (503 MB) / 1009778688 bytes (963 MB) up to 1009778688 bytes (963 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx1024m
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.85.1264 Minecraft Forge 10.13.2.1264 142 mods loaded, 142 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized
FML{7.10.85.1264} Forge Mod Loader Unloaded->Constructed->Pre-initialized
Forge{10.13.2.1264} Minecraft Forge Unloaded->Constructed->Pre-initialized
appliedenergistics2-core{rv1-stable-1} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized
Aroma1997Core{1.0.2.13} Aroma1997Core Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.4.29} CodeChicken Core Unloaded->Constructed->Pre-initialized
{000} CoFH ASM Data Initialization Unloaded->Constructed->Pre-initialized
MobiusCore{1.2.3} MobiusCore Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.3.73} Not Enough Items Unloaded->Constructed->Pre-initialized
OpenComputers|Core{1.0.0} OpenComputers (Core) Unloaded->Constructed->Pre-initialized
OpenEye{0.6} OpenEye Unloaded->Constructed->Pre-initialized
ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core Unloaded->Constructed->Pre-initialized
OpenModsCore{0.6} OpenModsCore Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{3.2.0} Damage Indicators Unloaded->Constructed->Pre-initialized
appliedenergistics2{rv1-stable-1} Applied Energistics 2 Unloaded->Constructed->Pre-initialized
Aroma1997CoreHelper{1.0.2.13} Aroma1997Core|Helper Unloaded->Constructed->Pre-initialized
AromaBackup{0.0.0.5} AromaBackup Unloaded->Constructed->Pre-initialized
bdlib{1.5.1.32} BD Lib Unloaded->Constructed->Pre-initialized
BiblioCraft{1.9.1} BiblioCraft Unloaded->Constructed->Pre-initialized
CoFHCore{1.7.10R3.0.0B9} CoFH Core Unloaded->Constructed->Pre-initialized
BuildCraft|Core{6.2.6} BuildCraft Unloaded->Constructed->Pre-initialized
Forestry{3.3.0.6} Forestry for Minecraft Unloaded->Constructed->Pre-initialized
BiblioWoodsForestry{1.7} BiblioWoods Forestry Edition Unloaded->Constructed->Pre-initialized
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized
Natura{2.2.0} Natura Unloaded->Constructed->Pre-initialized
BiblioWoodsNatura{1.5} BiblioWoods Natura Edition Unloaded->Constructed->Pre-initialized
ThermalFoundation{1.7.10R1.0.0RC1} Thermal Foundation Unloaded->Constructed->Pre-initialized
ThermalExpansion{1.7.10R4.0.0B8} Thermal Expansion Unloaded->Constructed->Pre-initialized
BigReactors{0.4.0A} Big Reactors Unloaded->Constructed->Pre-initialized
AWWayofTime{v1.2.1b} Blood Magic: Alchemical Wizardry Unloaded->Constructed->Pre-initialized
Baubles{1.0.1.8} Baubles Unloaded->Constructed->Pre-initialized
Thaumcraft{4.2.1.4} Thaumcraft Unloaded->Constructed->Pre-initialized
Botania{r1.3-141} [Botania](Botania r1.3-141.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{6.2.6} BC Transport Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{6.2.6} BC Silicon Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{6.2.6} BC Builders Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{6.2.6} BC Energy Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{6.2.6} BC Factory Unloaded->Constructed->Pre-initialized
CarpentersBlocks{3.3.3} [Carpenter's Blocks](Carpenter's Blocks v3.3.3 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized
ChickenChunks{1.3.4.14} ChickenChunks Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.1.0.314} Forge Multipart Unloaded->Constructed->Pre-initialized
chisel{2.1.3} [Chisel](Chisel 2-2.1.3.jar) Unloaded->Constructed->Pre-initialized
Eln{44} Electrical Age Unloaded->Constructed->Pre-initialized
MineFactoryReloaded{1.7.10R2.8.0RC6} MineFactory Reloaded Unloaded->Constructed->Pre-initialized
EnderIO{1.7.10-2.2.3.306} Ender IO Unloaded->Constructed->Pre-initialized
EnderStorage{1.4.5.26} EnderStorage Unloaded->Constructed->Pre-initialized
EnderZoo{1.7.10-1.0.7.16} Ender Zoo Unloaded->Constructed->Pre-initialized
MetallurgyCore{4.0.4} Metallurgy Core Unloaded->Constructed->Pre-initialized
Waila{1.5.6a} Waila Unloaded->Constructed->Pre-initialized
TConstruct{1.7.10-1.7.1.build771} Tinkers' Construct Unloaded->Constructed->Pre-initialized
Metallurgy{4.0.6} Metallurgy 4 Unloaded->Constructed->Pre-initialized
ExtraTiC{0.8.4} ExtraTiC Unloaded->Constructed->Pre-initialized
ExtraUtilities{1.2.0} Extra Utilities Unloaded->Constructed->Pre-initialized
FastCraft{1.9} FastCraft Unloaded->Constructed->Pre-initialized
Railcraft{9.4.0.0} Railcraft Unloaded->Constructed->Pre-initialized
ThaumicTinkerer{unspecified} Thaumic Tinkerer Unloaded->Constructed->Errored
MagicBees{1.7.10-2.1.22} Magic Bees Unloaded->Constructed->Pre-initialized
gendustry{1.4.2.46} GenDustry Unloaded->Constructed->Pre-initialized
advgenerators{0.9.5.26} Advanced Generators Unloaded->Constructed->Errored
Growthcraft{2.1.0a} Growthcraft Unloaded->Constructed->Pre-initialized
Growthcraft|Cellar{2.1.0a} Growthcraft Cellar Unloaded->Constructed->Pre-initialized
Growthcraft|Apples{2.1.0} Growthcraft Apples Unloaded->Constructed->Pre-initialized
Growthcraft|Bamboo{2.1.0} Growthcraft Bamboo Unloaded->Constructed->Pre-initialized
Growthcraft|Bees{2.1.0} Growthcraft Bees Unloaded->Constructed->Pre-initialized
Growthcraft|Fishtrap{2.1.0a} Growthcraft Fishtrap Unloaded->Constructed->Pre-initialized
Growthcraft|Grapes{2.1.0} Growthcraft Grapes Unloaded->Constructed->Pre-initialized
Growthcraft|Hops{2.1.0} Growthcraft Hops Unloaded->Constructed->Pre-initialized
Growthcraft|Rice{2.1.0a} Growthcraft Rice Unloaded->Constructed->Pre-initialized
k4lib{1.7.10-0.1.18} K4Lib Unloaded->Constructed->Pre-initialized
HydCraft{1.7.10-2.0.78} Hydraulicraft Unloaded->Constructed->Pre-initialized
iChunUtil{4.1.2} iChunUtil Unloaded->Constructed->Pre-initialized
LunatriusCore{1.1.2.18} LunatriusCore Unloaded->Constructed->Pre-initialized
InGameInfoXML{2.8.1.67} InGame Info XML Unloaded->Constructed->Pre-initialized
RedstoneArsenal{1.7.10R1.1.0RC1} Redstone Arsenal Unloaded->Constructed->Pre-initialized
simplyjetpacks{1.3.0} Simply Jetpacks Unloaded->Constructed->Pre-initialized
InGameInfoXML|simplyjetpacksIntegration{2.8.1.67} InGame Info XML - Simply Jetpacks Integration Unloaded->Constructed->Pre-initialized
InGameInfoXML|ThaumcraftIntegration{2.8.1.67} InGame Info XML - Thaumcraft Integration Unloaded->Constructed->Pre-initialized
inventorytweaks{1.58-147-645ca10} Inventory Tweaks Unloaded->Constructed->Pre-initialized
IronChest{6.0.62.742} Iron Chest Unloaded->Constructed->Pre-initialized
JABBA{1.1.4} JABBA Unloaded->Constructed->Pre-initialized
journeymap{5.0.1} JourneyMap Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC6} MFR Compat: Applied Energistics Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC6} MFR Compat: Atum Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC6} MFR Compat: BackTools Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC6} MFR Compat: BuildCraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC6} MFR Compat: Chococraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC6} MFR Compat: ExtraBiomes Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC6} MFR Compat: Forestry Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC6} MFR Compat: ForgeMicroblock Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC6} MFR Compat: IC2 Unloaded->Constructed->Pre-initialized
Mystcraft{0.11.0.00} Mystcraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC6} MFR Compat: Mystcraft Unloaded->Constructed->Pre-initialized
MrTJPCoreMod{1.0} MrTJPCoreMod Unloaded->Constructed->Pre-initialized
ProjRed|Core{4.5.8.59} ProjectRed Unloaded->Constructed->Pre-initialized
ProjRed|Exploration{4.5.8.59} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC6} MFR Compat ProjectRed Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC6} MFR Compat: Railcraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC6} MFR Compat: RP2 Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC6} MFR Compat: Sufficient Biomes Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC6} MFR Compat: Thaumcraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC6} MFR Compat: Thermal Expansion Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0RC6} MFR Compat: Tinkers' Construct Unloaded->Constructed->Pre-initialized
TwilightForest{2.3.2} The Twilight Forest Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC6} MFR Compat: TwilightForest Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC6} MFR Compat: Vanilla Unloaded->Constructed->Pre-initialized
NEIAddons{1.12.3.11} NEI Addons Unloaded->Constructed->Pre-initialized
NEIAddons|Botany{1.12.3.11} NEI Addons: Botany Unloaded->Constructed->Pre-initialized
NEIAddons|Forestry{1.12.3.11} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized
NEIAddons|CraftingTables{1.12.3.11} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized
NEIAddons|ExNihilo{1.12.3.11} NEI Addons: Ex Nihilo Unloaded->Constructed->Pre-initialized
neiintegration{1.0.3} NEI Integration Unloaded->Constructed->Pre-initialized
NEM-VersionChecker{0.1} NEM Version Checker Unloaded->Constructed->Pre-initialized
NetherOres{1.7.10R2.3.0RC4} Nether Ores Unloaded->Constructed->Pre-initialized
ObsidiPlates{3.0.0.18} ObsidiPlates Unloaded->Constructed->Pre-initialized
OpenMods{0.6} OpenMods Unloaded->Constructed->Pre-initialized
OpenBlocks{1.3} OpenBlocks Unloaded->Constructed->Pre-initialized
ProjRed|Transmission{4.5.8.59} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized
OpenComputers{1.4.2.16} OpenComputers Unloaded->Constructed->Pre-initialized
harvestcraft{1.7.10d} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10d.jar) Unloaded->Constructed->Pre-initialized
ProjRed|Transportation{4.5.8.59} ProjectRed-Transportation Unloaded->Constructed->Pre-initialized
ProjRed|Compatibility{4.5.8.59} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized
ProjRed|Integration{4.5.8.59} ProjectRed-Integration Unloaded->Constructed->Pre-initialized
ProjRed|Illumination{4.5.8.59} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized
ProjRed|Expansion{4.5.8.59} ProjectRed-Expansion Unloaded->Constructed->Pre-initialized
SolarFlux{1.7.10-0.4c} Solar Flux Unloaded->Constructed->Pre-initialized
StevesCarts{2.0.0.b18} Steve's Carts 2 Unloaded->Constructed->Pre-initialized
StevesFactoryManager{A92} Steve's Factory Manager Unloaded->Constructed->Pre-initialized
StevesWorkshop{0.5.1} Steve's Workshop Unloaded->Constructed->Pre-initialized
Sync{4.0.0} Sync Unloaded->Constructed->Pre-initialized
ThaumicExploration{0.6.0} Thaumic Exploration Unloaded->Constructed->Pre-initialized
TiCTooltips{1.1.11b} TiC Tooltips Unloaded->Constructed->Pre-initialized
TMechworks{1.7.10-67.34d1d9b} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized
Translocator{1.1.1.13} Translocator Unloaded->Constructed->Pre-initialized
VersionChecker{1.1.7} Version Checker Unloaded->Constructed->Pre-initialized
WailaHarvestability{1.1.0} Waila Harvestability Unloaded->Constructed->Pre-initialized
warpbook{2.0.null} Warp Book Unloaded->Constructed->Pre-initialized
WR-CBE|Core{1.4.1.9} WR-CBE Core Unloaded->Constructed->Pre-initialized
WR-CBE|Addons{1.4.1.9} WR-CBE Addons Unloaded->Constructed->Pre-initialized
WR-CBE|Logic{1.4.1.9} WR-CBE Logic Unloaded->Constructed->Pre-initialized
McMultipart{1.1.0.314} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized
aobd{2.3.5} Another One Bites The Dust Unloaded->Constructed->Pre-initialized
ForgeMicroblock{1.1.0.314} Forge Microblocks Unloaded->Constructed->Pre-initialized
OpenModsLib crash transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
AE2 Version: stable rv1-stable-1 for Forge 10.13.0.1187
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Stencil buffer state: Function set: GL30, pool: internal, bits: 8
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon R7 200 Series GL version 4.3.12618 Compatibility Profile Context 13.251.9001.1001, 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: []
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)

@GaeaKat GaeaKat closed this as completed Dec 15, 2014
@GaeaKat
Copy link
Member

GaeaKat commented Dec 15, 2014

We are just waiting for Thaumcraft to update, this is fixed and will be in next release

@xJon
Copy link

xJon commented Dec 17, 2014

What's up with that?
I can't update the rest of my mods without it.
what can I do?
I don't want to kick out Thaumic Tinkerer.

@GaeaKat
Copy link
Member

GaeaKat commented Dec 17, 2014

If we released it now it would still crash but because of Thaumcraft I stead of build craft tt can work without be it can't without Thaumcraft . There is a new version of Thaumcraft that changes how focii work. Due to that any version of Thaumic Tinkerer we release at the moment will only work for that version onwards.

@xJon
Copy link

xJon commented Dec 20, 2014

So Thaumic Tinkerer will update only when Thaumcraft will?
Isn't there any build that will work with BC 6.2.6 & Thaumcraft 4.2.1.4 so I can push an update for my modpack?

EDIT: never mind. lol. Thaumcraft is out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants