Jump to content

toxicwolf

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by toxicwolf

  1. I also have this issue when upgrading a workspace. Tried gradle clean task, deleting the .gradle folder, --refresh-dependencies. Then I tried the same for a new workspace. Still no luck. Using Forge 10.13.0.1152.

     

    The game complains about not being able to play different sounds, and the language packs menu is empty for me.

    Looking at the assets/ folder, it is empty.

  2. I just looked into ForgeMultipart doc, it explains how to.

    https://github.com/Chicken-Bones/ForgeMultipart/blob/master/README.md

    As far as I can tell, this is outdated for the current method of setting up a Forge development environment. Correct me if I'm wrong, but it states to drop FMP into the /libs directory which used to be in the /mcp directory, which no longer exists. I can't find a suitable replacement either.

     

    This is something that I am also interested in since I would like to be able to use the FMP API.

  3. Attempting to set up a new dev environment today, and having issues installing any version of forge, including the latest version.

     

    ================ Forge ModLoader Setup Start ===================
    Checking MCP zip (may take time to download)
    Downloaded mcp8.11.zip
    Extracting MCP to 'D:\Development\Genesis\forge\mcp'
    Setting up MCP
    Patching commands.py
    patching file commands.py
        Commands patch applied successfully
    Copying FML conf
    Creating Repackaged data
        Creating re-packaged srg
        Creating re-packaged exc
        Creating re-packaged MCP patches
    Fixing MCP Workspace
    Traceback (most recent call last):
      File "install.py", line 76, in <module>
        decompile=options.decompile, gen_conf=False)
      File "install.py", line 17, in fml_main
        disable_assets=disable_assets)
      File "D:\Development\Genesis\forge\fml\fml.py", line 1013, in decompile_minecr
    aft
        pre_decompile(mcp_dir, fml_dir, disable_assets=disable_assets)
      File "D:\Development\Genesis\forge\fml\fml.py", line 1061, in pre_decompile
        download_minecraft(mcp_dir, fml_dir)
      File "D:\Development\Genesis\forge\fml\fml.py", line 1125, in download_minecra
    ft
        failed = download_libraries(mcp_dir, version_json['libraries'], mc_info['nat
    ives_dir']) or failed
      File "D:\Development\Genesis\forge\fml\fml.py", line 1181, in download_librari
    es
        headers = get_headers(url)
      File "D:\Development\Genesis\forge\fml\fml.py", line 173, in get_headers
        response = urllib2.urlopen(HeadRequest(url))
      File "urllib2.pyc", line 126, in urlopen
      File "urllib2.pyc", line 406, in open
      File "urllib2.pyc", line 519, in http_response
      File "urllib2.pyc", line 444, in error
      File "urllib2.pyc", line 378, in _call_chain
      File "urllib2.pyc", line 527, in http_error_default
    urllib2.HTTPError: HTTP Error 403: Forbidden
    Press any key to continue . . .

  4. Try installing the scala eclipse plugin.

    I have installed the Scala IDE eclipse plugin (I hope that's the one you meant) but again, same error.

     

    http://files.minecraftforge.net/fmllibs/scala-library.jar

     

    Do you have that in your mcp/jars/mods directory?

    No I don't, and I can't find the exact file you're referencing anyways, since the link takes me to a 404.

     

    I appreciate both of your efforts to help me, regardless :)

     

    EDIT: So just to check, I set up a normal minecraft instance with Forge, CCL, CCC and FML. It runs fine.

    I then tried adding them to the mcp/jars/mods folder and removing the dev versions from my run config in eclipse; it throws the error. I wonder if this helps?

    I did previously set this up on a different computer, but I cannot remember what I did differently/ how I got it to work.

  5. Ah yes, thank you! I had totally forgotten about that step. :)

     

    EDIT: Now I'm getting errors :/ Do I need to install the Scala eclipse plugin?

     

    2013-11-01 10:38:24 [sEVERE] [ForgeModLoader] Caught exception from McMultipart
    java.lang.NoClassDefFoundError: scala/Function0
    at codechicken.multipart.MultiPartRegistry.registerConverter(MultiPartRegistry.scala)
    at codechicken.multipart.minecraft.Content.init(Content.java:26)
    at codechicken.multipart.minecraft.MinecraftMultipartMod.preInit(MinecraftMultipartMod.java:22)
    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.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.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:520)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
    at net.minecraft.client.Minecraft.run(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(Main.java:93)
    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.ClassNotFoundException: scala.Function0
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 40 more
    Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
    ... 42 more
    2013-11-01 10:38:24 [sEVERE] [ForgeModLoader] Caught exception from ForgeMultipart
    java.lang.NoClassDefFoundError: scala/runtime/NonLocalReturnControl
    at codechicken.multipart.handler.MultipartMod$.preInit(ModContainer.scala:23)
    at codechicken.multipart.handler.MultipartMod.preInit(ModContainer.scala)
    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.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.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:520)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
    at net.minecraft.client.Minecraft.run(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(Main.java:93)
    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.ClassNotFoundException: scala.runtime.NonLocalReturnControl
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 39 more
    Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
    ... 41 more

  6. I am trying to use ChickenBones' ForgeMultipart (which requires ChickenCodeLib) and need to link these external libraries into eclipse so I can develop my mod using them.

    I've already searched Google and these forums but haven't found anything that works for me yet.

     

    I have tried putting the jars into the mcp/lib folder and then linking them in eclipse and referenced libraries, which allows me to write code that imports classes, however when I run Minecraft from eclipse, the coremods contained in these libraries do not get loaded.

     

    Can someone point out where I'm going wrong?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.