Jump to content

logan0924

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by logan0924

  1. Idk why my forge keeps crashing so i will post the full crash report to see if someone can help me. ---- Minecraft Crash Report ---- // You should try our sister game, Minceraft! Time: 4/5/20 7:46 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:runtimedistcleaner:A} at net.blay09.mods.cookingforblockheads.client.TileEntityRenderers.initBlockColors(TileEntityRenderers.java:36) ~[?:7.4.4] {re:classloading} at net.minecraftforge.eventbus.ASMEventHandler_31_TileEntityRenderers_initBlockColors_Block.invoke(.dynamic) ~[?:?] {} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.2] {re:classloading} at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader$$Lambda$4442/1947065153.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:194) ~[?:?] {re:classloading} at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {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.14.4-28.2.0.jar:28.2] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$421/793521364.call(Unknown Source) [forge-1.14.4-28.2.0.jar:28.2] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace: at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) at net.blay09.mods.cookingforblockheads.client.TileEntityRenderers.initBlockColors(TileEntityRenderers.java:36) at net.minecraftforge.eventbus.ASMEventHandler_31_TileEntityRenderers_initBlockColors_Block.invoke(.dynamic) at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) 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$4442/1947065153.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:194) at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:502) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) at net.minecraft.client.main.Main.main(SourceFile:155) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$421/793521364.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.14.4 Minecraft Version ID: 1.14.4 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1539186888 bytes (1467 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB) CPUs: 4 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: 4.1.0+62+5bfa59b ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE /forge-1.14.4-28.2.0.jar object_holder_definalize PLUGINSERVICE /forge-1.14.4-28.2.0.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.14.4-28.2.0.jar capability_inject_definalize PLUGINSERVICE /forge-1.14.4-28.2.0.jar runtimedistcleaner PLUGINSERVICE /OptiFine_1.14.4_HD_U_F5.jar OptiFine TRANSFORMATIONSERVICE /forge-1.14.4-28.2.0.jar fml TRANSFORMATIONSERVICE FML: 28.2 Forge: net.minecraftforge:28.2.0 FML Language Providers: [email protected] minecraft@1 Mod List: Double-Doors-Mod-1.14.4.jar Double Doors {[email protected] CREATE_REGISTRIES} HarvestCraft-Mod-Trees-1.14.4.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version CREATE_REGISTRIES} jei-1.14.4-6.0.0.27.jar Just Enough Items {[email protected] CREATE_REGISTRIES} ProjectE-Mod-1.14.4 (1).jar ProjectE {[email protected] CREATE_REGISTRIES} Glacia-14.4.2b.jar §9§lGlacia§r {greenapple_glacia@§914.4.2b§r CREATE_REGISTRIES} caelus-FORGE-1.14.4-1.0.1.2.jar Caelus API {[email protected] CREATE_REGISTRIES} Colytra-Mod-1.14.4.jar Colytra {[email protected] CREATE_REGISTRIES} ForgeEndertech-1.14.4-5.2.1.1-build.0079.jar Forge Endertech {[email protected] CREATE_REGISTRIES} Gravel-Miner-Mod-1.14.4.jar GravelMiner {[email protected] CREATE_REGISTRIES} Enhanced-Visuals-Mod-1.14.4.jar EnhancedVisuals {[email protected] CREATE_REGISTRIES} Cooking-for-Blockheads-Mod-1.14.4.jar Cooking for Blockheads {[email protected] CREATE_REGISTRIES} Placebo-1.14.4-2.3.5.jar Placebo {[email protected] CREATE_REGISTRIES} Comforts-Mod-1.14.4 (1).jar Comforts {[email protected] CREATE_REGISTRIES} SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {[email protected] CREATE_REGISTRIES} Gardening-Tools-Mod-1.14.4.jar Garden Tools {[email protected] CREATE_REGISTRIES} VanillaTweaks-1.14.4.1.5.12.jar VanillaTweaks {[email protected] CREATE_REGISTRIES} AdHooks-1.14.4-4.0.0.2-build.0072.jar Advanced Hook Launchers {[email protected] CREATE_REGISTRIES} DungeonCrawl-1.14.4-1.6.3.jar Dungeon Crawl {[email protected] CREATE_REGISTRIES} betteranimalsplus-1.14.4-9.0.0.jar Better Animals Plus {[email protected] CREATE_REGISTRIES} MutantBeasts-1.14.4-1.0.0.jar Mutant Beasts {[email protected] CREATE_REGISTRIES} u_team_core-1.14.4-2.8.2.150.jar U Team Core {[email protected] CREATE_REGISTRIES} secretrooms-6.0.5.jar Secret Rooms 6 {[email protected] CREATE_REGISTRIES} buildinggadgets-3.1.1b.jar Building Gadgets {[email protected] CREATE_REGISTRIES} traverse-1.14.4-2.0.3.jar Traverse {[email protected] ERROR} Mining-Gadgets-Mod-1.14.4.jar Mining Gadgets {[email protected] CREATE_REGISTRIES} forge-1.14.4-28.2.0-universal.jar Forge {[email protected] CREATE_REGISTRIES} Ruins-Mod-1.14.4.jar Ruins {[email protected] CREATE_REGISTRIES} Respawnable-Pets-Mod-1.14.4.jar Respawnable Pets {[email protected] CREATE_REGISTRIES} Iron-Chests-Mod-1.14.4.jar Iron Chests {[email protected] CREATE_REGISTRIES} Peanuts-Mod-1.14.4.jar Peanut Mod {[email protected] CREATE_REGISTRIES} Miners-Advantage-Mod-1.14.4.jar MinersAdvantage {[email protected] CREATE_REGISTRIES} Koratio-Mod-1.14.4.jar Koratio {[email protected] CREATE_REGISTRIES} forge-1.14.4-28.2.0-client.jar Minecraft {[email protected] CREATE_REGISTRIES} Craft-and-Hunt-Mod-1.14.4.jar Craft and Hunt {[email protected] CREATE_REGISTRIES} cofh_core-1.14.4-0.3.1b.jar CoFH Core {[email protected] CREATE_REGISTRIES} Macaws-Bridges-Mod-1.14.4.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES} Lucky-Block-Mod-1.14.4.jar Lucky Block {[email protected] CREATE_REGISTRIES} useful_backpacks-1.14.4-1.7.6.60.jar Useful Backpacks {[email protected] CREATE_REGISTRIES} torchmaster-2.0.0-rc2.jar Torchmaster {[email protected] CREATE_REGISTRIES} Reptile-Mod-1.14.4-Lizard.jar Lizard Mod {[email protected] CREATE_REGISTRIES} Reptile-Mod-1.14.4-Turtle.jar Turtle Mod {[email protected] CREATE_REGISTRIES} Reptile-Mod-1.14.4-Crocodile.jar Crocodile Mod {[email protected] CREATE_REGISTRIES} EnchantmentDescriptions-1.14.4-1.3.14.jar EnchantmentDescriptions {[email protected] CREATE_REGISTRIES} MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES} instahouses-1.14.4-1.1.1.jar Slashkings InstaHouses {[email protected] CREATE_REGISTRIES} Swamp_1.14.4_1.1.jar Better Swamplands Mod {[email protected]_1.0 CREATE_REGISTRIES} BiomesOPlenty-1.14.4-9.0.0.255-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES} Valhelsia-Structures-Mod-1.14.4.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES} HarvestCraft-Mod-Crops-1.14.4.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version CREATE_REGISTRIES} CreativeCore_v2.0.3_mc1.14.4.jar CreativeCore {[email protected] CREATE_REGISTRIES} Large-Ore-Deposits-Mod-1.14.4.jar Large Ore Deposits {[email protected] CREATE_REGISTRIES} extcaves-1.5.jar Extended Caves {[email protected] CREATE_REGISTRIES} simplefarming-1.14.4-1.2.8.jar Simple Farming {[email protected] CREATE_REGISTRIES} GeneticAnimals_0_4_11.jar Genetic Animals {[email protected] CREATE_REGISTRIES} Horse-Carts-Mod-1.14.4.jar AstikorCarts {[email protected] CREATE_REGISTRIES} curios-FORGE-1.14.4-1.0.6.1.jar Curios API {[email protected] CREATE_REGISTRIES} Botania+r1.11-378.jar Botania {[email protected] CREATE_REGISTRIES} SpartanShields-1.14.4-2.0.0.jar Spartan Shields {[email protected] CREATE_REGISTRIES} Patchouli-1.14.4-1.1-26.jar Patchouli {[email protected] CREATE_REGISTRIES} HarvestCraft-Mod-Food-Core-1.14.4.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version CREATE_REGISTRIES} placeableitems-4.0.0.jar Placeable Items {[email protected] CREATE_REGISTRIES} [1.14.4]+SecurityCraft+v1.8.17.jar SecurityCraft {[email protected] CREATE_REGISTRIES} StorageDrawers-1.14.4-6.0.7.jar Storage Drawers {[email protected] CREATE_REGISTRIES} OreExcavation-1.6.147.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES} betteranimals-1.14.4-5.3.0.jar Cyber's Better Animal Models {[email protected] CREATE_REGISTRIES} libnonymous-1.14.4-1.0.4.25.jar Libnonymous {[email protected] CREATE_REGISTRIES} BonsaiTrees-2.0.2.35.jar Bonsai Trees 2 {[email protected] CREATE_REGISTRIES} Obfuscate-Mod-1.14.4.jar Obfuscate {[email protected] CREATE_REGISTRIES} vehicle-mod-0.43.6-1.14.4.jar MrCrayfish's Vehicle Mod {[email protected] CREATE_REGISTRIES} structurize-0.10.245-ALPHA.jar Structurize {[email protected] CREATE_REGISTRIES} minecolonies-0.10.676-BETA-universal.jar Minecolonies {[email protected] CREATE_REGISTRIES} SpartanWeaponry-1.14.4-2.0.0-alpha-3.jar Spartan Weaponry {[email protected] alpha 3 CREATE_REGISTRIES} cfm-7.0.0-pre15-mc1.14.4.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES} Mob-Catcher-Mod-1.14.4.jar Mob Catcher {[email protected] CREATE_REGISTRIES} ores-1-14-4-e890.jar ++Ores {[email protected] CREATE_REGISTRIES} Aquaculture-1.14.4-2.0.7.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES} VoxelMap-Mod-1.14.4.jar VoxelMap {[email protected] CREATE_REGISTRIES} More Dogs-1.0.3.jar More Dog Breeds {[email protected] CREATE_REGISTRIES} NetherEx-1.14.4-3.0.0.jar NetherEx {[email protected] CREATE_REGISTRIES} LibraryEx-1.14.4-2.0.0.jar LibraryEx {[email protected] CREATE_REGISTRIES} Super-Tools-Mod-1.14.4.jar Super Tools {[email protected] CREATE_REGISTRIES} extfar-1.14.4-0.0.4.jar Extended Farming {[email protected] CREATE_REGISTRIES} Launched Version: 1.14.4-forge-28.2.0 LWJGL: 3.2.2 build 10 OpenGL: Intel(R) HD Graphics 4600 GL version 4.3.0 - Build 20.19.15.4624, Intel GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Resource Packs: vanilla Current Language: English (US) CPU: 4x Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz OptiFine Version: OptiFine_1.14.4_HD_U_F5 OptiFine Build: 20191204-141250 Render Distance Chunks: 15 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.3.0 - Build 20.19.15.4624 OpenGlRenderer: Intel(R) HD Graphics 4600 OpenGlVendor: Intel CpuCount: 4
×
×
  • Create New...

Important Information

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