Jump to content

Game keeps crashing whilst initializing


AxelCatto

Recommended Posts

Every time I try to start Forge (I use 1.12.2, 1.7.10, 1.10.2, 1.13.2 and 1.14.4) it crashes before even the Mojang screen comes up. Vanilla, Optifine, and Wurst work fine.

There's the crash report:

Quote

The game crashed whilst initializing game
Error: java.lang.NoClassDefFoundError:

net/minecraftforge/fml/DistExecutor

Spoiler

---- Minecraft Crash Report ----

WARNING: coremods are present:
  LoadingPlugin (Quark-r1.5-146.jar)
  llibrary (llibrary-core-1.0.8-1.12.2.jar)
Contact their authors BEFORE contacting forge

// You're mean.

Time: 11/7/19 8:51 PM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraftforge/fml/DistExecutor
    at biomesoplenty.core.BiomesOPlenty.<clinit>(BiomesOPlenty.java:32)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:526)
    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:498)
    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:498)
    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:498)
    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.DistExecutor
    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)
    ... 40 more
Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 42 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at biomesoplenty.core.BiomesOPlenty.<clinit>(BiomesOPlenty.java:32)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:526)
    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:498)
    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:498)
    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:498)
    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: Mac OS X (x86_64) version 10.14
    Java Version: 1.8.0_74, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1118615312 bytes (1066 MB) / 1509949440 bytes (1440 MB) up to 4294967296 bytes (4096 MB)
    JVM Flags: 7 total; -Xmx4G -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 Optifine OptiFine_1.12.2_HD_U_E3 51 mods loaded, 51 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    | aether_legacy        | 1.12.2-v1.4.1        | aether_legacy-1.12.2-v1.4.1.jar                    | None                                     |
    | UC    | animalbikes          | 1.11.2               | AnimalBikes_1.12.2(13Jan19).jar                    | None                                     |
    | U     | biomesoplenty        | 7.0.1.2419           | BiomesOPlenty-1.12.2-7.0.1.2419-universal.jar      | None                                     |
    | U     | craftstudioapi       | 1.0.0                | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None                                     |
    | U     | harvestcraft         | 1.12.2zb             | Pam's+HarvestCraft+1.12.2zb.jar                    | None                                     |
    | U     | twilightforest       | 3.8.689              | twilightforest-1.12.2-3.8.689-universal.jar        | None                                     |
    | U     | animania             | 1.6.2                | animania-1.12.2-1.6.2.jar                          | None                                     |
    | U     | jei                  | 4.15.0.268           | jei_1.12.2-4.15.0.268.jar                          | None                                     |
    | U     | quark                | r1.5-146             | Quark-r1.5-146.jar                                 | None                                     |
    | U     | autoreglib           | 1.3-26               | AutoRegLib-1.3-26.jar                              | None                                     |
    | U     | bibliocraft          | 2.4.5                | BiblioCraft[v2.4.5][MC1.12.2].jar                  | None                                     |
    | U     | bookworm             | 1.12.2-2.1.0         | bookworm+-+2.1.0+(1.12.2).jar                      | None                                     |
    | U     | cfm                  | 6.2.0                | cfm-6.2.0-mc1.12.2.jar                             | None                                     |
    | U     | chiselsandbits       | 14.33                | chiselsandbits-14.33.jar                           | None                                     |
    | U     | chococraft           | 0.9.8.0              | chococraft_1.12.2-0.9.8.0.jar                      | None                                     |
    | U     | cookingforblockheads | 6.4.71               | CookingForBlockheads_1.12.2-6.4.71.jar             | None                                     |
    | U     | customspawner        | 3.11.4               | CustomMobSpawner-3.11.4.jar                        | None                                     |
    | U     | customnpcs           | 1.12                 | CustomNPCs_1.12.2(30Jan19).jar                     | None                                     |
    | U     | ptrmodellib          | 1.0.4                | PTRLib-1.0.4.jar                                   | None                                     |
    | U     | props                | 2.6.2                | Decocraft-2.6.2_1.12.2.jar                         | None                                     |
    | U     | mocreatures          | 12.0.5               | DrZharks MoCreatures Mod-12.0.5.jar                | None                                     |
    | U     | exoticbirds          | 1.0                  | Exotic+Birds+1.12.2-2.2.1.jar                      | None                                     |
    | U     | fairylights          | 2.1.7                | fairylights-2.1.7-1.12.2.jar                       | None                                     |
    | U     | inventorypets        | 2.0.1                | inventorypets-1.12-2.0.1.jar                       | None                                     |
    | U     | ironchest            | 1.12.2-7.0.40.824    | ironchest-1.12.2-7.0.40.824.jar                    | None                                     |
    | U     | journeymap           | 1.12.2-5.5.4         | journeymap-1.12.2-5.5.4.jar                        | None                                     |
    | U     | lycanitesmobs        | 1.20.5.2 - MC 1.12.2 | LycanitesMobsComplete+1.20.5.2+[1.12.2].jar        | None                                     |
    | U     | swampmobs            | 1.20.5.2 - MC 1.12.2 | LycanitesMobsComplete+1.20.5.2+[1.12.2].jar        | None                                     |
    | U     | forestmobs           | 1.20.5.2 - MC 1.12.2 | LycanitesMobsComplete+1.20.5.2+[1.12.2].jar        | None                                     |
    | U     | demonmobs            | 1.20.5.2 - MC 1.12.2 | LycanitesMobsComplete+1.20.5.2+[1.12.2].jar        | None                                     |
    | U     | elementalmobs        | 1.20.5.2 - MC 1.12.2 | LycanitesMobsComplete+1.20.5.2+[1.12.2].jar        | None                                     |
    | U     | desertmobs           | 1.20.5.2 - MC 1.12.2 | LycanitesMobsComplete+1.20.5.2+[1.12.2].jar        | None                                     |
    | U     | arcticmobs           | 1.20.5.2 - MC 1.12.2 | LycanitesMobsComplete+1.20.5.2+[1.12.2].jar        | None                                     |
    | U     | freshwatermobs       | 1.20.5.2 - MC 1.12.2 | LycanitesMobsComplete+1.20.5.2+[1.12.2].jar        | None                                     |
    | U     | mountainmobs         | 1.20.5.2 - MC 1.12.2 | LycanitesMobsComplete+1.20.5.2+[1.12.2].jar        | None                                     |
    | U     | plainsmobs           | 1.20.5.2 - MC 1.12.2 | LycanitesMobsComplete+1.20.5.2+[1.12.2].jar        | None                                     |
    | U     | saltwatermobs        | 1.20.5.2 - MC 1.12.2 | LycanitesMobsComplete+1.20.5.2+[1.12.2].jar        | None                                     |
    | U     | junglemobs           | 1.20.5.2 - MC 1.12.2 | LycanitesMobsComplete+1.20.5.2+[1.12.2].jar        | None                                     |
    | U     | shadowmobs           | 1.20.5.2 - MC 1.12.2 | LycanitesMobsComplete+1.20.5.2+[1.12.2].jar        | None                                     |
    | U     | infernomobs          | 1.20.5.2 - MC 1.12.2 | LycanitesMobsComplete+1.20.5.2+[1.12.2].jar        | None                                     |
    | U     | petcraft             | 1.0.0                | PetCraft-Mod-1.12.2.jar                            | None                                     |
    | U     | radixcore            | 1.12.x-2.2.1         | RadixCore-1.12.x-2.2.1-universal.jar               | None                                     |
    | U     | torohealthmod        | 1.12.2-11            | torohealth-1.12.2-11.jar                           | None                                     |
    | U     | wildcraft            | 1.0                  | WildCraft-1.12.2-+1.0.1.0-+F14.23.2.2611.jar       | None                                     |
    | U     | llibrary             | 1.7.15               | llibrary-1.7.15-1.12.2.jar                         | None                                     |
    | U     | jurassicraft         | 2.1.23               | JurassiCraft-1.12.2-2.1.23.jar                     | None                                     |
    | U     | orelib               | 3.5.2.2              | OreLib-1.12.2-3.5.2.2.jar                          | None                                     |

    Loaded coremods (and transformers): 
LoadingPlugin (Quark-r1.5-146.jar)
  vazkii.quark.base.asm.ClassTransformer
llibrary (llibrary-core-1.0.8-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2768
    LWJGL: 2.9.2
    OpenGL: Intel(R) HD Graphics 6000 GL version 2.1 INTEL-12.0.34, Intel Inc.
    GL Caps: VboRegions not supported, missing: OpenGL 1.3, ARB_copy_buffer
Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object 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: vanilla, file/Better Paintings, file/Hidden+Item+Frames+v1.0, file/ItemBound+v1.9, file/More Dogs Resource Pack - 1.13, file/Transmobifier+v1.1, programer_art
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 4x Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz

If anyone who is good at decoding crash reports can help me that would be great. 

Side note: I have no idea why it says "// You're mean.".

Edited by DaemonUmbra
Fixed Formatting
Link to comment
Share on other sites

Forge Mods are NOT cross-compatible between Minecraft versions.

Where are you getting your mods?

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

3 minutes ago, DaemonUmbra said:

Forge Mods are NOT cross-compatible between Minecraft versions.

Where are you getting your mods?

I'm aware of that. I have separate folders for each version in my mods folder. Forge is a smart enough program to realize that a folder titled 1.12.2 is only for 1.12.2 and this has worked for me for almost half a year. That specific crash report was for my 1.12.2 version. Also, I get my mods from Curse.

Link to comment
Share on other sites

After 1.13 that system was removed from Forge as it is handled by Launcher Profiles/Installations.

How long ago did you download your mods because that crash report doesn't match what I'm seeing from what is supposed to be the same version of BOP from Curse.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

10 hours ago, DaemonUmbra said:

After 1.13 that system was removed from Forge as it is handled by Launcher Profiles/Installations.

How long ago did you download your mods because that crash report doesn't match what I'm seeing from what is supposed to be the same version of BOP from Curse.

It worked fine for 1.14.4, so I'm fully confused. 
I downloaded my original mods in May, and I've been adding a couple of mods every month since August. It broke in September.

Link to comment
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.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Announcements



×
×
  • Create New...

Important Information

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