Posts posted by DaemonUmbra
-
-
-
-
-
-
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?
-
-
-
Please post your debug.log from the logs folder, preferably using a site like Pastebin or GitHub's Gist.
-
-
-
-
-
-
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.
-
-
-
-
-
Can you post the debug.log file on pastebin, it usually contains more info than a crash log does.
Note: If it's too long for pastebin GitHub's Gist service might accommodate larger files.
-
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
-
-
-
-
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.
Forge wont launch at all
in Support & Bug Reports
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
this will open file explorer in your logs folder