Jump to content

Comrade boris58

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Comrade boris58's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I did this. Could you help me with this issue? My thread is under the same name as this one.
  2. My game crashes on start. I've heard that this is due to reuploaded mods, but I've downloaded them all from curse forge. I tried deleting all the mods and even deleting the forge and reinstalling it. Heres the crash report: ---- Minecraft Crash Report ---- // Hi. I'm Minecraft, and I'm a crashaholic. Time: 1/5/20 2: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$1(ConfigFileTypeHandler.java:53) ~[?:?] {} at net.minecraftforge.fml.config.ConfigFileTypeHandler$$Lambda$3026/1717010757.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$3025/1184854911.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) ~[?:?] {} at net.minecraftforge.fml.ModLoader.lambda$null$5(ModLoader.java:148) ~[?:?] {} at net.minecraftforge.fml.ModLoader$$Lambda$3023/313006058.run(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.DistExecutor.runWhenOn(DistExecutor.java:56) ~[?:?] {} at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:148) ~[?:?] {} at net.minecraftforge.fml.client.ClientModLoader.lambda$startModLoading$6(ClientModLoader.java:105) ~[?:?] {pl:runtimedistcleaner:A} at net.minecraftforge.fml.client.ClientModLoader$$Lambda$3015/286796337.run(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:95) ~[?:?] {pl:runtimedistcleaner:A} at net.minecraftforge.fml.client.ClientModLoader$$Lambda$1957/1816626863.run(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:105) ~[?:?] {pl:runtimedistcleaner:A} at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:87) ~[?:?] {pl:runtimedistcleaner:A} at net.minecraftforge.fml.client.ClientModLoader$$Lambda$3014/1009599092.run(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:95) ~[?:?] {pl:runtimedistcleaner:A} at net.minecraftforge.fml.client.ClientModLoader$$Lambda$1957/1816626863.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$3026/1717010757.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$3025/1184854911.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.lambda$null$5(ModLoader.java:148) at net.minecraftforge.fml.ModLoader$$Lambda$3023/313006058.run(Unknown Source) at net.minecraftforge.fml.DistExecutor.runWhenOn(DistExecutor.java:56) at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:148) -- 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:887) 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$352/1094199074.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:80) 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: 1330540304 bytes (1268 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB) CPUs: 8 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: 3.2.0+60+b86c1d4 ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE /forge-1.14.4-28.1.0.jar object_holder_definalize PLUGINSERVICE /forge-1.14.4-28.1.0.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-1.0.0-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.14.4-28.1.0.jar capability_inject_definalize PLUGINSERVICE /forge-1.14.4-28.1.0.jar runtimedistcleaner PLUGINSERVICE /forge-1.14.4-28.1.0.jar fml TRANSFORMATIONSERVICE FML: 28.1 Forge: net.minecraftforge:28.1.0 FML Language Providers: [email protected] minecraft@1 Mod List: betteranimalsplus-1.14.4-8.1.0.jar Better Animals Plus {[email protected] COMMON_SETUP} BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {[email protected] COMMON_SETUP} exp_bottling-1.14.4-4.jar EXP Bottling {[email protected] COMMON_SETUP} extraboats-1.2.0-1.14.4.jar Extra Boats {[email protected] COMMON_SETUP} MCFurnace-1.14.4-DEV-1.3.2.jar MCFurnace {[email protected] COMMON_SETUP} NomadicTents-1.14.4-10.1.0.jar Nomadic Tents {[email protected] COMMON_SETUP} Omega+Craft+4.0.8a.jar Omega Craft {[email protected] COMMON_SETUP} seafaring-1.14.4-0.1.46.jar Seafaring {[email protected] COMMON_SETUP} The-Endergetic-Expansion-1.14.4-v1.0.jar The Endergetic Expansion {[email protected] COMMON_SETUP} underwaterbiome-0.68.jar Underwater Biome {[email protected] COMMON_SETUP} Upgrade-Aquatic-1.14.4-v1.4.4.jar Upgrade Aquatic {[email protected] CONSTRUCT} YAMDA-4.0.1.jar YAMDA {[email protected] COMMON_SETUP} forge-1.14.4-28.1.0-universal.jar Forge {[email protected] COMMON_SETUP} Aquaculture-1.14.4-2.0.3.jar Aquaculture 2 {[email protected] COMMON_SETUP} forge-1.14.4-28.1.0-client.jar Minecraft {[email protected] COMMON_SETUP} Launched Version: 1.14.4-forge-28.1.0 LWJGL: 3.2.2 build 10 OpenGL: GeForce GTX 570M/PCIe/SSE2 GL version 4.5.0 NVIDIA 382.05, NVIDIA Corporation 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: 8x Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz
  3. I had the same error, but I downloaded them all from forge. I know some didn't cause this, but does anyone know how to find which ones are reuploaded?
×
×
  • Create New...

Important Information

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