Jump to content
  • Home
  • Files
  • Docs
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
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • Configuration Main Class and file not found errors
The update for 1.13 is being worked on - please be patient. (Updated 02/19/19)
1.13 Update Notes for Mod Creators
Sign in to follow this  
Followers 0
rjt2000

Configuration Main Class and file not found errors

Started by rjt2000, January 14

1 post in this topic

rjt2000    0

rjt2000

rjt2000    0

  • Tree Puncher
  • rjt2000
  • Members
  • 0
  • 1 post
  • Report post
Posted January 14

Hello, I am a trying to set up Forge for intelliJ and the tutorial that I am following has us create a configuration with a couple of different features (skin and uuid) but when I try to do what he does and type in GradleStart, it turns red. I tried doing what he said and refreshing gradle, but it still does not work, so I think it may be horribly wrong as he suggests. Some people in the comments say it still runs when it is red, but when I try to run it, I get the message:

 

Error:Cannot run program "C:\Program Files\Java\jdk-10.0.2\bin\java.exe" (in directory "C:\Users\USER\.IdeaIC2018.2\system\compile-server"): CreateProcess error=2, The system cannot find the file specified

 

I have tried looking this up, but to no avail. I would be grateful for any help!

 

Thank you

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
Followers 0
Go To Topic Listing ForgeGradle

  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • DaemonUmbra
      cant make modded server

      By DaemonUmbra · Posted just now

      Are you running by double clicking or through a script?
    • Rjh1998
      Server Crashing on Startup; Missing mod 1.6.0

      By Rjh1998 · Posted 2 minutes ago

      This is the Complete Log.

        [13:12:06] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
      [13:12:06] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
      [13:12:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
      [13:12:06] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2815 for Minecraft 1.12.2 loading
      [13:12:06] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_201, running on Windows 10:x86:10.0, installed at C:\Program Files (x86)\Java\jre1.8.0_201
      [13:12:06] [main/INFO] [FML]: Searching C:\Users\blhey\Desktop\Server\.\mods for mods
      [13:12:06] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in EnderCore-1.12.2-0.5.45.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
      [13:12:06] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
      [13:12:06] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
      [13:12:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
      [13:12:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
      [13:12:06] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
      [13:12:07] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
      [13:12:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
      [13:12:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
      [13:12:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
      [13:12:08] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
      [13:12:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
      [13:12:08] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase
      [13:12:08] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
      [13:12:09] [main/INFO] [EnderCore ASM]: Transforming Class [net.minecraft.entity.ai.EntityAICreeperSwell], Method [func_75246_d]
      [13:12:09] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.entity.ai.EntityAICreeperSwell Finished.
      [13:12:10] [main/INFO] [EnderCore ASM]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b]
      [13:12:10] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.inventory.ContainerFurnace Finished.
      [13:12:10] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
      [13:12:10] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
      [13:12:10] [Server console handler/ERROR] [net.minecraft.server.dedicated.DedicatedServer]: Exception handling console input
      java.io.IOException: The handle is invalid
          at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_201]
          at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_201]
          at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_201]
          at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_201]
          at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_201]
          at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_201]
          at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_201]
          at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_201]
          at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_201]
          at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_201]
          at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_201]
          at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:105) [nz$2.class:?]
      [13:12:10] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2815 Initialized
      [13:12:10] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
      [13:12:10] [Server thread/INFO] [FML]: Replaced 1036 ore ingredients
      [13:12:10] [Server thread/INFO] [FML]: Searching C:\Users\blhey\Desktop\Server\.\mods for mods
      [13:12:11] [Server thread/WARN] [FML]: Mod aroma1997sdimension is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.0.2
      [13:12:11] [Server thread/WARN] [FML]: Mod betterbuilderswands is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.11.1
      [13:12:11] [Server thread/WARN] [FML]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.2.353
      [13:12:11] [Server thread/WARN] [FML]: Mod cookingforblockheads is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 6.4.69
      [13:12:12] [Server thread/WARN] [FML]: Mod enderstorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.4.5.135
      [13:12:13] [Server thread/WARN] [FML]: Mod ironchest is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-7.0.59.842
      [13:12:14] [Server thread/WARN] [FML]: Mod veinminer is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.38.2
      [13:12:14] [Server thread/WARN] [FML]: Mod veinminermodsupport is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.38.2
      [13:12:14] [Server thread/INFO] [FML]: Forge Mod Loader has identified 90 mods to load
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for actuallybaubles: assets/actuallybaubles/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for chameleon: assets/chameleon/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for codechickenlib: assets/codechickenlib/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for cofhcore: assets/cofhcore/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for enderiobase: assets/enderiobase/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for enderioconduits: assets/enderioconduits/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for enderioconduitsappliedenergistics: assets/enderioconduitsappliedenergistics/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for enderioconduitsopencomputers: assets/enderioconduitsopencomputers/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for enderioconduitsrefinedstorage: assets/enderioconduitsrefinedstorage/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for enderiointegrationforestry: assets/enderiointegrationforestry/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for enderiointegrationtic: assets/enderiointegrationtic/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for enderiointegrationticlate: assets/enderiointegrationticlate/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for enderiomachines: assets/enderiomachines/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for enderiopowertools: assets/enderiopowertools/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for mantle: assets/mantle/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for mcjtylib_ng: assets/mcjtylib_ng/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for p455w0rdslib: assets/p455w0rdslib/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for redstoneflux: assets/redstoneflux/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for teslacorelib_registries: assets/teslacorelib_registries/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for universalmodifiers: assets/universalmodifiers/lang/en_us.lang
      [13:12:14] [Server thread/WARN] [FML]: Missing English translation for veinminermodsupport: assets/veinminermodsupport/lang/en_us.lang
      [13:12:14] [Server thread/FATAL] [FML]: net.minecraftforge.fml.common.MissingModsException: Mod aroma1997sdimension (Aroma1997's Dimensional World) requires [aroma1997core]
      [13:12:14] [Server thread/FATAL] [FML]: net.minecraftforge.fml.common.MissingModsException: Mod teslacorelib (Tesla Core Lib) requires [forgelin@[1.6.0,)]
      [13:12:14] [Server thread/FATAL] [FML]: net.minecraftforge.fml.common.MissingModsException: Mod teslacorelib_registries (Tesla Core Lib Registries) requires [forgelin@[1.6.0,)]
      [13:12:14] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
      net.minecraftforge.fml.common.MultipleModsErrored: 
      Missing Mods:
          unknown : need any: have missing Missing Mods:
          unknown : need [1.6.0,): have missing Missing Mods:
          unknown : need [1.6.0,): have missing
          at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:298) ~[Loader.class:?]
          at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:570) ~[Loader.class:?]
          at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) ~[FMLServerHandler.class:?]
          at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
          at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
          at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
          at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
      [13:12:14] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: C:\Users\blhey\Desktop\Server\.\crash-reports\crash-2019-02-23_13.12.14-server.txt
      [13:12:14] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
      [13:12:14] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
      [13:12:14] [Server thread/INFO] [FML]: The state engine was in incorrect state CONSTRUCTING and forced into state SERVER_STOPPED. Errors may have been discarded.
      [13:12:14] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
      [13:12:14] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
       
    • FoxSk8r
      Help me please my mod keeps crashing whats going on?

      By FoxSk8r · Posted 5 minutes ago

      I get on Minecraft 1.12.2 opens Minecraft then crashes. This is what it looks like  ---- Minecraft Crash Report ----
      // Daisy, daisy... Time: 2/22/19 8:53 PM
      Description: Initializing game java.lang.NoClassDefFoundError: net/minecraftforge/fml/event/lifecycle/InterModEnqueueEvent
          at java.lang.Class.getDeclaredMethods0(Native Method)
          at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
          at java.lang.Class.getDeclaredMethods(Class.java:1975)
          at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
          at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:497)
          at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
          at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
          at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
          at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
          at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
          at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
          at com.google.common.eventbus.EventBus.post(EventBus.java:217)
          at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
          at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:497)
          at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
          at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
          at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
          at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
          at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
          at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
          at com.google.common.eventbus.EventBus.post(EventBus.java:217)
          at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
          at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
          at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
          at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
          at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
          at net.minecraft.client.main.Main.main(SourceFile:123)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:497)
          at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
          at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
      Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.event.lifecycle.InterModEnqueueEvent
          at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
          at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
          at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
          ... 41 more
      Caused by: java.lang.NullPointerException
          at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
          ... 43 more
      A detailed walkthrough of the error, its code path and all known details is as follows:
      --------------------------------------------------------------------------------------- -- Head --
      Thread: Client thread
      Stacktrace:
          at java.lang.Class.getDeclaredMethods0(Native Method)
          at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
          at java.lang.Class.getDeclaredMethods(Class.java:1975)
          at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:387)
          at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:582)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:497)
          at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
          at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
          at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
          at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
          at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
          at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
          at com.google.common.eventbus.EventBus.post(EventBus.java:217)
          at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
          at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:497)
          at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
          at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
          at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
          at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
          at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
          at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
          at com.google.common.eventbus.EventBus.post(EventBus.java:217)
          at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
          at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
          at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
          at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) -- Initialization --
      Details:
      Stacktrace:
          at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
          at net.minecraft.client.main.Main.main(SourceFile:123)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:497)
          at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
          at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details --
      Details:
          Minecraft Version: 1.12.2
          Operating System: Windows 10 (amd64) version 10.0
          Java Version: 1.8.0_51, Oracle Corporation
          Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
          Memory: 518969832 bytes (494 MB) / 805306368 bytes (768 MB) up to 2147483648 bytes (2048 MB)
          JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
          IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
          FML: MCP 9.42 Powered by Forge 14.23.5.2768 9 mods loaded, 9 mods active
          States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored     | State | ID               | Version      | Source                                          | Signature                                |
          |:----- |:---------------- |:------------ |:----------------------------------------------- |:---------------------------------------- |
          | UC    | minecraft        | 1.12.2       | minecraft.jar                                   | None                                     |
          | UC    | mcp              | 9.42         | minecraft.jar                                   | None                                     |
          | UC    | FML              | 8.0.99.99    | forge-1.12.2-14.23.5.2768.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
          | UC    | forge            | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
          | UC    | backpack         | 3.0.2        | Backpacks-Mod-1.12.2.jar                        | None                                     |
          | UC    | carpentersblocks | 3.4.0-poc.5  | Carpenter's Blocks v3.4.0-poc.5 - MC 1.12.2.jar | None                                     |
          | UC    | cfm              | 6.2.0        | cfm-6.2.0-mc1.12.2.jar                          | None                                     |
          | U     | jmcm             | 9.2          | MinecraftCapes-Forge-1.12.2.jar                 | None                                     |
          | U     | phonesalpha      | v1.93        | PhonesAlpha-Mod-1.12.2.jar                      | None                                     |     Loaded coremods (and transformers): 
          GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 24.20.100.6287' Renderer: 'Intel(R) UHD Graphics 630'
          Launched Version: 1.12.2-forge1.12.2-14.23.5.2768
          LWJGL: 2.9.4
          OpenGL: Intel(R) UHD Graphics 630 GL version 4.5.0 - Build 24.20.100.6287, Intel
          GL Caps: Using GL 1.3 multitexturing.
      Using GL 1.3 texture combiners.
      Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
      Shaders are available because OpenGL 2.1 is supported.
      VBOs are available because OpenGL 1.5 is supported.     Using VBOs: Yes
          Is Modded: Definitely; Client brand changed to 'fml,forge'
          Type: Client (map_client.txt)
          Resource Packs: 
          Current Language: English (US)
          Profiler Position: N/A (disabled)
          CPU: 6x Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz  
    • LordTSI
      cant make modded server

      By LordTSI · Posted 6 minutes ago

      https://files.minecraftforge.net/
    • Rjh1998
      Server Crashing on Startup; Missing mod 1.6.0

      By Rjh1998 · Posted 7 minutes ago

      Hello, I am trying to launch a custom modpack for my brother and I and we've fixed all the crashes until this point. please help.


        ---- Minecraft Crash Report ---- WARNING: coremods are present:
        EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
      Contact their authors BEFORE contacting forge // Ooh. Shiny. Time: 23/02/19 12:58 PM
      Description: Exception in server tick loop Missing Mods:
          unknown : need any: have missing Missing Mods:
          unknown : need [1.6.0,): have missing Missing Mods:
          unknown : need [1.6.0,): have missing net.minecraftforge.fml.common.MultipleModsErrored
          at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:298)
          at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:570)
          at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
          at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
          at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
          at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
          at java.lang.Thread.run(Unknown Source)
      A detailed walkthrough of the error, its code path and all known details is as follows:
      --------------------------------------------------------------------------------------- -- System Details --
      Details:
          Minecraft Version: 1.12.2
          Operating System: Windows 10 (x86) version 10.0
          Java Version: 1.8.0_201, Oracle Corporation
          Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
          Memory: 86753784 bytes (82 MB) / 259522560 bytes (247 MB) up to 259522560 bytes (247 MB)
          JVM Flags: 0 total; 
          IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
          FML: MCP 9.42 Powered by Forge 14.23.5.2815 90 mods loaded, 90 mods active
          States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored     | State | ID                                | Version                 | Source                                             | Signature                                |
          |:----- |:--------------------------------- |:----------------------- |:-------------------------------------------------- |:---------------------------------------- |
          | L     | minecraft                         | 1.12.2                  | minecraft.jar                                      | None                                     |
          | L     | mcp                               | 9.42                    | minecraft.jar                                      | None                                     |
          | L     | FML                               | 8.0.99.99               | forge-1.12.2-14.23.5.2815-universal.jar            | e3c3d50c7c986df74c645c0ac54639741c90a557 |
          | L     | forge                             | 14.23.5.2815            | forge-1.12.2-14.23.5.2815-universal.jar            | e3c3d50c7c986df74c645c0ac54639741c90a557 |
          | L     | actuallyadditions                 | 1.12.2-r145             | ActuallyAdditions-1.12.2-r145.jar                  | None                                     |
          | L     | actuallybaubles                   | 1.1                     | ActuallyBaubles-1.12-1.1.jar                       | None                                     |
          | L     | ae2stuff                          | 0.7.0.4                 | ae2stuff-0.7.0.4-mc1.12.2.jar                      | None                                     |
          | L     | flyringbaublemod                  | 0.3.1_1.12-d4e654e      | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar        | None                                     |
          | L     | appliedenergistics2               | rv6-stable-6            | appliedenergistics2-rv6-stable-6.jar               | None                                     |
          | L     | aroma1997sdimension               | 2.0.0.2                 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar    | None                                     |
          | L     | baubles                           | 1.5.2                   | Baubles-1.12-1.5.2.jar                             | None                                     |
          | L     | bdlib                             | 1.14.3.12               | bdlib-1.14.3.12-mc1.12.2.jar                       | None                                     |
          | L     | betterbuilderswands               | 0.11.1                  | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar    | None                                     |
          | L     | bibliocraft                       | 2.4.5                   | BiblioCraft[v2.4.5][MC1.12.2].jar                  | None                                     |
          | L     | biomesoplenty                     | 7.0.1.2419              | BiomesOPlenty-1.12.2-7.0.1.2419-universal.jar      | None                                     |
          | L     | blockcraftery                     | 1.12.2-1.1.0            | blockcraftery-1.12.2-1.1.0.jar                     | None                                     |
          | L     | bookshelf                         | 2.3.574                 | Bookshelf-1.12.2-2.3.574.jar                       | None                                     |
          | L     | botania                           | r1.10-360               | Botania r1.10-360.jar                              | None                                     |
          | L     | chameleon                         | 1.12-4.1.3              | Chameleon-1.12-4.1.3.jar                           | None                                     |
          | L     | chisel                            | MC1.12.2-0.2.1.35       | Chisel-MC1.12.2-0.2.1.35.jar                       | None                                     |
          | L     | chiselsandbits                    | 14.30                   | chiselsandbits-14.30.jar                           | None                                     |
          | L     | codechickenlib                    | 3.2.2.353               | CodeChickenLib-1.12.2-3.2.2.353-universal.jar      | None                                     |
          | L     | cofhcore                          | 4.6.2                   | CoFHCore-1.12.2-4.6.2.25-universal.jar             | None                                     |
          | L     | cofhworld                         | 1.3.0                   | CoFHWorld-1.12.2-1.3.0.6-universal.jar             | None                                     |
          | L     | commoncapabilities                | 2.0.3                   | CommonCapabilities-1.12.2-2.0.3.jar                | None                                     |
          | L     | compactmachines3                  | 3.0.15                  | compactmachines3-1.12.2-3.0.15-b249.jar            | None                                     |
          | L     | cookingforblockheads              | 6.4.69                  | CookingForBlockheads_1.12.2-6.4.69.jar             | None                                     |
          | L     | cyclopscore                       | 1.0.4                   | CyclopsCore-1.12.2-1.0.4.jar                       | None                                     |
          | L     | danknull                          | 1.4.46                  | DankNull-1.12-1.4.46.jar                           | None                                     |
          | L     | darkutils                         | 1.8.223                 | DarkUtils-1.12.2-1.8.223.jar                       | None                                     |
          | L     | dimdoors                          | 3.0.9+287               | DimensionalDoors-3.0.9-287.jar                     | None                                     |
          | L     | elevatorid                        | 1.3.8                   | ElevatorMod-1.12.2-1.3.8.jar                       | None                                     |
          | L     | endercore                         | 1.12.2-0.5.45           | EnderCore-1.12.2-0.5.45.jar                        | None                                     |
          | L     | enderio                           | 5.0.40                  | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
          | L     | enderiobase                       | 5.0.40                  | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
          | L     | enderioconduits                   | 5.0.40                  | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
          | L     | enderioconduitsappliedenergistics | 5.0.40                  | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
          | L     | enderioconduitsopencomputers      | 5.0.40                  | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
          | L     | enderioconduitsrefinedstorage     | 5.0.40                  | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
          | L     | enderiointegrationforestry        | 5.0.40                  | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
          | L     | enderiointegrationtic             | 5.0.40                  | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
          | L     | enderiointegrationticlate         | 5.0.40                  | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
          | L     | enderiomachines                   | 5.0.40                  | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
          | L     | enderiopowertools                 | 5.0.40                  | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
          | L     | enderstorage                      | 2.4.5.135               | EnderStorage-1.12.2-2.4.5.135-universal.jar        | None                                     |
          | L     | environmentaltech                 | 1.12.2-2.0.19.1         | environmentaltech-1.12.2-2.0.19.1.jar              | None                                     |
          | L     | extrautils2                       | 1.0                     | extrautils2-1.12-1.9.9.jar                         | None                                     |
          | L     | bigreactors                       | 1.12.2-0.4.5.65         | ExtremeReactors-1.12.2-0.4.5.65.jar                | None                                     |
          | L     | forestry                          | 5.8.1.322               | forestry_1.12.2-5.8.1.322.jar                      | None                                     |
          | L     | advgenerators                     | 0.9.20.12               | generators-0.9.20.12-mc1.12.2.jar                  | None                                     |
          | L     | gravestone                        | 1.10.1                  | gravestone-1.10.1.jar                              | None                                     |
          | L     | ichunutil                         | 7.1.4                   | iChunUtil-1.12.2-7.1.4.jar                         | None                                     |
          | L     | industrialforegoing               | 1.12.2-1.12.2           | industrialforegoing-1.12.2-1.12.5-229.jar          | None                                     |
          | L     | integrateddynamics                | 1.0.6                   | IntegratedDynamics-1.12.2-1.0.6.jar                | None                                     |
          | L     | integrateddynamicscompat          | 1.0.0                   | IntegratedDynamics-1.12.2-1.0.6.jar                | None                                     |
          | L     | ironbackpacks                     | 1.12.2-3.0.8-12         | IronBackpacks-1.12.2-3.0.8-12.jar                  | None                                     |
          | L     | ironchest                         | 1.12.2-7.0.59.842       | ironchest-1.12.2-7.0.59.842.jar                    | None                                     |
          | L     | mantle                            | 1.12-1.3.3.42           | Mantle-1.12-1.3.3.42.jar                           | None                                     |
          | L     | mcjtylib_ng                       | 3.1.1                   | mcjtylib-1.12-3.1.1.jar                            | None                                     |
          | L     | meecreeps                         | 1.2.3                   | meecreeps-1.12-1.2.3.jar                           | None                                     |
          | L     | mob_grinding_utils                | 0.3.13                  | MobGrindingUtils-0.3.13.jar                        | None                                     |
          | L     | morph                             | 7.1.2                   | Morph-1.12.2-7.1.2.jar                             | None                                     |
          | L     | mysticallib                       | 1.12.2-1.0.0            | mysticallib-1.12.2-1.0.0.jar                       | None                                     |
          | L     | notenoughwands                    | 1.7.3                   | notenoughwands-1.12-1.7.3.jar                      | None                                     |
          | L     | p455w0rdslib                      | 2.0.36                  | p455w0rdslib-1.12.2-2.0.36.jar                     | None                                     |
          | L     | harvestcraft                      | 1.12.2zb                | Pam's HarvestCraft 1.12.2zb.jar                    | None                                     |
          | L     | reborncore                        | 3.13.4.419              | RebornCore-1.12.2-3.13.4.419-universal.jar         | None                                     |
          | L     | rebornstorage                     | 1.0.0                   | RebornStorage-1.12.2-3.3.2.79.jar                  | None                                     |
          | L     | redstoneflux                      | 2.1.0                   | RedstoneFlux-1.12-2.1.0.6-universal.jar            | None                                     |
          | L     | refinedstorage                    | 1.6.12                  | refinedstorage-1.6.12.jar                          | None                                     |
          | L     | refinedstorageaddons              | 0.4.3                   | refinedstorageaddons-0.4.3.jar                     | None                                     |
          | L     | rftools                           | 7.61                    | rftools-1.12-7.61.jar                              | None                                     |
          | L     | storagedrawers                    | 1.12-5.3.5              | StorageDrawers-1.12.2-5.3.8.jar                    | None                                     |
          | L     | storagedrawersextra               | @VERSION@               | StorageDrawersExtras-1.12-3.1.0.jar                | None                                     |
          | L     | tconstruct                        | 1.12.2-2.12.0.115       | TConstruct-1.12.2-2.12.0.115.jar                   | None                                     |
          | L     | teslacorelib                      | 1.0.15                  | tesla-core-lib-1.12.2-1.0.15.jar                   | None                                     |
          | L     | teslacorelib_registries           | 1.0.15                  | tesla-core-lib-1.12.2-1.0.15.jar                   | None                                     |
          | L     | thermalcultivation                | 0.3.2                   | ThermalCultivation-1.12.2-0.3.2.11-universal.jar   | None                                     |
          | L     | thermaldynamics                   | 2.5.4                   | ThermalDynamics-1.12.2-2.5.4.18-universal.jar      | None                                     |
          | L     | thermalexpansion                  | 5.5.3                   | ThermalExpansion-1.12.2-5.5.3.41-universal.jar     | None                                     |
          | L     | thermalfoundation                 | 2.6.2                   | ThermalFoundation-1.12.2-2.6.2.26-universal.jar    | None                                     |
          | L     | thermalinnovation                 | 0.3.2                   | ThermalInnovation-1.12.2-0.3.2.11-universal.jar    | None                                     |
          | L     | universalmodifiers                | 1.12.2-1.0.16.1         | valkyrielib-1.12.2-2.0.19.1.jar                    | None                                     |
          | L     | valkyrielib                       | 1.12.2-2.0.19.1         | valkyrielib-1.12.2-2.0.19.1.jar                    | None                                     |
          | L     | veinminer                         | 0.38.2                  | VeinMiner-1.12-0.38.2.647+b31535a.jar              | None                                     |
          | L     | veinminermodsupport               | 0.38.2                  | VeinMiner-1.12-0.38.2.647+b31535a.jar              | None                                     |
          | L     | xnet                              | 1.7.6                   | xnet-1.12-1.7.6.jar                                | None                                     |
          | L     | zerocore                          | 1.12.2-0.1.2.8          | zerocore-1.12.2-0.1.2.8.jar                        | None                                     |
          | L     | structurize                       | 1.12.2-0.10.25-ALPHA    | structurize-1.12.2-0.10.25-ALPHA.jar               | None                                     |
          | L     | minecolonies                      | 1.12.2-0.10.109-RELEASE | minecolonies-1.12.2-0.10.109-RELEASE-universal.jar | None                                     |     Loaded coremods (and transformers): 
      EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
        com.enderio.core.common.transform.EnderCoreTransformer
        com.enderio.core.common.transform.SimpleMixinPatcher
          Profiler Position: N/A (disabled)
          Is Modded: Definitely; Server brand changed to 'fml,forge'
          Type: Dedicated Server (map_server.txt)
  • Topics

    • LordTSI
      5
      cant make modded server

      By LordTSI
      Started 7 hours ago

    • Rjh1998
      1
      Server Crashing on Startup; Missing mod 1.6.0

      By Rjh1998
      Started 7 minutes ago

    • FoxSk8r
      2
      Help me please my mod keeps crashing whats going on?

      By FoxSk8r
      Started 17 minutes ago

    • 20LeeBrian1
      24
      I can't run forge jar file

      By 20LeeBrian1
      Started February 16

    • Floydman
      1
      Solved: [1.13.2] Duplicate key error

      By Floydman
      Started Thursday at 03:45 AM

  • Who's Online (See full list)

    • DaemonUmbra
    • Trhod177
    • FoxSk8r
    • Rjh1998
    • DavidM
    • LordTSI
    • Konlii
    • 20LeeBrian1
    • afenner
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • Configuration Main Class and file not found errors
  • Theme
  • Contact Us

Copyright © 2017 ForgeDevelopment LLC Powered by Invision Community