purpleposeidon / Factorization

It's factorization.
MIT License
28 stars 24 forks source link

Version Checker Broken! 1.7.10 (DropBox URLs broken) #11

Closed Blue64 closed 7 years ago

Blue64 commented 7 years ago

I had to go looking through your GitHub for a functioning URL, it turns out that your DropBox is completely inaccessible in it's entirety! fortunately you'd uploaded a MediaFire URL to it for the 0.8.99d release, but because of the DropBox issue I am unable to access the most up-to-date Version (and for whatever reason you aren't on CurseForge) using your official links. This should totally get fixed.

Blue64 commented 7 years ago

also, you have a /spoiler in your post that is a few lines too early, you have it here when you want it there

(line 203 to line 211)

Blue64 commented 7 years ago

this also affects the Mod's Version Checker feature

Blue64 commented 7 years ago

@purpleposeidon you'll most likely desire to move away from Dropbox in general anyways since I've heard they're doing away with some useful features at some point.

purpleposeidon commented 7 years ago

FZ doesn't have a version checker. I've put them on github. https://github.com/purpleposeidon/fz_archive/ & http://purpleposeidon.github.io/fz_archive/

Blue64 commented 7 years ago

~it checks for the Dropbox Version during Launch~ huh, I could have sworn I read it checking that specific DropBox. Odd. even still, I did find a bunch of broken stuff in this mod caused by Load Order against Forge

Blue64 commented 7 years ago

8 to be specific:

[20:56:23] [Client thread/TRACE] [factorization/factorization]: Sending event FMLPreInitializationEvent to mod factorization
[20:56:23] [Client thread/INFO] [factorization/factorization]: This is Factorization 0.8.99d
[20:56:29] [Client thread/TRACE] [FML/factorization]: Automatically registered mod factorization entity factory_relight_task as factorization.factory_relight_task
[20:56:29] [Client thread/TRACE] [FML/factorization]: Automatically registered mod factorization entity factory_servo as factorization.factory_servo
[20:56:29] [Client thread/TRACE] [FML/factorization]: Automatically registered mod factorization entity fz_colossal_controller as factorization.fz_colossal_controller
[20:56:29] [Client thread/TRACE] [FML/factorization]: Automatically registered mod factorization entity fz_entity_poster as factorization.fz_entity_poster
[20:56:30] [Client thread/TRACE] [FML/factorization]: Automatically registered mod factorization entity fz_entity_citizen as factorization.fz_entity_citizen
[20:56:30] [Client thread/TRACE] [FML/factorization]: Automatically registered mod factorization entity fz_minecart_barrel as factorization.fz_minecart_barrel
[20:56:30] [Client thread/TRACE] [FML/factorization]: Automatically registered mod factorization entity fz_leaf_bomb as factorization.fz_leaf_bomb
[20:56:30] [Client thread/WARN] [FML/factorization]: ****************************************
[20:56:30] [Client thread/WARN] [FML/factorization]: * A broken ore dictionary registration with name sludge has occurred. It adds an item (type: class factorization.shared.ItemCraftingComponent) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Factorization report it to them!
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:499)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at factorization.common.Registry.makeItems(Registry.java:294)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at factorization.shared.Core.load(Core.java:180)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[20:56:30] [Client thread/WARN] [FML/factorization]: ****************************************
[20:56:30] [Client thread/WARN] [FML/factorization]: ****************************************
[20:56:30] [Client thread/WARN] [FML/factorization]: * A broken ore dictionary registration with name ingotSilver has occurred. It adds an item (type: class factorization.shared.ItemCraftingComponent) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Factorization report it to them!
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at factorization.common.Registry.makeItems(Registry.java:350)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at factorization.shared.Core.load(Core.java:180)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)...
[20:56:30] [Client thread/WARN] [FML/factorization]: ****************************************
[20:56:30] [Client thread/WARN] [FML/factorization]: ****************************************
[20:56:30] [Client thread/WARN] [FML/factorization]: * A broken ore dictionary registration with name ingotLead has occurred. It adds an item (type: class factorization.shared.ItemCraftingComponent) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Factorization report it to them!
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at factorization.common.Registry.makeItems(Registry.java:351)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at factorization.shared.Core.load(Core.java:180)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)...
[20:56:30] [Client thread/WARN] [FML/factorization]: ****************************************
[20:56:30] [Client thread/WARN] [FML/factorization]: ****************************************
[20:56:30] [Client thread/WARN] [FML/factorization]: * A broken ore dictionary registration with name ingotFzDarkIron has occurred. It adds an item (type: class factorization.shared.ItemCraftingComponent) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Factorization report it to them!
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:499)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at factorization.common.Registry.makeItems(Registry.java:355)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at factorization.shared.Core.load(Core.java:180)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[20:56:30] [Client thread/WARN] [FML/factorization]: ****************************************
[20:56:30] [Client thread/WARN] [FML/factorization]: ****************************************
[20:56:30] [Client thread/WARN] [FML/factorization]: * A broken ore dictionary registration with name sulfuricAcid has occurred. It adds an item (type: class factorization.charge.ItemAcidBottle) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Factorization report it to them!
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at factorization.common.Registry.makeItems(Registry.java:368)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at factorization.shared.Core.load(Core.java:180)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)...
[20:56:30] [Client thread/WARN] [FML/factorization]: ****************************************
[20:56:30] [Client thread/WARN] [FML/factorization]: ****************************************
[20:56:30] [Client thread/WARN] [FML/factorization]: * A broken ore dictionary registration with name bottleSulfuricAcid has occurred. It adds an item (type: class factorization.charge.ItemAcidBottle) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Factorization report it to them!
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at factorization.common.Registry.makeItems(Registry.java:369)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at factorization.shared.Core.load(Core.java:180)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)...
[20:56:30] [Client thread/WARN] [FML/factorization]: ****************************************
[20:56:30] [Client thread/WARN] [FML/factorization]: ****************************************
[20:56:30] [Client thread/WARN] [FML/factorization]: * A broken ore dictionary registration with name aquaRegia has occurred. It adds an item (type: class factorization.charge.ItemAcidBottle) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Factorization report it to them!
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at factorization.common.Registry.makeItems(Registry.java:370)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at factorization.shared.Core.load(Core.java:180)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:56:30] [Client thread/WARN] [FML/factorization]: *  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)...
[20:56:30] [Client thread/WARN] [FML/factorization]: ****************************************
[20:56:33] [Client thread/INFO] [factorization/factorization]: IC2 compatibility module loaded
[20:56:33] [Client thread/INFO] [factorization/factorization]: Railcraft not loaded; not loading compatibility module
[20:56:33] [Client thread/INFO] [factorization/factorization]: erebus not loaded; not loading compatibility module
[20:56:33] [Client thread/TRACE] [factorization/factorization]: Sent event FMLPreInitializationEvent to mod factorization
[20:56:33] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Factorization took 10.045s

and later on...

[21:15:07] [Client thread/TRACE] [factorization/factorization]: Sending event FMLPostInitializationEvent to mod factorization
[21:15:07] [Client thread/WARN] [FML/factorization]: ****************************************
[21:15:07] [Client thread/WARN] [FML/factorization]: * A broken ore dictionary registration with name fz.waterBucketLike has occurred. It adds an item (type: class clashsoft.brewingapi.item.ItemPotion2) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Factorization report it to them!
[21:15:07] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[21:15:07] [Client thread/WARN] [FML/factorization]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[21:15:07] [Client thread/WARN] [FML/factorization]: *  at factorization.oreprocessing.FactorizationOreProcessingHandler.loadWater(FactorizationOreProcessingHandler.java:140)
[21:15:07] [Client thread/WARN] [FML/factorization]: *  at factorization.oreprocessing.FactorizationOreProcessingHandler.addDictOres(FactorizationOreProcessingHandler.java:146)
[21:15:07] [Client thread/WARN] [FML/factorization]: *  at factorization.shared.Core.modsLoaded(Core.java:236)
[21:15:07] [Client thread/WARN] [FML/factorization]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[21:15:07] [Client thread/WARN] [FML/factorization]: ****************************************
[21:15:16] [Client thread/DEBUG] [CoFH ASM/factorization]: Stripping methods and fields from powercrystals.minefactoryreloaded.core.UtilInventory
[21:15:16] [Client thread/DEBUG] [CoFH ASM/factorization]: Nothing stripped from powercrystals.minefactoryreloaded.core.UtilInventory
[21:15:24] [Client thread/WARN] [factorization/factorization]: Error looking up item: com.kentington.thaumichorizons.common.items.ItemGolemBellTH@55585eea
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NullPointerException
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.common.registry.GameRegistry$UniqueIdentifier.<init>(GameRegistry.java:389)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.common.registry.GameData.getUniqueName(GameData.java:239)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.common.registry.GameRegistry.findUniqueIdentifierFor(GameRegistry.java:462)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at factorization.servo.TileEntityParaSieve.classifyItems(TileEntityParaSieve.java:561)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at factorization.servo.TileEntityParaSieve.representYoSelf(TileEntityParaSieve.java:542)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at factorization.common.FactoryType.getRepresentative(FactoryType.java:146)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at factorization.shared.Core.modsLoaded(Core.java:239)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at java.lang.reflect.Method.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at java.lang.reflect.Method.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at java.lang.reflect.Method.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at net.minecraft.client.main.Main.main(SourceFile:148)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at java.lang.reflect.Method.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[21:15:24] [Client thread/WARN] [factorization/factorization]: Error looking up item: da3dsoul.scaryGen.liquidXP.BucketItem@7abac844
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NullPointerException
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.common.registry.GameRegistry$UniqueIdentifier.<init>(GameRegistry.java:389)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.common.registry.GameData.getUniqueName(GameData.java:239)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.common.registry.GameRegistry.findUniqueIdentifierFor(GameRegistry.java:462)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at factorization.servo.TileEntityParaSieve.classifyItems(TileEntityParaSieve.java:561)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at factorization.servo.TileEntityParaSieve.representYoSelf(TileEntityParaSieve.java:542)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at factorization.common.FactoryType.getRepresentative(FactoryType.java:146)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at factorization.shared.Core.modsLoaded(Core.java:239)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at java.lang.reflect.Method.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at java.lang.reflect.Method.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at java.lang.reflect.Method.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at net.minecraft.client.main.Main.main(SourceFile:148)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at java.lang.reflect.Method.invoke(Unknown Source)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[21:15:24] [Client thread/INFO] [STDERR/factorization]: [java.lang.Throwable$WrappedPrintStream:println:-1]:    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[21:15:27] [Client thread/INFO] [factorization/factorization]: Reloading game settings
[21:15:28] [Client thread/DEBUG] [FastCraft/factorization]: 28 / 37 applied
[21:15:28] [Client thread/TRACE] [FastCraft/factorization]: ed3007f9 90bccfbb 62b12530 0fd7a069 2773b4fe 193b9793 7d93c5f7 156416f0 077f1cfb
[21:15:28] [Client thread/DEBUG] [FastCraft/factorization]: 29 / 37 applied
[21:15:28] [Client thread/TRACE] [FastCraft/factorization]: ed3007f9 90bccfbb 62b12530 0fd7a069 2773b4fe 7d93c5f7 156416f0 077f1cfb
[21:15:32] [Client thread/DEBUG] [FastCraft/factorization]: 30 / 37 applied
[21:15:32] [Client thread/TRACE] [FastCraft/factorization]: ed3007f9 90bccfbb 62b12530 0fd7a069 2773b4fe 7d93c5f7 077f1cfb
[21:15:32] [Client thread/TRACE] [factorization/factorization]: Sent event FMLPostInitializationEvent to mod factorization
[21:15:32] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - Factorization took 24.759s

figured you should know. not sure if they were patched yet.

Factorization-1.7.10-0.8.99d.jar