Alternative login method.

Discussion in 'Alice (Minecraft)' started by Magi1053, 29 November 2013.

  1. Magi1053

    Magi1053 That one guy
    Staff Member

    Joined:
    26 June 2012
    Messages:
    159
    Likes Received:
    49
    As most of you know, you may not (probably not) be able to login with the SKMCLauncher.
    [​IMG]
    Here is an alternative method to login to Alice using MultiMC:

    First, go to http://forkk.net/MultiMC4.html and follow the download instructions on their website.
    (On the first run of MultiMC, it will probably ask you to update. Proceed with the update.)

    Once you have MultiMC downloaded and running, your screen should look something like this:
    [​IMG]

    The first step in setting this up to run Alice is very simple. Click on the Add a new instance button in the top left, and select Import existing .minecraft folder.
    [​IMG]

    In the address bar of your window, if you're on a windows machine, type in the following and hit enter:
    Code:
    %appdata%\.skcraftalice\.minecraft
    [​IMG]

    On other platforms, please navigate it to your Alice installation folder and select the .minecraft folder inside the Alice installation, most likely called .skcraftalice.​
    The .skcraftalice folder will be on the same level of the .minecraft folder, probably right below it.​
    [​IMG]
    [​IMG]
    Enter into the .skcraftalice folder. Inside there will be a folder called .minecraft. Enter into the .minecraft folder inside the .skcraftalice folder.​

    Your screen should now look something like this. Click Select Folder.
    [​IMG]

    The next step is to title your instance. You can name it anything you want. For simplicity, we are just going to name it SKCraft. Click OK.
    [​IMG]
    MultiMC will start copying the files from the Alice installation to its own instance folder.

    Once the copying is complete, your screen should look something like this:
    [​IMG]

    The next step is to right click on the SKCraft (or whatever you titled the instance), and select Settings.
    [​IMG]

    MultiMC will open the Instance settings. Click on the Java tab. Uncheck the Use defaults? checkbox beneath Java Settings. In the JVM Arguments, enter in the following:
    Code:
    -XX:PermSize=64M -XX:MaxPermSize=256M
    [​IMG]
    Click OK.

    You're all set! Double-click on the Instance and it will launch the game. You will most likely be prompted for your username and password. This is the same username you use to login on minecraft.net or in the SKMCLauncher.

    Since this is a copy of the Alice installation, it is not modifying any of the files. All your settings, waypoints, screenshots, texture packs (resource packs), and server IP's will be imported into the instance, however any new changes you make, such as adding a new waypoint, will not be transferred into the Alice install when you switch back to the SKMCLauncher.

    Thank you for reading. I hope this was helpful and informative. Comments and questions are welcome.

    ~Magi1053
     
  2. xXMadNessXx

    xXMadNessXx Beware of the MadNess

    Joined:
    28 January 2012
    Messages:
    1.219
    Likes Received:
    496
    Nice Tutorial, 10/10. Hope it works :I
     
  3. Magi1053

    Magi1053 That one guy
    Staff Member

    Joined:
    26 June 2012
    Messages:
    159
    Likes Received:
    49
    Using it to play right now. Wouldn't have posted it if it didn't work :p
     
    xXMadNessXx likes this.
  4. kylania

    kylania Active Member

    Joined:
    14 January 2013
    Messages:
    313
    Likes Received:
    116
    Nice thanks!
     
  5. Rulerjdog1999

    Rulerjdog1999 Youtuber

    Joined:
    26 August 2012
    Messages:
    150
    Likes Received:
    22
    Wow, 10/10 worked flawlessly first time, and your tutorial was easy to follow
     
  6. Siioh

    Siioh If you can read this, you're too far

    Joined:
    29 May 2013
    Messages:
    333
    Likes Received:
    118
    Impressive tutorial! :D
     
  7. Phantasmagoria

    Joined:
    12 July 2012
    Messages:
    83
    Likes Received:
    29
    Thank you so much for this, Magi!

    finally get to fuel my minecraft addiction hehehe
     
  8. Hotshot2162

    Hotshot2162 Member

    Joined:
    2 April 2013
    Messages:
    24
    Likes Received:
    1
    10/10 from me as well. Great tut.
     
  9. Chenzy

    Chenzy Asian Farmer

    Joined:
    4 February 2012
    Messages:
    210
    Likes Received:
    48
    Ugh god damn it, it's not working for me T_T

    ---- Minecraft Crash Report ----
    // Daisy, daisy...

    Time: 11/29/13 5:55 PM
    Description: Failed to start game

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: gregtechmod/api/GregTech_API
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:147)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:213)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)
    at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
    at net.minecraft.client.Minecraft.run(Minecraft.java:733)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NoClassDefFoundError: gregtechmod/api/GregTech_API
    at FrogCraft.mod_FrogCraft.postInit(mod_FrogCraft.java:282)
    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:494)
    at sun.reflect.GeneratedMethodAccessor4.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:314)
    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:192)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
    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:314)
    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:103)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
    ... 5 more
    Caused by: java.lang.ClassNotFoundException: gregtechmod.api.GregTech_API
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 32 more
    Caused by: java.lang.NullPointerException


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.5.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_02, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 355773136 bytes (339 MB) / 692322304 bytes (660 MB) up to 954466304 bytes (910 MB)
    JVM Flags: 4 total; -XX:permSize=64M -XX:MaxPermSize=256M -Xms512m -Xmx1024m
    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.51 FML v5.2.23.738 Minecraft Forge 7.8.1.738 Optifine OptiFine_1.5.2_HD_U_D5 SKCraft.com 145 mods loaded, 145 mods active
    mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    FML{5.2.23.738} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Forge{7.8.1.738} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CodeChickenCore{0.8.7.3} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CoFHFramework{1.5.2.5} [CoFH Framework] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ImmibisMicroblocks{55.0.7} [Immibis's Microblocks] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    InfiniBows{1.0.0 build 10} [Infinity Bow Fix] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    NotEnoughItems{1.5.2.28} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    PowerCrystalsCore{1.1.6} [PowerCrystals Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    mod_bspkrsCore{v2.09(1.5.2)} [bspkrsCore] ([1.5.2]bspkrsCorev2.09.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CoFHCore{1.5.2.5} [CoFHCore] (CoFHCore-1.5.2.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CoFHWorld{1.5.2.5} [CoFHWorld] (CoFHCore-1.5.2.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    denLib{3.0.14} [denLib] (denLib-1.5.2-3.0.14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ImmibisMicroblocksInstallCheck{55.0.7} [Immibis's Microblocks (Checks for incorrect installation, ignore this)] (immibis-microblocks-55.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    jammyfurniture{4.4} [Jammy Furniture Mod] (1.5.2_Jammy_Furniture_Mod_V4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CustomRecipes{4.2.0} [Custom Recipes] (152-Custom-Recipes-SMP-431.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    mod_MouseTweaks{2.0b (for Minecraft 1.5.2)} [Mouse Tweaks] ([1.5.2] Mouse Tweaks 2.0b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    bau5_ProjectBench{1.7.4} [Project Bench] ([1.5.2]ProjectBench-v1.7.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    mod_ReiMinimap{v3.3_06 [1.5.2]} [mod_ReiMinimap] ([1.5.2]ReiMinimap_v3.3_06.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    mod_StatusEffectHUD{v1.10(1.5.2)} [StatusEffectHUD] ([1.5.2]StatusEffectHUDv1.10.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Core{3.7.2} [BuildCraft] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Factory{3.7.2} [BC Factory] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Transport{3.7.2} [BC Transport] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Silicon{3.7.2} [BC Silicon] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    APUnofficial{2.3.1} [Additional Pipes] (AdditionalPipes2.3.1-BC3.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ThermalExpansion{2.4.6.0} [Thermal Expansion] (ThermalExpansion-2.4.6.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    IC2{1.116.364-lf} [IndustrialCraft 2] (industrialcraft-2_1.116.364-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ImmibisCore{55.1.6} [Immibis Core] (immibis-core-55.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    AdvancedMachines{55.0.3} [Advanced Machines] (advanced-machines-55.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    AdvancedPowerManagement{1.2.68-IC2-1.115} [Advanced Power Management] (AdvancedPowerManagement-1.2.68-IC2-1.115.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    AdvancedReactors{alpha8} [Advanced Reactors] (AdvancedReactors-1.5.2_alpha8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Builders{3.7.2} [BC Builders] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BuildCraft|Energy{3.7.2} [BC Energy] (buildcraft-A-3.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded{1.5.1R2.6.4} [MineFactory Reloaded] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    AppliedEnergistics{rv13.b} [Applied Energistics] (appeng-rv13-b-mc15x.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Backpack{1.18.16} [Backpack] (backpack-1.18.16-1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    mod_BackTools{1.5.2v1} [mod_BackTools] (BackTools1.5.2v1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    barrels{3.1} [The Barrels Mod] (Barrels 3.1-1.5.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BiblioCraft{1.3.3} [BiblioCraft] (BiblioCraft[v1.3.3].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Natura{2.1.5} [Natura] (Natura_1.5.1_2.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BiomesOPlenty{0.5.5} [Biomes O' Plenty] (Biomes-O-Plenty-0.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BiblioWoodsBoP{0.1} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.0].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatForestryPre{1.5.1R2.6.4} [MFR Compat: Forestry (2)] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Forestry{2.2.8.4} [Forestry for Minecraft] (forestry-A-2.2.8.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BiblioWoodsForestry{0.1} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.0].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    BinnieCore{1.7.5} [Binnie Core] (binnie-mods-1.7.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ExtraBees{1.7.5} [Extra Bees] (binnie-mods-1.7.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ExtraTrees{1.7.5} [Extra Trees] (binnie-mods-1.7.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Additional-Buildcraft-Objects{1.0.6.159} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.6.159.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ChargePads{2.7.1} [Charge Pads] (chargepads-1.5.2-universal-2.7.1.89.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    mod_ChatBubbles{3.1.4.4.0} [mod_ChatBubbles] (ChatBubbles152_5049714.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ChickenChunks{1.3.2.14} [ChickenChunks] (ChickenChunks 1.3.2.14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ComputerCraft{1.53} [ComputerCraft] (ComputerCraft1.53.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CCTurtle{1.53} [ComputerCraft Turtles] (ComputerCraft1.53.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CustomNpcs{0.8} [CustomNpcs] (CustomNPCs_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    EnderStorage{1.4.2.16} [EnderStorage] (EnderStorage 1.4.2.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    EnhancedCore{1.1} [EnhancedCore] (EnhancedCore_1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    EP2{1.0.6 (Build: 24)} [EnhancedPortals 2] (EnhancedPortals-2_1.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    EP2_CC{1.0} [EP2 ComputerCraft] (EnhancedPortals-2_ComputerCraft_1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    extracells{1.2.3} [ExtraCells] (ExtraCells-universal-1.2.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ExtraUtilities{0.2.4g} [Extra Utilities] (extrautils - 0.2.4g.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    factorization{0.8.01} [Factorization] (Factorization-0.8.01.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    factorization.misc{0.8.01} [Factorization Miscellaneous Nonsense] (Factorization-0.8.01.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    factorization.dimensionalSlice{0.8.01} [Factorization Dimensional Slices] (Factorization-0.8.01.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    flatsigns{1.3.1} [Flat Signs] (flatsigns-1.5.2-universal-1.3.2.14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    NBTEdit{1.5.2.0} [In-game NBTEdit] (Forge_NBTEditv1.5.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    mod_FrogCraft{1.2} [FrogCraft] (FrogCraft1.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Errored
    com.skcraft.galvanized{XX} [SKCraft] (Galvanized-1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    growthcraft_core{2.1} [GrowthCraft Core] (growthcraft-core-1.5.2-2.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    growthcraft_fishnet{4.3} [GrowthCraft Fishnet] (growthcraft-fishnet-1.5.2-4.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    IC2BackpackHUD{2.82} [IC2 Backpack HUD] (IC2 Backpack HUD - v2.83 - MC 1.5 - IC2 1.115.301.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    IC2NuclearControl{1.5.1e} [Nuclear Control] (IC2NuclearControl-1.5.1e.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ImmibisPeripherals{55.0.4} [Immibis's Peripherals] (immibis-peripherals-55.0.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    InfestationModFML{1.4.0.1} [Infestation] (Infestation-1.4.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    mod_Infestation{1.4.0.1} [mod_Infestation] (Infestation-1.4.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    inventorytweaks{1.54b} [Inventory Tweaks] (InventoryTweaks-1.54b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    IronChest{5.2.8.446} [Iron Chest] (ironchest-universal-1.5.2-5.2.8.446.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TConstruct{1.5.2_1.4.3} [Tinkers' Construct] (TConstruct_1.5.2_1.4.3d6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    KBItinkersmelt{1.2.1} [KBI Tinker's Construct Smeltery Addon] (KBI Tinkers Construct Recovery Addon 1.2.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Wuppy29_Koi{1.10.1} [Koi] (Koi 1.10.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Thaumcraft{3.0.5h1} [Thaumcraft] (Thaumcraft3.0.5h.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MagicBees{2.1.1} [Magic Bees] (magicbees-2.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MFR-ForestryTrees-1.5.2-1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MFR-ForestryTrees-1.5.2-1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatAppliedEnergistics{1.5.1R2.6.4} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatAtum{1.5.1R2.6.4} [MFR Compat: Atum] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatBackTools{1.5.1R2.6.4} [MFR Compat: BackTools] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatBiomesOPlenty{1.5.1R2.6.4} [MFR Compat: Biomes O' Plenty] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatChococraft{1.5.1R2.6.4} [MFR Compat: Chococraft] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatExtraBiomes{1.5.1R2.6.4} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatForestry{1.5.1R2.6.4} [MFR Compat: Forestry] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatIC2{1.5.1R2.6.4} [MFR Compat: IC2] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatMagicalCrops{1.5.1R2.6.4} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Mystcraft{0.10.5.00} [Mystcraft] (mystcraft-uni-1.5.2-0.10.5.00.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatMystcraft{1.5.1R2.6.4} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatPams{1.5.1R2.6.4} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatRP2{1.5.1R2.6.4} [MFR Compat: RP2] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatSoulShards{1.5.1R2.6.4} [MFR Compat: SoulShards] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatSufficientBiomes{1.5.1R2.6.4} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MFReloaded|CompatThaumcraft{1.5.1R2.6.4} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatThermalExpansion{1.5.1R2.6.4} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatTwilightForest{1.5.1R2.6.4} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatVanilla{1.5.1R2.6.4} [MFR Compat: Vanilla] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MineFactoryReloaded|CompatXyCraft{1.5.1R2.6.4} [MFR Compat: XyCraft] (MineFactoryReloaded-2.6.4-975.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MiscPeripherals{3.3} [MiscPeripherals] (miscperipherals-3.3f.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    AdvancedSolarPanel{3.3.7} [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_3_7.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    GraviSuite{1.9.3} [Gravitation Suite] (mod_zGraviSuite_1_9_3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    mmmPowersuits{0.7.0-534} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.7.0-534.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    MOreDictRecipes{1.1.6} [MOreDictRecipes] (MOreDictRecipes-1.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    PowersuitAddons{0.2.3-165} [Andrew2448's Modular Powersuits Addon] (MPSA-0.2.3-165_MPS-531.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Natura|CompatMineFactoryReloaded{0.1} [Natura compat: MFR] (Natura_1.5.1_2.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    NEIAddons{1.8.2.r31} [NEI Addons] (neiaddons-1.5.2-1.8.2.r31.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    NEIAddons|AE{1.8.2.r31} [NEI Addons: Applied Energistics] (neiaddons-1.5.2-1.8.2.r31.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    NEIAddons|CraftingTables{1.8.2.r31} [NEI Addons: Crafting Tables] (neiaddons-1.5.2-1.8.2.r31.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    NEIAddons|ExtraBees{1.8.2.r31} [NEI Addons: Extra Bees] (neiaddons-1.5.2-1.8.2.r31.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    NEIAddons|Forestry{1.8.2.r31} [NEI Addons: Forestry] (neiaddons-1.5.2-1.8.2.r31.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    NEIAddons|MiscPeripherals{1.8.2.r31} [NEI Addons: Misc Peripherals] (neiaddons-1.5.2-1.8.2.r31.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    NEIPlugins{1.0.9.3} [NEI Plugins] (NEIPlugins-1.0.9.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    NumiRP{1.1.0} [NumiRP] (NumiRP-1.5.2-1.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ObsidiPlates{1.5.0} [Obsidian Pressure Plates] (obsidiplates-1.5.2-universal-1.5.0.13.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OpenBlocks{1.0.3} [OpenBlocks] (OpenBlocks-1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OCS{1.5.2.0} [OpenCCSensors] (OpenCCSensors-1.5.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Railcraft{7.3.0.0} [Railcraft] (Railcraft_1.5.2-7.3.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OpenPeripheral{0.1.9} [OpenPeripheral] (OpenPeripheral-0.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    PaintersFlowerPot{v1.58} [Painter's Flower Pot] (Painter's Flower Pot v1.58 - MC 1.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    PluginsforForestry{3.0.17} [PluginsforForestry] (PluginsforForestry-1.5.2-3.0.17.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Aroma1997sPortableRecharger{1.0.0.1} [Aroma1997s Portable Recharger] (PortableRecharger.v.1.0.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    PowerConverters{1.5.1R2.3.1} [Power Converters] (PowerConverters-2.3.1-58.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Recipear{1.4} [Recipear] (Recipear-1.5.1_1.4-universal.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    RedLogic{55.4.1} [RedLogic] (redlogic-55.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    xreliquary{1.5.2} [Xeno's Reliquary] (Reliquary1.0.6d.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    StevesCarts{2.0.0.a122} [Steve's Carts] (StevesCarts2.0.0.a122.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    switches{1.1.1} [Switches] (switches-1.5.2-universal-1.1.1.20.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TConstruct|CompatMineFactoryReloaded{0.1} [TConstruct Compat: MFR] (TConstruct_1.5.2_1.4.3d6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ThaumicTinkerer{1.0.8} [Thaumic Tinkerer] (Thaumic Tinkerer [1.0.8].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    TradeBoothMod{0.4.2} [Trade Booth Mod] (tradebooth.0.4.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Translocator{1.1.0.5} [Translocator] (Translocator 1.1.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Tubestuff{55.0.5} [Tubestuff] (tubestuff-55.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    UsefulFood{1.4.3} [UsefulFood] (UsefulFood-1.5.1_1.4.3-universal.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Waila{1.3.4} [Waila] (Waila_1.3.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    weaponmod{1.5.2 v1.12.0} [Balkon's WeaponMod] (weaponmod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    WirelessRedstoneCore{1.7} [Wireless Redstone] (WirelessRedstone-Universal-v1.7.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    PowerConfigurator{1.0} [Wireless Redstone - Power Configurator] (WirelessRedstone-PowerConfig-v1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    WirelessRemote{2.1} [Wireless Redstone - Wireless Remote] (WirelessRedstone-Remote-v2.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OmniTools{3.1.6.0} [OmniTools] (OmniTools-3.1.6.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    LWJGL: 2.9.0
    OpenGL: ATI Mobility Radeon HD 5650 GL version 4.0.10188 Compatibility Profile Context, ATI Technologies Inc.
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Texture Pack: Default
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
     
  10. Magi1053

    Magi1053 That one guy
    Staff Member

    Joined:
    26 June 2012
    Messages:
    159
    Likes Received:
    49
    There appears to be some sort of problem loading gregtech. Did I haven't seen you on the server before, was the SKMCLauncher working previous? Try launching it in offline mode and see if you have any problems with it.
     
  11. Chenzy

    Chenzy Asian Farmer

    Joined:
    4 February 2012
    Messages:
    210
    Likes Received:
    48
    What if I told you.... I am Cummy :3

    I couldn't find a tab for spoilers "facepalm"
     
  12. Smudgerox

    Smudgerox Active Member

    Joined:
    9 October 2012
    Messages:
    321
    Likes Received:
    77
    Re-download the client, then re-import it.
     
  13. punk_and_goth

    punk_and_goth AFK a minimum of 23 hours, 59 minutes per day.

    Joined:
    7 February 2013
    Messages:
    312
    Likes Received:
    128
    "Uh oh, couldn't confirm that the the login server connected to was owned by Mojang. You probably need to update your launcher."

    why two the's?
     
    Siioh likes this.
  14. gknova61

    gknova61 Farbes Lover

    Joined:
    17 March 2012
    Messages:
    1.238
    Likes Received:
    350
    This is what I've been using to play for the past 6mo or so because of this problem. Only problem is the new way updates are done which makes things interesting...
    You still doing arma 3 scripting? You're considered a based god on the biforums.
     
  15. suchtie

    suchtie #LinuxMasterRace

    Joined:
    17 June 2013
    Messages:
    303
    Likes Received:
    114
    I started to get that error too. Hopefully SK's new launcher will work. Trying this for now because I really wanted to play, just biding my time in WoW right now...
     
  16. TitanfallInbound

    TitanfallInbound Dude who knows a lot about mods.

    Joined:
    24 July 2013
    Messages:
    107
    Likes Received:
    3
    thanks for the help. I'll probably use multimc to run all my minecraft,because it's so easy to launch any minecraft instance you have.