Jump to content

forge-1.14.4-28.1.0-mdk build is successful, yet crashes.


Recommended Posts

Posted

Hello, I'm DPaul. I wanted program mods for Minecraft 1.14.4, but for reasons the launching of runClient.launch crashes when run. I've tried figuring out what the cause or the root of the problem may be, yet couldn't find any solution. I've attached the crash logs and output with this message. I hope you may help me with this issue.

 

Console text in Eclipse, run in Java 8 JDK (openjdk8; Kubuntu, latest version):

 

2020-02-02 02:23:07,048 main WARN Advanced terminal features are not available in this environment
[02:23:07] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20190829.143755, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 28.1.0, --version, MOD_DEV, --assetIndex, 1.14, --assetsDir, /home/donatopaulthayalan/.gradle/caches/forge_gradle/assets, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}]
[02:23:07] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 3.2.0+60+b86c1d4 starting: java version 1.8.0_242 by Private Build
[02:23:07] [main/DEBUG] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,fmldevdata,fmldevclient,fmldevserver,fmluserdevserver,testharness,fmluserdevdata,fmlclient,fmluserdevclient,fmlserver]
[02:23:07] [main/DEBUG] [cp.mo.mo.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : [srgtomcp]
[02:23:07] [main/DEBUG] [cp.mo.mo.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [eventbus,object_holder_definalize,runtime_enum_extender,accesstransformer,capability_inject_definalize,runtimedistcleaner]
[02:23:07] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services
[02:23:07] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: []
[02:23:07] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [fml]
[02:23:07] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading
[02:23:07] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/]: Injecting tracing printstreams for STDOUT/STDERR.
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.LauncherVersion/CORE]: Found FMLLauncher version 28.1
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML 28.1 loading
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found ModLauncher version : 3.2.0+60+b86c1d4
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Initializing modjar URL handler
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found AccessTransformer version : 1.0.0+45+b99295a
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found EventBus version : 1.0.0+54+3f83a9e
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found Runtime Dist Cleaner
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found CoreMod version : 1.0.0+4+e6fed88
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found ForgeSPI package implementation version 1.3.0+4+934b64a
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found ForgeSPI package specification 3
[02:23:07] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[02:23:07] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml
[02:23:07] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services
[02:23:07] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing
[02:23:07] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Setting up basic FML game directories
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FileUtils/CORE]: Found existing GAMEDIR directory : /home/donatopaulthayalan/eclipse-workspace/mfprg/TutorialMod_1.14.4/run
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path GAMEDIR is /home/donatopaulthayalan/eclipse-workspace/mfprg/TutorialMod_1.14.4/run
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FileUtils/CORE]: Making MODSDIR directory : /home/donatopaulthayalan/eclipse-workspace/mfprg/TutorialMod_1.14.4/run/mods
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FileUtils/CORE]: Created MODSDIR directory : /home/donatopaulthayalan/eclipse-workspace/mfprg/TutorialMod_1.14.4/run/mods
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path MODSDIR is /home/donatopaulthayalan/eclipse-workspace/mfprg/TutorialMod_1.14.4/run/mods
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FileUtils/CORE]: Making CONFIGDIR directory : /home/donatopaulthayalan/eclipse-workspace/mfprg/TutorialMod_1.14.4/run/config
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FileUtils/CORE]: Created CONFIGDIR directory : /home/donatopaulthayalan/eclipse-workspace/mfprg/TutorialMod_1.14.4/run/config
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path CONFIGDIR is /home/donatopaulthayalan/eclipse-workspace/mfprg/TutorialMod_1.14.4/run/config
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path FMLCONFIG is /home/donatopaulthayalan/eclipse-workspace/mfprg/TutorialMod_1.14.4/run/config/fml.toml
[02:23:07] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Loading configuration
Exception in thread "main" [02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.ExceptionInInitializerError
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at sun.nio.fs.LinuxFileSystem.newWatchService(LinuxFileSystem.java:47)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at com.electronwill.nightconfig.core.file.FileWatcher$WatchedDir.<init>(FileWatcher.java:218)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at com.electronwill.nightconfig.core.file.FileWatcher$WatchedDir.<init>(FileWatcher.java:210)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at com.electronwill.nightconfig.core.file.FileWatcher.lambda$addWatch$0(FileWatcher.java:81)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at com.electronwill.nightconfig.core.file.FileWatcher.addWatch(FileWatcher.java:81)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at com.electronwill.nightconfig.core.file.FileWatcher.addWatch(FileWatcher.java:69)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at com.electronwill.nightconfig.core.file.AutoreloadFileConfig.<init>(AutoreloadFileConfig.java:18)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at com.electronwill.nightconfig.core.file.GenericBuilder.build(GenericBuilder.java:242)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.loading.FMLConfig.loadFrom(FMLConfig.java:56)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.loading.FMLConfig.load(FMLConfig.java:69)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.loading.FMLServiceProvider.initialize(FMLServiceProvider.java:71)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.TransformationServiceDecorator.onInitialize(TransformationServiceDecorator.java:67)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.TransformationServicesHandler.lambda$initialiseTransformationServices$7(TransformationServicesHandler.java:106)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.util.HashMap$Values.forEach(HashMap.java:981)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.TransformationServicesHandler.initialiseTransformationServices(TransformationServicesHandler.java:106)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:59)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.Launcher.run(Launcher.java:75)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:101)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.NullPointerException
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1847)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:     at java.lang.Runtime.loadLibrary0(Runtime.java:871)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:     at java.lang.System.loadLibrary(System.java:1124)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:     at sun.nio.fs.LinuxWatchService$1.run(LinuxWatchService.java:462)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:     at sun.nio.fs.LinuxWatchService$1.run(LinuxWatchService.java:460)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:     at java.security.AccessController.doPrivileged(Native Method)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:     at sun.nio.fs.LinuxWatchService.<clinit>(LinuxWatchService.java:460)
[02:23:07] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]:     ... 20 more

 

latest.logdebug.log

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I created a modded Minecraft pack and subsequent server for My Fiance and I to play on, we are both new to modding, and have no experience of what mods go together. We gave it a shot and made a pretty good pack, based on some mods we saw previously in All The Mods 9, plus some other building and fun mods. Everything was great, server was running for 10 days(?) and went through multiple subsequent restart cycles (wasn't online 24/7). We were wrapping up for the night, I did /saveall in game, and the command said the world was finished saving. I then did /stop. Following morning we attempted to start the server and it will not get past: [19:25:04] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for dimension minecraft:overworld I attempted to take out the world, and load it on Singleplayer, however same issue, world wont load. I deleted the "serverconfig" directory and it will also not load. I removed the world from the server, thus allowing it to generate a new world, and that worked fine. But our current world will not load anywhere. I am aware of some errors in the logs due to some mismatching, and incompatibilities; I didn't know what was strictly client-side, and what needed to go onto the server, I also didn't know what performance mods did what, so there is a potential multiple were doing the same thing, however this shouldn't be responsible for the crash, as no new mods have been added for atleast 10 restart cycles and everything worked smoothly. I know there is an error about Canary conflicting with Better Chunk Loading, however that error has occured since the beginning of the server and nothing new. It is to be noted that there isn't actually a crash happening. ---> Full Log <--- If this world is corrupted, is there any way to fix it? I have a backup of the world from 4 days ago, but I also dont want to have to roll back that far, I would really like to deal with the issue at hand.
    • Can be anything - start with mods having some addons like Create etc
    • Hello everyone!   I recently switched my broadband provider from BT to Hey, and I ran into a frustrating issue when trying to connect to Minecraft. I kept receiving the error message:   “Failed to connect to the server. Please disconnect from your VPN or proxy and rejoin.”   This was strange since I wasn’t using a VPN or proxy at the time. After some troubleshooting, I discovered that my new ISP might have been flagging my connection incorrectly.   To resolve this, I used a tool called Home page, which helped me manage my online profiles more effectively. By setting up a new profile, I was able to bypass the detection issue and connect to Minecraft without any problems.   If you’re facing similar issues after switching ISPs or encountering connection errors, I recommend exploring tools like Multilogin to help manage your connections.   Hope this helps someone out there!
    • do yk what kinds of mods i should test removing first? Like world generation mods first right?
  • Topics

×
×
  • Create New...

Important Information

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