Game Crash on Startup
tjfoxhound opened this issue ยท 8 comments
Game crashes on startup when using lluixhi's EE3 pre2a-26. He asked me to report it to you.
---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [HUG]
Time: 11/30/13 12:09 PM
Description: Initializing game
java.lang.NullPointerException
at com.pahimar.ee3.item.WrappedStack.(WrappedStack.java:124)
at com.pahimar.ee3.emc.EmcRegistry.hasEmcValue(EmcRegistry.java:136)
at com.pahimar.ee3.emc.EmcRegistry.getEmcValue(EmcRegistry.java:194)
at com.pahimar.ee3.emc.EmcRegistry.getEmcValue(EmcRegistry.java:265)
at com.pahimar.ee3.core.helper.EmcHelper.computeEmcValueFromList(EmcHelper.java:51)
at com.pahimar.ee3.emc.EmcRegistry.computeStackMappings(EmcRegistry.java:111)
at com.pahimar.ee3.emc.EmcRegistry.init(EmcRegistry.java:65)
at com.pahimar.ee3.emc.EmcRegistry.lazyInit(EmcRegistry.java:36)
at com.pahimar.ee3.EquivalentExchange3.modsLoaded(EquivalentExchange3.java:167)
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:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:704)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Stacktrace:
at com.pahimar.ee3.item.WrappedStack.(WrappedStack.java:124)
at com.pahimar.ee3.emc.EmcRegistry.hasEmcValue(EmcRegistry.java:136)
at com.pahimar.ee3.emc.EmcRegistry.getEmcValue(EmcRegistry.java:194)
at com.pahimar.ee3.emc.EmcRegistry.getEmcValue(EmcRegistry.java:265)
at com.pahimar.ee3.core.helper.EmcHelper.computeEmcValueFromList(EmcHelper.java:51)
at com.pahimar.ee3.emc.EmcRegistry.computeStackMappings(EmcRegistry.java:111)
at com.pahimar.ee3.emc.EmcRegistry.init(EmcRegistry.java:65)
at com.pahimar.ee3.emc.EmcRegistry.lazyInit(EmcRegistry.java:36)
at com.pahimar.ee3.EquivalentExchange3.modsLoaded(EquivalentExchange3.java:167)
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:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:704)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_40, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 384910312 bytes (367 MB) / 1810366464 bytes (1726 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -XX:MaxPermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 91 mods loaded, 91 mods active
mcp{8.09} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
FML{6.4.45.953} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forge{9.11.1.953} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
denLib{3.1.35} denLib Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AppliedEnergistics-Core{rv14.finale} AppliedEnergistics Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CodeChickenCore{0.9.0.6} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NotEnoughItems{1.6.1.5} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TConstruct-Preloader{0.0.1} Tinkers Corestruct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CoFHCore{2.0.0.b7a} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CoFHLoot{2.0.0.b7a} CoFH Loot Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CoFHMasquerade{2.0.0.b7a} CoFH Masquerade Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CoFHSocial{2.0.0.b7a} CoFH Social Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CoFHWorld{2.0.0.b7a} CoFH World Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
DamageIndicatorsMod{2.9.1.6} Damage Indicators Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
bspkrsCore{v5.0(1.6.4)} bspkrsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ArmorStatusHUD{v1.15(1.6.4)} ArmorStatusHUD Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
mod_bspkrsCore{v5.0(1.6.4)} bspkrsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
StatusEffectHUD{v1.19(1.6.4)} StatusEffectHUD Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThermalExpansion{3.0.0.b7a} Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
IC2{2.0.306-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ImmibisCore{57.1.6} Immibis Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AdvancedMachines{57.0.0} Advanced Machines Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AppliedEnergistics{rv14.finale} Applied Energistics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
arsmagica2{1.0.2b} Ars Magica 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BiblioCraft{1.5.3} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BiomesOPlenty{1.1.3} Biomes O' Plenty Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BiblioWoodsBoP{1.3} BiblioWoods Biomes O'Plenty Edition Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forestry{2.3.0.7} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BiblioWoodsForestry{1.3} BiblioWoods Forestry Edition Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BinnieCore{1.8-dev2} Binnie Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ExtraBees{1.8-dev2} Extra Bees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ExtraTrees{1.8-dev2} Extra Trees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Core{4.1.2} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Builders{4.1.2} BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Energy{4.1.2} BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Factory{4.1.2} BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Transport{4.1.2} BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Silicon{4.1.2} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ChargePads{3.0.0} Charge Pads Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ChickenChunks{1.3.3.3} ChickenChunks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ComputerCraft{1.57} ComputerCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CCTurtle{1.57} ComputerCraft Turtles Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
DenPipes{2.1.18} DenPipes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
DimensionalAnchors{57.0.0} Dimensional Anchors Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
EE3{pre2a (build 26)} Equivalent Exchange 3 Unloaded->Constructed->Pre-initialized->Initialized->Errored
eplus{1.16.5b} Enchanting Plus Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
EnderStorage{1.4.3.5} EnderStorage Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ExtraUtilities{0.3.5} Extra Utilities Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
factorization{0.8.16} Factorization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
factorization.misc{0.8.16} Factorization Miscellaneous Nonsense Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
factorization.notify{0.8.16} Factorization Notification System Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
factorization.dimensionalSlice{0.8.16} Factorization Dimensional Slices Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
flatsigns{1.4.0} Flat Signs Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
GateCopy{3.1.4} GateCopy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
iChunUtil{2.3.0} iChunUtil Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
GraviGun{2.0.0} GraviGun Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
IC2NuclearControl{1.6.2c} Nuclear Control Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
inventorytweaks{1.56} Inventory Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
IronChest{5.4.1.629} Iron Chest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MFFS{3.4.0} Modular Force Field System Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AdvancedSolarPanel{3.4.3} Advanced Solar Panels Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
GraviSuite{1.9.8} Gravitation Suite Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Mystcraft{0.10.11.00} Mystcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NEIAddons{1.9.3.r47} NEI Addons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NEIAddons|AE{1.9.3.r47} NEI Addons: Applied Energistics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NEIAddons|CraftingTables{1.9.3.r47} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NEIAddons|ExtraBees{1.9.3.r47} NEI Addons: Extra Bees Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NEIAddons|Forestry{1.9.3.r47} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NEIAddons|MiscPeripherals{1.9.3.r47} NEI Addons: Misc Peripherals Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NEIPlugins{1.1.0.5} NEI Plugins Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ObsidiPlates{2.0.0} Obsidian Pressure Plates Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenBlocks{1.2.2} OpenBlocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
PortalGun{2.0.1} PortalGun Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Thaumcraft{4.0.5b} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Railcraft{8.2.0.0} Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
PowerConverters{1.6.4R2.3.2B1} Power Converters Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
RedLogic{57.2.1} RedLogic Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
StevesCarts{2.0.0.a135} Steve's Carts 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Waila{1.4.0} Waila Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ForgeMultipart{1.0.0.212} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TConstruct{1.6.X_1.5.1d} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThaumicTinkerer{2.0} Thaumic Tinkerer Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Translocator{1.1.0.13} Translocator Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Tubestuff{57.0.2} Tubestuff Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TwilightForest{1.20.3} The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
WR-CBE|Core{1.4.0.6} WR-CBE Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
WR-CBE|Addons{1.4.0.6} WR-CBE Addons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
WR-CBE|Logic{1.4.0.6} WR-CBE Logic Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
mod_ZanMinimap{0.9.4} Zan's Minimap Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
McMultipart{1.0.0.212} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ForgeMicroblock{1.0.0.212} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TConstruct Environment: Sane and ready for action. Bugs may be reported.
Launched Version: 1.6.4-Forge9.11.1.953
LWJGL: 2.9.0
OpenGL: GeForce GTX 690/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ERROR NullPointerException: null
I'm sorry but it was using lluixhi's build. I'm not quite sure which SHA he was using. pre2a-26 is all the information I have from his build.
I feel absolutely stupid first off for having your answer stare me straight in the face and not realizing it lol. Sorry about that.
Probably related to #508
Duplicate of #508