1

Minecraft crashes upon launch 1.14.4

Greykun's Avatar Greykun3/29/20 8:25 pm
1 emeralds 966 4
3/30/2020 9:24 pm
icephantom's Avatar icephantom
I have quite a few mods downloaded. Every time I try to launch Minecraft Forge for 1.14.4 it crashes and gives me the following message:

com.electronwill.nightconfig.core.io.ParsingException: Not enough data available

Usually I am able to figure out the problem by myself, but I've had it for months now and I can't seem to find the problem. I've tried deleting the forge config files, which was something that worked for someone else with this problem, but it doesn't seem to work for me. I've tried using different forge versions, but they're all the same.


If you need it, here's the crash report:


---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 3/29/20 8:04 PM
Description: Rendering overlay

com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.0.jar:?] {}
at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.0.jar:?] {}
at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.0.jar:?] {}
at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.0.jar:?] {}
at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.0.jar:?] {}
at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.0.jar:?] {}
at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.0.jar:?] {}
at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.0.jar:?] {}
at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.0.jar:?] {}
at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.0.jar:?] {}
at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.0.jar:?] {}
at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.0.jar:?] {}
at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.0.jar:?] {}
at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.0.jar:?] {}
at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:53) ~[?:?] {re:classloading}
at net.minecraftforge.fml.config.ConfigFileTypeHandler$$Lambda$3756/459478638.apply(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:99) ~[?:?] {re:classloading}
at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83) ~[?:?] {re:classloading}
at net.minecraftforge.fml.config.ConfigTracker$$Lambda$3755/1938024507.accept(Unknown Source) ~[?:?] {}
at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_51] {}
at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2062) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:152) ~[?:?] {re:classloading}
at net.minecraftforge.fml.client.ClientModLoader.lambda$startModLoading$6(ClientModLoader.java:125) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$3749/1549199541.run(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2047/481610448.run(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:125) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:107) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$3747/1770312730.run(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2047/481610448.run(Unknown Source) ~[?:?] {}
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) ~[?:1.8.0_51] {}
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) ~[?:1.8.0_51] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_51] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_51] {}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) ~[?:1.8.0_51] {}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_51] {}


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

-- Head --
Thread: Client thread
Stacktrace:
at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22)
at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36)
at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49)
at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123)
at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166)
at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145)
at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55)
at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44)
at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37)
at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113)
at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219)
at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202)
at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73)
at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85)
at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:53)
at net.minecraftforge.fml.config.ConfigFileTypeHandler$$Lambda$3756/459478638.apply(Unknown Source)
at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:99)
at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83)
at net.minecraftforge.fml.config.ConfigTracker$$Lambda$3755/1938024507.accept(Unknown Source)
at java.lang.Iterable.forEach(Iterable.java:75)
at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2062)
at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83)
at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:152)

-- Overlay render details --
Details:
Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui
Stacktrace:
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:880)
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:890)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384)
at net.minecraft.client.main.Main.main(SourceFile:155)
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:497)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$411/623545006.call(Unknown Source)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
Minecraft Version: 1.14.4
Minecraft Version ID: 1.14.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1207897184 bytes (1151 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
CPUs: 4
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 4.1.0+62+5bfa59b
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
/forge-1.14.4-28.2.3.jar object_holder_definalize PLUGINSERVICE
/forge-1.14.4-28.2.3.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-1.0.5-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.14.4-28.2.3.jar capability_inject_definalize PLUGINSERVICE
/forge-1.14.4-28.2.3.jar runtimedistcleaner PLUGINSERVICE
/OptiFine_1.14.4_HD_U_F4%20(1).jar OptiFine TRANSFORMATIONSERVICE
/forge-1.14.4-28.2.3.jar fml TRANSFORMATIONSERVICE
FML: 28.2
Forge: net.minecraftforge:28.2.3
FML Language Providers:
javafml@28.2
minecraft@1
kotlinfml@1.4.0
Mod List:
forge-1.14.4-28.2.3-client.jar Minecraft {minecraft@1.14.4 COMMON_SETUP}
Useful-Backpacks-Mod-1.14.4.jar Useful Backpacks {usefulbackpacks@1.7.0.34 COMMON_SETUP}
themidnight-0.4.6.jar The Midnight {midnight@0.4.6 COMMON_SETUP}
lostcities-1.14-2.0.28-alpha.jar LostCities {lostcities@1.14-2.0.28-alpha COMMON_SETUP}
embellishcraft-1.14.4-1.5.0.jar EmbellishCraft {embellishcraft@1.14.4-1.5.0 COMMON_SETUP}
U-Team-Core-1.14.4.jar U Team Core {uteamcore@2.7.0.129 COMMON_SETUP}
BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {biomesoplenty@1.14.4-9.0.0.259 COMMON_SETUP}
Amas-Damage-Indicator-Mod-1.14.4.jar Ama's Damage Indicator {damage_indicator@0.0.3 COMMON_SETUP}
furniture-7.0.0-pre15-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre15 COMMON_SETUP}
jei-1.14.4-6.0.0.23.jar Just Enough Items {jei@6.0.0.23 COMMON_SETUP}
FunItems-Mod-1.14.4.jar Fun Mod {funmod@1.8 COMMON_SETUP}
VoxelMap-Mod-1.14.4.jar VoxelMap {voxelmap@1.9.13 COMMON_SETUP}
forge-1.14.4-28.2.3-universal.jar Forge {forge@28.2.3 COMMON_SETUP}
Upgrade-Aquatic-1.14.4-v1.4.10.jar Upgrade Aquatic {upgrade_aquatic@1.4.9 COMMON_SETUP}
ruins-1.14.4.6.jar Ruins {ruins@1.14.4.6 COMMON_SETUP}
Patchouli-1.14.4-1.1-25.jar Patchouli {patchouli@1.14.4-1.1-25 COMMON_SETUP}
AutoRegLib-1.4-35.jar AutoRegLib {arl@1.4-35 COMMON_SETUP}
Quark-r2.0-212.jar Quark {quark@r2.0-212 COMMON_SETUP}
Launched Version: 1.14.4-forge-28.2.3
LWJGL: 3.2.2 build 10
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.4425, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 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 'forge'
Type: Client (map_client.txt)
Resource Packs: vanilla
Current Language: English (US)
CPU: 4x Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
OptiFine Version: OptiFine_1.14.4_HD_U_F4
OptiFine Build: 20191025-153543
Render Distance Chunks: 5
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Sildurs Vibrant Shaders v1.22 Lite.zip
OpenGlVersion: 4.0.0 - Build 10.18.10.4425
OpenGlRenderer: Intel(R) HD Graphics 4000
OpenGlVendor: Intel
CpuCount: 4
Posted by Greykun's Avatar
Greykun
Level 1 : New Miner
0

Create an account or sign in to comment.

4

1
03/29/2020 11:23 pmhistory
Level 15 : Journeyman Miner
icephantom
icephantom's Avatar
Ah ! ..... Just noticed you are using Optifine_1.14.4_HD_U_F4 ..... and even though there is a newer version _1.14.4_HD_U_F5, I've tested these versions before and they will not work with Forge 28.2.3.
They will however, work with Forge 28.2.1. I just tested your pack with Forge 28.2.1 and when it started, there was a long pause where Minecraft stopped responding, but within less than a minute, it fired up and worked fine.

Your choices are :

1) Remove Optifine

2) Use Forge 28.2.1
1
03/29/2020 11:12 pm
Level 15 : Journeyman Miner
icephantom
icephantom's Avatar
I'e just tried creating this pack in 1.14.4 with Forge 28.2.3 and it loads and runs ok. This means its either a problem with the Vanilla Launcher, or some of your mods are out of date, or both.
I can say that some of the mods I used are more up to date versions than the ones you are using. so here is a list of the mods I used to get the pack working :

Mods 1.14.4

AutoRegLib-1.4-35.jar
BiomesOPlenty-1.14.4-9.0.0.262-universal.jar
damage_indicator-0.0.8.jar
embellishcraft-1.14.4-1.5.0.jar
forgemod_VoxelMap-1.9.13b_for_1.14.4.jar
FunMod+2.8.jar
furniture-7.0.0-pre15-1.14.4.jar
jei-1.14.4-6.0.0.27.jar
lostcities-1.14-2.0.28-alpha.jar
Patchouli-1.14.4-1.1-26.jar
Quark-r2.0-212.jar
ruins-1.14.4.6.jar
themidnight-0.4.6.jar
u_team_core-1.14.4-2.8.2.150.jar
Upgrade-Aquatic-1.14.4-v1.4.10.jar
useful_backpacks-1.14.4-1.7.6.60.jar

... using Forge 28.2.3 - which you appear to be using as well. Hopefully if you update all the mods that need updating, your problem may go away. The file names shown above are exactly as downloaded from Curseforge site.
1
03/30/2020 7:25 pm
Level 1 : New Miner
Greykun
Greykun's Avatar
I updated all of my mods (+ removed a few I don't need) and removed optifine, but unfortunately, the problem is still happening? You mentioned it could be a problem with the Vanilla launcher, so should I try re-downloading it?

Thanks for telling me that optifine + my outdated mods were also problem though lol
1
03/30/2020 9:24 pmhistory
Level 15 : Journeyman Miner
icephantom
icephantom's Avatar
First thing I would try is trying a new installation of Forge_1.14.4 in a different directory from the one you are using, just do MC 1.14.4 with Forge into the new directory, but don't put any mods in. Try firing that instance up and see if it works. If it does, then put your mods in and try again. If it doesn't, then the problem is with the launcher itself.

[Edit]
.... by the way, I don't think it'll fix the problem, but you could also try updating Java. You are on Java 8 update 51, they are up to update 241 - you ca get that from here : https://javadl.oracle.com/webapps/download/AutoDL?BundleId=241536_1f5b5a70bf22433b84d0e960903adac8

I got the java update link from this page :
https://java.com/en/download/manual.jsp
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome