1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2025-01-05 20:41:08
|
5 | Description: Rendering Block Entity
|
6 |
|
7 | java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1087.method_4707(net.minecraft.class_2680, net.minecraft.class_2350, net.minecraft.class_5819)" because "model" is null
|
8 | at knot//foundationgames.enhancedblockentities.util.EBEUtil.renderBakedModel(EBEUtil.java:36)
|
9 | at knot//foundationgames.enhancedblockentities.client.render.entity.BellBlockEntityRendererOverride.render(BellBlockEntityRendererOverride.java:44)
|
10 | at knot//net.minecraft.class_824.handler$cgc000$enhancedblockentities$enhanced_bes$renderOverrides(class_824.java:1030)
|
11 | at knot//net.minecraft.class_824.method_23079(class_824.java)
|
12 | at knot//net.minecraft.class_824.method_23081(class_824.java:79)
|
13 | at knot//net.minecraft.class_824.method_3554(class_824.java:104)
|
14 | at knot//net.minecraft.class_824.method_3555(class_824.java:79)
|
15 | at knot//me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:281)
|
16 | at knot//net.minecraft.class_761.handler$dpn000$sodium$onRenderTileEntities(class_761.java:10132)
|
17 | at knot//net.minecraft.class_761.method_22710(class_761.java:1364)
|
18 | at knot//net.minecraft.class_757.method_3188(class_757.java:1039)
|
19 | at knot//net.minecraft.class_757.method_3192(class_757.java:816)
|
20 | at knot//net.minecraft.class_310.method_1523(class_310.java:1177)
|
21 | at knot//net.minecraft.class_310.method_1514(class_310.java:768)
|
22 | at knot//net.minecraft.client.main.Main.method_44604(Main.java:244)
|
23 | at knot//net.minecraft.client.main.Main.main(Main.java:51)
|
24 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
25 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
26 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
27 |
|
28 |
|
29 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
30 | ---------------------------------------------------------------------------------------
|
31 |
|
32 | -- Head --
|
33 | Thread: Render thread
|
34 | Stacktrace:
|
35 | at knot//foundationgames.enhancedblockentities.util.EBEUtil.renderBakedModel(EBEUtil.java:36)
|
36 | at knot//foundationgames.enhancedblockentities.client.render.entity.BellBlockEntityRendererOverride.render(BellBlockEntityRendererOverride.java:44)
|
37 | at knot//net.minecraft.class_824.handler$cgc000$enhancedblockentities$enhanced_bes$renderOverrides(class_824.java:1030)
|
38 | at knot//net.minecraft.class_824.method_23079(class_824.java)
|
39 | at knot//net.minecraft.class_824.method_23081(class_824.java:79)
|
40 | at knot//net.minecraft.class_824.method_3554(class_824.java:104)
|
41 | at knot//net.minecraft.class_824.method_3555(class_824.java:79)
|
42 | at knot//me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:281)
|
43 | at knot//net.minecraft.class_761.handler$dpn000$sodium$onRenderTileEntities(class_761.java:10132)
|
44 | at knot//net.minecraft.class_761.method_22710(class_761.java:1364)
|
45 | at knot//net.minecraft.class_757.method_3188(class_757.java:1039)
|
46 |
|
47 | -- Block Entity Details --
|
48 | Details:
|
49 | Name: minecraft:bell // net.minecraft.class_3721
|
50 | Block: Block{minecraft:bell}[attachment=floor,facing=west,powered=false]
|
51 | Block location: World: (-640,165,4381), Section: (at 0,5,13 in -40,10,273; chunk contains blocks -640,-64,4368 to -625,319,4383), Region: (-2,8; contains chunks -64,256 to -33,287, blocks -1024,-64,4096 to -513,319,4607)
|
52 | Block: Block{minecraft:bell}[attachment=floor,facing=west,powered=false]
|
53 | Block location: World: (-640,165,4381), Section: (at 0,5,13 in -40,10,273; chunk contains blocks -640,-64,4368 to -625,319,4383), Region: (-2,8; contains chunks -64,256 to -33,287, blocks -1024,-64,4096 to -513,319,4607)
|
54 | Stacktrace:
|
55 | at knot//net.minecraft.class_824.method_3554(class_824.java:104)
|
56 | at knot//net.minecraft.class_824.method_3555(class_824.java:79)
|
57 | at knot//me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:281)
|
58 | at knot//net.minecraft.class_761.handler$dpn000$sodium$onRenderTileEntities(class_761.java:10132)
|
59 | at knot//net.minecraft.class_761.method_22710(class_761.java:1364)
|
60 | at knot//net.minecraft.class_757.method_3188(class_757.java:1039)
|
61 | at knot//net.minecraft.class_757.method_3192(class_757.java:816)
|
62 | at knot//net.minecraft.class_310.method_1523(class_310.java:1177)
|
63 | at knot//net.minecraft.class_310.method_1514(class_310.java:768)
|
64 | at knot//net.minecraft.client.main.Main.method_44604(Main.java:244)
|
65 | at knot//net.minecraft.client.main.Main.main(Main.java:51)
|
66 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
67 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
68 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
69 |
|
70 | -- Affected level --
|
71 | Details:
|
72 | All players: 1 total; [class_746['Angel06_'/369, l='ClientLevel', x=-676.86, y=208.00, z=4398.32]]
|
73 | Chunk stats: 4096, 2540
|
74 | Level dimension: minecraft:overworld
|
75 | Level spawn location: World: (0,74,32), Section: (at 0,10,0 in 0,4,2; chunk contains blocks 0,-64,32 to 15,319,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
|
76 | Level time: 15554014 game time, 17504523 day time
|
77 | Server brand: fabric
|
78 | Server type: Integrated singleplayer server
|
79 | Stacktrace:
|
80 | at knot//net.minecraft.class_638.method_8538(class_638.java:453)
|
81 | at knot//net.minecraft.class_310.method_1587(class_310.java:2341)
|
82 | at knot//net.minecraft.class_310.method_1514(class_310.java:787)
|
83 | at knot//net.minecraft.client.main.Main.method_44604(Main.java:244)
|
84 | at knot//net.minecraft.client.main.Main.main(Main.java:51)
|
85 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
86 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
87 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
88 |
|
89 | -- Last reload --
|
90 | Details:
|
91 | Reload number: 1
|
92 | Reload reason: initial
|
93 | Finished: Yes
|
94 | Packs: Default, XeKr+redstone+display+1.19.4.zip, Fabric Mods, OmarV2 No Sky.zip, Angel06_-totem-1.21-3D.zip
|
95 |
|
96 | -- System Details --
|
97 | Details:
|
98 | Minecraft Version: 1.19.2
|
99 | Minecraft Version ID: 1.19.2
|
100 | Operating System: Windows 10 (amd64) version 10.0
|
101 | Java Version: 17.0.8, Microsoft
|
102 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
|
103 | Memory: 1183500776 bytes (1128 MiB) / 4664066048 bytes (4448 MiB) up to 10737418240 bytes (10240 MiB)
|
104 | CPUs: 12
|
105 | Processor Vendor: GenuineIntel
|
106 | Processor Name: 11th Gen Intel(R) Core(TM) i5-11400F @ 2.60GHz
|
107 | Identifier: Intel64 Family 6 Model 167 Stepping 1
|
108 | Microarchitecture: unknown
|
109 | Frequency (GHz): 2.59
|
110 | Number of physical packages: 1
|
111 | Number of physical CPUs: 6
|
112 | Number of logical CPUs: 12
|
113 | Graphics card #0 name: AMD Radeon RX 6500 XT
|
114 | Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
|
115 | Graphics card #0 VRAM (MB): 4080.00
|
116 | Graphics card #0 deviceId: 0x743f
|
117 | Graphics card #0 versionInfo: DriverVersion=32.0.11037.4004
|
118 | Memory slot #0 capacity (MB): 8192.00
|
119 | Memory slot #0 clockSpeed (GHz): 2.67
|
120 | Memory slot #0 type: DDR4
|
121 | Memory slot #1 capacity (MB): 8192.00
|
122 | Memory slot #1 clockSpeed (GHz): 2.67
|
123 | Memory slot #1 type: DDR4
|
124 | Virtual memory max (MB): 35695.23
|
125 | Virtual memory used (MB): 21372.46
|
126 | Swap memory total (MB): 19456.00
|
127 | Swap memory used (MB): 178.86
|
128 | JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
|
129 | Fabric Mods:
|
130 | architectury: Architectury 6.6.92
|
131 | borderlessmining: Borderless Mining 1.1.5+1.19
|
132 | carpet: Carpet Mod 1.4.84
|
133 | carpet-fixes: Carpet Fixes 1.19-1.12.2
|
134 | conditional-mixin: conditional mixin 0.3.1
|
135 | citresewn: CIT Resewn 1.1.2+1.19.2
|
136 | citresewn-defaults: CIT Resewn: Defaults 1.1.2+1.19.2
|
137 | cloth-config: Cloth Config v8 8.3.134
|
138 | cloth-basic-math: cloth-basic-math 0.6.1
|
139 | collective: Collective 7.64
|
140 | continuity: Continuity 2.0.2+1.19
|
141 | cull-less-leaves: Cull Less Leaves 1.0.6
|
142 | debugify: Debugify 2.8.0
|
143 | deepslateinstamine: Deepslate Instamine 2.5_release
|
144 | dynamic_fps: Dynamic FPS 3.7.7
|
145 | net_lostluma_battery: battery 1.3.0
|
146 | enhancedblockentities: Enhanced Block Entities 0.7.2+1.19.2
|
147 | advanced_runtime_resource_pack: Runtime Resource Pack 0.6.2
|
148 | spruceui: SpruceUI 4.0.0+1.19
|
149 | entityculling: EntityCulling-Fabric 1.6.1-mc1.19.2
|
150 | fabric-api: Fabric API 0.77.0+1.19.2
|
151 | fabric-api-base: Fabric API Base 0.4.15+8f4e8eb390
|
152 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.14+93d8cb8290
|
153 | fabric-biome-api-v1: Fabric Biome API (v1) 9.1.1+16f1e31390
|
154 | fabric-block-api-v1: Fabric Block API (v1) 1.0.2+e415d50e90
|
155 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.25+cafc6e8e90
|
156 | fabric-client-tags-api-v1: Fabric Client Tags 1.0.5+b35fea8390
|
157 | fabric-command-api-v1: Fabric Command API (v1) 1.2.16+f71b366f90
|
158 | fabric-command-api-v2: Fabric Command API (v2) 2.2.1+413cbbc790
|
159 | fabric-commands-v0: Fabric Commands (v0) 0.2.33+df3654b390
|
160 | fabric-containers-v0: Fabric Containers (v0) 0.1.42+df3654b390
|
161 | fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.2+7c6cd14d90
|
162 | fabric-convention-tags-v1: Fabric Convention Tags 1.3.0+4bc6e26290
|
163 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.8+aeb40ebe90
|
164 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.9+413cbbc790
|
165 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.35+0d0f210290
|
166 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.4+9244241690
|
167 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.34+562bff6e90
|
168 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.36+df3654b390
|
169 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.24+b6b6abb490
|
170 | fabric-item-api-v1: Fabric Item API (v1) 1.6.6+b7d1888890
|
171 | fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.39+9244241690
|
172 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.25+5c4fce2890
|
173 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.23+df3654b390
|
174 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.4+1b46dc7890
|
175 | fabric-loot-api-v2: Fabric Loot API (v2) 1.1.13+83a8659290
|
176 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.16+9e7660c690
|
177 | fabric-message-api-v1: Fabric Message API (v1) 5.0.7+93d8cb8290
|
178 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.24+33fbc73890
|
179 | fabric-models-v0: Fabric Models (v0) 0.3.21+c6af733c90
|
180 | fabric-networking-api-v1: Fabric Networking API (v1) 1.2.12+def3f86d90
|
181 | fabric-networking-v0: Fabric Networking (v0) 0.3.29+df3654b390
|
182 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.2.2+d8ef690890
|
183 | fabric-particles-v1: Fabric Particles (v1) 1.1.0+ee641e7390
|
184 | fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.2+413cbbc790
|
185 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.33+9244241690
|
186 | fabric-renderer-api-v1: Fabric Renderer API (v1) 1.2.1+1adbf27790
|
187 | fabric-renderer-indigo: Fabric Renderer - Indigo 0.8.0+1adbf27790
|
188 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.25+df3654b390
|
189 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.19+6e0787e690
|
190 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.11+4d0d570390
|
191 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.28+df3654b390
|
192 | fabric-rendering-v1: Fabric Rendering (v1) 1.13.0+526f2c6790
|
193 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.2+aae9039d90
|
194 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.4+edbdcddb90
|
195 | fabric-screen-api-v1: Fabric Screen API (v1) 1.0.32+4d0d570390
|
196 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.8+1cc24b1b90
|
197 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.2+c4f28df590
|
198 | fabric-textures-v0: Fabric Textures (v0) 1.0.24+aeb40ebe90
|
199 | fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.6+413cbbc790
|
200 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.3+08b73de490
|
201 | fabric-language-kotlin: Fabric Language Kotlin 1.13.0+kotlin.2.1.0
|
202 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.0
|
203 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.0
|
204 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.0
|
205 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.0
|
206 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.26.1
|
207 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.9.0
|
208 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.9.0
|
209 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.1
|
210 | org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.6.0
|
211 | org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.6.0
|
212 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.3
|
213 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.7.3
|
214 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.3
|
215 | fabricloader: Fabric Loader 0.16.9
|
216 | mixinextras: MixinExtras 0.4.1
|
217 | ferritecore: FerriteCore 5.0.3
|
218 | freecam: Freecam 1.2.3
|
219 | fullbrightnesstoggle: Full Brightness Toggle 4.0
|
220 | indium: Indium 1.0.9+mc1.19.2
|
221 | inventoryprofilesnext: Inventory Profiles Next 1.10.11
|
222 | jade: Jade 8.7.3
|
223 | java: OpenJDK 64-Bit Server VM 17
|
224 | jei: Just Enough Items 11.8.1.1034
|
225 | journeymap: Journeymap 5.9.8
|
226 | journeymap-api-fabric: JourneyMap API 1.19.1-1.9-fabric-SNAPSHOT
|
227 | lazydfu: LazyDFU 0.1.3
|
228 | libipn: libIPN 4.0.2
|
229 | litematica: Litematica 0.12.7
|
230 | lithium: Lithium 0.11.1
|
231 | logical_zoom: Logical Zoom 0.0.17
|
232 | malilib: MaLiLib 0.13.0
|
233 | minecraft: Minecraft 1.19.2
|
234 | minihud: MiniHUD 0.23.3
|
235 | modmenu: Mod Menu 4.2.0-beta.2
|
236 | sodium: Sodium 0.4.4+build.18
|
237 | org_joml_joml: joml 1.10.4
|
238 | sodium-extra: Sodium Extra 0.4.16+mc1.19.2-build.90
|
239 | caffeineconfig: CaffeineConfig 1.0.0+1.17
|
240 | starlight: Starlight 1.1.1+fabric.ae22326
|
241 | tooltipfix: ToolTip Fix 1.1.1-1.19
|
242 | tweakeroo: Tweakeroo 0.14.3
|
243 | worldedit: WorldEdit 7.2.12+6240-87f4ae1
|
244 | yet-another-config-lib: YetAnotherConfigLib 2.2.0-for-1.19.2
|
245 | Launched Version: fabric-loader-0.16.9-1.19.2
|
246 | Backend library: LWJGL version 3.3.1 SNAPSHOT
|
247 | Backend API: AMD Radeon RX 6500 XT GL version 3.2.0 Core Profile Context 24.8.1.240822, ATI Technologies Inc.
|
248 | Window size: 1920x1009
|
249 | GL Caps: Using framebuffer using OpenGL 3.2
|
250 | GL debug messages: id=1005, source=API, type=ERROR, severity=HIGH, message='No detailed debug message due to a non-debug context' x 2
|
251 | Using VBOs: Yes
|
252 | Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
|
253 | Type: Integrated Server (map_client.txt)
|
254 | Graphics mode: fast
|
255 | Resource Packs: vanilla, file/XeKr+redstone+display+1.19.4.zip (incompatible), Fabric Mods, file/OmarV2 No Sky.zip, file/Angel06_-totem-1.21-3D.zip (incompatible)
|
256 | Current Language: English (US)
|
257 | CPU: 12x 11th Gen Intel(R) Core(TM) i5-11400F @ 2.60GHz
|
258 | Server Running: true
|
259 | Player Count: 1 / 8; [class_3222['Angel06_'/369, l='ServerLevel[STA]', x=-676.86, y=208.00, z=4398.32]]
|
260 | Data Packs: vanilla, Fabric Mods
|
261 | World Generation: Stable
|
262 |
|