Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Problems launching minecraft
Sign in to follow this  
Followers 0
PieisJesus

Problems launching minecraft

By PieisJesus, November 22, 2014 in Support & Bug Reports

  • Reply to this topic
  • Start new topic

Recommended Posts

PieisJesus    0

PieisJesus

PieisJesus    0

  • Tree Puncher
  • PieisJesus
  • Members
  • 0
  • 5 posts
Posted November 22, 2014
  • Quote

Share this post


Link to post
Share on other sites

diesieben07    6671

diesieben07

diesieben07    6671

  • Reality Controller
  • diesieben07
  • Forum Team
  • 6671
  • 45590 posts
Posted November 22, 2014

If you only have one mod that does not work with your version of Minecraft your installation will not work at all.

Your paste got screwed up a bit, please use pastebin or similar next time, but it looks like ChickenBones' DepLoader is screwing up.

  • Quote

Share this post


Link to post
Share on other sites

PieisJesus    0

PieisJesus

PieisJesus    0

  • Tree Puncher
  • PieisJesus
  • Members
  • 0
  • 5 posts
Posted November 22, 2014

I have removed the AutoUtils, and it still comes up with the same error.

 

How can i fix the DepLoader problem

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    6671

diesieben07

diesieben07    6671

  • Reality Controller
  • diesieben07
  • Forum Team
  • 6671
  • 45590 posts
Posted November 22, 2014

You first of all need to post a proper log file (the FML log from .minecraft/logs).

  • Quote

Share this post


Link to post
Share on other sites

PieisJesus    0

PieisJesus

PieisJesus    0

  • Tree Puncher
  • PieisJesus
  • Members
  • 0
  • 5 posts
Posted November 22, 2014

Alright, so whenever I start the client, i get three new logs, one is called "latest" but it is empty so I will omit it. Here they are:

 

fml-client-latest

 

http://pastebin.com/29iNS4Y4

 

 

fml-junk-earlystartup

 

http://pastebin.com/2EiVdJHq

 

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    6671

diesieben07

diesieben07    6671

  • Reality Controller
  • diesieben07
  • Forum Team
  • 6671
  • 45590 posts
Posted November 22, 2014

You have CoFH Core for 1.6.4 installed.

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • plugsmustard
      on/off button for custom furnace

      By plugsmustard · Posted just now

      what exactly is wrong with them. i was told to return a new packet?
    • JetCobblestone
      [1.14] moving item assignment to a separate function

      By JetCobblestone · Posted 2 minutes ago

      Hey everyone,   I'm trying to move my item assignment into a new class. I've stuck in into the same package as my main and called it ItemsLoader.   package jetcobblestone.firstmod; import jetcobblestone.firstmod.lists.itemList; import net.minecraft.item.Foods; import net.minecraft.item.Item; import net.minecraft.item.ItemGroup; import net.minecraft.util.ResourceLocation; import net.minecraftforge.event.RegistryEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod; public class ItemsLoader { public static final String modid = "first_mod"; public static void Items() { @Mod.EventBusSubscriber(bus=Mod.EventBusSubscriber.Bus.MOD) public static class RegistryEvents { @SubscribeEvent public static void registerItems(final RegistryEvent.Register<Item> event) { event.getRegistry().registerAll ( itemList.hair_fibre = new Item(new Item.Properties().food(Foods.COOKIE).group(ItemGroup.FOOD).maxStackSize(1)).setRegistryName(location("hair_fibre")) ); } } private static ResourceLocation location(String name) { return new ResourceLocation(modid, name); } } }   This is the new class, however I'm running into an issue with the new Items function. It's giving me an error saying that it's expecting a volatile at the void token. Why is it trying to force me to do this? I don't want to send this to main memory? If I do replace void with volatile, it tells me there's a syntax error on the 'void' token, despite the fact there is no void. Any help would be much appreciated, thank you!
    • Draco18s
      on/off button for custom furnace

      By Draco18s · Posted 6 minutes ago

      Good. Now fix these two lines. https://github.com/drmdgg/marijuanacraft1.14.4/blob/a246b0229e61058b95672d7f4813b5c3deb28229/src/main/java/drmdgg/marijuanacraft/network/PacketButtonClicked.java#L28-L29
    • FaxeeK
      Can't launch the game with forge

      By FaxeeK · Posted 40 minutes ago

      Soo i've been having this problem ever since I factory restarted my computer, every time I launch the game with forge I get this pop op . I can launch stuff from technicLaunch but not twitch. Idk if this helps but I had it instaled before I reset my computer. Sorry for bad grammer i'm danish.
    • loordgek
      COREMODS CRASH

      By loordgek · Posted 41 minutes ago

      problem w/ optifine
  • Topics

    • plugsmustard
      43
      on/off button for custom furnace

      By plugsmustard
      Started Wednesday at 03:11 PM

    • JetCobblestone
      0
      [1.14] moving item assignment to a separate function

      By JetCobblestone
      Started 3 minutes ago

    • FaxeeK
      0
      Can't launch the game with forge

      By FaxeeK
      Started 40 minutes ago

    • raulllano
      1
      COREMODS CRASH

      By raulllano
      Started 2 hours ago

    • Nuparu00
      0
      [1.12.2] Rendering item in front of everything else

      By Nuparu00
      Started 57 minutes ago

  • Who's Online (See full list)

    • xVoidZx
    • Silverpool64
    • Lea9ue
    • Hendoor64
    • Vorquel
    • DragonITA
    • matt1999rd
    • JetCobblestone
    • Atila1091
    • maycool12
    • vaartis
    • plugsmustard
    • Draco18s
    • FaxeeK
    • loordgek
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Problems launching minecraft
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community