NoriPocalypse Posted March 30, 2020 Posted March 30, 2020 (edited) Spoiler ime: 3/30/20 11:49 AM Description: Initializing game java.lang.NullPointerException: Initializing game at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46) ~[?:1.15.2.3] {re:classloading,pl:object_holder_definalize:A} at doggytalents.DoggyTalentsMod$$Lambda$5404/620259306.accept(Unknown Source) ~[?:?] {} at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.0.0-milestone.1-service.jar:?] {} at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.0.0-milestone.1-service.jar:?] {} at net.minecraftforge.eventbus.EventBus$$Lambda$2090/631775016.invoke(Unknown Source) ~[?:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.1] {re:classloading} at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader$$Lambda$6390/942799688.accept(Unknown Source) ~[?:?] {} at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {} at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading} at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:206) ~[?:?] {re:classloading} at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.<init>(Minecraft.java:420) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading} 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:56) [forge-1.15.2-31.1.30.jar:31.1] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$411/1909367224.call(Unknown Source) [forge-1.15.2-31.1.30.jar:31.1] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46) at doggytalents.DoggyTalentsMod$$Lambda$5404/620259306.accept(Unknown Source) at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) at net.minecraftforge.eventbus.EventBus$$Lambda$2090/631775016.invoke(Unknown Source) at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) at net.minecraftforge.fml.ModLoader$$Lambda$6390/942799688.accept(Unknown Source) at java.util.HashMap.forEach(HashMap.java:1280) at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:206) at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) at net.minecraft.client.Minecraft.<init>(Minecraft.java:420) -- Initialization -- Details: Stacktrace: at net.minecraft.client.main.Main.main(SourceFile:166) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$411/1909367224.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: 735110376 bytes (701 MB) / 1864892416 bytes (1778 MB) up to 3579314176 bytes (3413 MB) CPUs: 8 JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx3840m -Xms256m -XX:PermSize=256m ModLauncher: 5.0.0-milestone.4+67+b1a340b ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE /forge-1.15.2-31.1.30.jar object_holder_definalize PLUGINSERVICE /forge-1.15.2-31.1.30.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.15.2-31.1.30.jar capability_inject_definalize PLUGINSERVICE /forge-1.15.2-31.1.30.jar runtimedistcleaner PLUGINSERVICE /forge-1.15.2-31.1.30.jar fml TRANSFORMATIONSERVICE FML: 31.1 Forge: net.minecraftforge:31.1.30 FML Language Providers: [email protected] minecraft@1 Mod List: inftrading_1.15.2-1.0.jar Infinite Trading {[email protected] CREATE_REGISTRIES} QuarkOddities-1.15.2.jar Quark Oddities {[email protected] CREATE_REGISTRIES} Ma-Enchants-1.15.2-3.0.0.jar Ma Enchants {[email protected] CREATE_REGISTRIES} justenoughbeacons-1.2.jar Just Enough Beacons {[email protected] CREATE_REGISTRIES} Cucumber-1.15.2-3.0.3.jar Cucumber Library {[email protected] CREATE_REGISTRIES} torchslabmod-1.15.1_v1.5.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES} Overloaded-1.15.2-0.0.86.jar Overloaded {[email protected] CREATE_REGISTRIES} jei-1.15.2-6.0.0.2.jar Just Enough Items {[email protected] CREATE_REGISTRIES} metalbarrels-2.1.jar Metal Barrels {[email protected] CREATE_REGISTRIES} buzzierbees-1.3.jar Buzzier Bees {[email protected] CREATE_REGISTRIES} DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {[email protected] CREATE_REGISTRIES} goblintraders-1.2.0-1.15.2.jar Goblin Traders {[email protected] CREATE_REGISTRIES} ChineseWorkshop-1.15.2-2.4.2.jar ChineseWorkshop {[email protected] CREATE_REGISTRIES} ProjectE-1.15.2-PE1.0.3B.jar ProjectE {[email protected] CREATE_REGISTRIES} Mekanism-1.15.2-9.9.17.409.jar Mekanism {[email protected] CREATE_REGISTRIES} mcw-windows-1.0.0-mc1.15.1_1.15.2.jar Macaw's Windows {[email protected] CREATE_REGISTRIES} ForgeEndertech-1.15.2-6.0.1.0-build.0011.jar Forge Endertech {[email protected] CREATE_REGISTRIES} OresAboveDiamonds 1.15 v3.2.jar Ores Above Diamonds {[email protected] CREATE_REGISTRIES} journeymap-1.15.2-5.7.0beta1.jar Journeymap {[email protected] CREATE_REGISTRIES} EnhancedVisuals_v1.3.8_mc1.15.2.jar EnhancedVisuals {[email protected] CREATE_REGISTRIES} CookingForBlockheads_1.15.2-8.0.1.jar Cooking for Blockheads {[email protected] CREATE_REGISTRIES} Controlling-6.1.1.jar Controlling {[email protected] CREATE_REGISTRIES} Placebo-1.15.2-3.0.2.jar Placebo {[email protected] CREATE_REGISTRIES} dankstorage-2.6.jar Dank Storage {[email protected] ERROR} FruitTrees-1.15.2-1.1.6.jar Fruit Trees {[email protected] CREATE_REGISTRIES} Kiwi-1.15.2-2.6.5.jar Kiwi {[email protected] CREATE_REGISTRIES} jaqm-1.15.2-1.0.0.1-universal.jar Just Another Quary Mod {[email protected] CREATE_REGISTRIES} DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {[email protected] CREATE_REGISTRIES} MutantBeasts-1.15.2-1.0.4.jar Mutant Beasts {[email protected] CREATE_REGISTRIES} FarmingForBlockheads_1.15.2-6.1.0.jar Farming for Blockheads {[email protected] CREATE_REGISTRIES} Bookshelf-1.15.2-5.3.9.jar Bookshelf {[email protected] CREATE_REGISTRIES} BotanyPots-1.15.2-2.0.5.jar BotanyPots {[email protected] CREATE_REGISTRIES} Apotheosis-1.15.2-3.0.7.jar Apotheosis {[email protected] CREATE_REGISTRIES} ProgressiveBosses-2.1.4-mc1.15.2.jar Progressive Bosses {[email protected] CREATE_REGISTRIES} Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version CREATE_REGISTRIES} mapperbase-1.15.2-1.0.0.0.jar Mapper Base {[email protected] CREATE_REGISTRIES} MekanismGenerators-1.15.2-9.9.17.409.jar Mekanism: Generators {[email protected] CREATE_REGISTRIES} ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] CREATE_REGISTRIES} immersive-portals-0.9(forMc1.15withForge).jar Immersive Portals {[email protected] CREATE_REGISTRIES} forge-1.15.2-31.1.30-universal.jar Forge {[email protected] CREATE_REGISTRIES} MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {[email protected] CREATE_REGISTRIES} MysticalAgriculture-1.15.2-3.0.1.jar Mystical Agriculture {[email protected] CREATE_REGISTRIES} forge-1.15.2-31.1.30-client.jar Minecraft {[email protected] CREATE_REGISTRIES} cofh_core-1.15.2-0.3.2b.jar CoFH Core {[email protected] CREATE_REGISTRIES} ensorcellation-1.15.2-0.3.0b.jar Ensorcellation {[email protected] CREATE_REGISTRIES} mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES} EnchantmentDescriptions-1.15.2-2.0.5.jar EnchantmentDescriptions {[email protected] CREATE_REGISTRIES} theoneprobe-1.15-2.0.2.jar The One Probe {[email protected] CREATE_REGISTRIES} embellishcraft-1.15.2-2.1.0.0.jar EmbellishCraft {[email protected] CREATE_REGISTRIES} instahouses-1.15.2-1.1.1.jar Slashkings InstaHouses {[email protected] CREATE_REGISTRIES} SilentLib-1.15.2-4.6.0+48.jar Silent Lib {[email protected]+48 CREATE_REGISTRIES} BiomesOPlenty-1.15.2-10.0.0.345-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES} valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] CREATE_REGISTRIES} enviromats-1.15.2-2.0.2.1.jar Environmental Materials {[email protected] CREATE_REGISTRIES} valhelsia_structures-15.0.2a.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES} ironfurnaces-1.15.2-2.0.1.jar Iron Furnaces {[email protected] CREATE_REGISTRIES} CreativeCore_v2.0.4_mc1.15.2.jar CreativeCore {[email protected] CREATE_REGISTRIES} SilentGear-1.15.2-1.5.4+79.jar Silent Gear {[email protected]+79 CREATE_REGISTRIES} AdLods-1.15.2-3.0.1.0-build.0008.jar Large Ore Deposits {[email protected] CREATE_REGISTRIES} simplefarming-1.15.2-1.2.7.jar Simple Farming {[email protected] CREATE_REGISTRIES} car-1.15.2-2.0.4.jar Ultimate Car Mod {[email protected] CREATE_REGISTRIES} extragolems-10.1.0.jar Extra Golems {[email protected] CREATE_REGISTRIES} roadstuff-1.15.2-3.0.0.jar Road Stuff {[email protected] CREATE_REGISTRIES} camera-1.6.4.jar Camera Mod {[email protected] CREATE_REGISTRIES} AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES} Quark-r2.1-227.jar Quark {[email protected] CREATE_REGISTRIES} OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES} libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] CREATE_REGISTRIES} BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] CREATE_REGISTRIES} harvest-1.15.2-1.0.1.jar Harvest {[email protected] CREATE_REGISTRIES} noRecipeBook_v1.5.2formc1.15.2.jar No Recipe Book {[email protected] CREATE_REGISTRIES} MekanismTools-1.15.2-9.9.17.409.jar Mekanism: Tools {[email protected] CREATE_REGISTRIES} mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] CREATE_REGISTRIES} furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES} AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES} engineersdecor-1.15.2-1.0.20-b2.jar Engineer's Decor {[email protected] CREATE_REGISTRIES} mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] CREATE_REGISTRIES} solcarrot-1.15.2-1.9.4.jar Spice of Life: Carrot Edition {[email protected] CREATE_REGISTRIES} ilikewood-1.15.2-2.2.0.1.jar I Like Wood {[email protected] CREATE_REGISTRIES} SilentGems-1.15.2-3.5.1+84.jar Silent's Gems 3 {[email protected]+84 CREATE_REGISTRIES} betterbedrockgenerator-1.15.2-0.0.6.jar Better Bedrock Generator {[email protected] ERROR} XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {[email protected] CREATE_REGISTRIES} YAMDA-5.0.2.jar YAMDA {[email protected] CREATE_REGISTRIES} FastLeafDecay-v20.jar FastLeafDecay {fastleafdecay@v20 CREATE_REGISTRIES} Cyclic-1.15.2-0.2.0.jar Cyclic {[email protected] CREATE_REGISTRIES} Launched Version: forge-31.1.30 Backend library: LWJGL version 3.2.2 build 10 Backend API: GeForce GT 730/PCIe/SSE2 GL version 4.6.0 NVIDIA 391.25, 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) CPU: 8x Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz Edited March 31, 2020 by diesieben07 spoiler Quote
NoriPocalypse Posted March 31, 2020 Author Posted March 31, 2020 (edited) 14 hours ago, diesieben07 said: Post the complete debug.log. This is everything that was on the log Spoiler ---- Minecraft Crash Report ---- // Daisy, daisy... Time: 3/30/20 10:18 PM Description: Initializing game java.lang.NullPointerException: Initializing game at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46) ~[?:1.15.2.3] {re:classloading,pl:object_holder_definalize:A} at doggytalents.DoggyTalentsMod$$Lambda$5489/504768936.accept(Unknown Source) ~[?:?] {} at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.0.0-milestone.1-service.jar:?] {} at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.0.0-milestone.1-service.jar:?] {} at net.minecraftforge.eventbus.EventBus$$Lambda$2076/2067610941.invoke(Unknown Source) ~[?:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.1] {re:classloading} at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader$$Lambda$6380/1399657787.accept(Unknown Source) ~[?:?] {} at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {} at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading} at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:206) ~[?:?] {re:classloading} at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.<init>(Minecraft.java:420) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading} 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:56) [forge-1.15.2-31.1.30.jar:31.1] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$411/1784551034.call(Unknown Source) [forge-1.15.2-31.1.30.jar:31.1] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46) at doggytalents.DoggyTalentsMod$$Lambda$5489/504768936.accept(Unknown Source) at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) at net.minecraftforge.eventbus.EventBus$$Lambda$2076/2067610941.invoke(Unknown Source) at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) at net.minecraftforge.fml.ModLoader$$Lambda$6380/1399657787.accept(Unknown Source) at java.util.HashMap.forEach(HashMap.java:1280) at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:206) at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) at net.minecraft.client.Minecraft.<init>(Minecraft.java:420) -- Initialization -- Details: Stacktrace: at net.minecraft.client.main.Main.main(SourceFile:166) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$411/1784551034.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: 412586448 bytes (393 MB) / 1634205696 bytes (1558 MB) up to 3579314176 bytes (3413 MB) CPUs: 8 JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx3840m -Xms256m -XX:PermSize=256m ModLauncher: 5.0.0-milestone.4+67+b1a340b ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE /forge-1.15.2-31.1.30.jar object_holder_definalize PLUGINSERVICE /forge-1.15.2-31.1.30.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.15.2-31.1.30.jar capability_inject_definalize PLUGINSERVICE /forge-1.15.2-31.1.30.jar runtimedistcleaner PLUGINSERVICE /forge-1.15.2-31.1.30.jar fml TRANSFORMATIONSERVICE FML: 31.1 Forge: net.minecraftforge:31.1.30 FML Language Providers: [email protected] minecraft@1 Mod List: inftrading_1.15.2-1.0.jar Infinite Trading {[email protected] CREATE_REGISTRIES} QuarkOddities-1.15.2.jar Quark Oddities {[email protected] CREATE_REGISTRIES} Ma-Enchants-1.15.2-3.0.0.jar Ma Enchants {[email protected] CREATE_REGISTRIES} justenoughbeacons-1.2.jar Just Enough Beacons {[email protected] CREATE_REGISTRIES} Cucumber-1.15.2-3.0.3.jar Cucumber Library {[email protected] CREATE_REGISTRIES} torchslabmod-1.15.1_v1.5.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES} Overloaded-1.15.2-0.0.86.jar Overloaded {[email protected] CREATE_REGISTRIES} jei-1.15.2-6.0.0.2.jar Just Enough Items {[email protected] CREATE_REGISTRIES} metalbarrels-2.1.jar Metal Barrels {[email protected] CREATE_REGISTRIES} buzzierbees-1.3.jar Buzzier Bees {[email protected] CREATE_REGISTRIES} DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {[email protected] CREATE_REGISTRIES} goblintraders-1.2.0-1.15.2.jar Goblin Traders {[email protected] CREATE_REGISTRIES} ChineseWorkshop-1.15.2-2.4.2.jar ChineseWorkshop {[email protected] CREATE_REGISTRIES} ProjectE-1.15.2-PE1.0.3B.jar ProjectE {[email protected] CREATE_REGISTRIES} Mekanism-1.15.2-9.9.17.409.jar Mekanism {[email protected] CREATE_REGISTRIES} mcw-windows-1.0.0-mc1.15.1_1.15.2.jar Macaw's Windows {[email protected] CREATE_REGISTRIES} ForgeEndertech-1.15.2-6.0.1.0-build.0011.jar Forge Endertech {[email protected] CREATE_REGISTRIES} OresAboveDiamonds 1.15 v3.2.jar Ores Above Diamonds {[email protected] CREATE_REGISTRIES} journeymap-1.15.2-5.7.0beta1.jar Journeymap {[email protected] CREATE_REGISTRIES} CookingForBlockheads_1.15.2-8.0.1.jar Cooking for Blockheads {[email protected] CREATE_REGISTRIES} Controlling-6.1.1.jar Controlling {[email protected] CREATE_REGISTRIES} Placebo-1.15.2-3.0.2.jar Placebo {[email protected] CREATE_REGISTRIES} dankstorage-2.6.jar Dank Storage {[email protected] ERROR} FruitTrees-1.15.2-1.1.6.jar Fruit Trees {[email protected] CREATE_REGISTRIES} Kiwi-1.15.2-2.6.5.jar Kiwi {[email protected] CREATE_REGISTRIES} jaqm-1.15.2-1.0.0.1-universal.jar Just Another Quary Mod {[email protected] CREATE_REGISTRIES} DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {[email protected] CREATE_REGISTRIES} MutantBeasts-1.15.2-1.0.4.jar Mutant Beasts {[email protected] CREATE_REGISTRIES} FarmingForBlockheads_1.15.2-6.1.0.jar Farming for Blockheads {[email protected] CREATE_REGISTRIES} Bookshelf-1.15.2-5.3.9.jar Bookshelf {[email protected] CREATE_REGISTRIES} BotanyPots-1.15.2-2.0.5.jar BotanyPots {[email protected] CREATE_REGISTRIES} Apotheosis-1.15.2-3.0.7.jar Apotheosis {[email protected] CREATE_REGISTRIES} ProgressiveBosses-2.1.4-mc1.15.2.jar Progressive Bosses {[email protected] CREATE_REGISTRIES} Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version CREATE_REGISTRIES} mapperbase-1.15.2-1.0.0.0.jar Mapper Base {[email protected] CREATE_REGISTRIES} MekanismGenerators-1.15.2-9.9.17.409.jar Mekanism: Generators {[email protected] CREATE_REGISTRIES} ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] CREATE_REGISTRIES} immersive-portals-0.9(forMc1.15withForge).jar Immersive Portals {[email protected] CREATE_REGISTRIES} forge-1.15.2-31.1.30-universal.jar Forge {[email protected] CREATE_REGISTRIES} MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {[email protected] CREATE_REGISTRIES} MysticalAgriculture-1.15.2-3.0.1.jar Mystical Agriculture {[email protected] CREATE_REGISTRIES} forge-1.15.2-31.1.30-client.jar Minecraft {[email protected] CREATE_REGISTRIES} cofh_core-1.15.2-0.3.2b.jar CoFH Core {[email protected] CREATE_REGISTRIES} ensorcellation-1.15.2-0.3.0b.jar Ensorcellation {[email protected] CREATE_REGISTRIES} mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES} EnchantmentDescriptions-1.15.2-2.0.5.jar EnchantmentDescriptions {[email protected] CREATE_REGISTRIES} theoneprobe-1.15-2.0.2.jar The One Probe {[email protected] CREATE_REGISTRIES} embellishcraft-1.15.2-2.1.0.0.jar EmbellishCraft {[email protected] CREATE_REGISTRIES} instahouses-1.15.2-1.1.1.jar Slashkings InstaHouses {[email protected] CREATE_REGISTRIES} SilentLib-1.15.2-4.6.0+48.jar Silent Lib {[email protected]+48 CREATE_REGISTRIES} BiomesOPlenty-1.15.2-10.0.0.345-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES} valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] CREATE_REGISTRIES} enviromats-1.15.2-2.0.2.1.jar Environmental Materials {[email protected] CREATE_REGISTRIES} valhelsia_structures-15.0.2a.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES} ironfurnaces-1.15.2-2.0.1.jar Iron Furnaces {[email protected] CREATE_REGISTRIES} CreativeCore_v2.0.4_mc1.15.2.jar CreativeCore {[email protected] CREATE_REGISTRIES} SilentGear-1.15.2-1.5.4+79.jar Silent Gear {[email protected]+79 CREATE_REGISTRIES} AdLods-1.15.2-3.0.1.0-build.0008.jar Large Ore Deposits {[email protected] CREATE_REGISTRIES} simplefarming-1.15.2-1.2.7.jar Simple Farming {[email protected] CREATE_REGISTRIES} car-1.15.2-2.0.4.jar Ultimate Car Mod {[email protected] CREATE_REGISTRIES} extragolems-10.1.0.jar Extra Golems {[email protected] CREATE_REGISTRIES} roadstuff-1.15.2-3.0.0.jar Road Stuff {[email protected] CREATE_REGISTRIES} camera-1.6.4.jar Camera Mod {[email protected] CREATE_REGISTRIES} AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES} Quark-r2.1-227.jar Quark {[email protected] CREATE_REGISTRIES} OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES} libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] CREATE_REGISTRIES} BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] CREATE_REGISTRIES} harvest-1.15.2-1.0.1.jar Harvest {[email protected] CREATE_REGISTRIES} noRecipeBook_v1.5.2formc1.15.2.jar No Recipe Book {[email protected] CREATE_REGISTRIES} MekanismTools-1.15.2-9.9.17.409.jar Mekanism: Tools {[email protected] CREATE_REGISTRIES} mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] CREATE_REGISTRIES} furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES} AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES} engineersdecor-1.15.2-1.0.20-b2.jar Engineer's Decor {[email protected] CREATE_REGISTRIES} mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] CREATE_REGISTRIES} solcarrot-1.15.2-1.9.4.jar Spice of Life: Carrot Edition {[email protected] CREATE_REGISTRIES} ilikewood-1.15.2-2.2.0.1.jar I Like Wood {[email protected] CREATE_REGISTRIES} SilentGems-1.15.2-3.5.1+84.jar Silent's Gems 3 {[email protected]+84 CREATE_REGISTRIES} betterbedrockgenerator-1.15.2-0.0.6.jar Better Bedrock Generator {[email protected] ERROR} XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {[email protected] CREATE_REGISTRIES} YAMDA-5.0.2.jar YAMDA {[email protected] CREATE_REGISTRIES} FastLeafDecay-v20.jar FastLeafDecay {fastleafdecay@v20 CREATE_REGISTRIES} Cyclic-1.15.2-0.2.0.jar Cyclic {[email protected] CREATE_REGISTRIES} Launched Version: forge-31.1.30 Backend library: LWJGL version 3.2.2 build 10 Backend API: GeForce GT 730/PCIe/SSE2 GL version 4.6.0 NVIDIA 391.25, 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) CPU: 8x Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz Edited March 31, 2020 by diesieben07 spoiler Quote
Ugdhar Posted March 31, 2020 Posted March 31, 2020 The issue appears to be coming from doggytalents, I would wager that it was built using an older version (probably 1.15.2-31.1.14) of forge than the one you have (you have 1.15.2-31.1.30). If you remove doggytalents and it works, you will either need to wait for an update from the author, or downgrade the version of forge you are using (which could break other mods) Quote
NoriPocalypse Posted April 1, 2020 Author Posted April 1, 2020 13 hours ago, diesieben07 said: It is not Doggytalents fault. This problem is caused by an error that is shown further up in the log file. If you remove Doggytalents, this same error will most likely appear with a different, unrelated mod. @NoriPocalypse Post the complete debug.log file, not a crash report. https://paste.ubuntu.com/p/CNsG3vW8mv/ is this the debug file? Quote
Ugdhar Posted April 1, 2020 Posted April 1, 2020 (edited) 9 hours ago, NoriPocalypse said: https://paste.ubuntu.com/p/CNsG3vW8mv/ is this the debug file? No, that's the crashlog again. The debug log will be in the logs folder, and be named debug.log *edit: noticed the path in your crashlog, so you should be looking for C:\Users\fenix\Twitch\Minecraft\Instances\ModPack 1.15.2\logs\debug.log This is of course provided the twitch launcher isn't being a piece of crap and actually generates one! Edited April 1, 2020 by Ugdhar Quote
DaemonUmbra Posted April 1, 2020 Posted April 1, 2020 My signature has instructions on how to get a debug.log to generate while using a Twitch modpack Quote 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 Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge) Make a launcher profile targeting this version of Forge. 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). 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. Open a command prompt (CMD, Powershell, Terminal, etc). Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in). Run the following commands: git init 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 git fetch git checkout --track origin/master git stage * git commit -m "[Your commit message]" git push 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) Now you can share your GitHub link with those who you are asking for help. [Workaround line, please ignore]
Recommended Posts
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.