Jump to content

not enough data available


HWilliamson2

Recommended Posts

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: 
        [email protected]
        minecraft@1
    Mod List: 
        forge-1.15.2-31.2.36-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
        NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES}
        Resource+Overhaul2.7+MC1.15.jar Resource Overhaul {[email protected] CREATE_REGISTRIES}
        jei-1.15.2-6.0.2.12.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-1.0.6 (1).jar Abnormals Core {[email protected] CREATE_REGISTRIES}
        extragolems-10.2.1.jar Extra Golems {[email protected] CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0b3.jar Journeymap {[email protected] CREATE_REGISTRIES}
        BetterSprinting-1.15.2-v3.1.0.jar Better Sprinting {[email protected] CREATE_REGISTRIES}
        TravelersBackpack-1.15.2-4.0.6.jar Traveler's Backpack {[email protected] CREATE_REGISTRIES}
        OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        themidnight-0.5.9.jar The Midnight {[email protected] CREATE_REGISTRIES}
        good-nights-sleep-1.15.2-1.1.2.jar Good Night's Sleep {[email protected] CREATE_REGISTRIES}
        betteranimalsplus-1.15.2-8.2.1.96.jar Better Animals Plus {[email protected] CREATE_REGISTRIES}
        structurize-0.13.31-RELEASE.jar Structurize {[email protected] CREATE_REGISTRIES}
        MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {[email protected] CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
        minecolonies-0.13.81-RELEASE-universal.jar Minecolonies {[email protected] CREATE_REGISTRIES}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
        SnowRealMagic-1.15.2-1.7.5.jar Snow! Real Magic! {[email protected] CREATE_REGISTRIES}
        Kiwi-1.15.2-2.8.2.jar Kiwi {[email protected] CREATE_REGISTRIES}
        the_bumblezone-1.15.2-1.3.10.jar The Bumblezone {[email protected] CREATE_REGISTRIES}
        forge-1.15.2-31.2.36-universal.jar Forge {[email protected] CREATE_REGISTRIES}
        More+Dogs+1.15.2-1.0.6.jar More Dog Breeds {[email protected] CREATE_REGISTRIES}
        thutcore-1.15.2-7.2.1.jar Thut Core {[email protected] ERROR, [email protected] CREATE_REGISTRIES}
        thuttech-1.15.2-8.2.2.jar Thut Elevators {[email protected] ERROR}
        SimpleOres2-1.15.2-2.1.8.1.jar Simple Ores {[email protected] CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
        Cyclic-1.15.2-0.6.1.jar Cyclic {[email protected] 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

Link to comment
Share on other sites

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
 

Link to comment
Share on other sites

[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: 
        [email protected]
        minecraft@1
    Mod List: 
        forge-1.15.2-31.2.36-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
        NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] CREATE_REGISTRIES}
        BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES}
        Resource+Overhaul2.7+MC1.15.jar Resource Overhaul {[email protected] CREATE_REGISTRIES}
        jei-1.15.2-6.0.2.12.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-1.0.6 (1).jar Abnormals Core {[email protected] CREATE_REGISTRIES}
        extragolems-10.2.1.jar Extra Golems {[email protected] CREATE_REGISTRIES}
        journeymap-1.15.2-5.7.0b3.jar Journeymap {[email protected] CREATE_REGISTRIES}
        BetterSprinting-1.15.2-v3.1.0.jar Better Sprinting {[email protected] CREATE_REGISTRIES}
        TravelersBackpack-1.15.2-4.0.6.jar Traveler's Backpack {[email protected] CREATE_REGISTRIES}
        OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        themidnight-0.5.9.jar The Midnight {[email protected] CREATE_REGISTRIES}
        good-nights-sleep-1.15.2-1.1.2.jar Good Night's Sleep {[email protected] CREATE_REGISTRIES}
        betteranimalsplus-1.15.2-8.2.1.96.jar Better Animals Plus {[email protected] CREATE_REGISTRIES}
        structurize-0.13.31-RELEASE.jar Structurize {[email protected] CREATE_REGISTRIES}
        MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {[email protected] CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
        minecolonies-0.13.81-RELEASE-universal.jar Minecolonies {[email protected] CREATE_REGISTRIES}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
        SnowRealMagic-1.15.2-1.7.5.jar Snow! Real Magic! {[email protected] CREATE_REGISTRIES}
        Kiwi-1.15.2-2.8.2.jar Kiwi {[email protected] CREATE_REGISTRIES}
        the_bumblezone-1.15.2-1.3.10.jar The Bumblezone {[email protected] CREATE_REGISTRIES}
        forge-1.15.2-31.2.36-universal.jar Forge {[email protected] CREATE_REGISTRIES}
        More+Dogs+1.15.2-1.0.6.jar More Dog Breeds {[email protected] CREATE_REGISTRIES}
        thutcore-1.15.2-7.2.1.jar Thut Core {[email protected] ERROR, [email protected] CREATE_REGISTRIES}
        thuttech-1.15.2-8.2.2.jar Thut Elevators {[email protected] ERROR}
        SimpleOres2-1.15.2-2.1.8.1.jar Simple Ores {[email protected] CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
        Cyclic-1.15.2-0.6.1.jar Cyclic {[email protected] 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
 

Link to comment
Share on other sites

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.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

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



×
×
  • Create New...

Important Information

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