Legendary Tooltips [Forge]

Legendary Tooltips [Forge]

28M Downloads

Crash Report for Valhelsia Enhanced Vanilla

MeliumTM opened this issue · 6 comments

commented

---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!

Time: 4/29/22, 4:57 PM
Description: Rendering screen

java.lang.NullPointerException: Cannot invoke "java.util.List.isEmpty()" because "this.tooltipAddition" is null
at net.minecraft.class_1799.handler$dmh000$getTooltipMixin(class_1799.java:8192)
at net.minecraft.class_1799.method_7950(class_1799.java:685)
at com.anthonyhilyard.iceberg.util.ItemColor.getColorForItem(ItemColor.java:110)
at com.anthonyhilyard.legendarytooltips.LegendaryTooltips.getDefinitionColors(LegendaryTooltips.java:74)
at com.anthonyhilyard.legendarytooltips.LegendaryTooltips.onTooltipColorEvent(LegendaryTooltips.java:158)
at com.anthonyhilyard.iceberg.events.RenderTooltipEvents.lambda$static$6(RenderTooltipEvents.java:71)
at net.minecraft.class_437.handler$cin000$preFillGradient(class_437.java:5853)
at net.minecraft.class_437.method_32633(class_437.java:245)
at net.minecraft.class_437.method_32634(class_437.java:179)
at net.blay09.mods.waystones.client.InventoryButtonGuiHandler.lambda$initialize$7(InventoryButtonGuiHandler.java:139)
at net.blay09.mods.balm.fabric.event.FabricBalmEvents.fireEventHandler(FabricBalmEvents.java:41)
at net.blay09.mods.balm.fabric.event.FabricBalmEvents.lambda$fireEventHandlers$0(FabricBalmEvents.java:36)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at net.blay09.mods.balm.fabric.event.FabricBalmEvents.fireEventHandlers(FabricBalmEvents.java:36)
at net.blay09.mods.balm.fabric.event.client.FabricBalmClientEvents.lambda$registerEvents$18(FabricBalmClientEvents.java:120)
at net.fabricmc.fabric.impl.client.screen.ScreenEventFactory.lambda$createAfterRenderEvent$4(ScreenEventFactory.java:54)
at net.minecraft.class_757.handler$cfg000$onAfterRenderScreen(class_757.java:5052)
at net.minecraft.class_757.method_3192(class_757.java:877)
at net.minecraft.class_310.method_1523(class_310.java:1122)
at net.minecraft.class_310.method_1514(class_310.java:737)
at net.minecraft.client.main.Main.main(Main.java:236)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.class_1799.handler$dmh000$getTooltipMixin(class_1799.java:8192)
at net.minecraft.class_1799.method_7950(class_1799.java:685)
at com.anthonyhilyard.iceberg.util.ItemColor.getColorForItem(ItemColor.java:110)
at com.anthonyhilyard.legendarytooltips.LegendaryTooltips.getDefinitionColors(LegendaryTooltips.java:74)
at com.anthonyhilyard.legendarytooltips.LegendaryTooltips.onTooltipColorEvent(LegendaryTooltips.java:158)
at com.anthonyhilyard.iceberg.events.RenderTooltipEvents.lambda$static$6(RenderTooltipEvents.java:71)
at net.minecraft.class_437.handler$cin000$preFillGradient(class_437.java:5853)
at net.minecraft.class_437.method_32633(class_437.java:245)
at net.minecraft.class_437.method_32634(class_437.java:179)
at net.blay09.mods.waystones.client.InventoryButtonGuiHandler.lambda$initialize$7(InventoryButtonGuiHandler.java:139)
at net.blay09.mods.balm.fabric.event.FabricBalmEvents.fireEventHandler(FabricBalmEvents.java:41)
at net.blay09.mods.balm.fabric.event.FabricBalmEvents.lambda$fireEventHandlers$0(FabricBalmEvents.java:36)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at net.blay09.mods.balm.fabric.event.FabricBalmEvents.fireEventHandlers(FabricBalmEvents.java:36)
at net.blay09.mods.balm.fabric.event.client.FabricBalmClientEvents.lambda$registerEvents$18(FabricBalmClientEvents.java:120)
at net.fabricmc.fabric.impl.client.screen.ScreenEventFactory.lambda$createAfterRenderEvent$4(ScreenEventFactory.java:54)
at net.minecraft.class_757.handler$cfg000$onAfterRenderScreen(class_757.java:5052)

-- Screen render details --
Details:
Screen name: net.minecraft.class_490
Mouse location: Scaled: (338, 163). Absolute: (1014.000000, 491.000000)
Screen size: Scaled: (640, 339). Absolute: (1920, 1017). Scale factor of 3.000000
Stacktrace:
at net.minecraft.class_757.method_3192(class_757.java:877)
at net.minecraft.class_310.method_1523(class_310.java:1122)
at net.minecraft.class_310.method_1514(class_310.java:737)
at net.minecraft.client.main.Main.main(Main.java:236)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Affected level --
Details:
All players: 1 total; [class_746['Melium'/48, l='ClientWorld minecraft:overworld', x=2699.75, y=63.00, z=-1202.53]]
Chunk stats: Client Chunks (ImmPtl) 3901
Level dimension: minecraft:overworld
Level spawn location: World: (208,63,245), Section: (at 0,15,5 in 13,3,15; chunk contains blocks 208,-64,240 to 223,319,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 154244 game time, 246905 day time
Server brand: fabric
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.class_638.method_8538(class_638.java:407)
at net.minecraft.class_310.method_1587(class_310.java:2376)
at net.minecraft.class_310.method_1514(class_310.java:756)
at net.minecraft.client.main.Main.main(Main.java:236)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: Default, Fabric Mods, EclecticTrove-1.18-1.0.1.zip, Fantasy_Ores_Modded[v1.7].zip, Fantasy_Ores[1.16.x to 1.18.x][v4].zip, xali's Enchanted Books v0.9.zip, xali's Potions v1.0.zip, xali's Enchanced Biome River Pond v1.2.2.zip, xali's Enhanced Modded v0.2.2.zip, xali's Enhanced Vanilla v1.9.2 Fabric.zip, xali's Enhanced Jungle Wood v1.2.zip, xali's Bushy Leaves v1.1.zip, minecraft/supporteatinganimation, KubeJS Resource Pack [assets]

-- System Details --
Details:
Minecraft Version: 1.18.2
Minecraft Version ID: 1.18.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.1, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 1226376192 bytes (1169 MiB) / 4294967296 bytes (4096 MiB) up to 4294967296 bytes (4096 MiB)
CPUs: 12
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 5 5600X 6-Core Processor
Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
Microarchitecture: Zen 3
Frequency (GHz): 3.70
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: NVIDIA GeForce GTX 1060 6GB
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x1b83
Graphics card #0 versionInfo: DriverVersion=30.0.15.1259
Memory slot #0 capacity (MB): 16384.00
Memory slot #0 clockSpeed (GHz): 3.20
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 16384.00
Memory slot #1 clockSpeed (GHz): 3.20
Memory slot #1 type: DDR4
Virtual memory max (MB): 67490.88
Virtual memory used (MB): 23881.68
Swap memory total (MB): 34816.00
Swap memory used (MB): 0.00
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
Fabric Mods:
additionaladditions: Additional Additions 3.0.1
advanced_runtime_resource_pack: Runtime Resource Pack 0.5.7
advancementinfo: AdvancementInfo 1.18.2-fabric0.47.10-1.3.1
advancementplaques: Advancement Plaques 1.4.4
advancementscreenshot-fabric: Advancement Screenshot (Fabric) 3.2
adventurez: AdventureZ 1.4.10
ae2: Applied Energistics 2 11.0.0-alpha.3
ambientenvironment: Ambient Environment 7.0+19
ambientsounds: Ambiend Sounds (Fabric) 5.0.16
amecsapi: Amecs API 1.3.6+mc22w06a
animal_feeding_trough: Animal Feeding Trough 1.0.3+1.18.2
antighost: AntiGhost 1.18.2-fabric0.47.10-1.1.4
appleskin: AppleSkin 2.4.0+mc1.18.2
arcanus: Arcanus 1.29
architects_palette: Architect's Palette Fabric 1.7
architectury: Architectury 4.2.50
artifacts: Artifacts 7.0.3+fabric
attributefix: AttributeFix 14.0.1
authme: Auth Me 3.0.0
balm-fabric: Balm 3.0.0+0
beaconoverhaul: Beacon Overhaul 1.6.0+1.18.2
bedspreads: Bedspreads 1.5.0-1.18
betterf3: BetterF3 1.2.4
betterfpsdist: Better FPS distance Mod 1.18-1.7
bettermounthud: Better Mount HUD 1.1.4
betterpingdisplay: Better Ping Display 1.1.1
bhmenu: BHMenu-Fabric 1.17.1-1.18.2-1.3
blockus: Blockus 2.4.4+1.18.2
blossom: Blossom 1.18.2-1.0.4
blue_endless_jankson: jankson 1.2.1
bookshelf: Bookshelf 13.0.12
capybara: Capybara 1.0.3
cardinal-components-base: Cardinal Components API (base) 4.1.4
cardinal-components-block: Cardinal Components API (blocks) 4.0.1
cardinal-components-entity: Cardinal Components API (entities) 4.1.4
cardinal-components-item: Cardinal Components API (items) 4.0.1
carrier: Carrier 1.10.0
chalk: Chalk 2.0.0+1.18.2
chat_heads: Chat Heads 0.6.0
cherishedworlds: Cherished Worlds 2.0.1-1.18
chiselsandbits: Chisels & Bits 1.2.84
chunky: Chunky 1.2.164
citresewn: CIT Resewn 1.0.1+1.18.2
citresewn-defaults: CIT Resewn: Defaults 1.0.1+1.18.2
cleancut: CleanCut 1.18-4.0-fabric
cleardespawn: Clear Despawn 1.1.7
clickadv: Clickable Advancements Mod 2.5
cloth-api: Cloth API 3.2.64
cloth-basic-math: cloth-basic-math 0.6.0
cloth-client-events-v0: Cloth Client Events v0 3.2.64
cloth-common-events-v1: Cloth Common Events v1 3.2.64
cloth-config: Cloth Config v6 6.2.57
cloth-datagen-api-v1: Cloth Datagen v1 3.2.64
cloth-scissors-api-v1: Cloth Scissors API v1 3.2.64
cloth-utils-v1: Cloth Utils v1 3.2.64
coat: Coat 1.0.0-beta.17+mc1.18.2
collective-fabric: Collective (Fabric) 4.26
com_electronwill_night-config_core: core 3.6.5
com_electronwill_night-config_toml: toml 3.6.5
com_eliotlash_mclib_mclib: mclib 18
com_eliotlash_molang_molang: molang 18
com_github_llamalad7_mixinextras: MixinExtras 0.0.7
com_moandjiezana_toml_toml4j: toml4j 0.7.2
comforts: Comforts 1.1.2-1.18.2
companion: Companion 2.0.1
connectiblechains: Connectible Chains 2.1.1+1.18.2
continuity: Continuity 1.1.0+1.18.2
controlling: Controlling For Fabric 9.0+19
couplings: Couplings 1.8.0+1.18.2
craftingtweaks: Crafting Tweaks 13.0.0
crawl: Crawl 0.10.6
creativecore: CreativeCore (Fabric) 2.6.10
creeperoverhaul: Creeper Overhaul 1.3.0
crowdin-translate: CrowdinTranslate 1.4+1.18.2
customstars: Custom Stars 0.8+1.18.2
decorative_blocks: Decorative Blocks 2.1.0
despawningeggshatch-fabric: Despawning Eggs Hatch (Fabric) 2.3
detailab: Detail Armor Bar 2.6.2+1.18-fabric
disable_custom_worlds_advice: Disable Custom Worlds Advice 2.0
dragonloot: DragonLoot 1.0.10
dual_riders: DualRiders 1.0.5
dusk: Dragonfight Mod 1.18.2-2.0
dyed: Dyed 1.0.2
dynamicfps: Dynamic FPS 2.1.0
eatinganimationid: Eating Animation 1.6
ecologics: Ecologics 1.5.2
enchantedtooltips: Enchanted ToolTips 1.3.5-1.18
entityculling: EntityCulling-Fabric 1.5.1
equipmentcompare: Equipment Compare 1.2.12
expandability: ExpandAbility 6.0.0
fabric: Fabric API 0.51.0+1.18.2
fabric-api-base: Fabric API Base 0.4.4+d7c144a860
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.0+2373a54560
fabric-biome-api-v1: Fabric Biome API (v1) 8.0.4+7b0f312660
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.12+3ac43d9560
fabric-command-api-v1: Fabric Command API (v1) 1.1.9+d7c144a860
fabric-commands-v0: Fabric Commands (v0) 0.2.8+b4f4f6cd60
fabric-containers-v0: Fabric Containers (v0) 0.1.21+d7c144a860
fabric-content-registries-v0: Fabric Content Registries (v0) 3.0.3+d82b939260
fabric-convention-tags-v1: Fabric Convention Tags 1.0.0+bd8a4a1860
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.11+3ac43d9560
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.17+2540745460
fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.8+d7c144a860
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.19+d7c144a860
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.14+d7c144a860
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13+d7c144a860
fabric-item-api-v1: Fabric Item API (v1) 1.4.0+4457765560
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.11+91896a4960
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.12+54e5b2ec60
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.10+b4f4f6cd60
fabric-language-kotlin: Fabric Language Kotlin 1.7.3+kotlin.1.6.20
fabric-language-scala: Fabric Language Scala 1.1.0+scala.2.13.6
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.0.3+2d83e92c60
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.11+d7c144a860
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.0+81ea5b3c60
fabric-models-v0: Fabric Models (v0) 0.3.6+d7c144a860
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.21+d882b91560
fabric-networking-v0: Fabric Networking (v0) 0.3.8+b4f4f6cd60
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 2.1.0+fe4ddef060
fabric-particles-v1: Fabric Particles (v1) 0.2.12+526dc1ac60
fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.8+0d9ab37260
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.13+d882b91560
fabric-renderer-indigo: Fabric Renderer - Indigo 0.5.0+7faf0d8860
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.11+b4f4f6cd60
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.7+d7c144a860
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 2.0.2+54e5b2ec60
fabric-rendering-v0: Fabric Rendering (v0) 1.1.13+b4f4f6cd60
fabric-rendering-v1: Fabric Rendering (v1) 1.10.7+54e5b2ec60
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.3+91b7aa6660
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.18+2de5574560
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.10+d882b91560
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.0+1f6558e860
fabric-textures-v0: Fabric Textures (v0) 1.0.12+3ac43d9560
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.6.0+2373a54560
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.0.0+bd8a4a1860
fabricloader: Fabric Loader 0.13.3
fallingleaves: Falling Leaves 1.10.0+1.18.2
fallingtree: FallingTree 3.5.0b1
fancymenu: FancyMenu 2.6.5
farsight: Farsight Mod 1.18-1.8
fastbench: FastBench 1.18.1-3
ferritecore: FerriteCore 4.2.0
fiber: fiber 0.23.0-2
forgeconfigapiport: Forge Config API Port 3.2.0
geckolib3: Geckolib 3.0.38
goblintraders: Goblin Traders 1.5.1
goosik-config: goosik-config 0.2.0
guardvillagers: Guard Villagers Fabric 1.18.2-1.0.11
harvest_scythes: Harvest Scythes 2.5.0
iceberg: Iceberg 1.0.38
imm_ptl_core: Immersive Portals Core 1.3.6
immersive_portals: Immersive Portals 1.3.6
immersive_weathering: Immersive Weathering 2.4.0
incantationem: Incantationem 1.1.3+1.18.2
indium: Indium 1.0.2+mc1.18.2
infusion_table: Infusion Table 1.0.5
inventoryhud: Inventory HUD + 3.4.2
iris: Iris 1.2.2-build.32
ironchests: Iron Chests 1.5.5
jankson: Jankson 4.0.0+j1.2.0
java: OpenJDK 64-Bit Server VM 17
kirin: Kirin UI 1.10.0
kleeslabs: KleeSlabs 11.0.0
konkrete: Konkrete 1.3.3
kubejs: KubeJS 1802.5.1-build.342
kyrptconfig: Kyrpt Config 1.2.6-1.18
lapisreserve: Lapis Reserve 1.0.8
lazydfu: LazyDFU 0.1.2
legendarytooltips: Legendary Tooltips 1.2.4
levelz: LevelZ 1.3.0
libgui: LibGui 5.3.1+1.18
libninepatch: LibNinePatch 1.1.0
lithium: Lithium 0.7.9
logprot: Logprot Mod 1.18-1.5
lovely_snails: Lovely Snails 1.0.4+1.18
me_hypherionmc_simple-rpc-common: simple-rpc-common 3.0.0
megane: megane 7.3.0
megane-api: megane-api 7.1.0
megane-applied-energistics-2: megane-applied-energistics-2 7.1.0
megane-fabric-transfer: megane-fabric-transfer 7.1.0
megane-reborn-core: megane-reborn-core 7.1.0
megane-reborn-energy: megane-reborn-energy 7.0.0
megane-runtime: megane-runtime 7.2.0
megane-tech-reborn: megane-tech-reborn 7.1.0
megane-vanilla: megane-vanilla 7.1.0
minecraft: Minecraft 1.18.2
mm: Manningham Mills 2.3
mo_glass: Mo Glass 1.6.1-MC1.18.2
mobscarecrow: Mob Scarecrow 1.2.2
modmenu: Mod Menu 3.1.1
mousetweaks: Mouse Tweaks 2.22
mousewheelie: Mouse Wheelie 1.8.8+mc1.18.2
nears: Nears 1.1.8
notenoughanimations: NotEnoughAnimations 1.6.0
notes: Notes 1.0.10
org_anarres_jcpp: jcpp 1.4.14
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.6.20
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.6.20
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.6.20
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.6.20
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.1
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.1
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.2
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.2
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.2
org_joml_joml: joml 1.10.2
owo: oωo 0.6.0+1.18
oxidized: Oxidized 1.6.3
paintings: Paintings++ 9.1.1.0
patchouli: Patchouli 1.18.2-67-FABRIC
phosphor: Phosphor 0.8.1
pistorder: Pistorder 1.5.0
polymorph: Polymorph 0.0.20-1.18.2
presencefootsteps: Presence Footsteps 1.5.0
publicguiannouncement: Public Gui Announcement 3.2.0.1
q_misc_util: QMiscUtil 1.3.6
quarryplus: QuarryPlus 18.2.521
quartzelv: Quartz Elevator 2.1.1+1.18
raised: Raised 1.0.7
reach-entity-attributes: Reach Entity Attributes 2.1.1
reborncore: Reborn Core 5.2.0-beta.2
replanter: Replanter 1.3
rhino: Rhino 1801.1.9-build.135
roughlyenoughitems: Roughly Enough Items 8.1.449
rpgdifficulty: Rpg Difficulty 1.0.11
saplanting: Saplanting fabric-1.18.2-1.1-rc-3
seedfix: Seed Fix 1.0.1
simple-rpc: Simple RPC 3.0.0
slimyfloor: Slimy Floor 1.18-1.2.2
sodium: Sodium 0.4.1+build.15
someforgepatchesported: Some Forge Patches Ported 1.0.3
spark: spark 1.8.14
sprout: Sprout 1.1.0
spyglass-improvements: Spyglass Improvements 1.1+mc1.18.2+fabric
step-height-entity-attribute: Step Height Entity Attribute 1.0.0
team_reborn_energy: Energy 2.2.0
techreborn: Tech Reborn 5.2.0-beta.2
terraform-wood-api-v1: Terraform Wood API (v1) 3.0.0
thonkutil: ThonkUtil 2.12.0+1.18
thonkutil-base: ThonkUtil Base 1.12.0+93f5607360
thonkutil-capes-v1: ThonkUtil Capes (v1) 1.3.1+974d16dd60
thonkutil-coords-v1: ThonkUtil Coords (v1) 1.0.18+4c66479160
thonkutil-customization-v1: ThonkUtil Customization (v1) 1.0.13+4c66479160
thonkutil-legacy: ThonkUtil Legacy 1.0.19+aa74e18060
thonkutil-modchecker-v1: ThonkUtil ModChecker (v1) 1.0.11+4c66479160
thonkutil-potions-v0: ThonkUtil Potions (v0) 1.4.0+6d0d59d760
thonkutil-titlescreen-v1: ThonkUtil TitleScreen (v1) 1.1.8+4c66479160
thonkutil-trades-v1: ThonkUtil Trades (v1) 1.1.19+4c66479160
timeoutout: TimeOut Out 1.0.0+1.18
tlcosmetica: Cosmetica 0.4.0
toolstats: ToolStats 9.0.1
tooltipfix: ToolTip Fix 1.0.4-1.18
trinketofundying: Trinket of Undying 2.0.1-1.18
trinkets: Trinkets 3.3.0
trinketshulkerboxes: Trinket Shulker Boxes 2.0.1-1.18.1
tweed4_annotated: tweed4_annotated 1.3.0+mc1.18.2
tweed4_base: tweed4_base 1.5.0+mc1.18.2
tweed4_data: tweed4_data 1.2.1+mc1.18.2
tweed4_data_hjson: tweed4_data_hjson 1.1.0+mc1.18.2
tweed4_tailor_coat: tweed4_tailor_coat 1.1.2+mc1.18.2
tweed4_tailor_screen: tweed4_tailor_screen 1.1.1+mc1.18.2
twigs: Twigs 1.1.3-patch1+1.18.2
valhelsia_core: Valhelsia Core 1.18.2-fabric-0.3.0
visuality: Visuality 0.4.2
waystones: Waystones 10.0.0
wthit: wthit 4.8.1
xaerominimap: Xaero's Minimap 22.5.0
xaeroworldmap: Xaero's World Map 1.20.6
yigd: You're in Grave Danger 1.3.1
yosbr: YOSBR 0.1.1
Loaded Shaderpack: ComplementaryShaders_v4.4.zip
Profile: MEDIUM (+1 option changed by user)
Launched Version: fabric-loader-0.13.3-1.18.2
Backend library: LWJGL version 3.2.2 build 10
Backend API: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 GL version 3.2.0 NVIDIA 512.59, NVIDIA Corporation
Window size: 1920x1017
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
Type: Integrated Server (map_client.txt)
Graphics mode: fancy
Resource Packs: vanilla, Fabric Mods, file/EclecticTrove-1.18-1.0.1.zip, file/Fantasy_Ores_Modded[v1.7].zip, file/Fantasy_Ores[1.16.x to 1.18.x][v4].zip, file/xali's Enchanted Books v0.9.zip (incompatible), file/xali's Potions v1.0.zip (incompatible), file/xali's Enchanced Biome River Pond v1.2.2.zip (incompatible), file/xali's Enhanced Modded v0.2.2.zip, file/xali's Enhanced Vanilla v1.9.2 Fabric.zip, file/xali's Enhanced Jungle Wood v1.2.zip (incompatible), file/xali's Bushy Leaves v1.1.zip
Current Language: English (US)
CPU: 12x AMD Ryzen 5 5600X 6-Core Processor
Server Running: true
Player Count: 1 / 8; [class_3222['Melium'/48, l='ServerWorld minecraft:overworld New World', x=2699.75, y=63.00, z=-1202.53]]
Data Packs: vanilla, Fabric Mods
World Generation: Experimental

commented

Could you provide a little context about what you were doing when this crash happened so I can recreate it?

commented

I got the same crashlog from swapping out my boots (chain) for iron ones.

https://gist.github.com/atlgeek007/c351d6f3dedbd99e48cb92da7c3f2ef0

commented

Just for context, it appears to be related to the Waystones button on the inventory screen to warp to the nearest waystone. The reason it triggered when the player above was switching boots is because the button is in the lower left of the player portrait in the inventory screen.

commented

This actually ended up being a bug in the LevelZ mod, which was modifying some tooltip code with a mixin. It is now fixed in the latest version of this mod: Globox1997/LevelZ@7062eff

commented

Thanks for looking into that.

It's somewhat frustrating that mixins aren't shown in Fabric crash reports by default like they are in Forge (I'm sure there's a mod that improves that, but it should really be a core thing).

commented

Thanks - I have this exact issue too. Glad to see its been resolved.