1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Done launcher problem

Discussion in 'Civilization' started by coolgi3000, Mar 10, 2016.

  1. johnfg10

    johnfg10 Well-Known Member

    Messages:
    2,430
    Likes Received:
    200
    Local Time:
    8:02 PM
    have u tried force updateing?
     
  2. IsaacOB1

    IsaacOB1 Well-Known Member

    Messages:
    115
    Likes Received:
    5
    Local Time:
    8:02 PM
    Have you tried deleting the libraries folder and then installing again? It worked for me :)
     
  3. johnfg10

    johnfg10 Well-Known Member

    Messages:
    2,430
    Likes Received:
    200
    Local Time:
    8:02 PM
  4. coolgi3000

    coolgi3000 Logician of the gods

    Messages:
    1,064
    Likes Received:
    282
    Local Time:
    3:02 PM
    I have not tried any other packs yet but seeing as this happened directly after the civ update and nothing else updated also I would guess it's only civ. Also no I have not tried a force update, but I have uninstalled both civ and the launcher itself and then reinstalled both. I will check if other packs work when k get home today[DOUBLEPOST=1457836782,1457819108][/DOUBLEPOST]yes it works with other packs. and no a forced update doesnt work
    havent tried the libraries folder thing yet.
     
  5. IsaacOB1

    IsaacOB1 Well-Known Member

    Messages:
    115
    Likes Received:
    5
    Local Time:
    8:02 PM
    Is this still a problem?[DOUBLEPOST=1457885599][/DOUBLEPOST]If so try to delete the libraries folder in %appdata%. I can tell you the steps to do it if you like :)
     
  6. SirWill

    SirWill Founder

    Messages:
    12,284
    Likes Received:
    3,708
    Local Time:
    9:02 PM
    Just got the issue too and found out what is causing it.
    The latest Windows 10 update broke LiteLoader which prevents minecraft from starting up.
     
  7. coolgi3000

    coolgi3000 Logician of the gods

    Messages:
    1,064
    Likes Received:
    282
    Local Time:
    3:02 PM
    But I have Windows 7 and other mod packs still work for me, so...
     
  8. Lorddryst

    Lorddryst Well-Known Member

    Messages:
    39
    Likes Received:
    4
    Local Time:
    3:02 PM
    This is what I get trying to load any packs from the MYM launcher since no one else will upload a crash-report here ya go

    Code:
    ---- Minecraft crash-report ----
    // You should try our sister game, Minceraft!
    
    Time: 3/14/16 3:44 PM
    Description: There was a severe problem during mod loading that has caused the game to fail
    
    cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: com.cout970.magneticraft.Magneticraft
       at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
       at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
       at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
       at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
       at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
       at net.minecraft.client.main.Main.main(SourceFile:148)
       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:135)
       at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.ClassNotFoundException: com.cout970.magneticraft.Magneticraft
       at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
       at java.lang.ClassLoader.loadClass(Unknown Source)
       at java.lang.ClassLoader.loadClass(Unknown Source)
       at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
       at java.lang.Class.forName0(Native Method)
       at java.lang.Class.forName(Unknown Source)
       at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
       at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
       at java.lang.reflect.Method.invoke(Unknown Source)
       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:212)
       at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
       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.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:119)
       at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
       ... 10 more
    Caused by: java.lang.UnsupportedClassVersionError: com/cout970/magneticraft/Magneticraft : Unsupported major.minor version 52.0
       at java.lang.ClassLoader.defineClass1(Native Method)
       at java.lang.ClassLoader.defineClass(Unknown Source)
       at java.security.SecureClassLoader.defineClass(Unknown Source)
       at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
       ... 37 more
    
    
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    
    -- System Details --
    Details:
       Minecraft Version: 1.7.10
       Operating System: Windows 7 (amd64) version 6.1
       Java Version: 1.7.0_80, Oracle Corporation
       Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
       Memory: 624129480 bytes (595 MB) / 1056309248 bytes (1007 MB) up to 3233153024 bytes (3083 MB)
       Mod Pack: ~~ERROR~~ NullPointerException: null
       LiteLoader Mods: ~~ERROR~~ NullPointerException: null
       LaunchWrapper: 75 active transformer(s)
      - Transformer: cpw.mods.fml.common.asm.transformers.PatchingTransformer
      - Transformer: com.mumfrey.liteloader.transformers.event.EventProxyTransformer
      - Transformer: com.mumfrey.liteloader.launch.LiteLoaderTransformer
      - Transformer: com.mumfrey.liteloader.client.transformers.CrashReportTransformer
      - Transformer: cpw.mods.fml.common.asm.transformers.MarkerTransformer
      - Transformer: cpw.mods.fml.common.asm.transformers.SideTransformer
      - Transformer: cpw.mods.fml.common.asm.transformers.EventSubscriptionTransformer
      - Transformer: net.minecraftforge.classloading.FluidIdTransformer
      - Transformer: am2.preloader.BytecodeTransformers
      - Transformer: mods.betterfoliage.loader.BetterFoliageTransformer
      - Transformer: codechicken.lib.asm.ClassHeirachyManager
      - Transformer: codechicken.core.asm.InterfaceDependancyTransformer
      - Transformer: codechicken.core.asm.TweakTransformer
      - Transformer: codechicken.core.asm.DelegatedTransformer
      - Transformer: codechicken.core.asm.DefaultImplementationTransformer
      - Transformer: DummyCore.ASM.DCASMManager
      - Transformer: fastcraft.asm.FastCraftTransformer
      - Transformer: mrtjp.relocation.asm.Transformer
      - Transformer: invtweaks.forge.asm.ContainerTransformer
      - Transformer: com.creativemd.itemphysic.ItemTransformer
      - Transformer: mariculture.fishery.VanillaOverride
      - Transformer: micdoodle8.mods.miccore.MicdoodleTransformer
      - Transformer: codechicken.nei.asm.NEITransformer
      - Transformer: li.cil.oc.common.asm.ClassTransformer
      - Transformer: api.player.forge.PlayerAPITransformer
      - Transformer: theflogat.technomancy.asm.TechnomancyCoreTransformer
      - Transformer: thaumic.tinkerer.preloader.AccessTransformer
      - Transformer: witchinggadgets.asm.WGCoreTransformer
      - Transformer: openmods.core.OpenModsClassTransformer
      - Transformer: openblocks.asm.OpenBlocksClassTransformer
      - Transformer: cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
      - Transformer: cpw.mods.fml.common.asm.transformers.AccessTransformer
      - Transformer: net.minecraftforge.transformers.ForgeAccessTransformer
      - Transformer: codechicken.core.asm.CodeChickenAccessTransformer
      - Transformer: cofh.asm.CoFHAccessTransformer
      - Transformer: nf.fr.ephys.cookiecore.common.core.CookieCoreAT
      - Transformer: invtweaks.forge.asm.ITAccessTransformer
      - Transformer: net.malisis.core.asm.MalisisCoreAccessTransformer
      - Transformer: mariculture.core.AccessTransformers
      - Transformer: micdoodle8.mods.miccore.MicdoodleAccessTransformer
      - Transformer: thaumic.tinkerer.preloader.AccessTransformer
      - Transformer: cpw.mods.fml.common.asm.transformers.ModAccessTransformer
      - Transformer: cpw.mods.fml.common.asm.transformers.ItemStackTransformer
      - Transformer: cofh.asm.CoFHClassTransformer
      - Transformer: lumien.extendedpotions.asm.ClassTransformer
      - Transformer: net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
      - Transformer: net.malisis.core.util.chunkblock.ChunkBlockTransformer
      - Transformer: lumien.randomthings.Transformer.RTClassTransformer
      - Transformer: lumien.resourceloader.asm.ClassTransformer
      - Transformer: info.loenwind.waterhooks.BlockDynamicLiquidVisitor
      - Transformer: squeek.applecore.asm.TransformerModuleHandler
      - Transformer: chocohead.patcher.binniecore.Root
      - Transformer: chocohead.patcher.botany.Root
      - Transformer: chocohead.patcher.extrabees.Root
      - Transformer: chocohead.patcher.extratrees.Root
      - Transformer: chocohead.patcher.genetics.Root
      - Transformer: com.enderio.core.common.transform.EnderCoreTransformer
      - Transformer: com.enderio.core.common.transform.EnderCoreTransformerClient
      - Transformer: cpw.mods.fml.common.asm.transformers.TerminalTransformer
      - Transformer: com.mumfrey.liteloader.client.transformers.LiteLoaderEventInjectionTransformer
      - Transformer: com.thevoxelbox.common.TimeUpdateTransformer
      - Transformer: com.thevoxelbox.voxelmenu.SlotTransformer
      - Transformer: com.thevoxelbox.voxelmenu.PanoramaTransformer
      - Transformer: com.mumfrey.liteloader.client.transformers.JoinGamePacketTransformer
      - Transformer: com.thatapplefreak.voxelcam.VoxelCamTransformer
      - Transformer: com.mumfrey.liteloader.client.transformers.LoginSuccessPacketTransformer
      - Transformer: com.mumfrey.renderdecorator.asm.RenderPlayerTransformer
      - Transformer: com.mumfrey.liteloader.client.transformers.ChatPacketTransformer
      - Transformer: com.thevoxelbox.voxelmap.litemod.VoxelMapTransformer
      - Transformer: com.mumfrey.liteloader.client.transformers.ServerCustomPayloadPacketTransformer
      - Transformer: com.mumfrey.liteloader.client.transformers.CustomPayloadPacketTransformer
      - Transformer: com.mumfrey.liteloader.client.transformers.MinecraftOverlayTransformer
      - Transformer: com.mumfrey.liteloader.client.transformers.ServerChatPacketTransformer
      - Transformer: com.mumfrey.liteloader.client.transformers.LiteLoaderCallbackInjectionTransformer
      - Transformer: cpw.mods.fml.common.asm.transformers.ModAPITransformer
       JVM Flags: 8 total; -XX:+UseCMSCompactAtFullCollection -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+AggressiveOpts -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024M -Xmx3100M -XX:MaxPermSize=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.99.99 Minecraft Forge 10.13.4.1614 185 mods loaded, 185 mods active
       States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
       UC   mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
       UC   FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614.jar)
       UC   Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614.jar)
       UC   AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
       UC   CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
       UC   itemphysic{1.1.5} [ItemPhysic] (minecraft.jar)
       UC   MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
       UC   Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
       UC   NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
       UC   OpenComputers|Core{1.5.22.46} [OpenComputers (Core)] (minecraft.jar)
       UC   PlayerAPI{1.4} [Player API] (minecraft.jar)
       UC   technomCore{0.12.4} [Technomancy Core] (minecraft.jar)
       UC   ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
       UC   WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
       UC   OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
       UC   <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
       UC   BinniePatcher{1.6.3} [Binnie Patcher] (minecraft.jar)
       UC   ExtendedPotions{1.2} [Extended Potions] (ExtendedPotions-MC1.7.10-1.2.jar)
       UC   AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
       UC   AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
       UC   arsmagica2{1.4.0.009} [Ars Magica 2] (AM2-1.4.0.009 - MyM.jar)
       UC   AncientWarfare{2.4.114-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
       UC   CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
       UC   AncientWarfareAutomation{2.4.114-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
       UC   AncientWarfareNEIPlugin{2.4.114-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
       UC   AncientWarfareNpc{2.4.114-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
       UC   AncientWarfareStructure{2.4.114-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar)
       UC   animalsPlus{1.2} [Animals+] (animalsPlus-1.2.jar)
       UC   AppleCore{1.3.0} [AppleCore] (AppleCore-mc1.7.10-1.3.0.jar)
       UC   Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
       UC   Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
       UC   arcanearteries{5} [Arcane Arteries] (ArcaneArteries0.8.2.jar)
       UC   Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
       UC   Automagy{0.28.2} [Automagy] (Automagy-1.7.10-0.28.2.jar)
       UC   BetterFoliage{1.0.4} [Better Foliage] (BetterFoliage-mc1.7-1.0.4.jar)
       UC   BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
       UC   Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
       UC   Natura{2.2.0} [Natura] (natura-1.7.10-2.2.1a2.jar)
       UC   Forestry{4.2.10.58} [Forestry for Minecraft] (forestry_1.7.10-4.2.10.58.jar)
       UC   BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
       UC   BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
       UC   BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
       UC   Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
       UC   ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
       UC   ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
       UC   Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
       UC   AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
       UC   Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
       UC   CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
       UC   Railcraft{9.9.0.0} [Railcraft] (Railcraft_1.7.10-9.9.0.0.jar)
       UC   ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
       UC   chisel{2.9.4.10} [Chisel] (Chisel-2.9.4.10.jar)
       UC   Ztones{1.7.10} [Ztones] (Ztones-1.7.10-2.2.1.jar)
       UC   chiseltones{@VERSION@} [Chisel Tones] (ChiselTones-1.7.10-1.0-3.jar)
       UC   cookiecore{1.4.0} [Cookie Core] (CookieCore-1.7.10-1.4.0-11.jar)
       UC   cookingbook{1.0.134} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.134.jar)
       UC   CraftHeraldry{1.1.3} [CraftHeraldry] (CraftHeraldry 1.1.3.jar)
       UC   DamageIndicatorsMod{3.2.3} [Damage Indicators] (DamageIndicatorsMod-3.2.3.jar)
       UC   PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
       UC   props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
       UC   DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar)
       UC   DummyCore{1.13} [DummyCore] (DummyCore1.13.jar)
       UC   ThermalFoundation{1.7.10R1.2.3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.3-112.jar)
       UC   ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar)
       UC   emobile{1.2.1} [E-Mobile] (E-Mobile-MC1.7.10-1.2.1.jar)
       UC   Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
       UC   Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
       UC   endercore{1.7.10-0.2.0.31_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.31_beta.jar)
       UC   EnderIO{1.7.10-2.3.0.424_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.424_beta.jar)
       UC   waterhooks{1.2.0} [Water Hooks] (waterhooks-1.2.0.jar)
       UC   enderioaddons{0.10.6} [Ender IO Addons] (EnderIOAddons-1.7.10-2.3.0.424_beta-0.10.6.049_beta.jar)
       UC   EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
       UC   EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
       UC   ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
       UC   MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
       UC   ImmersiveEngineering{0.7.3} [Immersive Engineering] (ImmersiveEngineering-0.7.3.jar)
       UC   TConstruct{1.7.10-1.8.8.build991} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.build991.jar)
       UC   Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar)
       UC   harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
       UC   progressiveautomation{1.6.34} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.34.jar)
       UC   ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
       UC   ezstorage{1.1.0} [EZ Storage] (ezstorage-1.1.0.jar)
       UC   FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
       UC   flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)
       UC   Steamcraft{0.28.12} [Flaxbeard's Steam Power] (Flaxbeard'sSteamPower-1.7.10-0.28.12.jar)
       UC   ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
       UC   ForbiddenMagic{1.7.10-0.573} [Forbidden Magic] (Forbidden Magic-1.7.10-0.573.jar)
       UC   fossil{1.7.10 Build 7.2.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.2.1.jar)
       UC   GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.446.jar)
       UC   GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.446.jar)
       UC   Growthcraft{1.7.10-2.4.0} [Growthcraft] (growthcraft-1.7.10-2.4.1-complete.jar)
       UC   Growthcraft|Cellar{1.7.10-2.4.0} [Growthcraft Cellar] (growthcraft-1.7.10-2.4.1-complete.jar)
       UC   Growthcraft|Apples{1.7.10-2.4.0} [Growthcraft Apples] (growthcraft-1.7.10-2.4.1-complete.jar)
       UC   Growthcraft|Bamboo{1.7.10-2.4.0} [Growthcraft Bamboo] (growthcraft-1.7.10-2.4.1-complete.jar)
       UC   Growthcraft|Bees{1.7.10-2.4.0} [Growthcraft Bees] (growthcraft-1.7.10-2.4.1-complete.jar)
       UC   Growthcraft|Fishtrap{1.7.10-2.4.0} [Growthcraft Fishtrap] (growthcraft-1.7.10-2.4.1-complete.jar)
       UC   Growthcraft|Grapes{1.7.10-2.4.0} [Growthcraft Grapes] (growthcraft-1.7.10-2.4.1-complete.jar)
       UC   Growthcraft|Hops{1.7.10-2.4.0} [Growthcraft Hops] (growthcraft-1.7.10-2.4.1-complete.jar)
       UC   Growthcraft|Rice{1.7.10-2.4.0} [Growthcraft Rice] (growthcraft-1.7.10-2.4.1-complete.jar)
       UC   guideapi{1.7.10-1.0.1-23} [Guide-API] (Guide-API-1.7.10-1.0.1-23.jar)
       UC   headcrumbs{1.7.4} [Headcrumbs] (Headcrumbs-1.7.4.jar)
       UC   immersiveintegration{0.6.7} [Immersive Integration] (immersiveintegration-0.6.7.jar)
       UC   LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)
       UC   InGameInfoXML{2.8.1.82} [InGame Info XML] (InGameInfoXML-1.7.10-2.8.1.82-universal.jar)
       UC   inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
       UC   inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
       UC   ironbackpacks{1.7.10-1.2.15} [Iron Backpacks] (IronBackpacks-1.7.10-1.2.15.jar)
       UC   IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
       UC   JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
       UC   RedstoneArsenal{1.7.10R1.1.3B1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.3B1-93.jar)
       UC   MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
       UE   Magneticraft{0.6.0-final} [Magneticraft] (magneticraft-0.6.1-final.jar)
       UC   malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
       UC   malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
       UC   Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
       UC   MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
       UC   RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)
       UC   MCA{1.7.10-5.1.1.2} [Minecraft Comes Alive] (MCA-1.7.10-5.1.1.2-universal.jar)
       UC   Mekanism{8.1.9} [Mekanism] (Mekanism-1.7.10-8.1.9.265.jar)
       UC   MekanismGenerators{8.1.9} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.9.265.jar)
       UC   metallurgychisel{1.0.0.11} [Metallurgy Chisel] (MetallurgyChisel-1.7.10-1.0.0.11.jar)
       UC   minechem{5.0.5.406} [Minechem] (Minechem-1.7.10-5.0.5.406.jar)
       UC   MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
       UC   modtweaker2{0.9.5} [Mod Tweaker 2] (ModTweaker2-0.9.5.jar)
       UC   numina{0.4.0.131} [Numina] (Numina-0.4.0.131.jar)
       UC   MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
       UC   ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
       UC   powersuits{0.11.0.300} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.300.jar)
       UC   NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
       UC   NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
       UC   NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
       UC   NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
       UC   NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
       UC   NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
       UC   NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
       UC   neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
       UC   notenoughkeys{@MOD_VERSION@} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b45-dev-universal.jar)
       UC   OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
       UC   OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
       UC   ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
       UC   OpenComputers{1.5.22.46} [OpenComputers] (OpenComputers-MC1.7.10-1.5.22.46-universal.jar)
       UC   PassiveTorch{0.1.0} [Passive Torch] (PassiveTorch-1.7.10-0.1.0.jar)
       UC   PneumaticCraft{1.12.7-150} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-150-universal.jar)
       UC   ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
       UC   ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
       UC   ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
       UC   ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
       UC   ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
       UC   ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
       UC   RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
       UC   RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2.jar)
       UC   RefinedRelocation{1.1.25} [Refined Relocation] (RefinedRelocation-mc1.7.10-1.1.25.jar)
       UC   ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
       UC   Sanguimancy{1.7.10-1.1.9-33} [Sanguimancy] (Sanguimancy-1.7.10-1.1.9-33.jar)
       UC   SilentGems{1.3.10} [Silent's Gems] (SilentGems-1.7.10-1.3.10-168.jar)
       UC   simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
       UC   SpiceOfLife{1.3.1} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.3.1.jar)
       UC   StacksOnStacks{{$version}} [Stacks on Stacks!] (StacksOnStacks-1.7.10-2.4.3.jar)
       UC   StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)
       UC   StorageDrawers{1.7.10-1.9.4} [Storage Drawers] (StorageDrawers-1.7.10-1.9.4.jar)
       UC   StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar)
       UC   StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
       UC   tcinventoryscan{1.0.10} [TC Inventory Scanning] (tcinventoryscan-mc1.7.10-1.0.10.jar)
       UC   thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
       UC   thaumicbases{1.3.1710.2} [Thaumic Bases] (ThaumicBases-1.3.1710.4.jar)
       UC   ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
       UC   ThermalDynamics{1.7.10R1.2.0B2} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0B2-169.jar)
       UC   TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
       UC   TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
       UC   TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
       UC   WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
       UC   wawla{1.3.3} [What Are We Looking At] (Wawla-1.3.3-1.7.10.jar)
       UC   weaponcaseloot{1.1.8} [WeaponCaseLoot] (weaponcaseloot-1.1.8.jar)
       UC   witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
       UC   WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
       UC   WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.4.jar)
       UC   WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.4.jar)
       UC   WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.4.jar)
       UC   McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
       UC   ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar)
       UC   MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar)
       UC   RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-0.0.1.2-universal.jar)
       UC   IguanaTweaksTConstruct{1.7.10-2.1.5.140} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.5.jar)
       UC   technom{0.12.4} [Technomancy] (Technomancy - 0.12.4 - 1.7.10.jar)
       UC   ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
       OpenModsLib class transformers: [gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED],[map_gen_fix:ENABLED],[movement_callback:ACTIVATED],[stencil_patches:FINISHED]
       Class transformer null safety: found misbehaving transformers: squeek.applecore.asm.TransformerModuleHandler(squeek.applecore.asm.TransformerModuleHandler@5d6850ee) crashed with java.lang.NullPointerException(null)
       CoFHCore: -[1.7.10]3.1.2-325
       Mantle Environment: Environment healthy.
       ThermalFoundation: -[1.7.10]1.2.3-112
       ThermalExpansion: -[1.7.10]4.1.2-240
       TConstruct Environment: Environment healthy.
       RedstoneArsenal: -[1.7.10]1.1.3B1-93
       ThermalDynamics: -[1.7.10]1.2.0B2-169
     
    Last edited by a moderator: Mar 14, 2016
  9. Xfel11

    Xfel11 Consultant

    Messages:
    635
    Likes Received:
    157
    Local Time:
    9:02 PM
    Please install the latest java.
     
  10. SirWill

    SirWill Founder

    Messages:
    12,284
    Likes Received:
    3,708
    Local Time:
    9:02 PM
    Then you probably don't have the same issue @CHRISRHODE2004 does have.
     
  11. coolgi3000

    coolgi3000 Logician of the gods

    Messages:
    1,064
    Likes Received:
    282
    Local Time:
    3:02 PM
    just tried the libraries deletion and that didn't work either.
    so far I have tried everything i can think of except for the ftb launcher because i do not know how to get civ on that launcher. anyone know how?
     
  12. johnfg10

    johnfg10 Well-Known Member

    Messages:
    2,430
    Likes Received:
    200
    Local Time:
    8:02 PM
    ATM civ isn't on ftb as they take for ever to launch a update u could always take the configs and mods and so on and put them in a different launcher for example curse
     
  13. coolgi3000

    coolgi3000 Logician of the gods

    Messages:
    1,064
    Likes Received:
    282
    Local Time:
    3:02 PM
    I have the curse launcher installed and I have civ on it, but when I try to connect to the server there is a big long list of mod incompatibility issues. Not enough that I have the wrong pack. But the wrong version, and none of the other Versions on the curse launcher work either.
     
  14. Luphadir

    Luphadir Well-Known Member

    Messages:
    175
    Likes Received:
    40
    Local Time:
    9:02 PM
    sounds like your working with an old version, delete civilization from your curse directory and reinstall latest version
     
  15. johnfg10

    johnfg10 Well-Known Member

    Messages:
    2,430
    Likes Received:
    200
    Local Time:
    8:02 PM
    curse will not work as it is not upto date with the server
     
  16. coolgi3000

    coolgi3000 Logician of the gods

    Messages:
    1,064
    Likes Received:
    282
    Local Time:
    3:02 PM
    so pretty much the only launcher that works with the server is broken for me... :(
    one question will my claim not get deleted if someone i have trusted is active in it even if im not?
     
    Last edited: Mar 16, 2016
  17. Luphadir

    Luphadir Well-Known Member

    Messages:
    175
    Likes Received:
    40
    Local Time:
    9:02 PM
    an update has been pushed today, you you might want to try it another time.
    as for the claims the claim owner has to be online within 14 days, or request to transfer it to another player
     
  18. coolgi3000

    coolgi3000 Logician of the gods

    Messages:
    1,064
    Likes Received:
    282
    Local Time:
    3:02 PM
    nope no luck with the update
    also where would i go to request a transfer?
    if i can just do it here can i have my claims transferred to xXEcLiPsE1567Xx on civ?
     
  19. Luphadir

    Luphadir Well-Known Member

    Messages:
    175
    Likes Received:
    40
    Local Time:
    9:02 PM
    haven't seen eclipse last week either to be honest
    as for the transfer, join any server and do ticket/create
     
  20. Werwolfi_de

    Werwolfi_de Well-Known Member

    Messages:
    1,100
    Likes Received:
    482
    Local Time:
    9:02 PM
    Hey since i have no idea what is causing the issue i think you propably need to wait till the version 1.3.9 goes to curse/ftb i hope @johnfg12 can tell you a date when it will be approved there or notify you. Considering your claim i can go online tomorrow and transfer it to me so your progress doesnt get lost. Please let me know what i should do.
    Btw we updated today to version 1.3.9 perhaps this will fix your issue
     

Share This Page