Pam's harvestcraft. Help needed!

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

AntiVi

New Member
Jul 29, 2019
24
0
0
So I have been trying to figure out what is wrong with this but I have no clue!
I want to disable sinks in pam's harvestcraft but when i set it from "B:enablesinks=true" to "B:enablesinks=false" it won't start up anymore.

Here is the crashlog:
----MinecraftCrashReport----// This doesn't make any sense!Time:6/19/141:52 AMDescription:Initializing game

java.lang.NullPointerException
at cpw.mods.fml.common.registry.LanguageRegistry.addNameForObject(LanguageRegistry.java:112)
at cpw.mods.fml.common.registry.LanguageRegistry.addName(LanguageRegistry.java:122)
at assets.pamharvestcraft.PamOtherNameRegistry.getNames(PamOtherNameRegistry.java:74)
at assets.pamharvestcraft.PamHarvestCraft.preInit(PamHarvestCraft.java:2088)
at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)
at sun.reflect.NativeMethodAccessorImpl.invoke(UnknownSource)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(UnknownSource)
at java.lang.reflect.Method.invoke(UnknownSource)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor2.invoke(UnknownSource)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(UnknownSource)
at java.lang.reflect.Method.invoke(UnknownSource)
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(NativeMethod)
at sun.reflect.NativeMethodAccessorImpl.invoke(UnknownSource)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(UnknownSource)
at java.lang.reflect.Method.invoke(UnknownSource)
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.loadMods(Loader.java:522)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
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(NativeMethod)
at sun.reflect.NativeMethodAccessorImpl.invoke(UnknownSource)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(UnknownSource)
at java.lang.reflect.Method.invoke(UnknownSource)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)
at sun.reflect.NativeMethodAccessorImpl.invoke(UnknownSource)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(UnknownSource)
at java.lang.reflect.Method.invoke(UnknownSource)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)


A detailed walkthrough of the error, its code path and all known details isas follows:-----------------------------------------------------------------------------------------Head--Stacktrace:
at cpw.mods.fml.common.registry.LanguageRegistry.addNameForObject(LanguageRegistry.java:112)
at cpw.mods.fml.common.registry.LanguageRegistry.addName(LanguageRegistry.java:122)
at assets.pamharvestcraft.PamOtherNameRegistry.getNames(PamOtherNameRegistry.java:74)
at assets.pamharvestcraft.PamHarvestCraft.preInit(PamHarvestCraft.java:2088)
at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)
at sun.reflect.NativeMethodAccessorImpl.invoke(UnknownSource)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(UnknownSource)
at java.lang.reflect.Method.invoke(UnknownSource)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor2.invoke(UnknownSource)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(UnknownSource)
at java.lang.reflect.Method.invoke(UnknownSource)
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(NativeMethod)
at sun.reflect.NativeMethodAccessorImpl.invoke(UnknownSource)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(UnknownSource)
at java.lang.reflect.Method.invoke(UnknownSource)
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.loadMods(Loader.java:522)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)--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(NativeMethod)
at sun.reflect.NativeMethodAccessorImpl.invoke(UnknownSource)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(UnknownSource)
at java.lang.reflect.Method.invoke(UnknownSource)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)
at sun.reflect.NativeMethodAccessorImpl.invoke(UnknownSource)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(UnknownSource)
at java.lang.reflect.Method.invoke(UnknownSource)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:214)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)--SystemDetails--Details:MinecraftVersion:1.6.4OperatingSystem:Windows7(amd64) version 6.1JavaVersion:1.7.0_45,OracleCorporationJava VM Version:JavaHotSpot(TM)64-BitServer VM (mixed mode),OracleCorporationMemory:329284088 bytes (314 MB)/648544256 bytes (618 MB) up to 954728448 bytes (910 MB)
JVM Flags:3 total;-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m-Xmx1024m
AABB PoolSize:0(0 bytes;0 MB) allocated,0(0 bytes;0 MB) usedSuspicious classes: FML andForge are installedIntCache: cache:0, tcache:0, allocated:0, tallocated:0
FML: MCP v8.11 FML v6.4.49.965MinecraftForge9.11.1.96565 mods loaded,65 mods active
mcp{8.09}[MinecraftCoderPack](minecraft.jar)Unloaded->Constructed->Pre-initialized
FML{6.4.49.965}[ForgeModLoader](minecraftforge-9.11.1.965.jar)Unloaded->Constructed->Pre-initializedForge{9.11.1.965}[MinecraftForge](minecraftforge-9.11.1.965.jar)Unloaded->Constructed->Pre-initializedCodeChickenCore{0.9.0.7}[CodeChickenCore](minecraft.jar)Unloaded->Constructed->Pre-initialized
gasesCore{1.4.4.3}[Glenn's Gases Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
gasesFrameworkCore{1.0.3.1} [Gases Framework Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.6.1.8} [Not Enough Items] (NotEnoughItems 1.6.1.8.jar) Unloaded->Constructed->Pre-initialized
PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{2.9.2.4} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.4.zip) Unloaded->Constructed->Pre-initialized
bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed->Pre-initialized
ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] ([1.6.4]ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized
GrimoireGaia2{1.8.2} [§2Grimoire of Gaia 2] ([1.6.4]GrimoireofGaia2(1.8.2c).zip) Unloaded->Constructed->Pre-initialized
StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized
Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.jar.zip) Unloaded->Constructed->Pre-initialized
Backpack{1.28.37} [Backpack] (backpack-1.28.37-1.6.x.jar) Unloaded->Constructed->Pre-initialized
betterstorage{0.8.0.47} [BetterStorage] (BetterStorage-1.6.4-0.8.0.47.jar) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed->Pre-initialized
Natura{2.1.14} [Natura] (Natura_2.1.14.jar) Unloaded->Constructed->Pre-initialized
BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods-Natura_1.1.zip) Unloaded->Constructed->Pre-initialized
BiomesOPlenty{1.2.1} [Biomes O'Plenty](BiomesOPlenty-universal-1.6.4-1.2.1.434.jar)Unloaded->Constructed->Pre-initializedBiblioWoodsBoP{1.3}[BiblioWoodsBiomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized
CarpentersBlocks{2.1.0} [Carpenter's Blocks](Carpenter's Blocks v2.1.0 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized
DragonAPI{release} [DragonAPI] (DragonAPI 1.6 v24.zip) Unloaded->Constructed->Pre-initialized
CaveControl{beta} [CaveControl] (CaveControl 1.6 V24.zip) Unloaded->Constructed->Pre-initialized
ChickenChunks{1.3.3.3} [ChickenChunks] (ChickenChunks 1.3.3.3.jar) Unloaded->Constructed->Pre-initialized
Chisel{1.5.0} [Chisel] (chisel-1.6.4-1.5.0.jar.zip) Unloaded->Constructed->Pre-initialized
ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
CoroAI{v1.0} [CoroAI] (CoroUtil for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
CustomChestLoot{1.1} [Custom Chest Loot] (CustomChestLoot 1.1 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized
DeadlyWorld{1.0} [Deadly World] (DeadlyWorld 1.0 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized
DynamicLights{1.2.8} [Dynamic Lights] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_onFire{1.0.3} [Dynamic Lights on burning] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_creepers{1.0.3} [Dynamic Lights on Creepers] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_dropItems{1.0.5} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_entityClasses{1.0.0} [Dynamic Lights on specified Entities] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_mobEquipment{1.0.3} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_otherPlayers{1.0.5} [Dynamic Lights Other Player Light] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_thePlayer{1.0.9} [Dynamic Lights Player Light] (DynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
EnviroMine{1.1.49} [EnviroMine] (EnviroMine-v1.1.49.jar.zip) Unloaded->Constructed->Pre-initialized
ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
gasesFramework{1.0.3.1} [Gases Framework] (gasesFramework-1.0.3.1-1.6.4.jar) Unloaded->Constructed->Pre-initialized
gases{1.4.4.3} [Glenn's Gases](gases-1.4.4.3-1.6.4.jar)Unloaded->Constructed->Pre-initialized
pamharvestcraft{1.0}[Pam's HarvestCraft Base] (Pam's HarvestCraft1.6.4 v1.1.4.zip)Unloaded->Constructed->ErroredForgeMultipart{1.0.0.219}[ForgeMultipart](ForgeMultipart-universal-1.6.4-1.0.0.219.jar)Unloaded->Constructed->Pre-initializedTConstruct{1.6.X_1.5.5.7}[Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized
HungerOverhaul{1.6.X-2l} [Hunger Overhaul] (hungeroverhaul-1.6.X-2l-build3.zip) Unloaded->Constructed->Pre-initialized
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
JABBA{1.1.3} [JABBA] (JABBA_1.1.3.zip) Unloaded->Constructed->Pre-initialized
MobProperties{0.2} [Mob Properties] (MobProperties 0.2 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized
MoreNature{0.5.6} [More Nature] (More Nature.zip) Unloaded->Constructed->Pre-initialized
NetherOres{1.6.2R2.2.2} [Nether Ores] (NetherOres-2.2.2-55.jar) Unloaded->Constructed->Pre-initialized
RandomThings{1.9} [Random Things] (Random_Things_v._1.9__MC_1.6.4_.jar) Unloaded->Constructed->Pre-initialized
Roguelike{1.3.3} [Roguelike Dungeons] (roguelike-v1.3.3-forge-1.6.4.zip) Unloaded->Constructed->Pre-initialized
SpecialMobs{2.6} [Special Mobs] (SpecialMobs 2.6 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized
TMechworks{33.c001660} [Tinkers'Mechworks](TMechworks_mc1.6.4_0.1.6.jar)Unloaded->Constructed->Pre-initializedTwilightForest{1.20.4}[TheTwilightForest](twilightforest-1.6.4-1.20.4.jar)Unloaded->Constructed->Pre-initializedAIBlock{v1.0}[AIBlock](Weather v1.591Modfor MC v1.6.4.zip)Unloaded->Constructed->Pre-initializedWeatherMod{1.591}[WeatherandTornadoes](Weather v1.591Modfor MC v1.6.4.zip)Unloaded->Constructed->Pre-initialized
witchery{0.19.0}[Witchery](witchery-1.6.4-0.19.0.zip)Unloaded->Constructed->Pre-initializedMineTweaker{1.6.4-2.1.2}[MineTweaker](zMineTweaker-1.6.4-2.3.1.jar)Unloaded->Constructed->Pre-initializedZAMod{v1.91}[ZombieAwareness](ZombieAwareness v1.91Modfor MC v1.6.4.zip)Unloaded->Constructed->Pre-initializedMcMultipart{1.0.0.219}[MinecraftMultipartPlugin](ForgeMultipart-universal-1.6.4-1.0.0.219.jar)Unloaded->Constructed->Pre-initializedForgeMicroblock{1.0.0.219}[ForgeMicroblocks](ForgeMultipart-universal-1.6.4-1.0.0.219.jar)Unloaded->Constructed->Pre-initializedTConstructEnvironment:Saneand ready for action.Bugs may be reported.LaunchedVersion:1.6.4
LWJGL:2.9.0OpenGL:Radeon(TM) HD 7690M XT GL version 4.1.11013CompatibilityProfileContext, ATI TechnologiesInc.IsModded:Definitely;Client brand changed to 'fml,forge'Type:Client(map_client.txt)ResourcePack:DefaultCurrentLanguage:English(US)ProfilerPosition: N/A (disabled)Vec3PoolSize:~~ERROR~~NullPointerException:null
If you need more info let me know what you need!


Thank you
AntiVi!
 

John.E

Well-Known Member
Dec 18, 2013
152
59
53
Doral, FL
If this is for a server then make sure both the client and the server have the same config changes. You can try posting the forge log and maybe more sense can be made from that.
 

AntiVi

New Member
Jul 29, 2019
24
0
0
If this is for a server then make sure both the client and the server have the same config changes. You can try posting the forge log and maybe more sense can be made from that.

Well I have no idea where the "forge" log is but this is what the console says:
http://paste.ee/p/dSOGE

There are no server things in it at the moment. (i think)
 

Narc

New Member
Jul 29, 2019
259
0
0
Sounds like a bug in Pam's Harvestcraft -- it's trying to name an object that doesn't exist. Should report this to the author and get a fix in.
 

AntiVi

New Member
Jul 29, 2019
24
0
0
Sounds like a bug in Pam's Harvestcraft -- it's trying to name an object that doesn't exist. Should report this to the author and get a fix in.

Alright I made a post on the minecraft forums :/