SilentChaos512 / Silent-Gear

Modular tool/armor mod (formerly part of Silent's Gems)
https://www.curseforge.com/minecraft/mc-mods/silent-gear
MIT License
74 stars 34 forks source link

Null Pointer with Tooltip #640

Open AustinESP opened 7 months ago

AustinESP commented 7 months ago

Versions

Minecraft Version: 1.20.1 Forge Version: 4.1.47

Null Pointer Exception when hovering over a stack of 128 bones in simple storage. If the Silent Gear mod is disabled then the problem goes away.

NOTE: I logged the same issue under Simple Storage.

Actual Behavior

The game crashes with a null pointer exception.

Log file link:

https://pastebin.com/iZUfB1M6

Steps to Reproduce the Problem

  1. Problem happens in conjunction with Simple Storage
  2. Open Simple Storage and hover over a stack of 128 bones.
SilentChaos512 commented 7 months ago

I found the issue report you made, linking it here: https://github.com/Lothrazar/Storage-Network/issues/532

I will look into this when I get a chance.

ProsperCraft commented 7 months ago

I came to report the same, it happens when mousing over the blueprint starter pack.

https://gist.github.com/ProsperCraft/6f2e62210593e4d28af697972c4c370f

ProsperCraft commented 7 months ago

Until this gets fixed, you can set this to help to stop new players from crashing instantly.

When joining a new world, should players be given a blueprint package?

    #The blueprint package gives some blueprints when used (right-click).
    #To change what is given, override the starter_blueprints loot table.
    spawnWithStarterBlueprints = false
loopel commented 6 months ago

I have the same problem with my game crashing when I hover over certain silent gear items. I think the blueprint package, blueprint, and the book. Im playing with a lot of mods if maybe thats a reason for this crash. Description: Rendering screen

java.lang.NullPointerException: Cannot invoke "String.length()" because "p14312" is null

SilentChaos512 commented 6 months ago

The crash reports always point to other mods. So I can't tell what of my code would even be the issue.