Jump to content

Recommended Posts

Posted

hello i have made my own modpack and url are as it should hope i. But when i try to download it, pops a error window in it stands there: Error downloading file for the follwing pack: pepsi098's modpack

Failed to down load https//www.dropbox.com/s/y1ef74xohy3dgo8/ Ny%20WinRaR%20archive.zip

please consult the modpack author.

I did use winrar to make the modpack.

plzz help.

thanks

Posted

Thanks got just another problem when i open the modpack is it normal minecraft. Do you know what to do. Btw thanks for help with my first problem.

  • Discord Moderator
Posted
  • You have way too much extra stuff in your bin folder. It should only contain "modpack.jar". Delete the other stuff.
  • Your modpack.jar is in RAR format instead of in ZIP format. All archives intended for use by the platform must be in ZIP format.
  • The contents of your modpack.jar file is a "modpack.zip" file. This is incorrect. To get the modpack.jar file you simply need to download the Forge universal jar for your preferred MC version and rename it to modpack.jar.
  • The contents of that modpack.zip file is the Forge installer jar. You need to get the universal jar (and rename/place it correctly).
  • There is a Windows shortcut file as the only contents of your config folder. The config folder should contain all the config files for your mods and nothing else.
  • You have placed files into the coremods folder. Forge for 1.6.4 does not use a coremods folder at all. All mods go into the mods folder.
  • You have a 1.6.2 and a 1.6.4 version of Custom Mob Spawner mod in your mods folder. Get rid of the old one.

Since you have never successfully started this pack I would highly recommend using something like my BareBonesPack ( http://www.technicpack.net/modpack/details/barebonespack.271497 ) to test out your pack and aid in debugging mods and tweaking configs before using your pack in the launcher. Simply add the BareBonesPack and change its settings to select your preferred Forge version and start it one time before adding your mods and such.

Posted

what does you mean by 

 

  • Your modpack.jar is in RAR format instead of in ZIP format. All archives intended for use by the platform must be in ZIP format.
  • and how fix i it.
  • Discord Moderator
Posted
  • You are not getting your mods from their respective authors. For instance. You have CodeChickenCore 0.9.0.6 which is very old, but you wouldn't notice that because the file doesn't have the version number in the file name. The one from the author does.
  • As for the configs, the ones you need are "all of them". You need to include the entire contents of the config folder after you get your pack working properly.
  • You are missing the KeithyUtils dependency mod required by Metallurgy.
  • You have a file called "TConstruct_Library_1.6.4_6.1.0.zip" which is an empty zip archive. This needs to be removed or fixed.
  • You have a very old version of MoCreatures (6.0.1). Update to at least 6.1.0.
  • You have 4 block ID conflicts between AgentsAgriculture and MoCreatures when using the default configs.
  • You have 3 item ID conflicts between AgentsAgriculture and Metallurgy when using the default configs.
  • Something is conflicting or messed up with DivineRPG mod. The pack won't start with that mod enabled. Either remove or fix. Since the mod works when by itself there is likely some conflict with another mod.
  • 3 weeks later...
Posted

hey if you are reading this could you plzz help me with this

 

---- Minecraft Crash Report ----
// I'm sorry, Dave.
 
Time: 21-04-14 11:28
Description: There was a severe problem during mod loading that has caused the game to fail
 
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: ic2.api.recipe.IMachineRecipeManager.addRecipe(Lnet/minecraft/item/ItemStack;Ljava/lang/Object;)V
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
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(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)
Caused by: java.lang.NoSuchMethodError: ic2.api.recipe.IMachineRecipeManager.addRecipe(Lnet/minecraft/item/ItemStack;Ljava/lang/Object;)V
at ic2.core.IC2.load(IC2.java:826)
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.loadMods(Loader.java:522)
... 10 more
 
 
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
 
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 146067936 bytes (139 MB) / 718798848 bytes (685 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -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.49.965 Minecraft Forge 9.11.1.965 101 mods loaded, 101 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.4.49.965} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized
Forge{9.11.1.965} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized
AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
MobiusCore{1.0.5} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{2.9.2.3} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.3.jar) Unloaded->Constructed->Pre-initialized
bspkrsCore{v5.0(1.6.4)} [bspkrsCore] (bspkrsCorev5.0.jar) Unloaded->Constructed->Pre-initialized
ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] ([1.6.4]ArmorStatusHUDv1.15.jar) Unloaded->Constructed->Pre-initialized
StartingInventory{Forge 1.6.4.r03} [startingInventory] ([1.6.4]StartingInventory.Forge.1.6.4.r03.Universal.jar) Unloaded->Constructed->Pre-initialized
AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed->Pre-initialized
Backpack{1.26.29} [backpack] (backpack-1.26.29-1.6.x.jar) Unloaded->Constructed->Pre-initialized
iChunUtil{2.4.0} [iChunUtil] (iChunUtil2.4.0.jar) Unloaded->Constructed->Pre-initialized
BackTools{2.0.0} [backTools] (backTools2.0.0.jar) Unloaded->Constructed->Pre-initialized
weaponmod{1.6.2 v1.13.6} [balkon's WeaponMod] (Balkons Weapon Mod.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{4.2.2} [buildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{4.2.2} [bC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{4.2.2} [bC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{4.2.2} [bC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{4.2.2} [bC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{4.2.2} [bC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BCTools{1.4-a-17} [buildcraft Tools] (bcTools-v1.4-a-17.jar) Unloaded->Constructed->Pre-initialized
Mekanism{6.0.4} [Mekanism] (Mekanism-6.0.4.31.jar) Unloaded->Constructed->Pre-initialized
CoFHCore{2.0.0.2} [CoFH Core] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
Tubes{1.1.3} [Tubes] (Tubes-1.1.3.jar) Unloaded->Constructed->Pre-initialized
UniversalElectricity{3.1.0} [universal Electricity] (Universal-Electricity-3.1.0.73-core.jar) Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.0.0.250} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
ThermalExpansion{3.0.0.2} [Thermal Expansion] (ThermalExpansion-3.0.0.2.jar) Unloaded->Constructed->Pre-initialized
BigReactors{0.3.0A} [big Reactors] (BigReactors-0.3.0A.jar) Unloaded->Constructed->Pre-initialized
mod_bspkrsCore{v5.0(1.6.4)} [bspkrsCore] (bspkrsCorev5.0.jar) Unloaded->Constructed->Pre-initialized
mod_BuffBarMod{0.7.1} [buff Bar Mod] (buffBarv0.8.3(1.6).jar) Unloaded->Constructed->Pre-initialized
CalclaviaCore{1.1.1} [Calclavia] (Calclavia Core-1.1.1.287-main.jar) Unloaded->Constructed->Pre-initialized
CarpentersBlocks{2.0.3} [Carpenter's Blocks] (carpenter's blocks v2.0.3 - MC 1.6+.jar) Unloaded->Constructed->Pre-initialized
ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks 1.3.3.4.jar) Unloaded->Constructed->Pre-initialized
CoFHLoot{2.0.0.2} [CoFH Loot] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
CoFHMasquerade{2.0.0.2} [CoFH Masquerade] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
CoFHSocial{2.0.0.2} [CoFH Social] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
CoFHWorld{2.0.0.2} [CoFH World] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
CrossbowMod2{a0.1.6} [Crossbow Mod 2] (Crossbow-Mod-2-1.6.4-a0.1.6.33.jar) Unloaded->Constructed->Pre-initialized
DynamicLights{1.2.7} [Dynamic Lights] (dynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_onFire{1.0.2} [Dynamic Lights on burning] (dynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_creepers{1.0.2} [Dynamic Lights on Creepers] (dynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_dropItems{1.0.4} [Dynamic Lights on ItemEntities] (dynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_mobEquipment{1.0.2} [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.4} [Dynamic Lights Other Player Light] (dynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_thePlayer{1.0.8} [Dynamic Lights Player Light] (dynamicLights_1.6.4.jar) Unloaded->Constructed->Pre-initialized
EnderIO{0.11.3} [Ender IO] (EnderIO-1.6.4-0.11.3.330.jar) Unloaded->Constructed->Pre-initialized
EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized
FlansMod{4.1.1} [Flans Mod] (FlansMod-4.1.1.jar) Unloaded->Constructed->Pre-initialized
GunCus{1.6.4 BETA v2} [Gun Customization] (GunCus-v2-HD.jar) Unloaded->Constructed->Pre-initialized
GunCusExplosives{1.6.2 BETA v1.1} [Gun Customization Explosives] (GunCus-v2-HD.jar) Unloaded->Constructed->Pre-initialized
GunCusOfficialGuns{1.6.2 BETA v4} [Gun Customization Official Guns] (GunCus-v2-HD.jar) Unloaded->Constructed->Pre-initialized
ICBM{1.4.1} [iCBM] (ICBM-1.4.1.339.jar) Unloaded->Constructed->Pre-initialized
ICBM|Sentry{1.4.1} [iCBM Sentry] (ICBM-1.4.1.339.jar) Unloaded->Constructed->Pre-initialized
ICBM|Explosion{1.4.1} [iCBM Explosion] (ICBM-1.4.1.339.jar) Unloaded->Constructed->Pre-initialized
IC2{1.118.401-lf} [industrialCraft 2] (industrialcraft-2_1.118.401-lf (1).jar) Unloaded->Constructed->Errored
ImmibisCore{57.1.94} [immibis Core] (immibis-core-57.1.94.jar) Unloaded->Constructed->Pre-initialized
inventorytweaks{1.56} [inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
IronChest{5.3.14.512} [iron Chest] (ironchest-universal-1.6.2-5.3.14.512.jar) Unloaded->Constructed->Pre-initialized
LiquidXP{57.1.1} [Liquid XP] (liquid-xp-57.1.1.jar) Unloaded->Constructed->Pre-initialized
madscience{1.00.98} [Mad Science] (MadScience-MC1.6.4-F9.11.1.964_v1.00.98-universal.jar) Unloaded->Constructed->Pre-initialized
MekanismGenerators{6.0.4} [MekanismGenerators] (MekanismGenerators-6.0.4.31.jar) Unloaded->Constructed->Pre-initialized
minechem{@VERSION@} [MineChem] (Minechem-4.3.1-44.jar) Unloaded->Constructed->Pre-initialized
examplemod{1.0} [examplemod] (Minechem-4.3.1-44.jar) Unloaded->Constructed->Pre-initialized
MFFS{3.6.2} [Modular Force Field System] (Modular-Force-Field-System-3.6.2.51-core.jar) Unloaded->Constructed->Pre-initialized
numina{0.1.2-56} [Numina] (Numina-1.6.2-0.1.2-56.jar) Unloaded->Constructed->Pre-initialized
powersuits{0.10.0-96} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.4-0.10.0-96.jar) Unloaded->Constructed->Pre-initialized
NEIAddons{1.9.3.r47} [NEI Addons] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|AE{1.9.3.r47} [NEI Addons: Applied Energistics] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|CraftingTables{1.9.3.r47} [NEI Addons: Crafting Tables] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|ExtraBees{1.9.3.r47} [NEI Addons: Extra Bees] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|Forestry{1.9.3.r47} [NEI Addons: Forestry] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|MiscPeripherals{1.9.3.r47} [NEI Addons: Misc Peripherals] (neiaddons-1.6.2-1.9.3.r47.jar) Unloaded->Constructed->Pre-initialized
NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized
notenoughkeys{0.0.4} [Not Enough Keys] (NotEnoughKeys-1.6.4-0.0.4.jar) Unloaded->Constructed->Pre-initialized
Opis{1.1.3a_alpha} [Opis] (Opis_1.1.3a_alpha.jar) Unloaded->Constructed->Pre-initialized
MapWriter{2.0.1} [MapWriter] (Opis_1.1.3a_alpha.jar) Unloaded->Constructed->Pre-initialized
fodc{1.4.2} [Ore Dictionary Converter] (Ore Converter.jar) Unloaded->Constructed->Pre-initialized
powersuitaddons{@VERSION@} [Andrew's Modular Powersuits Addons] (powersuitaddons-1.6.4-884.jar) Unloaded->Constructed->Pre-initialized
bau5_ProjectBench{1.8.0} [Project Bench] (ProjectBench-1.6.2-v1.8.0.jar) Unloaded->Constructed->Pre-initialized
ProjRed|Core{4.2.2.19} [ProjectRed] (ProjectRedBase-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
ProjRed|Integration{1.0} [ProjRed|Integration] (ProjectRedIntegration-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
ProjRed|Transmission{1.0} [ProjRed|Transmission] (ProjectRedIntegration-1.6.4-4.2.2.19.jar) Unloaded->Constructed->Pre-initialized
ProjRed|Illumination{1.0} [ProjRed|Illumination] (ProjectRedLighting-1.6.4-4.2.1.16.jar) Unloaded->Constructed->Pre-initialized
QuantumCraft{1.1} [qCraft] (qCraft1.1.jar) Unloaded->Constructed->Pre-initialized
Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (redstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized
CompressedBlocks{v0.2.3} [Compressed Blocks] (RFLX-CompressedBlocks v0.2.3.jar) Unloaded->Constructed->Pre-initialized
InFamyBalances{v1.05} [inFamy] (RFLX-InFamyBalances v1.05.jar) Unloaded->Constructed->Pre-initialized
NowCraftables{v1.0} [Now Craftables] (RFLX-NowCraftables v1.0.jar) Unloaded->Constructed->Pre-initialized
TwistedFate{v0.1.5} [Twisted Fate] (RFLX-TwistedFate 0.1.7.jar) Unloaded->Constructed->Pre-initialized
StevesFactoryManager{A81} [steve's Factory Manager] (StevesFactoryManagerA81.jar) Unloaded->Constructed->Pre-initialized
Sync{2.1.1} [sync] (Sync2.1.1.jar) Unloaded->
  • Discord Moderator
Posted
  • You have added a version of IC2 which is for an earlier version of Forge/MC. Get the correct version:
  • You have many mods which are for Forge/MC 1.6.2. This is "bad". As I stated weeks ago, you need to be getting your mods from the mod author's preferred distribution channels.
  • Discord Moderator
Posted

Wait, am I helping you with your pack, or are we talking about one from someone else? Or do you mean you got the mods from another modpack served through the technic platform?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...