Jump to content

java.lang.NullPointerException: Cannot invoke "org.apache.commons.lang3.tuple.Pair.getLeft()" because the return value of "java.


Recommended Posts

Posted

I am losing my mind 

I have a crash report -1

 which says the following 

The game crashed whilst ticking screen Error: java.lang.NullPointerException: Cannot invoke "org.apache.commons.lang3.tuple.Pair.getLeft()" because the return value of "java.util.Map.get(Object)" is null

please help me

the following is the debug log:

https://pastebin.com/Si5cxvgX

Posted (edited)
  Quote

Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraftforge.fml.ModList.getModContainerById(String)" because the return value of "net.minecraftforge.fml.ModList.get()" is null

at dev.lambdaurora.lambdynlights.LambDynLightsCompat.isRubidium07XInstalled(LambDynLightsCompat.java:49) ~[Ryoamiclights-0.1.7+1.20.1.jar%23594!/:?]

Expand  

Isn't that a fabric mod?

These defintely are:

  Quote

- fabric_api 0.91.0+1.10.4+1.20.1

- fabric_api_base 0.4.30+ef105b4977

- fabric_api_lookup_api_v1 1.6.35+67f9824077

- fabric_biome_api_v1 13.0.12+dd0389a577

- fabric_block_api_v1 1.0.10+0e6cb7f777

- fabric_block_view_api_v2 1.0.0+0767707077

- fabric_blockrenderlayer_v1 1.1.40+1d0da21e77

- fabric_client_tags_api_v1 1.1.1+5d6761b877

- fabric_command_api_v1 1.2.33+f71b366f77

- fabric_command_api_v2 2.2.12+561530ec77

- fabric_content_registries_v0 4.0.10+a670df1e77

- fabric_convention_tags_v1 1.5.4+fa3d1c0177

- fabric_data_generation_api_v1 12.3.3+369cb3a477

- fabric_dimensions_v1 2.1.53+8005d10d77

- fabric_entity_events_v1 1.5.22+b909fbe377

- fabric_events_interaction_v0 0.6.1+0d0bd5a777

- fabric_game_rule_api_v1 1.0.39+461110ab77

- fabric_item_api_v1 2.1.27+2272fc7f77

- fabric_item_group_api_v1 4.0.11+9801bf5177

- fabric_key_binding_api_v1 1.0.36+561530ec77

- fabric_lifecycle_events_v1 2.2.21+afab492177

- fabric_loot_api_v2 1.2.0+eb28f93e77

- fabric_message_api_v1 5.1.8+52cc178c77

- fabric_mining_level_api_v1 2.1.49+561530ec77

- fabric_model_loading_api_v1 1.0.2+142e25ab77

- fabric_models_v0 0.4.1+7c3892a477

- fabric_networking_api_v1 1.3.10+503a202477

- fabric_object_builder_api_v1 11.1.2+2174fc8477

- fabric_particles_v1 1.1.1+78e1ecb877

- fabric_recipe_api_v1 1.0.20+514a076577

- fabric_registry_sync_v0 2.3.2+1c0ea72177

- fabric_renderer_api_v1 3.2.0+1d29b44577

- fabric_renderer_indigo 1.5.0+67f9824077

- fabric_rendering_data_attachment_v1 0.3.36+a6081afc77

- fabric_rendering_fluids_v1 3.0.27+4ac5e37a77

- fabric_rendering_v1 3.0.7+1c0ea72177

- fabric_resource_conditions_api_v1 2.3.7+9ad825cd77

- fabric_resource_loader_v0 0.11.9+142e25ab77

- fabric_screen_api_v1 2.0.7+45a670a577

- fabric_screen_handler_api_v1 1.3.29+561530ec77

- fabric_sound_api_v1 1.0.12+4f23bd8477

- fabric_transfer_api_v1 3.3.3+b00938ec77

- fabric_transitive_access_wideners_v1 4.3.0+1880499877

Expand  

You need to make sure you only have forge mods installed.

 

Edited by warjort

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Posted (edited)

The conflict appears to be that dynamic lights mod and rubidium?

  Quote

[01Jan2024 12:46:48.462] [main/ERROR] [mixin/]: Error loading companion plugin class [dev.lambdaurora.lambdynlights.LambDynLightsMixinPlugin] for mixin config [lambdynlights.mixins.json].

The plugin may be out of date: InvocationTargetException:null

-- snip --

at dev.lambdaurora.lambdynlights.LambDynLightsCompat.isRubidium07XInstalled(LambDynLightsCompat.java:49) ~[Ryoamiclights-0.1.7+1.20.1.jar%23594!/:?]

Expand  

You also need to post the logs/debug.log not the latest.log so we have all the information.

Edited by warjort

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

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

    • just rewatched the tutorial and my code is exactly the same as kaupenjoe's.  the item is added into the game but like i said to start it doesnt have a texture or a proper name for whatever reason.
    • yes the name is en_us.json and it is in resources -> assests -> testmod -> lang folders.  i have checked my code and am pretty confident that the code itself is correct.  i even tried loading the project in eclipse and it has the same problems, I think i will just rewatch the whole tutorial and will give an update on the situation.
    • same error, I also tried removing Valkyrian skies as well because I noticed it coming up a lot in the debug log errors
    • Hey man,    i have only been modding Minecraft for a few days but maybe I can help you. First of all make sure to follow every step of Kaupenjoe's tutorial, I found it to been very helpful and complete. The game uses the raw translation key for the item (in your case "item.testmod.alexandrite") if it can't find the correct lang file. Make sure it's name is "en_us.json" and it is saved under "ressources" -> "assets" -> "testmod".
    • whenever I try to get this item to render into the game it appears with the not texture purple and black squares and calls itself by the lang translation file path instead of the name i gave it.   { "item.testmod.alexandrite": "Alexandrite" } this is the lang json file package net.Hurst.testmod.item; import net.Hurst.testmod.TestMod; import net.minecraft.world.item.Item; import net.minecraftforge.eventbus.api.IEventBus; import net.minecraftforge.registries.DeferredRegister; import net.minecraftforge.registries.ForgeRegistries; import net.minecraftforge.registries.RegistryObject; public class ModItems { public static final DeferredRegister<Item> ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS, TestMod.MOD_ID); public static final RegistryObject<Item> ALEXANDRITE = ITEMS.register("alexandrite", () -> new Item(new Item.Properties())); public static void register(IEventBus eventBus){ ITEMS.register(eventBus); } } this is my ModItems.java file package net.Hurst.testmod; import com.mojang.logging.LogUtils; import net.Hurst.testmod.item.ModItems; import net.minecraft.world.item.CreativeModeTabs; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.common.MinecraftForge; import net.minecraftforge.event.BuildCreativeModeTabContentsEvent; import net.minecraftforge.event.server.ServerStartingEvent; import net.minecraftforge.eventbus.api.IEventBus; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.ModLoadingContext; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.config.ModConfig; import net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent; import net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent; import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext; import org.slf4j.Logger; // The value here should match an entry in the META-INF/mods.toml file @Mod(TestMod.MOD_ID) public class TestMod { public static final String MOD_ID = "testmod"; private static final Logger LOGGER = LogUtils.getLogger(); public TestMod() { IEventBus modEventBus = FMLJavaModLoadingContext.get().getModEventBus(); modEventBus.addListener(this::commonSetup); ModItems.register(modEventBus); MinecraftForge.EVENT_BUS.register(this); modEventBus.addListener(this::addCreative); ModLoadingContext.get().registerConfig(ModConfig.Type.COMMON, Config.SPEC); } private void commonSetup(final FMLCommonSetupEvent event) { } // Add the example block item to the building blocks tab private void addCreative(BuildCreativeModeTabContentsEvent event) { if(event.getTabKey() == CreativeModeTabs.INGREDIENTS){ event.accept(ModItems.ALEXANDRITE); } } // You can use SubscribeEvent and let the Event Bus discover methods to call @SubscribeEvent public void onServerStarting(ServerStartingEvent event) { } // You can use EventBusSubscriber to automatically register all static methods in the class annotated with @SubscribeEvent @Mod.EventBusSubscriber(modid = MOD_ID, bus = Mod.EventBusSubscriber.Bus.MOD, value = Dist.CLIENT) public static class ClientModEvents { @SubscribeEvent public static void onClientSetup(FMLClientSetupEvent event) { } } } this is my TestMod.java file { "parent": "minecraft:item/generated", "textures": { "layer0": "testmod:item/generated" } } this is my model file for the item. I am using intellij 2025.1.2 with fdk 1.21 and java 21 I would appreciate the help.
  • Topics

×
×
  • Create New...

Important Information

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