Minecraft instantly crashes with exported .jar file

Started by Nia42 on

Topic category: Help with modding (Java Edition)

Last seen on 21:19, 18. Aug 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Minecraft instantly crashes with exported .jar file

Whenever I launch Minecraft with the exported .jar file for my mod my minecraft client instantly crashes. Below is the log file, some parts were changed for my protection (IP, computer username)

 

[00:05:23] [main/INFO]: ModLauncher running: args [--username, NiaEevee, --version, forge-31.2.0, --gameDir, C:\Users\[My PC Username]\Twitch\Minecraft\Instances\MaterialPlus, --assetsDir, C:\Users\[My PC Username]\Twitch\Minecraft\Install\assets, --assetIndex, 1.15, --uuid, [IP], --accessToken, ????????, --userType, mojang, --versionType, release, --width, 1024, --height, 768, --launchTarget, fmlclient, --fml.forgeVersion, 31.2.0, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20200515.085601]
[00:05:23] [main/INFO]: ModLauncher 5.1.0+69+master.79f13f7 starting: java version 1.8.0_51 by Oracle Corporation
[00:05:23] [main/INFO]: Added Lets Encrypt root certificates as additional trust
[00:05:23] [main/WARN]: Configuration file C:\Users\[My PC Username]\Twitch\Minecraft\Instances\MaterialPlus\config\fml.toml is not correct. Correcting
[00:05:23] [main/WARN]: Incorrect key [defaultConfigPath] was corrected from null to defaultconfigs
[00:05:24] [main/FATAL]: Failed to find Minecraft resource version 1.15.2-20200515.085601 at C:\Users\[My PC Username]\Twitch\Minecraft\Install\libraries\net\minecraftforge\forge\1.15.2-31.2.0\forge-1.15.2-31.2.0-client.jar
[00:05:24] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.RuntimeException: Missing minecraft resource!
[00:05:24] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.loading.FMLCommonLaunchHandler.lambda$validatePaths$4(FMLCommonLaunchHandler.java:124)
[00:05:24] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.loading.FMLCommonLaunchHandler$$Lambda$154/1068586139.accept(Unknown Source)
[00:05:24] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[00:05:24] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
[00:05:24] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.loading.FMLCommonLaunchHandler.validatePaths(FMLCommonLaunchHandler.java:121)
[00:05:24] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.loading.FMLLoader.setupLaunchHandler(FMLLoader.java:197)
[00:05:24] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.loading.FMLServiceProvider.initialize(FMLServiceProvider.java:92)
[00:05:24] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.TransformationServiceDecorator.onInitialize(TransformationServiceDecorator.java:68)
[00:05:24] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.TransformationServicesHandler.lambda$initialiseTransformationServices$7(TransformationServicesHandler.java:107)
[00:05:24] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.TransformationServicesHandler$$Lambda$84/915349526.accept(Unknown Source)
[00:05:24] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.util.HashMap$Values.forEach(HashMap.java:972)
[00:05:24] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.TransformationServicesHandler.initialiseTransformationServices(TransformationServicesHandler.java:107)
[00:05:24] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:59)
[00:05:24] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.Launcher.run(Launcher.java:75)
[00:05:24] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[00:05:24] [main/INFO]: …
Tue, 07/21/2020 - 05:19

[00:05:24] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.RuntimeException: Missing minecraft resource!
 

try reinstalling forge or minecraft. 

Last seen on 21:19, 18. Aug 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried reinstalling Forge,…
Tue, 07/21/2020 - 16:16

I tried reinstalling Forge, it did the same thing. Then I tried reinstalling Minecraft, same thing happened. The saved name of the mod is Material+ in MCreator, in case that is the cause of the problem.

Last seen on 21:19, 18. Aug 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried downloading it…
Tue, 07/21/2020 - 16:34

I tried downloading it directly instead of putting it in a Twitch profile and it works that way

Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It’s because the mod might…
Tue, 07/21/2020 - 17:47

It’s because the mod might be on curseforge.

Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Might not
Tue, 07/21/2020 - 17:48

Might not