| 1 | ---- Minecraft Crash Report ----
|
| 2 | |
| 3 |
|
| 4 | Time: 2022-12-06 14:46:04
|
| 5 | Description: Unexpected error
|
| 6 |
|
| 7 | java.lang.UnsupportedOperationException: DynamicLabelComponent does not support Sizing.content() on the vertical axis
|
| 8 | at io.wispforest.owo.ui.base.BaseComponent.determineVerticalContentSize(BaseComponent.java:73)
|
| 9 | at io.wispforest.owo.ui.core.Sizing.inflate(Sizing.java:35)
|
| 10 | at io.wispforest.owo.ui.base.BaseComponent.applySizing(BaseComponent.java:94)
|
| 11 | at io.wispforest.owo.ui.base.BaseComponent.inflate(BaseComponent.java:79)
|
| 12 | at io.wispforest.owo.ui.container.VerticalFlowLayout.lambda$layout$1(VerticalFlowLayout.java:27)
|
| 13 | at io.wispforest.owo.ui.base.BaseParentComponent.mountChild(BaseParentComponent.java:314)
|
| 14 | at io.wispforest.owo.ui.container.VerticalFlowLayout.lambda$layout$0(VerticalFlowLayout.java:24)
|
| 15 | at io.wispforest.owo.ui.util.MountingHelper.mountEarly(MountingHelper.java:29)
|
| 16 | at io.wispforest.owo.ui.container.VerticalFlowLayout.layout(VerticalFlowLayout.java:24)
|
| 17 | at io.wispforest.owo.ui.base.BaseParentComponent.inflate(BaseParentComponent.java:163)
|
| 18 | at io.wispforest.owo.ui.container.VerticalFlowLayout.lambda$layout$1(VerticalFlowLayout.java:27)
|
| 19 | at io.wispforest.owo.ui.base.BaseParentComponent.mountChild(BaseParentComponent.java:314)
|
| 20 | at io.wispforest.owo.ui.container.VerticalFlowLayout.lambda$layout$0(VerticalFlowLayout.java:24)
|
| 21 | at io.wispforest.owo.ui.util.MountingHelper.mountEarly(MountingHelper.java:29)
|
| 22 | at io.wispforest.owo.ui.container.VerticalFlowLayout.layout(VerticalFlowLayout.java:24)
|
| 23 | at io.wispforest.owo.ui.base.BaseParentComponent.inflate(BaseParentComponent.java:163)
|
| 24 | at io.wispforest.owo.ui.base.BaseParentComponent.updateLayout(BaseParentComponent.java:178)
|
| 25 | at io.wispforest.owo.ui.container.FlowLayout.child(FlowLayout.java:45)
|
| 26 | at com.glisco.isometricrenders.IsometricRenders.lambda$onInitializeClient$2(IsometricRenders.java:79)
|
| 27 | at net.fabricmc.fabric.api.client.rendering.v1.HudRenderCallback.lambda$static$0(HudRenderCallback.java:27)
|
| 28 | at net.minecraft.client.gui.hud.InGameHud.handler$zha000$render(InGameHud.java:1496)
|
| 29 | at net.minecraft.client.gui.hud.InGameHud.render(InGameHud.java:393)
|
| 30 | at net.minecraft.client.render.GameRenderer.render(GameRenderer.java:862)
|
| 31 | at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1177)
|
| 32 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:768)
|
| 33 | at net.minecraft.client.main.Main.main(Main.java:244)
|
| 34 | at net.minecraft.client.main.Main.main(Main.java:51)
|
| 35 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
| 36 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
| 37 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 38 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
| 39 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
| 40 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
| 41 | at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
| 42 | at org.prismlauncher.impl.OneSixLauncher.invokeMain(OneSixLauncher.java:104)
|
| 43 | at org.prismlauncher.impl.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:176)
|
| 44 | at org.prismlauncher.impl.OneSixLauncher.launch(OneSixLauncher.java:186)
|
| 45 | at org.prismlauncher.EntryPoint.listen(EntryPoint.java:144)
|
| 46 | at org.prismlauncher.EntryPoint.main(EntryPoint.java:74)
|
| 47 |
|
| 48 |
|
| 49 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
| 50 | ---------------------------------------------------------------------------------------
|
| 51 |
|
| 52 | -- Head --
|
| 53 | Thread: Render thread
|
| 54 | Stacktrace:
|
| 55 | at io.wispforest.owo.ui.base.BaseComponent.determineVerticalContentSize(BaseComponent.java:73)
|
| 56 | at io.wispforest.owo.ui.core.Sizing.inflate(Sizing.java:35)
|
| 57 | at io.wispforest.owo.ui.base.BaseComponent.applySizing(BaseComponent.java:94)
|
| 58 | at io.wispforest.owo.ui.base.BaseComponent.inflate(BaseComponent.java:79)
|
| 59 | at io.wispforest.owo.ui.container.VerticalFlowLayout.lambda$layout$1(VerticalFlowLayout.java:27)
|
| 60 | at io.wispforest.owo.ui.base.BaseParentComponent.mountChild(BaseParentComponent.java:314)
|
| 61 | at io.wispforest.owo.ui.container.VerticalFlowLayout.lambda$layout$0(VerticalFlowLayout.java:24)
|
| 62 | at io.wispforest.owo.ui.util.MountingHelper.mountEarly(MountingHelper.java:29)
|
| 63 | at io.wispforest.owo.ui.container.VerticalFlowLayout.layout(VerticalFlowLayout.java:24)
|
| 64 | at io.wispforest.owo.ui.base.BaseParentComponent.inflate(BaseParentComponent.java:163)
|
| 65 | at io.wispforest.owo.ui.container.VerticalFlowLayout.lambda$layout$1(VerticalFlowLayout.java:27)
|
| 66 | at io.wispforest.owo.ui.base.BaseParentComponent.mountChild(BaseParentComponent.java:314)
|
| 67 | at io.wispforest.owo.ui.container.VerticalFlowLayout.lambda$layout$0(VerticalFlowLayout.java:24)
|
| 68 | at io.wispforest.owo.ui.util.MountingHelper.mountEarly(MountingHelper.java:29)
|
| 69 | at io.wispforest.owo.ui.container.VerticalFlowLayout.layout(VerticalFlowLayout.java:24)
|
| 70 | at io.wispforest.owo.ui.base.BaseParentComponent.inflate(BaseParentComponent.java:163)
|
| 71 | at io.wispforest.owo.ui.base.BaseParentComponent.updateLayout(BaseParentComponent.java:178)
|
| 72 | at io.wispforest.owo.ui.container.FlowLayout.child(FlowLayout.java:45)
|
| 73 | at com.glisco.isometricrenders.IsometricRenders.lambda$onInitializeClient$2(IsometricRenders.java:79)
|
| 74 | at net.fabricmc.fabric.api.client.rendering.v1.HudRenderCallback.lambda$static$0(HudRenderCallback.java:27)
|
| 75 | at net.minecraft.client.gui.hud.InGameHud.handler$zha000$render(InGameHud.java:1496)
|
| 76 | at net.minecraft.client.gui.hud.InGameHud.render(InGameHud.java:393)
|
| 77 |
|
| 78 | -- Affected level --
|
| 79 | Details:
|
| 80 | All players: 1 total; [class_746['ImSimplySuperior'/242, l='ClientLevel', x=-142.98, y=77.00, z=-309.63]]
|
| 81 | Chunk stats: 5041, 1302
|
| 82 | Level dimension: minecraft:overworld
|
| 83 | Level spawn location: World: (-144,64,-316), Section: (at 0,0,4 in -9,4,-20; chunk contains blocks -144,-64,-320 to -129,319,-305), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
|
| 84 | Level time: 240 game time, 240 day time
|
| 85 | Server brand: fabric
|
| 86 | Server type: Integrated singleplayer server
|
| 87 | Stacktrace:
|
| 88 | at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:453)
|
| 89 | at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2341)
|
| 90 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:792)
|
| 91 | at net.minecraft.client.main.Main.main(Main.java:244)
|
| 92 | at net.minecraft.client.main.Main.main(Main.java:51)
|
| 93 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
| 94 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
| 95 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 96 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
| 97 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
| 98 | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
| 99 | at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
| 100 | at org.prismlauncher.impl.OneSixLauncher.invokeMain(OneSixLauncher.java:104)
|
| 101 | at org.prismlauncher.impl.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:176)
|
| 102 | at org.prismlauncher.impl.OneSixLauncher.launch(OneSixLauncher.java:186)
|
| 103 | at org.prismlauncher.EntryPoint.listen(EntryPoint.java:144)
|
| 104 | at org.prismlauncher.EntryPoint.main(EntryPoint.java:74)
|
| 105 |
|
| 106 | -- Last reload --
|
| 107 | Details:
|
| 108 | Reload number: 1
|
| 109 | Reload reason: initial
|
| 110 | Finished: Yes
|
| 111 | Packs: Default, Fabric Mods
|
| 112 |
|
| 113 | -- System Details --
|
| 114 | Details:
|
| 115 | Minecraft Version: 1.19.2
|
| 116 | Minecraft Version ID: 1.19.2
|
| 117 | Operating System: Windows 10 (amd64) version 10.0
|
| 118 | Java Version: 17.0.3, Eclipse Adoptium
|
| 119 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
|
| 120 | Memory: 521119968 bytes (496 MiB) / 2818572288 bytes (2688 MiB) up to 4294967296 bytes (4096 MiB)
|
| 121 | CPUs: 12
|
| 122 | Processor Vendor: AuthenticAMD
|
| 123 | Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
| 124 | Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
| 125 | Microarchitecture: unknown
|
| 126 | Frequency (GHz): 3.60
|
| 127 | Number of physical packages: 1
|
| 128 | Number of physical CPUs: 6
|
| 129 | Number of logical CPUs: 12
|
| 130 | Graphics card #0 name: NVIDIA GeForce GTX 1650
|
| 131 | Graphics card #0 vendor: NVIDIA (0x10de)
|
| 132 | Graphics card #0 VRAM (MB): 4095.00
|
| 133 | Graphics card #0 deviceId: 0x1f82
|
| 134 | Graphics card #0 versionInfo: DriverVersion=31.0.15.2737
|
| 135 | Memory slot #0 capacity (MB): 8192.00
|
| 136 | Memory slot #0 clockSpeed (GHz): 3.20
|
| 137 | Memory slot #0 type: DDR4
|
| 138 | Memory slot #1 capacity (MB): 8192.00
|
| 139 | Memory slot #1 clockSpeed (GHz): 3.20
|
| 140 | Memory slot #1 type: DDR4
|
| 141 | Virtual memory max (MB): 19893.72
|
| 142 | Virtual memory used (MB): 10433.32
|
| 143 | Swap memory total (MB): 3584.00
|
| 144 | Swap memory used (MB): 0.00
|
| 145 | JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4096m
|
| 146 | Fabric Mods:
|
| 147 | fabric-api: Fabric API 0.68.0 1.19.2
|
| 148 | fabric-api-base: Fabric API Base 0.4.13 0d0f210290
|
| 149 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.12 93d8cb8290
|
| 150 | fabric-biome-api-v1: Fabric Biome API (v1) 9.0.20 0d0f210290
|
| 151 | fabric-block-api-v1: Fabric Block API (v1) 1.0.1 12bfe4ea90
|
| 152 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.22 c6af733c90
|
| 153 | fabric-client-tags-api-v1: Fabric Client Tags 1.0.3 b35fea8390
|
| 154 | fabric-command-api-v1: Fabric Command API (v1) 1.2.13 f71b366f90
|
| 155 | fabric-command-api-v2: Fabric Command API (v2) 2.1.9 93d8cb8290
|
| 156 | fabric-commands-v0: Fabric Commands (v0) 0.2.30 df3654b390
|
| 157 | fabric-containers-v0: Fabric Containers (v0) 0.1.38 df3654b390
|
| 158 | fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.3 6064db2a90
|
| 159 | fabric-convention-tags-v1: Fabric Convention Tags 1.1.3 93d8cb8290
|
| 160 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.7 aeb40ebe90
|
| 161 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.2 ad31814d90
|
| 162 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.33 0d0f210290
|
| 163 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.2 9244241690
|
| 164 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.31 6eb9a2a190
|
| 165 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.31 df3654b390
|
| 166 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.23 c6af733c90
|
| 167 | fabric-item-api-v1: Fabric Item API (v1) 1.6.1 fa140d5990
|
| 168 | fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.35 9244241690
|
| 169 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.23 aaaf9d3390
|
| 170 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.21 df3654b390
|
| 171 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.2 9244241690
|
| 172 | fabric-loot-api-v2: Fabric Loot API (v2) 1.1.9 83a8659290
|
| 173 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.12 9e7660c690
|
| 174 | fabric-message-api-v1: Fabric Message API (v1) 5.0.5 93d8cb8290
|
| 175 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.20 33fbc73890
|
| 176 | fabric-models-v0: Fabric Models (v0) 0.3.19 c6af733c90
|
| 177 | fabric-networking-api-v1: Fabric Networking API (v1) 1.2.8 3b1d070f90
|
| 178 | fabric-networking-v0: Fabric Networking (v0) 0.3.25 df3654b390
|
| 179 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.2 06e0e25190
|
| 180 | fabric-particles-v1: Fabric Particles (v1) 1.0.12 79adfe0a90
|
| 181 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.29 9244241690
|
| 182 | fabric-renderer-api-v1: Fabric Renderer API (v1) 1.1.0 e7aeff4590
|
| 183 | fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.17 aeb40ebe90
|
| 184 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.22 df3654b390
|
| 185 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.17 0d0f210290
|
| 186 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.9 c6af733c90
|
| 187 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.25 df3654b390
|
| 188 | fabric-rendering-v1: Fabric Rendering (v1) 1.11.1 73145abb90
|
| 189 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.1 aae9039d90
|
| 190 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.1 0d0f210290
|
| 191 | fabric-screen-api-v1: Fabric Screen API (v1) 1.0.29 0d0f210290
|
| 192 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.4 1cc24b1b90
|
| 193 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.1 c4f28df590
|
| 194 | fabric-textures-v0: Fabric Textures (v0) 1.0.22 aeb40ebe90
|
| 195 | fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.3 9d081d6490
|
| 196 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.2 42d99c3290
|
| 197 | fabricloader: Fabric Loader 0.14.9
|
| 198 | isometric-renders: Isometric Renders 0.4.1 1.19
|
| 199 | worldmesher: Worldmesher 0.2.12 1.19
|
| 200 | java: OpenJDK 64-Bit Server VM 17
|
| 201 | minecraft: Minecraft 1.19.2
|
| 202 | owo: oωo 0.9.2 1.19
|
| 203 | blue_endless_jankson: jankson 1.2.1
|
| 204 | Launched Version: 1.19.2
|
| 205 | Backend library: LWJGL version 3.3.1 SNAPSHOT
|
| 206 | Backend API: NVIDIA GeForce GTX 1650/PCIe/SSE2 GL version 3.2.0 NVIDIA 527.37, NVIDIA Corporation
|
| 207 | Window size: 1920x1080
|
| 208 | GL Caps: Using framebuffer using OpenGL 3.2
|
| 209 | GL debug messages:
|
| 210 | Using VBOs: Yes
|
| 211 | Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
|
| 212 | Type: Integrated Server (map_client.txt)
|
| 213 | Graphics mode: fancy
|
| 214 | Resource Packs: Fabric Mods
|
| 215 | Current Language: English (US)
|
| 216 | CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
| 217 | Server Running: true
|
| 218 | Player Count: 1 / 8; [class_3222['ImSimplySuperior'/242, l='ServerLevel[New World]', x=-142.98, y=77.00, z=-309.63]]
|
| 219 | Data Packs: vanilla, Fabric Mods
|
| 220 | World Generation: Experimental
|
| 221 |
|