Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when picking up item with No Render Weather enabled #5103

Open
2 tasks done
envizar opened this issue Jan 10, 2025 · 4 comments
Open
2 tasks done

Crash when picking up item with No Render Weather enabled #5103

envizar opened this issue Jan 10, 2025 · 4 comments
Labels
crash Oopsie

Comments

@envizar
Copy link

envizar commented Jan 10, 2025

Steps to reproduce

  1. Enable "No Render" and activate "Weather"
  2. Pick up any item

Link to crash report/log

https://mclo.gs/Jh7ZEEH

Meteor Version

Meteor 1.21.4 - 3

Minecraft Version

Minecraft 1.21.4

Operating System

Linux

Before submitting a crash report

  • This crash wasn't already reported (I have searched crash reports on GitHub).

  • This is a valid crash (I am able to reproduce this on the latest dev build).

@envizar envizar added the crash Oopsie label Jan 10, 2025
@Big-Iron-Cheems
Copy link
Collaborator

Can't reproduce, plus the log is incomplete/unformatted.

@envizar
Copy link
Author

envizar commented Jan 10, 2025

Can't reproduce, plus the log is incomplete/unformatted.

maybe other mod is causing this
this log is copied from modrinth launcher, that's all there was

@RacoonDog
Copy link
Contributor

Unexpected error java.lang.NullPointerException: Resource is not currently available
	at java.base/java.util.Objects.requireNonNull(Objects.java:259)
	at knot//net.minecraft.class_9909$class_9913.method_61916(class_9909.java:318)
	at knot//net.minecraft.class_9909$class_9911.get(class_9909.java:263)
	at knot//net.minecraft.class_761.method_29362(class_761.java:1452)
	at knot//net.minecraft.class_4668.method_34553(class_4668.java:566)
	at knot//net.minecraft.class_4668.method_23516(class_4668.java:38)
	at knot//com.google.common.collect.ImmutableList.forEach(ImmutableList.java:423)
	at knot//net.minecraft.class_1921$class_4687.method_23595(class_1921.java:1380)
	at knot//net.minecraft.class_4668.method_23516(class_4668.java:38)
	at knot//net.minecraft.class_1921.method_60895(class_1921.java:1165)
	at knot//net.minecraft.class_4597$class_4598.method_60893(class_4597.java:96)
	at knot//net.minecraft.class_4597$class_4598.method_22994(class_4597.java:85)
	at knot//net.minecraft.class_4597$class_4598.method_37104(class_4597.java:69)
	at knot//net.minecraft.class_761.method_62212(class_761.java:795)
	at knot//net.minecraft.class_9909.method_61910(class_9909.java:67)
	at knot//net.minecraft.class_761.method_22710(class_761.java:552)
	at knot//net.minecraft.class_757.method_3188(class_757.java:733)
	at knot//net.minecraft.class_757.method_3192(class_757.java:493)
	at knot//net.minecraft.class_310.method_1523(class_310.java:1341)
	at knot//net.minecraft.class_310.method_1514(class_310.java:922)
	at knot//net.minecraft.client.main.Main.main(Main.java:267)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	
Fabric Mods: 
- appleskin: AppleSkin 3.0.6+mc1.21.3 
- architectury: Architectury 15.0.1 
- axiom: Axiom 4.4.0 com_moulberry_
- axiomclientapi: axiomclientapi 1.0.0 com_moulberry_
- mixinconstraints: mixinconstraints 1.0.1 
- c2me: Concurrent Chunk Management Engine 0.3.2+alpha.0.24+1.21.4 
- c2me-base: Concurrent Chunk Management Engine (Base) 0.3.2+alpha.0.24+1.21.4 
- c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.3.2+alpha.0.24+1.21.4 
- c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.3.2+alpha.0.24+1.21.4 
- c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.3.2+alpha.0.24+1.21.4 
- c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.3.2+alpha.0.24+1.21.4 
- c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.3.2+alpha.0.24+1.21.4 
- c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.3.2+alpha.0.24+1.21.4 
- c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.3.2+alpha.0.24+1.21.4 
- c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.3.2+alpha.0.24+1.21.4 
- c2me-opts-dfc: Concurrent Chunk Management Engine (Optimizations/Density Function Compiler) 0.3.2+alpha.0.24+1.21.4 
- c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.3.2+alpha.0.24+1.21.4 
- c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.3.2+alpha.0.24+1.21.4 
- c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.3.2+alpha.0.24+1.21.4 
- c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.3.2+alpha.0.24+1.21.4 
- c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.3.2+alpha.0.24+1.21.4 
- c2me-rewrites-chunk-system: Concurrent Chunk Management Engine (Rewrites/Chunk System) 0.3.2+alpha.0.24+1.21.4 
- c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.3.2+alpha.0.24+1.21.4 
- c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.3.2+alpha.0.24+1.21.4 
- c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.3.2+alpha.0.24+1.21.4 com_ibm_async_
- asyncutil: asyncutil 0.1.0 io_reactivex_rxjava3_
- rxjava: rxjava 3.1.8 
- mixinsquared: MixinSquared 0.2.0-beta.6 net_objecthunter_
- exp4j: exp4j 0.4.8 org_jctools_
- jctools-core: jctools-core 4.0.5 org_reactivestreams_
- reactive-streams: reactive-streams 1.0.4 
- cloth-config: Cloth Config v17 17.0.144 
- cloth-basic-math: cloth-basic-math 0.6.1 
- entityculling: EntityCulling 1.7.2 
- fabric-api: Fabric API 0.114.2+1.21.4 
- fabric-api-base: Fabric API Base 0.4.54+b47eab6b04 
- fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.86+b1caf1e904 
- fabric-biome-api-v1: Fabric Biome API (v1) 15.0.6+b1c29d8e04 
- fabric-block-api-v1: Fabric Block API (v1) 1.0.31+7feeb73304 
- fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.19+7feeb73304 
- fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 2.0.8+7feeb73304 
- fabric-client-tags-api-v1: Fabric Client Tags 1.1.29+20ea1e2304 
- fabric-command-api-v1: Fabric Command API (v1) 1.2.62+f71b366f04 
- fabric-command-api-v2: Fabric Command API (v2) 2.2.41+e496eb1504 
- fabric-commands-v0: Fabric Commands (v0) 0.2.79+df3654b304 
- fabric-content-registries-v0: Fabric Content Registries (v0) 9.1.14+7feeb73304 
- fabric-convention-tags-v1: Fabric Convention Tags 2.1.12+7f945d5b04 
- fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.10.2+0c85f9a904 
- fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.3.6+7feeb73304 
- fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.4.6+9aea556b04 
- fabric-data-generation-api-v1: Fabric Data Generation API (v1) 22.2.6+20ea1e2304 
- fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.10+7feeb73304 
- fabric-entity-events-v1: Fabric Entity Events (v1) 2.0.12+60fccc7604 
- fabric-events-interaction-v0: Fabric Events Interaction (v0) 4.0.2+a4eebcf004 
- fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.62+7feeb73304 
- fabric-item-api-v1: Fabric Item API (v1) 11.1.14+203e6b2304 
- fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.23+7feeb73304 
- fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.56+7feeb73304 
- fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.54+df3654b304 
- fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.5.4+bf2a60eb04 
- fabric-loot-api-v2: Fabric Loot API (v2) 3.0.33+3f89f5a504 
- fabric-loot-api-v3: Fabric Loot API (v3) 1.0.21+203e6b2304 
- fabric-message-api-v1: Fabric Message API (v1) 6.0.25+7feeb73304 
- fabric-model-loading-api-v1: Fabric Model Loading API (v1) 4.2.1+8041d50704 
- fabric-networking-api-v1: Fabric Networking API (v1) 4.3.9+f371ccb904 
- fabric-object-builder-api-v1: Fabric Object Builder API (v1) 18.0.8+d70d2c0604 
- fabric-particles-v1: Fabric Particles (v1) 4.0.14+7feeb73304 
- fabric-recipe-api-v1: Fabric Recipe API (v1) 8.0.8+160b66fa04 
- fabric-registry-sync-v0: Fabric Registry Sync (v0) 6.1.4+0c85f9a904 
- fabric-renderer-api-v1: Fabric Renderer API (v1) 5.0.3+50f0feb204 
- fabric-renderer-indigo: Fabric Renderer - Indigo 2.0.3+50f0feb204 
- fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.57+73761d2e04 
- fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.19+7feeb73304 
- fabric-rendering-v1: Fabric Rendering (v1) 10.1.2+b874120c04 
- fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 5.0.13+203e6b2304 
- fabric-resource-loader-v0: Fabric Resource Loader (v0) 3.0.11+b1caf1e904 
- fabric-screen-api-v1: Fabric Screen API (v1) 2.0.38+7feeb73304 
- fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.111+7feeb73304 
- fabric-sound-api-v1: Fabric Sound API (v1) 1.0.32+7feeb73304 
- fabric-tag-api-v1: Fabric Tag API (v1) 1.0.2+20ea1e2304 
- fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.9+efa825c904 
- fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.3.2+56e78b9b04 
- fabric-language-kotlin: Fabric Language Kotlin 1.13.0+kotlin.2.1.0 org_jetbrains_kotlin_
- kotlin-reflect: kotlin-reflect 2.1.0 org_jetbrains_kotlin_
- kotlin-stdlib: kotlin-stdlib 2.1.0 org_jetbrains_kotlin_
- kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.0 org_jetbrains_kotlin_
- kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.0 org_jetbrains_kotlinx_
- atomicfu-jvm: atomicfu-jvm 0.26.1 org_jetbrains_kotlinx_
- kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.9.0 org_jetbrains_kotlinx_
- kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.9.0 org_jetbrains_kotlinx_
- kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.1 org_jetbrains_kotlinx_
- kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.6.0 org_jetbrains_kotlinx_
- kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.6.0 org_jetbrains_kotlinx_
- kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.3 org_jetbrains_kotlinx_
- kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.7.3 org_jetbrains_kotlinx_
- kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.3 
- fabricloader: Fabric Loader 0.16.9 
- mixinextras: MixinExtras 0.4.1 
- fastipping: Fast IP Ping 1.0.5 
- ferritecore: FerriteCore 7.1.1 
- forgeconfigapiport: Forge Config API Port 21.4.1 com_electronwill_night-config_
- core: core 3.8.1 com_electronwill_night-config_
- toml: toml 3.8.1 
- ias: In-Game Account Switcher 9.0.2-alpha.1 
- iris: Iris 1.8.5+mc1.21.4 io_github_douira_
- glsl-transformer: glsl-transformer 2.0.1 org_anarres_
- jcpp: jcpp 1.4.14 org_antlr_
- antlr4-runtime: antlr4-runtime 4.13.1 
- itemswapper: ItemSwapper 0.7.5 
- java: OpenJDK 64-Bit Server VM 21 
- krypton: Krypton 0.2.8 com_velocitypowered_
- velocity-native: velocity-native 3.3.0-SNAPSHOT 
- lithium: Lithium 0.14.3+mc1.21.4 
- meteor-client: Meteor Client 1.21.4-3 
- minecraft: Minecraft 1.21.4 
- modelfix: Model Gap Fix 1.21.3-1.10 
- modmenu: Mod Menu 13.0.0 
- no-peeking: No Peeking! 1.2.0 
- no-telemetry: No Telemetry 1.8.0 
- nochatreports: No Chat Reports 1.21.4-v2.11.0 
- noxesium: Noxesium 2.5.0+9366bc9 com_noxcrew_noxesium_
- api: api 2.5.0+9366bc9 org_khelekore_
- prtree: prtree 1.5 ok_
- zoomer: Ok Zoomer 12.0.0-beta.3 wrench_
- wrapper: Wrench Wrapper 0.6.1 
- placeholder-api: Placeholder API 2.5.1+1.21.3 
- plasmovoice: Plasmo Voice 2.1.2 
- fabric-permissions-api-v0: fabric-permissions-api 0.3.3 
- rrls: Remove Reloading Screen 5.1.0+mc1.21.4-fabric 
- serverpingerfixer: Server Pinger Fixer 1.0.5 
- smoothgui: SmoothGui 0.1.1 
- smoothscroll: Smooth Scroll 2.2.1 
- sodium: Sodium 0.6.6+mc1.21.4 
- sodium-extra: Sodium Extra 0.6.1+mc1.21.4 
- spark: spark 1.10.121 
- status-effect-bars: Status Effect Bars 1.0.7 
- symbol-chat: Symbol Chat 1.21.4-1.2.11 
- viafabricplus: ViaFabricPlus 4.0.1 com_github_oryxel_
- cubeconverter: CubeConverter 25bc6ce1b1 com_google_code_findbugs_
- jsr305: jsr305 3.0.2 com_vdurmont_
- semver4j: semver4j 3.1.0 com_viaversion_
- viaaprilfools-common: viaaprilfools-common 4.0.0 com_viaversion_
- viabackwards-common: viabackwards-common 5.2.1 com_viaversion_
- vialoader: vialoader 4.0.0 com_viaversion_
- viaversion-common: viaversion-common 5.2.1 de_florianmichael_
- classic4j: Classic4J 2.1.1-SNAPSHOT io_jsonwebtoken_
- jjwt-api: jjwt-api 0.12.6 io_jsonwebtoken_
- jjwt-gson: jjwt-gson 0.12.6 io_jsonwebtoken_
- jjwt-impl: jjwt-impl 0.12.6 io_netty_
- netty-codec-http: netty-codec-http 4.1.116 net_jodah_
- expiringmap: expiringmap 0.5.10 net_lenni0451_commons_
- httpclient: httpclient 1.6.0 net_lenni0451_
- mcping: MCPing 1.4.2 net_lenni0451_mcstructs-bedrock_
- forms: forms 1.2.2 net_lenni0451_mcstructs-bedrock_
- text: text 1.2.2 net_lenni0451_
- reflect: Reflect 1.4.0 net_raphimc_
- minecraftauth: MinecraftAuth 4.1.1 net_raphimc_
- viabedrock: ViaBedrock 0.0.14-20241220.132943-7 net_raphimc_
- vialegacy: ViaLegacy 3.0.7 org_cloudburstmc_netty_
- netty-transport-raknet: netty-transport-raknet 1.0.0.CR3-SNAPSHOT org_lz4_
- lz4-pure-java: lz4-pure-java 1.8.0 
- viafabricplus-api: ViaFabricPlus API 4.0.1 
- viafabricplus-api-legacy: ViaFabricPlus API Legacy 4.0.1 
- viafabricplus-visuals: ViaFabricPlus Visuals 4.0.1

@tyrannus00
Copy link
Contributor

Can you export your modpack? The Modrinth app offers an option to do that easily. The only folder required is the mods folder. It would help greatly with debugging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash Oopsie
Projects
None yet
Development

No branches or pull requests

4 participants