Project Red - Exploration

Project Red - Exploration

27M Downloads

Crash on startup

Firestar311 opened this issue · 8 comments

commented

When i load up my Direwolf20 1.7.10 Modpack i get this crash report, can you tell me what is going on

---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 11/11/14 8:27 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
at codechicken.lib.render.CCModel.combine(CCModel.java:957)
at mrtjp.projectred.illumination.LightObjLantern$.loadModels(lightobj.scala:181)
at mrtjp.projectred.illumination.LightObject.initClient(lightpart.scala:271)
at mrtjp.projectred.illumination.IlluminationProxy_client$$anonfun$init$3.apply(proxies.scala:63)
at mrtjp.projectred.illumination.IlluminationProxy_client$$anonfun$init$3.apply(proxies.scala:63)
at scala.collection.immutable.List.foreach(List.scala:383)
at mrtjp.projectred.illumination.IlluminationProxy_client.init(proxies.scala:63)
at mrtjp.projectred.ProjectRedIllumination$.init(ProjectRedIllumination.scala:36)
at mrtjp.projectred.ProjectRedIllumination.init(ProjectRedIllumination.scala)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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:691)
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(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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 codechicken.lib.render.CCModel.combine(CCModel.java:957)
at mrtjp.projectred.illumination.LightObjLantern$.loadModels(lightobj.scala:181)
at mrtjp.projectred.illumination.LightObject.initClient(lightpart.scala:271)
at mrtjp.projectred.illumination.IlluminationProxy_client$$anonfun$init$3.apply(proxies.scala:63)
at mrtjp.projectred.illumination.IlluminationProxy_client$$anonfun$init$3.apply(proxies.scala:63)
at scala.collection.immutable.List.foreach(List.scala:383)
at mrtjp.projectred.illumination.IlluminationProxy_client.init(proxies.scala:63)
at mrtjp.projectred.ProjectRedIllumination$.init(ProjectRedIllumination.scala:36)
at mrtjp.projectred.ProjectRedIllumination.init(ProjectRedIllumination.scala)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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:691)
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(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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 8.1 (amd64) version 6.3
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 361436208 bytes (344 MB) / 1202716672 bytes (1147 MB) up to 1908932608 bytes (1820 MB)
JVM Flags: 3 total; -Xms256M -Xmx2048M -XX:PermSize=256m
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.1231 Minecraft Forge 10.13.2.1231 139 mods loaded, 139 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized
FML{7.10.85.1231} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.13.2.1231} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized
appliedenergistics2-core{rv1-stable-1} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized->Initialized
Aroma1997Core{1.0.2.9} Aroma1997Core Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{1.0.4.29} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized
{000} CoFH ASM Data Initialization Unloaded->Constructed->Pre-initialized->Initialized
InfiniBows{1.3.0 build 20} InfiniBows Unloaded->Constructed->Pre-initialized->Initialized
MobiusCore{1.2.3} MobiusCore Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.0.3.62} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized
ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core Unloaded->Constructed->Pre-initialized->Initialized
OpenModsCore{@Version@} OpenModsCore Unloaded->Constructed->Pre-initialized->Initialized
debug{1.0} debug Unloaded->Constructed->Pre-initialized->Initialized
appliedenergistics2{rv1-stable-1} Applied Energistics 2 Unloaded->Constructed->Pre-initialized->Initialized
Aroma1997CoreHelper{1.0.2.9} Aroma1997Core|Helper Unloaded->Constructed->Pre-initialized->Initialized
AromaBackup{0.0.0.4} AromaBackup Unloaded->Constructed->Pre-initialized->Initialized
BetterTitleScreen{1.7.10-1.1} Better Title Screen Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.8.1} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized->Initialized
Natura{2.2.0} Natura Unloaded->Constructed->Pre-initialized->Initialized
BiomesOPlenty{2.1.0} Biomes O' Plenty Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsBoP{1.8} BiblioWoods Biomes O'Plenty Edition Unloaded->Constructed->Pre-initialized->Initialized
IC2{2.2.648-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized
CoFHCore{1.7.10R3.0.0B6} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core{@Version@} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized
Forestry{3.1.1.4} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsForestry{1.6} BiblioWoods Forestry Edition Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsNatura{1.4} BiblioWoods Natura Edition Unloaded->Constructed->Pre-initialized->Initialized
ThermalFoundation{1.7.10R1.0.0B3} Thermal Foundation Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion{1.7.10R4.0.0B5} Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized
BigReactors{0.4.0rc10} Big Reactors Unloaded->Constructed->Pre-initialized->Initialized
BinnieCore{2.0-dev5} Binnie Core Unloaded->Constructed->Pre-initialized->Initialized
Botany{2.0-dev5} Botany Unloaded->Constructed->Pre-initialized->Initialized
ExtraBees{2.0-dev5} Extra Bees Unloaded->Constructed->Pre-initialized->Initialized
ExtraTrees{2.0-dev5} Extra Trees Unloaded->Constructed->Pre-initialized->Initialized
Genetics{2.0-dev5} Genetics Unloaded->Constructed->Pre-initialized->Initialized
AWWayofTime{v1.2.0a} [Blood Magic: Alchemical Wizardry](Blood Magic-v1.2.0a%281.7.10%29.jar) Unloaded->Constructed->Pre-initialized->Initialized
Baubles{1.0.1.8} Baubles Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft{4.2.1.4} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized
Botania{r1.2-131} [Botania](Botania r1.2-131.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders{@Version@} BC Builders Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport{@Version@} BC Transport Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon{@Version@} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory{@Version@} BC Factory Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy{@Version@} BC Energy Unloaded->Constructed->Pre-initialized->Initialized
CarpentersBlocks{3.2.8} [Carpenter's Blocks](Carpenter's Blocks v3.2.8 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
ChickenChunks{1.3.4.13} ChickenChunks Unloaded->Constructed->Pre-initialized->Initialized
chisel{1.5.7} Chisel Unloaded->Constructed->Pre-initialized->Initialized
CompactSolars{4.4.37.314} Compact Solar Arrays Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft{1.65} ComputerCraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded{1.7.10R2.8.0RC3} MineFactory Reloaded Unloaded->Constructed->Pre-initialized->Initialized
Railcraft{9.3.3.0} Railcraft Unloaded->Constructed->Pre-initialized->Initialized
EnderIO{1.7.10-2.1.7.254} Ender IO Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage{1.4.5.24} EnderStorage Unloaded->Constructed->Pre-initialized->Initialized
factorization.notify{1.0} Factorization Notification System Unloaded->Constructed->Pre-initialized->Initialized
factorization{1.7.10-0.8.88.1} Factorization Unloaded->Constructed->Pre-initialized->Initialized
EnetBridge{1.4} EnetBridge Unloaded->Constructed->Pre-initialized->Initialized
ForgeMultipart{1.1.0.310} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized
ExtraUtilities{1.1.0k} Extra Utilities Unloaded->Constructed->Pre-initialized->Initialized
factorization.misc{1.7.10-0.8.88.1} Factorization Miscellaneous Nonsense Unloaded->Constructed->Pre-initialized->Initialized
FlatSigns{2.1.0.19} Flat Signs Unloaded->Constructed->Pre-initialized->Initialized
funkylocomotion{1.0} Funky Locomotion Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{4.0.0} iChunUtil Unloaded->Constructed->Pre-initialized->Initialized
Hats{4.0.1} Hats Unloaded->Constructed->Pre-initialized->Initialized
HatStand{4.0.0} HatStand Unloaded->Constructed->Pre-initialized->Initialized
HelpFixer{1.0.1} HelpFixer Unloaded->Constructed->Pre-initialized->Initialized
IC2NuclearControl{2.0.5b-Unicorn} Nuclear Control 2 Unloaded->Constructed->Pre-initialized->Initialized
inpure|core{1.7.10R1.0.0B1} INpureCore Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.59-dev-156-af3bc68} Inventory Tweaks Unloaded->Constructed->Pre-initialized->Initialized
IronChest{6.0.60.741} Iron Chest Unloaded->Constructed->Pre-initialized->Initialized
Waila{1.5.4a} Waila Unloaded->Constructed->Pre-initialized->Initialized
JABBA{1.1.4} JABBA Unloaded->Constructed->Pre-initialized->Initialized
journeymap{5.0.0RC2} JourneyMap Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC3} MFR Compat: Applied Energistics Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC2} MFR Compat: Atum Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC3} MFR Compat: BackTools Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC3} MFR Compat: BuildCraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC2} MFR Compat: Chococraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC2} MFR Compat: ExtraBiomes Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC3} MFR Compat: Forestry Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC3} MFR Compat: ForgeMicroblock Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC3} MFR Compat: IC2 Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft{0.11.0.00} Mystcraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC2} MFR Compat: Mystcraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatPams{1.7.10R2.8.0RC2} MFR Compat: Pam's Mods Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Core{4.5.1.51} ProjectRed Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Exploration{4.5.1.51} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC2} MFR Compat ProjectRed Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC3} MFR Compat: Railcraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC2} MFR Compat: RP2 Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC2} MFR Compat: Sufficient Biomes Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC3} MFR Compat: Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC3} MFR Compat: Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{2.3.1} The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC3} MFR Compat: TwilightForest Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC3} MFR Compat: Vanilla Unloaded->Constructed->Pre-initialized->Initialized
MineMenu{1.1.8} MineMenu Unloaded->Constructed->Pre-initialized->Initialized
MineTweaker3{3.0.9B} MineTweaker 3 Unloaded->Constructed->Pre-initialized->Initialized
examplemod{1.0} Example Mod Unloaded->Constructed->Pre-initialized->Initialized
Kradxns Xray{2.0} Xray Unloaded->Constructed->Pre-initialized->Initialized
numina{0.4.0.99} Numina Unloaded->Constructed->Pre-initialized->Initialized
powersuits{0.11.0.175} MachineMuse's Modular Powersuits Unloaded->Constructed->Pre-initialized->Initialized
Morph{0.9.1} Morph Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons{1.12.2.9} NEI Addons Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|Botany{1.12.2.9} NEI Addons: Botany Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|Forestry{1.12.2.9} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|CraftingTables{1.12.2.9} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|ExNihilo{1.12.2.9} NEI Addons: Ex Nihilo Unloaded->Constructed->Pre-initialized->Initialized
neiintegration{1.0.0} NEI Integration Unloaded->Constructed->Pre-initialized->Initialized
NEIPlugins{1.1.0.11-unofficial} NEI Plugins Unofficial Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughCodecs{0.3} NotEnoughCodecs Unloaded->Constructed->Pre-initialized->Initialized
ObsidiPlates{3.0.0.18} ObsidiPlates Unloaded->Constructed->Pre-initialized->Initialized
OpenMods{0.6} OpenMods Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Transmission{4.5.1.51} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized->Initialized
OpenPeripheralCore{0.5.0} OpenPeripheralCore Unloaded->Constructed->Pre-initialized->Initialized
OpenPeripheral{0.2.0} OpenPeripheralAddons Unloaded->Constructed->Pre-initialized->Initialized
OpenBlocks{1.3} OpenBlocks Unloaded->Constructed->Pre-initialized->Initialized
PneumaticCraft{1.2.14-29} PneumaticCraft Unloaded->Constructed->Pre-initialized->Initialized
TConstruct{1.7.10-1.7.1.build771} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Compatibility{4.5.1.51} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Integration{4.5.1.51} ProjectRed-Integration Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Illumination{4.5.1.51} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized->Errored
RedstoneArsenal{1.7.10R1.1.0B4} Redstone Arsenal Unloaded->Constructed->Pre-initialized->Initialized
StevesCarts{2.0.0.b18} Steve's Carts 2 Unloaded->Constructed->Pre-initialized->Initialized
StevesFactoryManager{A92} Steve's Factory Manager Unloaded->Constructed->Pre-initialized->Initialized
ThaumicTinkerer{2.5-1.7.10-158} Thaumic Tinkerer Unloaded->Constructed->Pre-initialized->Initialized
ThaumicExploration{0.6.0} Thaumic Exploration Unloaded->Constructed->Pre-initialized->Initialized
TiCTooltips{1.1.11b} TiC Tooltips Unloaded->Constructed->Pre-initialized->Initialized
TMechworks{1.7.10-86.e500b88} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized->Initialized
Translocator{1.1.1.12} Translocator Unloaded->Constructed->Pre-initialized->Initialized
WailaHarvestability{1.1.0} Waila Harvestability Unloaded->Constructed->Pre-initialized->Initialized
witchery{0.20.6} Witchery Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Core{1.4.1.6} WR-CBE Core Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Addons{1.4.1.6} WR-CBE Addons Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Logic{1.4.1.6} WR-CBE Logic Unloaded->Constructed->Pre-initialized->Initialized
McMultipart{1.1.0.310} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized
aobd{2.2.5} Another One Bites The Dust Unloaded->Constructed->Pre-initialized->Initialized
denseores{1.0} Dense Ores Unloaded->Constructed->Pre-initialized->Initialized
ForgeMicroblock{1.1.0.310} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized
AE2 Version: stable rv1-stable-1 for Forge 10.13.0.1187
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4400 GL version 4.2.0 - Build 10.18.10.3277, Intel
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: [Faithful.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)
commented

@Jayfeather311 It could be a problem with your JVM flags, see this comment: #614 (comment)

I wouldn't have thought anything was missing from the jar, but you can get the model files from the resources folder on GitHub.
The models for lights can be found in assets/projectred/textures/obj/lights

commented

I have the exact same problem. The model files are all there.

commented

simon, the JVM args are fine.

commented

The JVM args fixed my problem

On Nov 24, 2014, at 6:01 PM, Kenzie Togami [email protected] wrote:

simon, the JVM args are fine.


Reply to this email directly or view it on GitHub.

commented

Oh. Weird. shrug

commented

Duplicated report? See #614

commented

This can only happen if one of the models is missing from the jar file, which means either the download was bad or the actual file was bad when i uploaded it. But since no one else has reported this, I'm going to guess that just your specific download was missing the file.

commented

This was from the Direwolf20 pack directly. Is there a way to get the model file.

On Nov 17, 2014, at 6:51 PM, MrTJP [email protected] wrote:

This can only happen if one of the models is missing from the jar file, which means either the download was bad or the actual file was bad when i uploaded it. But since no one else has reported this, I'm going to guess that just your specific download was missing the file.


Reply to this email directly or view it on GitHub.