Jump to content

Recommended Posts

Posted

my crash log how do i fix this?

 

 

 

---- Minecraft Crash Report ----
// My bad.

Time: 15/08/20 23:35
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.2.jar:?] {}
    at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.2.jar:?] {}
    at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:53) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.config.ConfigFileTypeHandler$$Lambda$3845/606608598.apply(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:104) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.config.ConfigTracker$$Lambda$3843/557989752.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:154) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$startModLoading$6(ClientModLoader.java:123) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$3833/519873678.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2134/265556987.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:123) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:105) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$3831/499052031.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2134/265556987.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: Render 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$3845/606608598.apply(Unknown Source)
    at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:104)
    at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83)
    at net.minecraftforge.fml.config.ConfigTracker$$Lambda$3843/557989752.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:154)

-- Overlay render details --
Details:
    Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui
Stacktrace:
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:472)
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:924)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553)
    at net.minecraft.client.main.Main.main(SourceFile:204)
    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:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$432/118363130.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.15.2
    Minecraft Version ID: 1.15.2
    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: 1104411592 bytes (1053 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: 5.1.2+70+master.2845bb9
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.2.36.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.36.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.2.36.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.36.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.2.36.jar fml TRANSFORMATIONSERVICE 
    FML: 31.2
    Forge: net.minecraftforge:31.2.36
    FML Language Providers: 
        javafml@31.2
        minecraft@1
    Mod List: 
        forge-1.15.2-31.2.36-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {netherportalfix@6.0.2 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.366 CREATE_REGISTRIES}
        Resource+Overhaul2.7+MC1.15.jar Resource Overhaul {resourceoverhaul@2.7 CREATE_REGISTRIES}
        jei-1.15.2-6.0.2.12.jar Just Enough Items {jei@6.0.2.12 CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-1.0.6 (1).jar Abnormals Core {abnormals_core@1.0.6 CREATE_REGISTRIES}
        extragolems-10.2.1.jar Extra Golems {golems@10.2.1 CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0b3.jar Journeymap {journeymap@5.7.0b3 CREATE_REGISTRIES}
        BetterSprinting-1.15.2-v3.1.0.jar Better Sprinting {bettersprinting@3.1.0 CREATE_REGISTRIES}
        TravelersBackpack-1.15.2-4.0.6.jar Traveler's Backpack {travelersbackpack@4.0.6 CREATE_REGISTRIES}
        OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        themidnight-0.5.9.jar The Midnight {midnight@0.5.9 CREATE_REGISTRIES}
        good-nights-sleep-1.15.2-1.1.2.jar Good Night's Sleep {good_nights_sleep@1.1.2 CREATE_REGISTRIES}
        betteranimalsplus-1.15.2-8.2.1.96.jar Better Animals Plus {betteranimalsplus@8.2.1.96 CREATE_REGISTRIES}
        structurize-0.13.31-RELEASE.jar Structurize {structurize@0.13.31-RELEASE CREATE_REGISTRIES}
        MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {mutantbeasts@1.15.2-1.0.7 CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {endergetic@1.3.2 CREATE_REGISTRIES}
        minecolonies-0.13.81-RELEASE-universal.jar Minecolonies {minecolonies@0.13.81-RELEASE CREATE_REGISTRIES}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 CREATE_REGISTRIES}
        SnowRealMagic-1.15.2-1.7.5.jar Snow! Real Magic! {snowrealmagic@1.7.5 CREATE_REGISTRIES}
        Kiwi-1.15.2-2.8.2.jar Kiwi {kiwi@2.8.2 CREATE_REGISTRIES}
        the_bumblezone-1.15.2-1.3.10.jar The Bumblezone {the_bumblezone@1.15.2-1.3.10 CREATE_REGISTRIES}
        forge-1.15.2-31.2.36-universal.jar Forge {forge@31.2.36 CREATE_REGISTRIES}
        More+Dogs+1.15.2-1.0.6.jar More Dog Breeds {moredogs@1.0.6 CREATE_REGISTRIES}
        thutcore-1.15.2-7.2.1.jar Thut Core {thutcore@7.2.1 ERROR, thutcrafts@7.2.1 CREATE_REGISTRIES}
        thuttech-1.15.2-8.2.2.jar Thut Elevators {thuttech@8.2.2 ERROR}
        SimpleOres2-1.15.2-2.1.8.1.jar Simple Ores {simpleores@1.15.2-2.1.8.1 CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 CREATE_REGISTRIES}
        Cyclic-1.15.2-0.6.1.jar Cyclic {cyclic@1.15.2-0.6.1 CREATE_REGISTRIES}
    Launched Version: 1.15.2-forge-31.2.36
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 451.67, NVIDIA Corporation
    GL Caps: Using framebuffer using OpenGL 3.0
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: ~~ERROR~~ NullPointerException: null
    CPU: 8x Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz

Posted

this is what it says

 

 

 

[0628/205042.239:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0628/205042.240:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0628/205042.240:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0628/205042.240:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0628/205042.240:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0628/205042.240:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0628/205400.008:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0628/205400.009:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0628/205400.009:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0628/205400.009:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0628/205400.009:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0628/205400.009:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0628/205707.547:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0628/205707.547:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0628/205707.547:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0628/205707.547:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0628/205707.547:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0628/205707.547:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0701/163824.566:ERROR:shader_disk_cache.cc(237)] Failed to create shader cache entry: -2
[0714/210008.039:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0714/210008.056:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0714/210008.056:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0714/210008.056:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0714/210008.056:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0714/210008.056:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0714/210108.461:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0714/210108.461:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0714/210108.461:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0714/210108.461:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0714/210108.461:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0714/210108.461:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0721/171942.826:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0721/171942.848:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0721/171942.848:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0721/171942.848:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0721/171942.848:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0721/171942.848:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0721/171944.266:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0721/171944.266:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0721/171944.266:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0721/171944.266:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0721/171944.267:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0721/171944.267:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0724/235721.352:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0724/235721.363:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0724/235721.363:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0724/235721.363:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0724/235721.363:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0724/235721.363:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0724/235830.578:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0724/235830.578:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0724/235830.578:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0724/235830.578:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0724/235830.578:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0724/235830.578:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0724/235856.830:INFO:CONSOLE(2)] "THREE.WebGLProgram: gl.getProgramInfoLog()", source: mojang://java-launcher/static/js/127.1581c0d9.chunk.js (2)
[0724/235856.842:INFO:CONSOLE(2)] "THREE.WebGLProgram: gl.getProgramInfoLog()", source: mojang://java-launcher/static/js/127.1581c0d9.chunk.js (2)
[0725/114043.713:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/114043.734:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/114043.734:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/114043.734:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/114043.734:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/114043.735:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115043.714:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115043.714:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115043.714:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115043.714:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115043.714:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115043.714:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115043.715:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115043.715:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115043.715:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115043.715:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115043.715:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115043.715:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115543.735:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115543.735:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115543.735:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115543.735:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115543.735:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/115543.735:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/121043.735:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/121043.735:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/121043.735:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/121043.735:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/121043.735:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/121043.735:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/122543.736:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/122543.736:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/122543.736:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/122543.736:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/122543.736:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0725/122543.736:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0727/233211.168:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0727/233211.196:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0727/233211.196:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0727/233211.196:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0727/233211.196:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0727/233211.196:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0727/233413.044:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0727/233413.045:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0727/233413.045:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0727/233413.045:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0727/233413.045:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0727/233413.045:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0814/125719.775:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0814/125719.793:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0814/125719.793:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0814/125719.793:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0814/125719.793:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0814/125719.793:ERROR:crash_report_database_win.cc(469)] failed to stat report
 

Posted

[16Aug2020 21:14:23.000] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, Harryw3008, --version, 1.15.2-forge-31.2.36, --gameDir, C:\Users\andyw\AppData\Roaming\.minecraft, --assetsDir, C:\Users\andyw\AppData\Roaming\.minecraft\assets, --assetIndex, 1.15, --uuid, f1d9d7371b1b4062ba6fd1a79535e533, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 31.2.36, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20200515.085601]
[16Aug2020 21:14:23.002] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.1.2+70+master.2845bb9 starting: java version 1.8.0_51 by Oracle Corporation
[16Aug2020 21:14:23.381] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[16Aug2020 21:14:24.329] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file Mod File: C:\Users\andyw\AppData\Roaming\.minecraft\mods\forge-1.15.2-31.2.36-installer.jar is missing mods.toml file
[16Aug2020 21:14:24.329] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/SCAN]: File C:\Users\andyw\AppData\Roaming\.minecraft\mods\forge-1.15.2-31.2.36-installer.jar has been ignored - it is invalid
[16Aug2020 21:14:24.967] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.15.2-forge-31.2.36, --gameDir, C:\Users\andyw\AppData\Roaming\.minecraft, --assetsDir, C:\Users\andyw\AppData\Roaming\.minecraft\assets, --uuid, f1d9d7371b1b4062ba6fd1a79535e533, --username, Harryw3008, --assetIndex, 1.15, --accessToken, ????????, --userType, mojang, --versionType, release]
[16Aug2020 21:14:26.420] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Harryw3008
[16Aug2020 21:14:33.162] [Render thread/ERROR] [com.mojang.datafixers.DataFixerUpper/]: Something went wrong upgrading!
java.lang.NumberFormatException: For input string: "48:CONTROL"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:1.8.0_51]
    at java.lang.Integer.parseInt(Integer.java:580) ~[?:1.8.0_51]
    at java.lang.Integer.parseInt(Integer.java:615) ~[?:1.8.0_51]
    at net.minecraft.util.datafix.fixes.LWJGL3KeyOptions.func_209661_a(SourceFile:162) ~[?:?]
    at net.minecraft.util.datafix.fixes.LWJGL3KeyOptions$$Lambda$2014/1218632562.apply(Unknown Source) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_51]
    at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) ~[?:1.8.0_51]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) ~[?:1.8.0_51]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) ~[?:1.8.0_51]
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_51]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_51]
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[?:1.8.0_51]
    at net.minecraft.util.datafix.fixes.LWJGL3KeyOptions.func_209663_a(SourceFile:183) ~[?:?]
    at net.minecraft.util.datafix.fixes.LWJGL3KeyOptions$$Lambda$2013/1502971166.apply(Unknown Source) ~[?:?]
    at java.util.Optional.map(Optional.java:215) ~[?:1.8.0_51]
    at net.minecraft.util.datafix.fixes.LWJGL3KeyOptions.func_207424_a(SourceFile:160) ~[?:?]
    at net.minecraft.util.datafix.fixes.LWJGL3KeyOptions$$Lambda$1992/1398479590.apply(Unknown Source) ~[?:?]
    at com.mojang.datafixers.Typed.lambda$updateCap$9(Typed.java:162) ~[datafixerupper-2.0.24.jar:?]
    at com.mojang.datafixers.Typed$$Lambda$2008/1070523353.apply(Unknown Source) ~[?:?]
    at com.mojang.datafixers.optics.Traversal$Instance$1.lambda$wander$0(Traversal.java:34) ~[datafixerupper-2.0.24.jar:?]
    at com.mojang.datafixers.optics.Traversal$Instance$1$$Lambda$2009/22179697.apply(Unknown Source) ~[?:?]
    at com.mojang.datafixers.util.Pair$Instance.traverse(Pair.java:83) ~[datafixerupper-2.0.24.jar:?]
    at com.mojang.datafixers.optics.profunctors.TraversalP$1.lambda$wander$0(TraversalP.java:50) ~[datafixerupper-2.0.24.jar:?]
    at com.mojang.datafixers.optics.profunctors.TraversalP$1$$Lambda$2010/1530977859.apply(Unknown Source) ~[?:?]
    at com.mojang.datafixers.optics.Traversal$Instance$1.lambda$wander$0(Traversal.java:34) ~[datafixerupper-2.0.24.jar:?]
    at com.mojang.datafixers.optics.Traversal$Instance$1$$Lambda$2009/22179697.apply(Unknown Source) ~[?:?]
    at com.mojang.datafixers.optics.Traversal$Instance$1.lambda$wander$0(Traversal.java:34) ~[datafixerupper-2.0.24.jar:?]
    at com.mojang.datafixers.optics.Traversal$Instance$1$$Lambda$2009/22179697.apply(Unknown Source) ~[?:?]
    at com.mojang.datafixers.Typed.updateCap(Typed.java:162) ~[datafixerupper-2.0.24.jar:?]
    at com.mojang.datafixers.Typed.update(Typed.java:136) ~[datafixerupper-2.0.24.jar:?]
    at com.mojang.datafixers.Typed.update(Typed.java:131) ~[datafixerupper-2.0.24.jar:?]
    at net.minecraft.util.datafix.fixes.LWJGL3KeyOptions.func_207423_a(SourceFile:159) ~[?:?]
    at net.minecraft.util.datafix.fixes.LWJGL3KeyOptions$$Lambda$1124/1803418478.apply(Unknown Source) ~[?:?]
    at com.mojang.datafixers.DataFix.lambda$null$4(DataFix.java:75) ~[datafixerupper-2.0.24.jar:?]
    at com.mojang.datafixers.DataFix$$Lambda$1991/877898962.apply(Unknown Source) ~[?:?]
    at com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69) ~[datafixerupper-2.0.24.jar:?]
    at com.mojang.datafixers.functions.Comp$$Lambda$1990/1133288103.apply(Unknown Source) ~[?:?]
    at com.mojang.datafixers.functions.Comp.lambda$null$5(Comp.java:69) ~[datafixerupper-2.0.24.jar:?]
    at com.mojang.datafixers.functions.Comp$$Lambda$1990/1133288103.apply(Unknown Source) ~[?:?]
    at com.mojang.datafixers.types.Type.capWrite(Type.java:157) ~[datafixerupper-2.0.24.jar:?]
    at com.mojang.datafixers.types.Type.lambda$null$7(Type.java:148) ~[datafixerupper-2.0.24.jar:?]
    at com.mojang.datafixers.types.Type$$Lambda$1988/1194587893.apply(Unknown Source) ~[?:?]
    at java.util.Optional.map(Optional.java:215) ~[?:1.8.0_51]
    at com.mojang.datafixers.types.Type.lambda$readAndWrite$8(Type.java:147) ~[datafixerupper-2.0.24.jar:?]
    at com.mojang.datafixers.types.Type$$Lambda$1987/857245202.apply(Unknown Source) ~[?:?]
    at java.util.Optional.flatMap(Optional.java:241) ~[?:1.8.0_51]
    at com.mojang.datafixers.types.Type.readAndWrite(Type.java:146) ~[datafixerupper-2.0.24.jar:?]
    at com.mojang.datafixers.DataFixerUpper.update(DataFixerUpper.java:84) [datafixerupper-2.0.24.jar:?]
    at net.minecraft.nbt.NBTUtil.func_210821_a(SourceFile:494) [?:?]
    at net.minecraft.nbt.NBTUtil.func_210822_a(SourceFile:490) [?:?]
    at net.minecraft.client.GameSettings.func_189988_a(GameSettings.java:534) [?:?]
    at net.minecraft.client.GameSettings.func_74300_a(GameSettings.java:225) [?:?]
    at net.minecraft.client.GameSettings.<init>(GameSettings.java:184) [?:?]
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:360) [?:?]
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.15.2-31.2.36.jar:31.2]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$432/118363130.call(Unknown Source) [forge-1.15.2-31.2.36.jar:31.2]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.2.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.2.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.2.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.2.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.2.jar:?]
[16Aug2020 21:14:33.183] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.pickItem:-98
[16Aug2020 21:14:33.183] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.playerlist:15
[16Aug2020 21:14:33.185] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.advancements:38
[16Aug2020 21:14:33.186] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.hotbar.5:6
[16Aug2020 21:14:33.187] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.hotbar.6:7
[16Aug2020 21:14:33.187] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.hotbar.7:8
[16Aug2020 21:14:33.187] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.hotbar.8:9
[16Aug2020 21:14:33.187] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.hotbar.1:2
[16Aug2020 21:14:33.187] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.hotbar.2:3
[16Aug2020 21:14:33.187] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.hotbar.3:4
[16Aug2020 21:14:33.187] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.hotbar.4:5
[16Aug2020 21:14:33.188] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.sprint:29
[16Aug2020 21:14:33.188] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.forward:17
[16Aug2020 21:14:33.188] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.drop:16
[16Aug2020 21:14:33.188] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.back:31
[16Aug2020 21:14:33.188] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.attack:-100
[16Aug2020 21:14:33.188] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.use:-99
[16Aug2020 21:14:33.188] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.saveToolbarActivator:0
[16Aug2020 21:14:33.188] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.smoothCamera:0
[16Aug2020 21:14:33.189] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.right:32
[16Aug2020 21:14:33.367] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.jump:57
[16Aug2020 21:14:33.368] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.sneak:42
[16Aug2020 21:14:33.368] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.spectatorOutlines:0
[16Aug2020 21:14:33.368] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.left:30
[16Aug2020 21:14:33.368] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.command:53
[16Aug2020 21:14:33.368] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.screenshot:60
[16Aug2020 21:14:33.368] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.hotbar.9:10
[16Aug2020 21:14:33.368] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.togglePerspective:63
[16Aug2020 21:14:33.369] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.chat:20
[16Aug2020 21:14:33.369] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.inventory:18
[16Aug2020 21:14:33.369] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.fullscreen:87
[16Aug2020 21:14:33.369] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.loadToolbarActivator:45
[16Aug2020 21:14:33.369] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Skipping bad option: key_key.swapHands:33
[16Aug2020 21:14:33.375] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
[16Aug2020 21:14:34.028] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `betteranimalsplus` for name `trillium`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[16Aug2020 21:14:34.031] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `betteranimalsplus` for name `handoffate`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[16Aug2020 21:14:34.034] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `betteranimalsplus` for name `turkey_raw`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[16Aug2020 21:14:34.035] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `betteranimalsplus` for name `turkey_cooked`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[16Aug2020 21:14:34.307] [modloading-worker-3/INFO] [mod.alexndr.simpleores.SimpleOres/]: Hello from Simple Ores!
[16Aug2020 21:14:34.391] [modloading-worker-3/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: thuttech, class thut.tech.common.TechCore
com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
    at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.2.jar:?]
    at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.2.jar:?]
    at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.2.jar:?]
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.2.jar:?]
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.2.jar:?]
    at thut.core.common.config.Config.loadConfig(Config.java:323) ~[?:7.2.1]
    at thut.core.common.config.Config.setupConfigs(Config.java:371) ~[?:7.2.1]
    at thut.tech.common.TechCore.<init>(TechCore.java:115) ~[?:8.2.2]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_51]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:131) [?:31.2]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2279/587887602.accept(Unknown Source) [?:31.2]
    at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
    at java.util.function.Consumer$$Lambda$2278/1741997197.accept(Unknown Source) [?:1.8.0_51]
    at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
    at java.util.function.Consumer$$Lambda$2278/1741997197.accept(Unknown Source) [?:1.8.0_51]
    at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) [?:?]
    at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:135) [?:?]
    at net.minecraftforge.fml.ModList$$Lambda$2422/1933397694.accept(Unknown Source) [?:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_51]
    at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) [?:1.8.0_51]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) [?:1.8.0_51]
    at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291) [?:1.8.0_51]
    at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.execLocalTasks(ForkJoinPool.java:1040) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1058) [?: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]
[16Aug2020 21:14:34.413] [modloading-worker-2/INFO] [com.tiviacz.travelersbackpack.TravelersBackpack/]: Registered the class com.tiviacz.travelersbackpack.fluids.effects.WaterEffect as a FluidEffect for Water with the ID 0
[16Aug2020 21:14:34.414] [modloading-worker-2/INFO] [com.tiviacz.travelersbackpack.TravelersBackpack/]: Registered the class com.tiviacz.travelersbackpack.fluids.effects.LavaEffect as a FluidEffect for Lava with the ID 1
[16Aug2020 21:14:34.450] [modloading-worker-6/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: thutcore, class thut.core.common.ThutCore
com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
    at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.2.jar:?]
    at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.2.jar:?]
    at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.2.jar:?]
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.2.jar:?]
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.2.jar:?]
    at thut.core.common.config.Config.loadConfig(Config.java:323) ~[?:7.2.1]
    at thut.core.common.config.Config.setupConfigs(Config.java:371) ~[?:7.2.1]
    at thut.core.common.ThutCore.<init>(ThutCore.java:221) ~[?:7.2.1]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_51]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:131) [?:31.2]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2279/587887602.accept(Unknown Source) [?:31.2]
    at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
    at java.util.function.Consumer$$Lambda$2278/1741997197.accept(Unknown Source) [?:1.8.0_51]
    at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
    at java.util.function.Consumer$$Lambda$2278/1741997197.accept(Unknown Source) [?:1.8.0_51]
    at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) [?:?]
    at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:135) [?:?]
    at net.minecraftforge.fml.ModList$$Lambda$2422/1933397694.accept(Unknown Source) [?:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_51]
    at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) [?:1.8.0_51]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) [?:1.8.0_51]
    at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291) [?:1.8.0_51]
    at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.execLocalTasks(ForkJoinPool.java:1040) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1058) [?: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]
[16Aug2020 21:14:34.459] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity moredogs:chihuahua
[16Aug2020 21:14:34.462] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity moredogs:corgi
[16Aug2020 21:14:34.464] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity moredogs:german_shepherd
[16Aug2020 21:14:34.468] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_andesite
[16Aug2020 21:14:34.469] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity moredogs:golden_retriever
[16Aug2020 21:14:34.470] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity moredogs:husky
[16Aug2020 21:14:34.472] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity moredogs:newfoundland
[16Aug2020 21:14:34.472] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_bedrock
[16Aug2020 21:14:34.472] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_bone
[16Aug2020 21:14:34.473] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity moredogs:pug
[16Aug2020 21:14:34.476] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_bookshelf
[16Aug2020 21:14:34.477] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_clay
[16Aug2020 21:14:34.479] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_coal
[16Aug2020 21:14:34.480] [modloading-worker-6/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 31.2.36, for MC 1.15.2 with MCP 20200515.085601
[16Aug2020 21:14:34.510] [modloading-worker-6/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v31.2.36 Initialized
[16Aug2020 21:14:34.513] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_concrete
[16Aug2020 21:14:34.532] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_coral
[16Aug2020 21:14:34.533] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_crafting
[16Aug2020 21:14:34.534] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_diamond
[16Aug2020 21:14:34.535] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_diorite
[16Aug2020 21:14:34.539] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_dispenser
[16Aug2020 21:14:34.539] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_emerald
[16Aug2020 21:14:34.550] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_end_stone
[16Aug2020 21:14:34.557] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_furnace
[16Aug2020 21:14:34.557] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_glass
[16Aug2020 21:14:34.559] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_glowstone
[16Aug2020 21:14:34.560] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_gold
[16Aug2020 21:14:34.561] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_granite
[16Aug2020 21:14:34.562] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_honey
[16Aug2020 21:14:34.566] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_honeycomb
[16Aug2020 21:14:34.568] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_ice
[16Aug2020 21:14:34.570] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_kelp
[16Aug2020 21:14:34.574] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_lapis
[16Aug2020 21:14:34.575] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_leaves
[16Aug2020 21:14:34.601] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_magma
[16Aug2020 21:14:34.605] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_melon
[16Aug2020 21:14:34.609] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_shroom
[16Aug2020 21:14:34.610] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_nether_brick
[16Aug2020 21:14:34.611] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_nether_wart
[16Aug2020 21:14:34.613] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_obsidian
[16Aug2020 21:14:34.613] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_prismarine
[16Aug2020 21:14:34.619] [modloading-worker-7/INFO] [Kiwi/Init]: Processing 3 KiwiModule annotations
[16Aug2020 21:14:34.862] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_purpur
[16Aug2020 21:14:34.863] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_quartz
[16Aug2020 21:14:34.863] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_red_sandstone
[16Aug2020 21:14:34.868] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_redstone
[16Aug2020 21:14:34.870] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_redstone_lamp
[16Aug2020 21:14:34.870] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_sandstone
[16Aug2020 21:14:34.871] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_sea_lantern
[16Aug2020 21:14:34.873] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_slime
[16Aug2020 21:14:34.873] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_smooth_stone
[16Aug2020 21:14:34.874] [modloading-worker-6/INFO] [its_meow.betteranimalsplus.BetterAnimalsPlusMod/]: Injecting super coyotes...
[16Aug2020 21:14:34.875] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_sponge
[16Aug2020 21:14:34.879] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_stained_glass
[16Aug2020 21:14:34.881] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_stained_clay
[16Aug2020 21:14:34.883] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_straw
[16Aug2020 21:14:34.883] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_hardened_clay
[16Aug2020 21:14:34.885] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_tnt
[16Aug2020 21:14:34.886] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_wooden
[16Aug2020 21:14:34.887] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity golem_wool
[16Aug2020 21:14:34.945] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:rifter
[16Aug2020 21:14:34.957] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:hunter
[16Aug2020 21:14:34.959] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:bladeshroom_cap
[16Aug2020 21:14:34.963] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:nova
[16Aug2020 21:14:34.965] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:nova_spike
[16Aug2020 21:14:34.968] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:crystal_bug
[16Aug2020 21:14:34.970] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:penumbrian
[16Aug2020 21:14:34.972] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:tree_hopper
[16Aug2020 21:14:34.977] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:stinger
[16Aug2020 21:14:34.986] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:nightstag
[16Aug2020 21:14:34.990] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:deceitful_snapper
[16Aug2020 21:14:34.992] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:bulb_angler
[16Aug2020 21:14:35.000] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:skulk
[16Aug2020 21:14:35.345] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:shade_squirrel
[16Aug2020 21:14:35.379] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:thrown_geode
[16Aug2020 21:14:35.396] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:spore_bomb
[16Aug2020 21:14:35.401] [modloading-worker-3/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity midnight:cloud
[16Aug2020 21:14:35.795] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity cfm:seat
[16Aug2020 21:14:35.805] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 2 errors found
[16Aug2020 21:14:35.805] [Render thread/FATAL] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
    at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278) [eventbus-2.2.0-service.jar:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2125/1087712231.run(Unknown Source) [?:?]
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) [?:?]
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:392) [?:?]
    at net.minecraft.client.main.Main.main(SourceFile:166) [?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.15.2-31.2.36.jar:31.2]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$432/118363130.call(Unknown Source) [forge-1.15.2-31.2.36.jar:31.2]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.2.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.2.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.2.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.2.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.2.jar:?]
[16Aug2020 21:14:36.457] [Render thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
[16Aug2020 21:14:36.495] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, Mod Resources
[16Aug2020 21:14:36.520] [Server-Worker-4/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\andyw\AppData\Roaming\.minecraft\config\bettersprinting-client.toml is not correct. Correcting
[16Aug2020 21:14:37.618] [Render thread/FATAL] [net.minecraft.client.Minecraft/]: Reported exception thrown!
net.minecraft.crash.ReportedException: Rendering overlay
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:476) ~[?:?]
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:924) ~[?:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553) [?:?]
    at net.minecraft.client.main.Main.main(SourceFile:204) [?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.15.2-31.2.36.jar:31.2]
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$432/118363130.call(Unknown Source) [forge-1.15.2-31.2.36.jar:31.2]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.2.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.2.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.2.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.2.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.2.jar:?]
Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
    at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.2.jar:?]
    at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.2.jar:?]
    at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.2.jar:?]
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.2.jar:?]
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.2.jar:?]
    at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.2.jar:?]
    at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:53) ~[?:?]
    at net.minecraftforge.fml.config.ConfigFileTypeHandler$$Lambda$3840/1024596092.apply(Unknown Source) ~[?:?]
    at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:104) ~[?:?]
    at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83) ~[?:?]
    at net.minecraftforge.fml.config.ConfigTracker$$Lambda$3839/751529611.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.loadMods(ModLoader.java:154) ~[?:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$startModLoading$6(ClientModLoader.java:123) ~[?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$3828/234655358.run(Unknown Source) ~[?:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2125/1087712231.run(Unknown Source) ~[?:?]
    at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:123) ~[?:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:105) ~[?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$3826/1337870444.run(Unknown Source) ~[?:?]
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?]
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2125/1087712231.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]
[16Aug2020 21:14:37.638] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: ---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 16/08/20 21:14
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.2.jar:?] {}
    at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.2.jar:?] {}
    at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.2.jar:?] {}
    at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:53) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.config.ConfigFileTypeHandler$$Lambda$3840/1024596092.apply(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:104) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.config.ConfigTracker$$Lambda$3839/751529611.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:154) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$startModLoading$6(ClientModLoader.java:123) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$3828/234655358.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2125/1087712231.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:123) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:105) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$3826/1337870444.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2125/1087712231.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: Render 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$3840/1024596092.apply(Unknown Source)
    at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:104)
    at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83)
    at net.minecraftforge.fml.config.ConfigTracker$$Lambda$3839/751529611.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:154)

-- Overlay render details --
Details:
    Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui
Stacktrace:
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:472)
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:924)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553)
    at net.minecraft.client.main.Main.main(SourceFile:204)
    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:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$432/118363130.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.15.2
    Minecraft Version ID: 1.15.2
    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: 1103087464 bytes (1051 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: 5.1.2+70+master.2845bb9
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.2.36.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.36.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.2.36.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.36.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.15.2-31.2.36.jar fml TRANSFORMATIONSERVICE 
    FML: 31.2
    Forge: net.minecraftforge:31.2.36
    FML Language Providers: 
        javafml@31.2
        minecraft@1
    Mod List: 
        forge-1.15.2-31.2.36-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {netherportalfix@6.0.2 CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.366 CREATE_REGISTRIES}
        Resource+Overhaul2.7+MC1.15.jar Resource Overhaul {resourceoverhaul@2.7 CREATE_REGISTRIES}
        jei-1.15.2-6.0.2.12.jar Just Enough Items {jei@6.0.2.12 CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-1.0.6 (1).jar Abnormals Core {abnormals_core@1.0.6 CREATE_REGISTRIES}
        extragolems-10.2.1.jar Extra Golems {golems@10.2.1 CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0b3.jar Journeymap {journeymap@5.7.0b3 CREATE_REGISTRIES}
        BetterSprinting-1.15.2-v3.1.0.jar Better Sprinting {bettersprinting@3.1.0 CREATE_REGISTRIES}
        TravelersBackpack-1.15.2-4.0.6.jar Traveler's Backpack {travelersbackpack@4.0.6 CREATE_REGISTRIES}
        OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        themidnight-0.5.9.jar The Midnight {midnight@0.5.9 CREATE_REGISTRIES}
        good-nights-sleep-1.15.2-1.1.2.jar Good Night's Sleep {good_nights_sleep@1.1.2 CREATE_REGISTRIES}
        betteranimalsplus-1.15.2-8.2.1.96.jar Better Animals Plus {betteranimalsplus@8.2.1.96 CREATE_REGISTRIES}
        structurize-0.13.31-RELEASE.jar Structurize {structurize@0.13.31-RELEASE CREATE_REGISTRIES}
        MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {mutantbeasts@1.15.2-1.0.7 CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {endergetic@1.3.2 CREATE_REGISTRIES}
        minecolonies-0.13.81-RELEASE-universal.jar Minecolonies {minecolonies@0.13.81-RELEASE CREATE_REGISTRIES}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 CREATE_REGISTRIES}
        SnowRealMagic-1.15.2-1.7.5.jar Snow! Real Magic! {snowrealmagic@1.7.5 CREATE_REGISTRIES}
        Kiwi-1.15.2-2.8.2.jar Kiwi {kiwi@2.8.2 CREATE_REGISTRIES}
        the_bumblezone-1.15.2-1.3.10.jar The Bumblezone {the_bumblezone@1.15.2-1.3.10 CREATE_REGISTRIES}
        forge-1.15.2-31.2.36-universal.jar Forge {forge@31.2.36 CREATE_REGISTRIES}
        More+Dogs+1.15.2-1.0.6.jar More Dog Breeds {moredogs@1.0.6 CREATE_REGISTRIES}
        thutcore-1.15.2-7.2.1.jar Thut Core {thutcore@7.2.1 ERROR, thutcrafts@7.2.1 CREATE_REGISTRIES}
        thuttech-1.15.2-8.2.2.jar Thut Elevators {thuttech@8.2.2 ERROR}
        SimpleOres2-1.15.2-2.1.8.1.jar Simple Ores {simpleores@1.15.2-2.1.8.1 CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 CREATE_REGISTRIES}
        Cyclic-1.15.2-0.6.1.jar Cyclic {cyclic@1.15.2-0.6.1 CREATE_REGISTRIES}
    Launched Version: 1.15.2-forge-31.2.36
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 451.67, NVIDIA Corporation
    GL Caps: Using framebuffer using OpenGL 3.0
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: ~~ERROR~~ NullPointerException: null
    CPU: 8x Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz
[16Aug2020 21:14:37.661] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\andyw\AppData\Roaming\.minecraft\crash-reports\crash-2020-08-16_21.14.37-client.txt
 

Posted

Why did you put the Forge installer in your mods folder?

ThutTech and ThutCore's configs need to be deleted

Your settings file seems to be incorrect

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

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

    • Verified user can get a $100 off Temu   Coupon code using the code ((“aci789589”)). This Temu   $100 Off code is specifically for new and existing customers both and can be redeemed to receive a $100 discount on your purchase. Our exclusive Temu   Coupon code offers a flat $100 off your purchase, plus an additional 100% discount on top of that. You can slash prices by up to $100 as a new Temu   customer using code ((“aci789589”)). Existing users can enjoy $100 off their next haul with this code. But that’s not all! With our Temu   Coupon codes for 2025, you can get up to 90% discount on select items and clearance sales. Whether you’re a new customer or an existing shopper, our Temu   codes provide extra discounts tailored just for you. Save up to 100% with these current Temu   Coupons ["^"aci789589 "^"] for April 2025. The latest Temu   coupon codes at here. New users at Temu   receive a $100 discount on orders over $100 Use the code ((“aci789589”)) during checkout to get Temu   Coupon $100 Off For New Users. You can save $100 Off your first order with the coupon code available for a limited time only. Temu   90% Off promo code ((“aci789589”)) will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes, Temu   offers $100 Off coupon code “aci789589” for first time users. You can get a $100 bonus plus $100 Off any purchase at Temu   with the $100 Coupon Bundle at Temu   if you sign up with the referral code ((“aci789589”)) and make a first purchase of $100 or more. Free Temu   codes $100 off — ((“aci789589”)) Temu Coupon $100 off — ((“aci789589”)) Temu Coupon 100% off — ((“aci789589”)) Temu Memorial Day Sale $100 off — ((“aci789589”)) Temu Coupon code today — ((“aci789589”)) Temu free gift code — ["^"aci789589"^"](Without inviting friends or family member) Temu Coupon code for  USA      - $100 Off— ((“aci789589”)) Temu Coupon code  USA     - $100 Off— ((“aci789589”)) Temu Coupon code USA  - $100 Off — ((“aci789589”)) Temu Coupon code Japan - $100 Off — ((“aci789589”)) Temu Coupon code Mexico - $100 Off — ((“aci789589”)) Temu Coupon code Chile - $100 Off — ((“aci789589”)) Temu Coupon code USA - $100 Off — ((“aci789589”)) Temu Coupon code Colombia - $100 Off — ((“aci789589”)) Temu Coupon code Malaysia - $100 Off — ((“aci789589”)) Temu Coupon code Philippines - $100 Off — ((“aci789589”)) Temu Coupon code South Korea - $100 Off — ((“aci789589”)) Redeem Free Temu   Coupon Code ["^"aci789589"^"] for first-time users Get a $100 discount on your Temu   order with the promo code "aci789589". You can get a discount by clicking on the item to purchase and entering this Temu   Coupon code $100 off ((“aci789589”)). Temu   New User Coupon ((“aci789589)): Up To $100 OFF For First-Time Users Our Temu   first-time user coupon codes are designed just for new customers, offering the biggest discounts and the best deals currently available on Temu  . To maximize your savings, download the Temu   app and apply our Temu   new user coupon during checkout. Temu   Coupon Codes For Existing Users ((“aci789589”)): $100 Price Slash Have you been shopping on Temu   for a while? Our Temu   Coupon for existing customers is here to reward you for your continued support, offering incredible discounts on your favorite products. Temu   Coupon For $100 Off ((“aci789589”)): Get A Flat $100 Discount On Order Value Get ready to save big with our incredible Temu   Coupon for $100 off! Our amazing Temu   $100 off coupon code will give you a flat $100 discount on your order value, making your shopping experience even more rewarding. Temu   Coupon Code For $100 Off ((“aci789589”)): For Both New And Existing Customers Our incredible Temu   Coupon code for $100 off is here to help you save big on your purchases. Whether you’re a new user or an existing customer, our $100 off code for Temu   will give you an additional discount! Temu   Coupon Bundle ((“aci789589”)): Flat $100 Off + Up To $100 Discount Get ready for an unbelievable deal with our Temu   Coupon bundle for 2025! Our Temu   Coupon bundles will give you a flat $100 discount and an additional $100 off on top of it. Free Temu   Coupons ((“aci789589”)): Unlock Unlimited Savings! Get ready to unlock a world of savings with our free Temu   Coupons! We’ve got you covered with a wide range of Temu   Coupon code options that will help you maximize your shopping experience. 100% Off Temu   Coupons, Promo Codes + 25% Cash Back ((“aci789589”)) Redeem Temu   Coupon Code ((“aci789589”)) Temu Coupon $100 OFF ((“aci789589”)) Temu Coupon $100 OFF FOR EXISTING CUSTOMERS ((“aci789589”)) Temu Coupon $100 OFF FIRST ORDER ((“aci789589”)) Temu Coupon $100 OFF REDDIT ((“aci789589”)) Temu Coupon $100 OFF FOR EXISTING CUSTOMERS REDDIT ((“aci789589”)) Temu $100 OFF CODE ((“aci789589”)) Temu 70 OFF COUPON 2025 ((“aci789589”)) DOMINOS 70 RS OFF COUPON CODE ((“aci789589”)) WHAT IS A COUPON RATE ((“aci789589”)) Temu $100 OFF FOR EXISTING CUSTOMERS ((“aci789589”)) Temu $100 OFF FIRST ORDER ((“aci789589”)) Temu $100 OFF FREE SHIPPING ((“aci789589”)) You can get an exclusive $100 off discount on your Temu   purchase with the code [aci789589] Or [aci789589].This code is specially designed for new customers and offers a significant price cut on your shopping. Make your first purchase on Temu   more rewarding by using this code to get $100 off instantly. Temu   Coupon Code For $100 Off [aci789589] Or [aci789589]: Get A Flat $100 Discount On Order Value Get ready to save big with our incredible Temu   coupon for $100 off! Our coupon code will give you a flat $100 discount on your order value, making your shopping experience even more rewarding. Exclusive Temu   Discount Code [aci789589] Or [aci789589]: Flat $200 OFF for New and Existing Customers Using our Temu   promo code you can get A$ 200 off your order and 100% off using our Temu   promo code [aci789589] Or [aci789589]. As a new Temu   customer, you can save up to $100 using this promo code. For returning users, our Temu   promo code offers a $100 price slash on your next shopping spree. This is our way of saying thank you for shopping with us! Best Temu   Deals and Coupons [aci789589] Or [aci789589]: During 2025, Temu   coupon codes offer discounts of up to 90% on select items, making it possible for both new and existing users to get incredible deals. From $100 off deals to 100% discounts, our Temu   promo codes make shopping more affordable than ever. Temu   Coupon Code For $100% Off [aci789589] Or [aci789589]: For Both New And Existing Customers Free Temu   $100 Off Code — [aci789589] Or [aci789589] Temu Coupon 100% Off — [aci789589] Or [aci789589] Temu Memorial Day Sale - $100 Off — [aci789589] Or [aci789589] Temu Free Gift Code — [aci789589] Or [aci789589] Temu $500 Off Code — [aci789589 ] Or [aci789589] Best Temu   $200 Off Code — [aci789589 ] Or [aci789589] Temu Coupon Code first order — [aci789589] Or [aci789589] Temu Coupon Code for New user — [aci789589] Or [aci789589] Temu Coupon Code A$100 off — [aci789589] Or [aci789589] Temu Coupon Code $50 off — [aci789589] Or [aci789589] Temu Coupon Code $100 off — [aci789589] Or [aci789589] Temu Promo Code 2025 — [aci789589] Or [aci789589] Temu Coupon Code $200 off — [aci789589] Or [aci789589] Temu Coupon Code $90 off — [aci789589] Or [aci789589] Temu Sign up Bonus Code — [aci789589] Or [aci789589] Temu Coupon Code A$120 off — [aci789589] Or [aci789589] Our exclusive Temu   coupon code allows you to take a flat $200 off your purchase with an added 100% discount on top. As a new Temu   shopper, you can save up to $100 using code [aci789589] Or [aci789589]. Returning customers can also enjoy a $100 discount on their next purchases with this code. Temu Coupon Code for Your Country Sign-up Bonus Temu $100 Off Code  USA      [aci789589] Or [aci789589] - 100% off Temu $100 Off Code  USA     [aci789589] Or [aci789589] - 100% off Temu $100 Off Code USA  [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Japan [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Mexico [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Chile [aci789589] Or [aci789589] - 100% off Temu $100 Off Code USA [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Colombia [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Malaysia [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Philippines [aci789589] Or [aci789589] - 100% off Temu $100 Off Code South Korea [aci789589] Or [aci789589] - 100% off Temu $100 Off Code  USA      [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Pakistan [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Finland [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Saudi Arabia [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Qatar [aci789589] Or [aci789589] - 100% off Temu $100 Off Code France [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Germany [aci789589] Or [aci789589] - 100% off Temu $100 Off Code  USA   [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Israel [aci789589] Or [aci789589] - 100% off Get a $100 discount on your Temu   order with the promo code [aci789589] Or [aci789589]. You can get a discount by clicking on the item to purchase and entering this Temu   coupon code $100 off [aci789589] Or [aci789589]. Temu   Coupon Code [aci789589] Or [aci789589]: Get Up To 90% OFF In NOV 2025 Are you looking for the best Temu   coupon codes to get amazing discounts? Our Temu   coupons are perfect for getting those extra savings you crave. We regularly test our coupon codes for Temu   to ensure they work flawlessly, giving you a guaranteed discount every time. Temu   New User Coupon [aci789589] Or [aci789589]: Up To $100 OFF For First-Time Users Our Temu   first-time user coupon codes are designed just for new customers, offering the biggest discounts and the best deals currently available on Temu  . To maximize your savings, download the Temu   app and apply our Temu   new user coupon during checkout.
    • Verified user can get a $100 off Temu   Coupon code using the code ((“aci789589”)). This Temu   $100 Off code is specifically for new and existing customers both and can be redeemed to receive a $100 discount on your purchase. Our exclusive Temu   Coupon code offers a flat $100 off your purchase, plus an additional 100% discount on top of that. You can slash prices by up to $100 as a new Temu   customer using code ((“aci789589”)). Existing users can enjoy $100 off their next haul with this code. But that’s not all! With our Temu   Coupon codes for 2025, you can get up to 90% discount on select items and clearance sales. Whether you’re a new customer or an existing shopper, our Temu   codes provide extra discounts tailored just for you. Save up to 100% with these current Temu   Coupons ["^"aci789589 "^"] for April 2025. The latest Temu   coupon codes at here. New users at Temu   receive a $100 discount on orders over $100 Use the code ((“aci789589”)) during checkout to get Temu   Coupon $100 Off For New Users. You can save $100 Off your first order with the coupon code available for a limited time only. Temu   90% Off promo code ((“aci789589”)) will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes, Temu   offers $100 Off coupon code “aci789589” for first time users. You can get a $100 bonus plus $100 Off any purchase at Temu   with the $100 Coupon Bundle at Temu   if you sign up with the referral code ((“aci789589”)) and make a first purchase of $100 or more. Free Temu   codes $100 off — ((“aci789589”)) Temu Coupon $100 off — ((“aci789589”)) Temu Coupon 100% off — ((“aci789589”)) Temu Memorial Day Sale $100 off — ((“aci789589”)) Temu Coupon code today — ((“aci789589”)) Temu free gift code — ["^"aci789589"^"](Without inviting friends or family member) Temu Coupon code for  USA      - $100 Off— ((“aci789589”)) Temu Coupon code  USA     - $100 Off— ((“aci789589”)) Temu Coupon code USA  - $100 Off — ((“aci789589”)) Temu Coupon code Japan - $100 Off — ((“aci789589”)) Temu Coupon code Mexico - $100 Off — ((“aci789589”)) Temu Coupon code Chile - $100 Off — ((“aci789589”)) Temu Coupon code USA - $100 Off — ((“aci789589”)) Temu Coupon code Colombia - $100 Off — ((“aci789589”)) Temu Coupon code Malaysia - $100 Off — ((“aci789589”)) Temu Coupon code Philippines - $100 Off — ((“aci789589”)) Temu Coupon code South Korea - $100 Off — ((“aci789589”)) Redeem Free Temu   Coupon Code ["^"aci789589"^"] for first-time users Get a $100 discount on your Temu   order with the promo code "aci789589". You can get a discount by clicking on the item to purchase and entering this Temu   Coupon code $100 off ((“aci789589”)). Temu   New User Coupon ((“aci789589)): Up To $100 OFF For First-Time Users Our Temu   first-time user coupon codes are designed just for new customers, offering the biggest discounts and the best deals currently available on Temu  . To maximize your savings, download the Temu   app and apply our Temu   new user coupon during checkout. Temu   Coupon Codes For Existing Users ((“aci789589”)): $100 Price Slash Have you been shopping on Temu   for a while? Our Temu   Coupon for existing customers is here to reward you for your continued support, offering incredible discounts on your favorite products. Temu   Coupon For $100 Off ((“aci789589”)): Get A Flat $100 Discount On Order Value Get ready to save big with our incredible Temu   Coupon for $100 off! Our amazing Temu   $100 off coupon code will give you a flat $100 discount on your order value, making your shopping experience even more rewarding. Temu   Coupon Code For $100 Off ((“aci789589”)): For Both New And Existing Customers Our incredible Temu   Coupon code for $100 off is here to help you save big on your purchases. Whether you’re a new user or an existing customer, our $100 off code for Temu   will give you an additional discount! Temu   Coupon Bundle ((“aci789589”)): Flat $100 Off + Up To $100 Discount Get ready for an unbelievable deal with our Temu   Coupon bundle for 2025! Our Temu   Coupon bundles will give you a flat $100 discount and an additional $100 off on top of it. Free Temu   Coupons ((“aci789589”)): Unlock Unlimited Savings! Get ready to unlock a world of savings with our free Temu   Coupons! We’ve got you covered with a wide range of Temu   Coupon code options that will help you maximize your shopping experience. 100% Off Temu   Coupons, Promo Codes + 25% Cash Back ((“aci789589”)) Redeem Temu   Coupon Code ((“aci789589”)) Temu Coupon $100 OFF ((“aci789589”)) Temu Coupon $100 OFF FOR EXISTING CUSTOMERS ((“aci789589”)) Temu Coupon $100 OFF FIRST ORDER ((“aci789589”)) Temu Coupon $100 OFF REDDIT ((“aci789589”)) Temu Coupon $100 OFF FOR EXISTING CUSTOMERS REDDIT ((“aci789589”)) Temu $100 OFF CODE ((“aci789589”)) Temu 70 OFF COUPON 2025 ((“aci789589”)) DOMINOS 70 RS OFF COUPON CODE ((“aci789589”)) WHAT IS A COUPON RATE ((“aci789589”)) Temu $100 OFF FOR EXISTING CUSTOMERS ((“aci789589”)) Temu $100 OFF FIRST ORDER ((“aci789589”)) Temu $100 OFF FREE SHIPPING ((“aci789589”)) You can get an exclusive $100 off discount on your Temu   purchase with the code [aci789589] Or [aci789589].This code is specially designed for new customers and offers a significant price cut on your shopping. Make your first purchase on Temu   more rewarding by using this code to get $100 off instantly. Temu   Coupon Code For $100 Off [aci789589] Or [aci789589]: Get A Flat $100 Discount On Order Value Get ready to save big with our incredible Temu   coupon for $100 off! Our coupon code will give you a flat $100 discount on your order value, making your shopping experience even more rewarding. Exclusive Temu   Discount Code [aci789589] Or [aci789589]: Flat $200 OFF for New and Existing Customers Using our Temu   promo code you can get A$ 200 off your order and 100% off using our Temu   promo code [aci789589] Or [aci789589]. As a new Temu   customer, you can save up to $100 using this promo code. For returning users, our Temu   promo code offers a $100 price slash on your next shopping spree. This is our way of saying thank you for shopping with us! Best Temu   Deals and Coupons [aci789589] Or [aci789589]: During 2025, Temu   coupon codes offer discounts of up to 90% on select items, making it possible for both new and existing users to get incredible deals. From $100 off deals to 100% discounts, our Temu   promo codes make shopping more affordable than ever. Temu   Coupon Code For $100% Off [aci789589] Or [aci789589]: For Both New And Existing Customers Free Temu   $100 Off Code — [aci789589] Or [aci789589] Temu Coupon 100% Off — [aci789589] Or [aci789589] Temu Memorial Day Sale - $100 Off — [aci789589] Or [aci789589] Temu Free Gift Code — [aci789589] Or [aci789589] Temu $500 Off Code — [aci789589 ] Or [aci789589] Best Temu   $200 Off Code — [aci789589 ] Or [aci789589] Temu Coupon Code first order — [aci789589] Or [aci789589] Temu Coupon Code for New user — [aci789589] Or [aci789589] Temu Coupon Code A$100 off — [aci789589] Or [aci789589] Temu Coupon Code $50 off — [aci789589] Or [aci789589] Temu Coupon Code $100 off — [aci789589] Or [aci789589] Temu Promo Code 2025 — [aci789589] Or [aci789589] Temu Coupon Code $200 off — [aci789589] Or [aci789589] Temu Coupon Code $90 off — [aci789589] Or [aci789589] Temu Sign up Bonus Code — [aci789589] Or [aci789589] Temu Coupon Code A$120 off — [aci789589] Or [aci789589] Our exclusive Temu   coupon code allows you to take a flat $200 off your purchase with an added 100% discount on top. As a new Temu   shopper, you can save up to $100 using code [aci789589] Or [aci789589]. Returning customers can also enjoy a $100 discount on their next purchases with this code. Temu Coupon Code for Your Country Sign-up Bonus Temu $100 Off Code  USA      [aci789589] Or [aci789589] - 100% off Temu $100 Off Code  USA     [aci789589] Or [aci789589] - 100% off Temu $100 Off Code USA  [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Japan [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Mexico [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Chile [aci789589] Or [aci789589] - 100% off Temu $100 Off Code USA [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Colombia [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Malaysia [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Philippines [aci789589] Or [aci789589] - 100% off Temu $100 Off Code South Korea [aci789589] Or [aci789589] - 100% off Temu $100 Off Code  USA      [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Pakistan [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Finland [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Saudi Arabia [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Qatar [aci789589] Or [aci789589] - 100% off Temu $100 Off Code France [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Germany [aci789589] Or [aci789589] - 100% off Temu $100 Off Code  USA   [aci789589] Or [aci789589] - 100% off Temu $100 Off Code Israel [aci789589] Or [aci789589] - 100% off Get a $100 discount on your Temu   order with the promo code [aci789589] Or [aci789589]. You can get a discount by clicking on the item to purchase and entering this Temu   coupon code $100 off [aci789589] Or [aci789589]. Temu   Coupon Code [aci789589] Or [aci789589]: Get Up To 90% OFF In NOV 2025 Are you looking for the best Temu   coupon codes to get amazing discounts? Our Temu   coupons are perfect for getting those extra savings you crave. We regularly test our coupon codes for Temu   to ensure they work flawlessly, giving you a guaranteed discount every time. Temu   New User Coupon [aci789589] Or [aci789589]: Up To $100 OFF For First-Time Users Our Temu   first-time user coupon codes are designed just for new customers, offering the biggest discounts and the best deals currently available on Temu  . To maximize your savings, download the Temu   app and apply our Temu   new user coupon during checkout.
    • Hi everyone, I'm currently developing a Forge 1.21 mod for Minecraft and I want to display a custom HUD overlay for a minigame. My goal: When the game starts, all players should see an item/block icon (from the base game, not a custom texture) plus its name/text in the HUD – similar to how the bossbar overlay works. The HUD should appear centered above the hotbar (or at a similar prominent spot), and update dynamically (icon and name change as the target item changes). What I've tried: I looked at many online tutorials and several GitHub repos (e.g. SeasonHUD, MiniHUD), but most of them use NeoForge or Forge versions <1.20 that provide the IGuiOverlay API (e.g. implements IGuiOverlay, RegisterGuiOverlaysEvent). In Forge 1.21, it seems that neither IGuiOverlay nor RegisterGuiOverlaysEvent exist anymore – at least, I can't import them and they are missing from the docs and code completion. I tried using RenderLevelStageEvent as a workaround but it is probably not intended for custom HUDs. I am not using NeoForge, and switching the project to NeoForge is currently not an option for me. I tried to look at the original minecraft source code to see how elements like hearts, hotbar etc are drawn on the screen but I am too new to Minecraft modding to understand. What I'm looking for: What is the correct way to add a custom HUD element (icon + text) in Forge 1.21, given that the previous overlay API is missing? Is there a new recommended event, callback, or method in Forge 1.21 for custom HUD overlays, or is everyone just using a workaround? Is there a minimal open-source example repo for Forge 1.21 that demonstrates a working HUD overlay without relying on NeoForge or deprecated Forge APIs? My ideal solution: Centered HUD element with an in-game item/block icon (from the base game's assets, e.g. a diamond or any ItemStack / Item) and its name as text, with a transparent background rectangle. It should be visible to the players when the mini game is running. Easy to update the item (e.g. static variable or other method), so it can change dynamically during the game. Any help, code snippets, or up-to-date references would be really appreciated! If this is simply not possible right now in Forge 1.21, it would also help to know that for sure. Thank you very much in advance!
    • The simple answer is there is not an easy way. You would need to know how to program in Java, as well as at least some familiarity with how Forge works so you could port the differences. You would also need the sourcecode for the original mod, and permission from the author to modify it, if they did not use some sort of open source license. So it's not impossible, but it would take some effort, but doing so would open up a whole new world of possibilities for you!
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

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