I got Minecraft java edition less than a week ago and installed forge and got some mods, no problem everything was running good no problems. Then I restarted my computer, and now Minecraft forge doesn't want to load at all. I have tried uninstalling and reinstalling it and nothing works. It keeps saying not enough data available which I find odd because I have always been able to launch Minecraft. Here is the crash report.
---- Minecraft Crash Report ----
// I let you down. Sorry
Time: 7/13/19 7:11 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$0(ConfigFileTypeHandler.java:47) ~[?:?] {}
at net.minecraftforge.fml.config.ConfigFileTypeHandler$$Lambda$2647/1847630134.apply(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:95) ~[?:?] {}
at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$0(ConfigTracker.java:79) ~[?:?] {}
at net.minecraftforge.fml.config.ConfigTracker$$Lambda$2646/1164919255.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:79) ~[?:?] {}
at net.minecraftforge.fml.ModLoader.lambda$null$2(ModLoader.java:127) ~[?:?] {}
at net.minecraftforge.fml.ModLoader$$Lambda$2645/42211364.run(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.DistExecutor.runWhenOn(DistExecutor.java:56) ~[?:?] {}
at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:127) ~[?:?] {}
at net.minecraftforge.fml.client.ClientModLoader.lambda$startModLoading$6(ClientModLoader.java:92) ~[?:?] {pl:runtimedistcleaner:A}
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2640/1566505070.run(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:82) ~[?:?] {pl:runtimedistcleaner:A}
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$1948/640225682.run(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:92) ~[?:?] {pl:runtimedistcleaner:A}
at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:74) ~[?:?] {pl:runtimedistcleaner:A}
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2611/1531556319.run(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:82) ~[?:?] {pl:runtimedistcleaner:A}
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$1948/640225682.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$0(ConfigFileTypeHandler.java:47)
at net.minecraftforge.fml.config.ConfigFileTypeHandler$$Lambda$2647/1847630134.apply(Unknown Source)
at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:95)
at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$0(ConfigTracker.java:79)
at net.minecraftforge.fml.config.ConfigTracker$$Lambda$2646/1164919255.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:79)
at net.minecraftforge.fml.ModLoader.lambda$null$2(ModLoader.java:127)
at net.minecraftforge.fml.ModLoader$$Lambda$2645/42211364.run(Unknown Source)
at net.minecraftforge.fml.DistExecutor.runWhenOn(DistExecutor.java:56)
at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:127)
-- Overlay render details --
Details:
Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui
Stacktrace:
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:544)
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:885)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384)
at net.minecraft.client.main.Main.main(SourceFile:154)
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$331/1991290395.call(Unknown Source)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:77)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:62)
-- System Details --
Details:
Minecraft Version: 1.14.3
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 704675024 bytes (672 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
FML: New FML!
Loaded coremods (and transformers): Nothing
Launched Version: 1.14.3-forge-27.0.50
LWJGL: 3.2.2 build 10
OpenGL: AMD Radeon (TM) RX 560 GL version 4.6.13570 Compatibility Profile Context 19.7.1 26.20.13001.9005, ATI Technologies Inc.
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:
Current Language: English (US)
CPU: 4x Intel(R) Core(TM) i5-3470S CPU @ 2.90GHz