Jump to content

Minecraft Forge keeps on crashing


asahiazumane

Recommended Posts

Minecraft Version: {1.15.2}

Forge Version: {31.2.46 and 31.2.47}

Logs: ---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 12/3/20 7:52 AM
Description: Initializing game

java.lang.NullPointerException: Initializing game
at net.minecraft.client.renderer.color.ItemColors.func_199877_a(ItemColors.java:95) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at shadows.apotheosis.potion.PotionModuleClient.colors(PotionModuleClient.java:13) ~[?:3.3.8] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_167_PotionModuleClient_colors_Item.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.1-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.1-service.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader$$Lambda$4332/1995042520.accept(Unknown Source) ~[?:?] {}
at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:212) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.(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:51) [forge-1.15.2-31.2.46.jar:31.2] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$436/2036302615.call(Unknown Source) [forge-1.15.2-31.2.46.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:?] {}

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.ItemColors.func_199877_a(ItemColors.java:95)
at shadows.apotheosis.potion.PotionModuleClient.colors(PotionModuleClient.java:13)
at net.minecraftforge.eventbus.ASMEventHandler_167_PotionModuleClient_colors_Item.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$31(ModLoader.java:260)
at net.minecraftforge.fml.ModLoader$$Lambda$4332/1995042520.accept(Unknown Source)
at java.util.HashMap.forEach(HashMap.java:1280)
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:212)
at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84)
at net.minecraft.client.Minecraft.(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:51)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$436/2036302615.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: 1253158896 bytes (1195 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
CPUs: 6
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:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-2.2.1-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.2.46.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.2.46.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.2.46.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.2.46.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/forge-1.15.2-31.2.46.jar fml TRANSFORMATIONSERVICE
FML: 31.2
Forge: net.minecraftforge:31.2.46
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
forge-1.15.2-31.2.46-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
FarmersDelight-1.15.2-0.2.3.jar Farmer's Delight {[email protected] CREATE_REGISTRIES}
useful_backpacks-1.15.2-1.10.3.77.jar Useful Backpacks {[email protected] CREATE_REGISTRIES}
BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES}
valhelsia_structures-15.0.3a.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES}
jei-1.15.2-6.0.3.15.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
masonry-1.15.2-0.3.4.jar Masonry {masonry@NONE CREATE_REGISTRIES}
Druidcraft-1.15-0.4.45.jar Druidcraft {[email protected] CREATE_REGISTRIES}
the-conjurer-1.15.2-1.0.13.jar The Conjurer {[email protected] CREATE_REGISTRIES}
fishtraps-forge-1.15.2-0.0.5.jar Fish Traps {[email protected] CREATE_REGISTRIES}
Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] CREATE_REGISTRIES}
Bamboo-Blocks-1.15.2-1.4.1.jar Bamboo Blocks {bambooblocks@NONE CREATE_REGISTRIES}
Enhanced-Mushrooms-1.15.2-v1.2.2.jar Enhanced Mushrooms {enhanced_mushrooms@$1.1.0 CREATE_REGISTRIES}
strawgolem-1.15.2-1.9.jar Straw Golem {[email protected] CREATE_REGISTRIES}
Bloomful-1.15.2-1.4.1.jar Bloomful {bloomful@NONE CREATE_REGISTRIES}
extraboats-1.3.6-1.15.2.jar Extra Boats {[email protected] CREATE_REGISTRIES}
Einsteinslibrary-1.4_MC1.15.2.jar Einstein's Library {[email protected] CREATE_REGISTRIES}
BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {[email protected] CREATE_REGISTRIES}
Waystones_1.15.2-6.0.2.jar Waystones {[email protected] CREATE_REGISTRIES}
XaerosWorldMap_1.11.1_Forge_1.15.2.jar Xaero's World Map {[email protected] CREATE_REGISTRIES}
autumnity-1.3.3-1.15.2.jar Autumnity {[email protected] CREATE_REGISTRIES}
Placebo-1.15.2-3.1.0.jar Placebo {[email protected] CREATE_REGISTRIES}
comforts-FORGE-1.15.2-2.0.0.4.jar Comforts {[email protected] CREATE_REGISTRIES}
AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
lanterncolors-1.15.2-1.0.1.jar Lantern Colors {[email protected] CREATE_REGISTRIES}
gemsnjewels-1.15.2-0.15.2.jar Gems & Jewels {[email protected] CREATE_REGISTRIES}
DungeonCrawl-1.15.2-2.2.1.jar Dungeon Crawl {[email protected] CREATE_REGISTRIES}
AttainedDrops-1.15.2-6.0.7.jar Attained Drops {[email protected] CREATE_REGISTRIES}
The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
u_team_core-1.15.2-3.0.2.169.jar U Team Core {[email protected] CREATE_REGISTRIES}
Apotheosis-1.15.2-3.3.8.jar Apotheosis {[email protected] CREATE_REGISTRIES}
furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
bedspreads-FORGE-1.15.2-3.0.0.1.jar Bedspreads {[email protected] CREATE_REGISTRIES}
venture-1.0.0-1.15.2.jar Venture {[email protected] CREATE_REGISTRIES}
Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version CREATE_REGISTRIES}
RosysPlaceableItems-1.15.2-0.5.jar Rosy's Placeable Items Mod {[email protected] CREATE_REGISTRIES}
UsefulSlime-1.0_MC1.15.2.jar Useful Slime {[email protected] CREATE_REGISTRIES}
Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
Charm-1.15.2-1.5.9.jar Charm {[email protected] CREATE_REGISTRIES}
Strange-1.15.2-1.0.0-beta.5.hotfix1.jar Strange {[email protected] ERROR}
forge-1.15.2-31.2.46-universal.jar Forge {[email protected] CREATE_REGISTRIES}
Bountiful-1.15.2-3.1.2.jar Bountiful {[email protected] CREATE_REGISTRIES}
structure-gel-api-1.15.2-1.1.0.jar Structure Gel API {[email protected] CREATE_REGISTRIES}
ExtendedNetherBackport-1.15.2-Beta-4.3.2.jar Extended Nether Backport {[email protected] CREATE_REGISTRIES}
Launched Version: 1.15.2-forge-31.2.46
Backend library: LWJGL version 3.2.2 build 10
Backend API: GeForce GTX 1060 3GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 457.30, 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: 6x Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz

Steps to Reproduce:

  1. Download the forge version
  2. Download all the mods listed
  3. Run it

Description of issue:
Every time I run Minecraft it crashes and this appears

The game crashed whilst initializing game
Error: java.lang.NullPointerException: Initializing game
Exit Code: -1

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I have done this now but have got the error:   'food(net.minecraft.world.food.FoodProperties)' in 'net.minecraft.world.item.Item.Properties' cannot be applied to                '(net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.Item>)' public static final RegistryObject<Item> LEMON_JUICE = ITEMS.register( "lemon_juice", () -> new Item( new HoneyBottleItem.Properties().stacksTo(1).food( (new FoodProperties.Builder()) .nutrition(3) .saturationMod(0.25F) .effect(() -> new MobEffectInstance(MobEffects.DAMAGE_RESISTANCE, 1500), 0.01f ) .build() ) )); The code above is from the ModFoods class, the one below from the ModItems class. public static final RegistryObject<Item> LEMON_JUICE = ITEMS.register("lemon_juice", () -> new Item(new Item.Properties().food(ModFoods.LEMON_JUICE)));   I shall keep going between them to try and figure out the cause. I am sorry if this is too much for you to help with, though I thank you greatly for your patience and all the effort you have put in to help me.
    • I have been following these exact tutorials for quite a while, I must agree that they are amazing and easy to follow. I have registered the item in the ModFoods class, I tried to do it in ModItems (Where all the items should be registered) but got errors, I think I may need to revert this and figure it out from there. Once again, thank you for your help! 👍 Just looking back, I have noticed in your code you added ITEMS.register, which I am guessing means that they are being registered in ModFoods, I shall go through the process of trial and error to figure this out.
    • ♈+2349027025197ஜ Are you a pastor, business man or woman, politician, civil engineer, civil servant, security officer, entrepreneur, Job seeker, poor or rich Seeking how to join a brotherhood for protection and wealth here’s is your opportunity, but you should know there’s no ritual without repercussions but with the right guidance and support from this great temple your destiny is certain to be changed for the better and equally protected depending if you’re destined for greatness Call now for enquiry +2349027025197☎+2349027025197₩™ I want to join ILLUMINATI occult without human sacrificeGREATORLDRADO BROTHERHOOD OCCULT , Is The Club of the Riches and Famous; is the world oldest and largest fraternity made up of 3 Millions Members. We are one Family under one father who is the Supreme Being. In Greatorldrado BROTHERHOOD we believe that we were born in paradise and no member should struggle in this world. Hence all our new members are given Money Rewards once they join in order to upgrade their lifestyle.; interested viewers should contact us; on. +2349027025197 ۝ஐℰ+2349027025197 ₩Greatorldrado BROTHERHOOD OCCULT IS A SACRED FRATERNITY WITH A GRAND LODGE TEMPLE SITUATED IN G.R.A PHASE 1 PORT HARCOURT NIGERIA, OUR NUMBER ONE OBLIGATION IS TO MAKE EVERY INITIATE MEMBER HERE RICH AND FAMOUS IN OTHER RISE THE POWERS OF GUARDIANS OF AGE+. +2349027025197   SEARCHING ON HOW TO JOIN THE Greatorldrado BROTHERHOOD MONEY RITUAL OCCULT IS NOT THE PROBLEM BUT MAKE SURE YOU'VE THOUGHT ABOUT IT VERY WELL BEFORE REACHING US HERE BECAUSE NOT EVERYONE HAS THE HEART TO DO WHAT IT TAKES TO BECOME ONE OF US HERE, BUT IF YOU THINK YOU'RE SERIOUS MINDED AND READY TO RUN THE SPIRITUAL RACE OF LIFE IN OTHER TO ACQUIRE ALL YOU NEED HERE ON EARTH CONTACT SPIRITUAL GRANDMASTER NOW FOR INQUIRY +2349027025197   +2349027025197 Are you a pastor, business man or woman, politician, civil engineer, civil servant, security officer, entrepreneur, Job seeker, poor or rich Seeking how to join
    • Hi, I'm trying to use datagen to create json files in my own mod. This is my ModRecipeProvider class. public class ModRecipeProvider extends RecipeProvider implements IConditionBuilder { public ModRecipeProvider(PackOutput pOutput) { super(pOutput); } @Override protected void buildRecipes(Consumer<FinishedRecipe> pWriter) { ShapedRecipeBuilder.shaped(RecipeCategory.MISC, ModBlocks.COMPRESSED_DIAMOND_BLOCK.get()) .pattern("SSS") .pattern("SSS") .pattern("SSS") .define('S', ModItems.COMPRESSED_DIAMOND.get()) .unlockedBy(getHasName(ModItems.COMPRESSED_DIAMOND.get()), has(ModItems.COMPRESSED_DIAMOND.get())) .save(pWriter); ShapelessRecipeBuilder.shapeless(RecipeCategory.MISC, ModItems.COMPRESSED_DIAMOND.get(),9) .requires(ModBlocks.COMPRESSED_DIAMOND_BLOCK.get()) .unlockedBy(getHasName(ModBlocks.COMPRESSED_DIAMOND_BLOCK.get()), has(ModBlocks.COMPRESSED_DIAMOND_BLOCK.get())) .save(pWriter); ShapedRecipeBuilder.shaped(RecipeCategory.MISC, ModItems.COMPRESSED_DIAMOND.get()) .pattern("SSS") .pattern("SSS") .pattern("SSS") .define('S', Blocks.DIAMOND_BLOCK) .unlockedBy(getHasName(ModItems.COMPRESSED_DIAMOND.get()), has(ModItems.COMPRESSED_DIAMOND.get())) .save(pWriter); } } When I try to run the runData client, it shows an error:  Caused by: java.lang.IllegalStateException: Duplicate recipe compressed:compressed_diamond I know that it's caused by the fact that there are two recipes for the ModItems.COMPRESSED_DIAMOND. But I need both of these recipes, because I need a way to craft ModItems.COMPRESSED_DIAMOND_BLOCK and restore 9 diamond blocks from ModItems.COMPRESSED_DIAMOND. Is there a way to solve this?
  • Topics

×
×
  • Create New...

Important Information

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