Railcraft

Railcraft

34M Downloads

NPE crash with Railcraft 9.6.0.0 and Tinkers Steelworks and CookieCore

mikebriggs2k opened this issue ยท 4 comments

commented

I'm running a custom modpack utilizing Railcraft along with Tinker's Steelworks. During my mod update cycle I ran into an NPE after updating from Railcraft 9.5.0.0 to 9.6.0.0.

The Tsteelworks and cookiecore have not been updated since last cycle and do not cause this crash with 9.5.0.0. I do not know if this is an API change issue that Tsteelworks needs to adjust to or what, but I figured I'd report it here.

Reports regarding this NPE start on Feb 7 on openEye, which corresponds to your public release date.

See below crash report:

---- Minecraft Crash Report ----
// I blame Dinnerbone.

Time: 2/21/15 12:26 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
at nf.fr.ephys.cookiecore.util.HashedItemStack.hashCode(HashedItemStack.java:22)
at java.util.HashMap.hash(Unknown Source)
at java.util.HashMap.put(Unknown Source)
at tsteelworks.lib.registry.FuelHandlerRegistry.addFuel(FuelHandlerRegistry.java:17)
at tsteelworks.common.core.TSRecipes.addHighOvenFuels(TSRecipes.java:69)
at tsteelworks.common.core.TSRecipes.setupRecipes(TSRecipes.java:55)
at tsteelworks.common.core.TSCommonProxy.postInit(TSCommonProxy.java:31)
at tsteelworks.client.core.TSClientProxy.postInit(TSClientProxy.java:57)
at tsteelworks.TSteelworks.postInit(TSteelworks.java:69)
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.initializeMods(Loader.java:694)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
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)

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

-- Head --
Stacktrace:
at nf.fr.ephys.cookiecore.util.HashedItemStack.hashCode(HashedItemStack.java:22)
at java.util.HashMap.hash(Unknown Source)
at java.util.HashMap.put(Unknown Source)
at tsteelworks.lib.registry.FuelHandlerRegistry.addFuel(FuelHandlerRegistry.java:17)
at tsteelworks.common.core.TSRecipes.addHighOvenFuels(TSRecipes.java:69)
at tsteelworks.common.core.TSRecipes.setupRecipes(TSRecipes.java:55)
at tsteelworks.common.core.TSCommonProxy.postInit(TSCommonProxy.java:31)
at tsteelworks.client.core.TSClientProxy.postInit(TSClientProxy.java:57)
at tsteelworks.TSteelworks.postInit(TSteelworks.java:69)
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.initializeMods(Loader.java:694)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)

-- 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)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_31, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 338224864 bytes (322 MB) / 977330176 bytes (932 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:MaxPermSize=256M -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.85.1291 Minecraft Forge 10.13.2.1291 117 mods loaded, 117 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
FML{7.10.85.1291} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forge{10.13.2.1291} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CodeChickenCore{1.0.4.35} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
{000} CoFH ASM Data Initialization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MobiusCore{1.2.3} MobiusCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NotEnoughItems{1.0.4.83} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenModsCore{0.6} OpenModsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
bspkrsCore{6.15} bspkrsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ArmorStatusHUD{1.28} ArmorStatusHUD Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
IC2{2.2.681-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AdvancedSolarPanel{1.7.10-3.5.1} Advanced Solar Panels Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AppleCore{1.1.0} AppleCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ArchimedesShips{1.7.10 v1.7.1} Archimedes' Ships Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
bdlib{1.6.3.48} BD Lib Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BiblioCraft{1.9.2} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CoFHCore{1.7.10R3.0.0B9} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Core{6.3.6} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forestry{3.4.0.7} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BiblioWoodsForestry{1.7} BiblioWoods Forestry Edition Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Natura{2.2.0} Natura Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BiblioWoodsNatura{1.5} BiblioWoods Natura Edition Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BinnieCore{2.0-pre6b} Binnie Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Botany{2.0-pre6b} Botany Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ExtraBees{2.0-pre6b} Extra Bees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ExtraTrees{2.0-pre6b} Extra Trees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Genetics{2.0-pre6b} Genetics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
qmunitylib{1.0} QmunityLib Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
bluepower{0.2.857} Blue Power Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Transport{6.3.6} BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Silicon{6.3.6} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Builders{6.3.6} BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Energy{6.3.6} BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Factory{6.3.6} BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Compat{6.3.0} BuildCraft Compat Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ChickenChunks{1.3.4.17} ChickenChunks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ForgeMultipart{1.1.1.322} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Baubles{1.0.1.10} Baubles Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Thaumcraft{4.2.3.5} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Railcraft{9.5.0.0} Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TwilightForest{2.3.3} The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
chisel{2.3.7.34} Chisel 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ChiselFacades{1.7.10-2.10-cricket} Chisel Facades Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ComputerCraft{1.7} ComputerCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
cookiecore{1.3.1} Cookie Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
DeadlyWorld{1.0.2} Deadly World Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
DynamicLights{1.3.7} Dynamic Lights Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
DynamicLights_onFire{1.0.4} Dynamic Lights Burning Entity Module Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
DynamicLights_creepers{1.0.4} Dynamic Lights Creeper Module Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
DynamicLights_dropItems{1.0.7} Dynamic Lights EntityItem Module Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
DynamicLights_entityClasses{1.0.1} Dynamic Lights Entity Light Module Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
DynamicLights_mobEquipment{1.0.7} Dynamic Lights Mob Equipment Light Module Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
DynamicLights_flameArrows{1.0.0} Dynamic Lights Fiery Arrows Light Module Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
DynamicLights_floodLights{1.0.1} Dynamic Lights Flood Light Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
DynamicLights_otherPlayers{1.0.7} Dynamic Lights OtherPlayers Light Module Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
DynamicLights_thePlayer{1.1.3} Dynamic Lights Player Light Module Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded{1.7.10R2.8.0RC6} MineFactory Reloaded Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
EnderIO{1.7.10-2.2.8.349} Ender IO Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
EnderZoo{1.7.10-1.0.9.18} Ender Zoo Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
McMultipart{1.1.1.322} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThermalFoundation{1.7.10R1.0.0RC1} Thermal Foundation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThermalExpansion{1.7.10R4.0.0B8} Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Waila{1.5.8} Waila Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TConstruct{1.7.10-1.8.2.build858} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThaumicTinkerer{unspecified} Thaumic Tinkerer Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MagicBees{1.7.10-2.1.22} Magic Bees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
gendustry{1.4.4.54} GenDustry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
advgenerators{0.9.9.44} Advanced Generators Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
IC2NuclearControl{2.1.2a} Nuclear Control 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
inpure|core{1.7.10R1.0.0B9} INpureCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
IronChest{6.0.62.742} Iron Chest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
JABBA{1.2.0b} JABBA Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
journeymap{5.0.1} JourneyMap Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
LogisticsPipes{0.8.3.100} Logistics Pipes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC6} MFR Compat: Applied Energistics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC6} MFR Compat: Atum Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC6} MFR Compat: BackTools Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC6} MFR Compat: BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC6} MFR Compat: Chococraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC6} MFR Compat: ExtraBiomes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC6} MFR Compat: Forestry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC6} MFR Compat: ForgeMicroblock Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC6} MFR Compat: IC2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC6} MFR Compat: Mystcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC6} MFR Compat ProjectRed Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC6} MFR Compat: Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC6} MFR Compat: RP2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC6} MFR Compat: Sufficient Biomes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC6} MFR Compat: Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC6} MFR Compat: Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0RC6} MFR Compat: Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC6} MFR Compat: TwilightForest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC6} MFR Compat: Vanilla Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NEIAddons{1.12.4.16} NEI Addons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NEIAddons|Botany{1.12.4.16} NEI Addons: Botany Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NEIAddons|Forestry{1.12.4.16} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NEIAddons|CraftingTables{1.12.4.16} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NEIAddons|ExNihilo{1.12.4.16} NEI Addons: Ex Nihilo Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
neiintegration{1.0.7} NEI Integration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NetherOres{1.7.10R2.3.0RC4} Nether Ores Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ObsidiPlates{3.0.0.18} ObsidiPlates Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenMods{0.6} OpenMods Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenBlocks{1.3} OpenBlocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
harvestcraft{1.7.10d} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10f.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
PowerConverters{1.7.10-3.0.4.46} Power Converters Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
StevesCarts{2.0.0.b18} Steve's Carts 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TMechworks{0.2.13.96} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
torchLevers{1.4.1} Torch Levers Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TSteelworks{1.7.10-1.0.7} Tinkers' Steelworks Unloaded->Constructed->Pre-initialized->Initialized->Errored
AS_UpdateCheck{1.1.6} AtomicStryker Update Check Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
WailaHarvestability{1.1.1} Waila Harvestability Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ForgeMicroblock{1.1.1.322} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
HungerOverhaul{1.7.10-beta.4.jenkins44} Hunger Overhaul Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
IguanaTweaksTConstruct{1.7.10-2.1.2.101} Iguana Tinker Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenModsLib crash transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Stencil buffer state: Function set: GL30, pool: internal, bits: 8
Launched Version: 1.7.10-Forge10.13.2.1291
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 7900 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: []
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)
commented

ephys/TinkersSteelworks#65

You mean updating from Railcraft 9.4 to 9.5

They said use the Builds on jenkins

commented

Correct, 9.4 to 9.5.
Thanks for the link to their Github issues page, I wasn't able to find that myself. I try to only use "release" versions in my pack, I'll try out their Jenkins builds.

commented

np

commented

If I had to guess, I'd say a faulty Railcraft item lookup in Steelworks that needs to be updated and have some safety checks added.