Skip to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DaemonUmbra

Members
  • Joined

  • Last visited

Posts posted by DaemonUmbra

  1. Debug.log is found in your logs folder, if you are using the Mojang launcher on Windows you can get there easily by opening a Run prompt (Windows Key + R) and typing in

    %APPDATA%\.minecraft\logs

    this will open file explorer in your logs folder

  2. You said you were opening your 1.10.2 Forge?

    Quote

    [15:53:59] [main/INFO] [FML]: Forge Mod Loader version 14.23.3.2655 for Minecraft 1.12.2 loading

    Also

    Quote

    [15:53:59] [main/DEBUG] [FML]: Discovering coremods

    [15:53:59] [main/DEBUG] [FML]: Examining for coremod candidacy OptiFine_1.10.2_HD_U_D4.jar

    [15:53:59] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.10.2_HD_U_D4.jar

    [15:53:59] [main/DEBUG] [FML]: Examining for coremod candidacy OptiFine_1.11.2_HD_U_B7.jar

    [15:53:59] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.11.2_HD_U_B7.jar

    [15:53:59] [main/DEBUG] [FML]: Examining for coremod candidacy OptiFine_1.11_HD_U_B7.jar

    [15:53:59] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.11_HD_U_B7.jar

    [15:53:59] [main/DEBUG] [FML]: Examining for coremod candidacy OptiFine_1.12.1_HD_U_C5.jar

    [15:53:59] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.12.1_HD_U_C5.jar

    [15:53:59] [main/DEBUG] [FML]: Examining for coremod candidacy OptiFine_1.12.2_HD_U_C6.jar

    [15:53:59] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.12.2_HD_U_C6.jar

    [15:53:59] [main/DEBUG] [FML]: Examining for coremod candidacy OptiFine_1.12_HD_U_C2.jar

    [15:53:59] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.12_HD_U_C2.jar

    do you really have 6 versions of Optifine in your mods folder?

  3. ·

    Edited by DaemonUmbra

    Remove sourceSets from your build.gradle, the paths are wrong and regardless they are not needed for basic modding.

    I believe sourceSets are being set up for you by ForgeGradle at this stage, no need to override the defaults.

  4. ·

    Edited by DaemonUmbra

    Well then you can't really say nothing is generated, can you?

    If you're using Windows an easy way to get to logs from the vanilla launcher is to open a run prompt (Windows Key + R) and type

    %APPDATA%\.minecraft\logs

    that will open the logs folder in Windows File Explorer, from there please upload your debug.log to a site like Pastebin or GitHub's Gist service and post the link it gives you.

  5. ·

    Edited by DaemonUmbra

    Open cmd and type

    java -version

    The result you want to see will look like this:

    java version "1.8.0_152"
    Java(TM) SE Runtime Environment (build 1.8.0_152-b16)
    Java HotSpot(TM) 64-Bit Server VM (build 25.152-b16, mixed mode)

    Note the "64-Bit" part of it, if yours does not say "64-Bit" then you are running 32-Bit

  6. ·

    Edited by DaemonUmbra

    See MDW01's response:
     

    11 hours ago, MDW01 said:

    Make sure your computer and your java are 64-bit and that you are actually launching the server with the 64-bit version of java.

     

  7. You appear to be using 32-bit Java, although that does not appear to be the cause this time you really should get the 64 bit version. You are still only allocating 1G of RAM to the game, as you have -Xmx2G before -Xmx1G, in JVM arguments the last one wins.

     

    Note: I do not see a crash here, so I cant definitively say this is the issue, I can just say these are the flaws I see in the information you have provided.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.