Jump to content

challenger1_

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by challenger1_

  1. So, each mod that "needed another mod" actually just required a different version of forge, so I incrementally upgraded forge starting with the oldest version required and working my way up to the newest version required. Now it works with all the mods. So apparently I don't know why this was necessary, but apparently I just needed to use a little magic.
  2. So of course, I tried replacing the modpack.jar with the older version of forge, and now Tree Chopper says it needs a higher version of forge. So I got the slightly higher version, and the pack crashed. Here is the report, but the main thing is that it said that Progressive Automation does not have a class definition, so I tried downloading a different version of the mod and then it crashed again, but this time it was due to ExtraUtilities2 as seen here. So I again got an older version to try again and then it crashed, creating a similar crash report as the second one. This caused me to remove extrautilities. thenn..... IT WORKED!!!!! I started adding mods back one at a time, but the first one i added, galacticraft, also needed another mod. Upon further inspection of the fml-client-latest log i found this: "[11:07:55] [Client thread/ERROR] [FML/]: The mod galacticraftcore (Galacticraft Core) requires mod versions [Forge@[12.18.2.2171,)] to be available [11:07:55] [Client thread/ERROR] [FML/]: net.minecraftforge.fml.common.MissingModsException: Mod galacticraftcore (Galacticraft Core) requires [Forge@[12.18.2.2171,)]" So now I will individually add all the mods back and see if they are just needing a different version of Forge
  3. Ok, so i added in IC2, but COFHCore still said it needs another mod, and upon removing it and its mods, Galacticraft said it needs another mod, and upon removing it and its mods, IchunUtil said the same thing, then finally, I got something. It says Mantle needs Forge 12.18.1.2011 or above, and the fml-client-latest.log said similar: "The mod mantle (Mantle) requires mod versions [Forge@[12.18.1.2011,)] to be available [10:25:40] [Client thread/ERROR] [FML/]: net.minecraftforge.fml.common.MissingModsException: Mod mantle (Mantle) requires [Forge@[12.18.1.2011,)]" When I downloaded Forge, I downloaded version 12.18.3.2316 So now I will try downloading 12.18.1.2001 and see what happens
  4. Here is a copy of the modpack, note that this is not the modpack I was testing with, but a copy of the bin, mods, coremods, and config folder. None of the other folders matter to my knowledge. But in response to the 1.7.10 mod, I don't know where I first heard this, but I thought that you were still able to put in mods of previous versions of minecraft in with a later version of minecraft (i.e. a 1.7.10 mod into 1.10.2 minecraft). Is this not true? Or is there some legitimacy to this, it just depends on the circumstances?
  5. Hello, So a couple of days ago, I decided it was finally time to update my modpack from 1.7.10 to 1.10.2. So, having created modpacks before and having updated to newer versions several times in the past, I did the same thing that I normally did to update my modpack - deleted all the mods and forge and redownloaded the newer version of them. Unsurprisingly, things did not all work perfectly the first time. But what was surprising was that pretty much nothing worked. When I had all my mods that I wanted and then launched the pack by replacing another pack's mods (obviously mc version 1.10.2) with my own mods, the technic launcher reopened as soon as it closed. There was no crash report, but there was some info in the latest log here. So I thought that was weird, but I figured I should try adding one mod at a time and see if it was a problem with certain mods. There were a couple of mods that would work, but pretty much anytime I got more than three mods, I always got a crash report that was something like this. Also, occasionally some of the mods would say that they needed another mod for them to work, but then wouldn't list another mod like here. Considering the number of mods that seem to have this problem, it made me wonder if it was something wrong with my minecraft forge. So I redownloaded forge but nothing changed. Confused at this point, I decided to try the unupdated version of my modpack, which worked perfectly fine. I then exchanged the mods from the updated and the un-updated, neither of which worked (unsurprisingly since they are different mc versions). Desperate for something to work, I redownloaded all of my mods, restarted from scratch and used Luke's modpack making guide from the very beginning, and even downloaded another modpack of the same version and tried using their mods (which worked in their modpack), but nothing changed the ultimate failure of my updated modpack. So, I want to know what in the world happened? Did I do something wrong? Did something about making modpacks change? Why does it seem like my modpack is the only one being dumb like this? I am continuing to run tests on just trying one mod at a time, but it seems random as to whether the game will crash, need another mod, or just quit as soon as it starts. Thanks a bunch to all who respond!
  6. This modpack contains a lot of mods that make Minecraft a lot more challenging! Also includes IC2, Galacticraft, Chocolate Quest, Flans, and Orespawn to name a few!! You can find the modpack here for more info! I am open to suggestions and requests. Let me know here or in the discussion tab if anything doesn't work or crashes! Thanks!
  7. yeah, it seems to be working now. The only problem is that I made a new account already, so now I have 2 accounts. Is there any way to delete one?
  8. *I want to change the username or email on the one I keep, sorry.
  9. After the new website came out, I forgot my email for my account, but didn't realize it. I thought I had used another email and that the new website had just wiped everyone's profiles and accounts. So I made a new account. Then later, I saw one of the modpacks I had made before the new website, and noticed that it was made by the account I thought had been wiped. So now I have 2 accounts (which I am trying to delete one) and I want to change the username or password on the one I keep. Please help!
  10. And this is really dumb because I am trying to recreate the modpack i had on the old site, but in order to do that you have to be logged in.
  11. Hi, i had a profile on the old website, but now when i try to register on the new one, it always says "something went wrong". Please help
  12. How long will it take before the technic launcher will support Java 8? I'm not asking for a specific date or anything, just like within the next update or it will probably take a while
  13. Oh! so the server download was for if you were going to make a server! Ok, thanks!
  14. I'm not trying to set up my own server, i'm trying to connect to the main one listed by the technic launcher download. I download it, and double-click on the launch.bat, and it loads for a bit then creates this crash report: ---- Minecraft Crash Report ---- // Hey, that tickles! Hehehe! Time: 8/7/14 4:13 PM Description: Exception in server tick loop java.lang.NoClassDefFoundError: aul at mod_ReiMinimap.getVersion(mod_ReiMinimap.java:16) at cpw.mods.fml.common.modloader.ModLoaderModContainer.getVersion(ModLoaderModContainer.java:423) at cpw.mods.fml.common.Loader.loadMods(Loader.java:498) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86) at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351) at ho.c(DedicatedServer.java:64) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458) at fy.run(SourceFile:849) Caused by: java.lang.ClassNotFoundException: aul at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 8 more Caused by: java.lang.NullPointerException at org.objectweb.asm.ClassReader.<init>(Unknown Source) at codechicken.core.asm.ClassHeirachyManager.transform(ClassHeirachyManager.java:80) at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:228) at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:173) ... 10 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.4.7 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_11, Oracle Corporation Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 953115040 bytes (908 MB) / 1029046272 bytes (981 MB) up to 1029046272 bytes (981 MB) JVM Flags: 4 total; -Xmx3G -Xms2G -Xmx1g -Xms1g 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 v7.26a FML v4.7.35.556 Minecraft Forge 6.6.2.534 78 mods loaded, 78 mods active mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed FML [Forge Mod Loader] (coremods) Unloaded->Constructed Forge [Minecraft Forge] (coremods) Unloaded->Constructed CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed PowerCrystalsCore [PowerCrystals Core] (coremods) Unloaded->Constructed mod_bspkrsCore [bspkrsCore] ([1.4.7]bspkrsCorev2.02.zip) Unloaded->Constructed TreeCapitator [TreeCapitator] ([1.4.6]TreeCapitator.Forge.1.4.6.r07.Uni.CoreMod.jar) Unloaded->Constructed CustomLAN [Custom LAN Mod] (CustomPortForge.jar) Unloaded->Constructed mod_ReiMinimap [mod_ReiMinimap] ([1.4.6]ReiMinimap_v3.2_06.zip) Unloaded->Constructed BuildCraft|Core [buildCraft] (buildcraft-A-3.4.3.jar) Unloaded->Constructed BuildCraft|Factory [bC Factory] (buildcraft-A-3.4.3.jar) Unloaded->Constructed BuildCraft|Transport [bC Transport] (buildcraft-A-3.4.3.jar) Unloaded->Constructed BuildCraft|Silicon [bC Silicon] (buildcraft-A-3.4.3.jar) Unloaded->Constructed APUnofficial [Additional Pipes] (AdditionalPipes2.1.3u42-BC3.4.2-MC1.4.7.jar) Unloaded->Constructed CoFHCore [CoFH Core] (CoFHCore-1.4.7.3.zip) Unloaded->Constructed ComputerCraft [ComputerCraft] (ComputerCraft1.5.zip) Unloaded->Constructed CCTurtle [ComputerCraft Turtles] (ComputerCraft1.5.zip) Unloaded->Constructed ThermalExpansion [Thermal Expansion] (ThermalExpansion-2.2.2.2.zip) Unloaded->Constructed OmniTools [OmniTools] (OmniTools-3.0.4.zip) Unloaded->Constructed IC2 [industrialCraft 2] (industrialcraft-2_1.115.231-lf.jar) Unloaded->Constructed ImmibisCore [immibis Core] (immibis-core-52.4.6.jar) Unloaded->Constructed AdvancedRepulsionSystems [Advanced Repulsion Systems] (adv-repulsion-systems-52.0.6.jar) Unloaded->Constructed AdvancedMachines [iC2 Advanced Machines Addon] (AdvancedMachines_1.4.6.zip) Unloaded->Constructed AdvancedPowerManagement [Advanced Power Management] (AdvancedPowerManagement-1.1.55-IC2_1.112.jar) Unloaded->Constructed AppliedEnergistics [Applied Energistics] (appeng-rv9-i.zip) Unloaded->Constructed BuildCraft|Builders [bC Builders] (buildcraft-A-3.4.3.jar) Unloaded->Constructed BuildCraft|Energy [bC Energy] (buildcraft-A-3.4.3.jar) Unloaded->Constructed ChickenChunks [ChickenChunks] (ChickenChunks 1.3.1.0.jar) Unloaded->Constructed CompactSolars [Compact Solar Arrays] (compactsolars-universal-1.4.7-4.0.3.29.zip) Unloaded->Constructed DimensionalAnchors [Dimensional Anchors] (dimensional-anchor-52.2.0.jar) Unloaded->Constructed DimensionalDoors [Dimensional Doors] (DimensionalDoors-1.4.7 v1.3.2.zip) Unloaded->Constructed EE3 [Equivalent Exchange 3] (ee3-universal-pre1f.jar) Unloaded->Constructed EnderStorage [EnderStorage] (EnderStorage 1.4.1.2.jar) Unloaded->Constructed factorization [Factorization] (Factorization-0.7.21.jar) Unloaded->Constructed factorization.misc [Factorization Miscellaneous Nonsense] (Factorization-0.7.21.jar) Unloaded->Constructed factorization.dimensionalSlice [Factorization Dimensional Slices] (Factorization-0.7.21.jar) Unloaded->Constructed FlatBedrock [FlatBedrock] (FlatBedrock_1.0.3.zip) Unloaded->Constructed IC2NuclearControl [Nuclear Control] (IC2NuclearControl-1.4.6.zip) Unloaded->Constructed mod_InvTweaks [inventory Tweaks] (InvTweaks-1.50-1.4.7.zip) Unloaded->Constructed IronChest [iron Chest] (ironchest-universal-1.4.7-5.1.0.275.zip) Unloaded->Constructed ThermalExpansion|Factory [Factory] (ThermalExpansion-2.2.2.2.zip) Unloaded->Constructed ThermalExpansion|Energy [Energy] (ThermalExpansion-2.2.2.2.zip) Unloaded->Constructed ThermalExpansion|Transport [Transport] (ThermalExpansion-2.2.2.2.zip) Unloaded->Constructed LogisticsPipes|Main [Logistics Pipes] (LogisticsPipes-MC1.4.7-0.7.0.96.jar) Unloaded->Constructed MFReloaded [Minefactory Reloaded] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed MFReloaded|CompatExtraBiomes [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed MFReloaded|CompatForestry [MFR Compat: Forestry] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed MFReloaded|CompatIC2 [MFR Compat: IC2] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed MFReloaded|CompatPams [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed RedPowerCore [RedPower] (RedPowerCore-2.0pr6.zip) Unloaded->Constructed RedPowerBase [RP Base] (RedPowerCore-2.0pr6.zip) Unloaded->Constructed RedPowerWorld [RP World] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed MFReloaded|CompatRP2 [MFR Compat: RP2] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed MFReloaded|CompatSoulShards [MFR Compat: Soul Shards] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed MFReloaded|CompatSufficientBiomes [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed MFReloaded|CompatThaumcraft [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed MFReloaded|CompatTwilightForest [MFR Compat: TwilightForest] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed MFReloaded|CompatVanilla [MFR Compat: Vanilla] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed MFReloaded|CompatXyCraft [MFR Compat: XyCraft] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed mmmPowersuits [MachineMuse's Modular Powersuits] (ModularPowersuits-0.3.2-199.jar) Unloaded->Constructed Mystcraft [Mystcraft] (mystcraft-uni-1.4.7-0.10.1.00.zip) Unloaded->Constructed NEIPlugins [NEI Plugins] (nei_plugins-1.0.4.5a.jar) Unloaded->Constructed NetherOres [Nether Ores] (NetherOres-2.0.6-32.jar) Unloaded->Constructed OCS [OpenCCSensors] (OpenCCSensors-0.1.4b.zip) Unloaded->Constructed PowerConverters [Power Converters] (PowerConverters-2.2.2-29.jar) Unloaded->Constructed RedPowerMachine [RP Machine] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed RedPowerCompat [RP Compat] (RedPowerCompat-2.0pr6.zip) Unloaded->Constructed RedPowerWiring [RP Wiring] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed RedPowerLogic [RP Logic] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed RedPowerLighting [RP Lighting] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed RedPowerControl [RP Control] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed StevesCarts [steve's Carts] (StevesCarts2.0.0.a62.zip) Unloaded->Constructed Tubestuff [Tubestuff] (tubestuff-52.3.2.jar) Unloaded->Constructed weaponmod [balkon's WeaponMod] (Weaponmod.zip) Unloaded->Constructed WR-CBE|Core [WR-CBE Core] (WR-CBE Core 1.3.2.8.jar) Unloaded->Constructed WR-CBE|Addons [WR-CBE Addons] (WR-CBE Addons 1.3.2.8.jar) Unloaded->Constructed WR-CBE|RedPower [WR-CBE RedPower] (WR-CBE RedPower 1.3.2.8.jar) Unloaded->Constructed Profiler Position: N/A (disabled) Is Modded: Definitely; Server brand changed to 'forge,fml' Type: Dedicated Server (map_server.txt)
  15. I mean the server that is listed under "get tekkit lite/tekkit/tekkit classic" in the corresponding modpack's page on, along with the download for the technic launcher.
  16. I have not been able to figure out how to get on to the modpack servers that are downloaded off the modpack page. I have extracted the files and put them into the modpack folder, but it still isn't working. What next? DId i do something wrong?
×
×
  • Create New...