Tech Reborn

Tech Reborn

30M Downloads

Game crashes on loading new world

MysticcX opened this issue · 2 comments

commented

Describe the bug

When trying to create a new world the game crashes after reaching 100% but when loading into an old world it loads as its supposed to.

Steps to Reproduce
Steps to reproduce the behavior:

  • First Step:
    Create new modded world.
  • Second Step
    Finished generating (at menu) then crashes

Screenshots

Environment (please complete the following information with the version):

  • Minecraft: 1.19.1
  • Mod Loader: Fabric-0.14.9

Logs
reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:scrapbox/auto/player_head_1
at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.46)
at reborncore.common.crafting.RebornRecipeType.read(RebornRecipeType.java:54)
at reborncore.common.crafting.RebornRecipeType.read(RebornRecipeType.java:40)
at net.minecraft.recipe.RecipeManager.deserialize(RecipeManager:135)
at net.minecraft.recipe.RecipeManager.apply(RecipeManager:56)
at net.minecraft.recipe.RecipeManager.apply(RecipeManager:35)
at net.minecraft.resource.SinglePreparationResourceReloader.method_18790(SinglePreparationResourceReloader:13)
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
at net.minecraft.resource.SimpleResourceReload.method_18365(SimpleResourceReload:69)
at net.minecraft.util.thread.ThreadExecutor.executeTask(ThreadExecutor:157)
at net.minecraft.util.thread.ReentrantThreadExecutor.executeTask(ReentrantThreadExecutor:23)
at net.minecraft.util.thread.ThreadExecutor.runTask(ThreadExecutor:131)
at net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor:140)
at net.minecraft.client.gui.screen.world.CreateWorldScreen.create(CreateWorldScreen:158)
at net.minecraft.client.gui.screen.world.SelectWorldScreen.method_19944(SelectWorldScreen:71)
at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget:43)
at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget:16)
at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget:120)
at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement:27)
at net.minecraft.client.Mouse.method_1611(Mouse:94)
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen:489)
at net.minecraft.client.Mouse.onMouseButton(Mouse:94)
at net.minecraft.client.Mouse.method_22686(Mouse:165)
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor:103)
at net.minecraft.client.Mouse.method_22684(Mouse:165)
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem:222)
at net.minecraft.client.MinecraftClient.render(MinecraftClient:1207)
at net.minecraft.client.MinecraftClient.run(MinecraftClient:767)
at net.minecraft.client.main.Main.method_44604(Main:244)
at net.minecraft.client.main.Main.main(Main:51)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: java.lang.IllegalStateException: No executor
at net.minecraft.util.UserCache.findByNameAsync(UserCache:166)
at net.minecraft.block.entity.SkullBlockEntity.loadProperties(SkullBlockEntity:134)
at net.minecraft.item.SkullItem.postProcessNbt(SkullItem:44)
at net.minecraft.item.ItemStack.setNbt(ItemStack:625)
at reborncore.common.crafting.RecipeUtils.deserializeItem(RecipeUtils.java:78)
at reborncore.common.crafting.RecipeUtils.lambda$deserializeItems$0(RecipeUtils.java:59)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.util.stream.IntPipeline$1$1.accept(IntPipeline.java:180)
at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:104)
at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:711)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
at reborncore.common.crafting.RecipeUtils.deserializeItems(RecipeUtils.java:59)
at reborncore.common.crafting.serde.AbstractRecipeSerde.getOutputs(AbstractRecipeSerde.java:61)
at reborncore.common.crafting.serde.RebornRecipeSerde.fromJson(RebornRecipeSerde.java:46)
at reborncore.common.crafting.RebornRecipeType.read(RebornRecipeType.java:52)
... 35 more

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

-- Head --
Thread: Render thread
Stacktrace:
at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.46)
at reborncore.common.crafting.RebornRecipeType.read(RebornRecipeType.java:54)
at reborncore.common.crafting.RebornRecipeType.read(RebornRecipeType.java:40)
at net.minecraft.recipe.RecipeManager.deserialize(RecipeManager:135)
at net.minecraft.recipe.RecipeManager.apply(RecipeManager:56)
at net.minecraft.recipe.RecipeManager.apply(RecipeManager:35)
at net.minecraft.resource.SinglePreparationResourceReloader.method_18790(SinglePreparationResourceReloader:13)
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
at net.minecraft.resource.SimpleResourceReload.method_18365(SimpleResourceReload:69)
at net.minecraft.util.thread.ThreadExecutor.executeTask(ThreadExecutor:157)
at net.minecraft.util.thread.ReentrantThreadExecutor.executeTask(ReentrantThreadExecutor:23)
at net.minecraft.util.thread.ThreadExecutor.runTask(ThreadExecutor:131)
at net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor:140)
at net.minecraft.client.gui.screen.world.CreateWorldScreen.create(CreateWorldScreen:158)
at net.minecraft.client.gui.screen.world.SelectWorldScreen.method_19944(SelectWorldScreen:71)
at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget:43)
at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget:16)
at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget:120)
at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement:27)
at net.minecraft.client.Mouse.method_1611(Mouse:94)

-- Affected screen --
Details:
Screen name: net.minecraft.class_526
Stacktrace:
at net.minecraft.class_437.method_25412(class_437.java:492)
at net.minecraft.class_312.method_1601(class_312.java:94)
at net.minecraft.class_312.method_22686(class_312.java:165)
at net.minecraft.class_1255.execute(class_1255.java:103)
at net.minecraft.class_312.method_22684(class_312.java:165)
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:222)
at net.minecraft.class_310.method_1523(class_310.java:1207)
at net.minecraft.class_310.method_1514(class_310.java:767)
at net.minecraft.client.main.Main.method_44604(Main.java:244)
at net.minecraft.client.main.Main.main(Main.java:51)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
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, minecraft/supporteatinganimation, visualoverhaul/coloredwaterbucket, visualoverhaul/nobrewingbottles, visualoverhaul/rounddiscs, continuity/glass_pane_culling_fix, continuity/default, RemasteredEnderDragon+1.19.zip, extended_drawers/alt, telepistons/enable_steam, TechFul+64x v0.5.zip

-- System Details --
Details:
Minecraft Version: 1.19.1
Minecraft Version ID: 1.19.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.3, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 5879315904 bytes (5606 MiB) / 9630121984 bytes (9184 MiB) up to 23622320128 bytes (22528 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: 11th Gen Intel(R) Core(TM) i5-11260H @ 2.60GHz
Identifier: Intel64 Family 6 Model 141 Stepping 1
Microarchitecture: unknown
Frequency (GHz): 2.61
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: NVIDIA GeForce RTX 3050 Ti Laptop GPU
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x25a0
Graphics card #0 versionInfo: DriverVersion=30.0.15.1278
Graphics card #1 name: Intel(R) UHD Graphics
Graphics card #1 vendor: Intel Corporation (0x8086)
Graphics card #1 VRAM (MB): 1024.00
Graphics card #1 deviceId: 0x9a68
Graphics card #1 versionInfo: DriverVersion=30.0.101.1631
Memory slot #0 capacity (MB): 8192.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): 69314.84
Virtual memory used (MB): 24272.88
Swap memory total (MB): 45000.00
Swap memory used (MB): 868.54
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx22G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Fabric Mods:
additionaladditions: Additional Additions 5.0.2
additionalstructures: Additional Structures 4.0.0
adorn: Adorn 3.6.1+1.19
advanced_movement: Advanced Movement 22.8.18
advanced_reborn: Advanced Reborn 1.0.8
autoconfig1u: Auto Config v1 Updated 3.4.0
mcpitanlib: MCPitanLib 1.4.4
alloy_forgery: Alloy Forgery 2.0.16+1.19
ambientenvironment: Ambient Environment 8.0+2
amethystequipment: Amethyst Equipment 1.0.5
animal_feeding_trough: Animal Feeding Trough 1.0.3+1.19
appleskin: AppleSkin 2.4.0+mc1.19
architectury: Architectury 6.0.37
attributefix: AttributeFix 16.0.1
autosmeltenchant: AutosmeltEnchant 1.1.0
awesomedungeon: Awesome Dungeon 2.0.11
awesomedungeonend: Awesome Dungeon Edition end 1.0.3
awesomedungeonnether: Awesome Dungeon Edition Nether 1.0.3
balm-fabric: Balm 4.5.1+0
bclib: BCLib 2.1.0
beaconoverhaul: Beacon Overhaul 1.7.2+1.19.1
reach-entity-attributes: Reach Entity Attributes 2.3.0
betteranimalmodels: Cyber's Better Animal Models 1.19-5.6.0
betteranimalsplus: Better Animals Plus 1.19-11.0.7
betterf3: BetterF3 1.3.2
betternether: Better Nether 7.1.0
bettervillage: Better Village 1.0.2
bitsandchisels: BitsAndChisels 2.7.0
stacc: Stacc 1.3.4
blockus: Blockus 2.5.1+1.19
terraform-wood-api-v1: Terraform Wood API (v1) 4.1.0
blossom: Blossom 1.0.5
boatcontainer: BoatContainer 1.2.2
boatiview: Boat Item View Fabric 0.0.3
bookshelf: Bookshelf 15.0.1
bottleyourxp-fabric: Bottle Your Xp (Fabric) 2.0
cardinal-components: Cardinal Components API 5.0.1
cardinal-components-base: Cardinal Components API (base) 5.0.1
cardinal-components-block: Cardinal Components API (blocks) 5.0.1
cardinal-components-chunk: Cardinal Components API (chunks) 5.0.1
cardinal-components-entity: Cardinal Components API (entities) 5.0.1
cardinal-components-item: Cardinal Components API (items) 5.0.1
cardinal-components-level: Cardinal Components API (world saves) 5.0.1
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.0.1
cardinal-components-world: Cardinal Components API (worlds) 5.0.1
carrier: Carrier 1.11.0
charm: Charm 4.2.1
com_moandjiezana_toml_toml4j: toml4j 0.7.2
chas: Craftable Horse Armour & Saddle 1.19-1.9-Fabric
chickensshed: ChickensShed 1.3.3
chisel: Chisel Refabricated 1.4.6
clickthrough: ClickThrough 1.19.1-fabric0.58.5-0.4
crowdin-translate: CrowdinTranslate 1.4+1.19
gbfabrictools: GBfabrictools 1.3.4+1.19
cloth-config: Cloth Config v8 8.0.75
cloth-basic-math: cloth-basic-math 0.6.1
clumps: Clumps 9.0.0+9
collective-fabric: Collective (Fabric) 4.36
fiber: fiber 0.23.0-2
comforts: Comforts 6.0.0+1.19.1
spectrelib: SpectreLib 0.8.1+1.19
compostable-rottenflesh: Compostable Rotten Flesh 1.0.0
continuity: Continuity 2.0.0+1.19
crawl: Crawl 0.11.0
mm: Manningham Mills 2.3
ctov: ChoiceTheorem's Overhauled Villages 3.0.1
dark-enchanting: Dark Enchanting 1.0.0+1.19.1
libgui: LibGui 6.0.0+1.19
jankson: Jankson 4.1.1+j1.2.1
blue_endless_jankson: jankson 1.2.1
libninepatch: LibNinePatch 1.1.0
omega-config: OmegaConfig 1.2.3-1.18.1
darkutils: DarkUtilities 12.0.1
dawn: Dawn API 3.5.0
decorative_blocks: Decorative Blocks 3.0.0
dehydration: Dehydration 1.2.9
dramaticdoors: Dramatic Doors (Fabric) 1.19.1-1.3.0
ducts: Ducts 1.1.8
durabilityviewer: Giselbaers Durability Viewer 1.19.1-fabric0.58.5-1.10.3
eatinganimationid: Eating Animation 1.9
edenring: EdenRing 0.6.4
effective: Effective 1.2.2
emerald_tools: Emerald Tools 1.4.22
pugh_tools: Pugh Tools 1.3.15
emi: EMI 0.4.0+1.19
enchanted-vertical-slabs: Enchanted Vertical Slabs 1.5
enchdesc: EnchantmentDescriptions 12.0.1
equipmentcompare: Equipment Compare 1.3.1
exlinefurniture: Exline's Furniture 2.3.0
extended_drawers: Extended Drawers 1.3.2+mc.1.19
graphlib: Graph Lib 0.3.1+1.19
mconfig: Mconfig 1.2.0+mc.1.19-rc1
de_poiu_apron_apron: apron 2.1.1
extendedbonemeal-fabric: Extended Bone Meal (Fabric) 1.9
fabric-api: Fabric API 0.59.0+1.19.2
fabric-api-base: Fabric API Base 0.4.10+e62f51a390
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.8+9ff28f4090
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.16+83a8659290
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.19+9ff28f4090
fabric-client-tags-api-v1: Fabric Client Tags 1.0.0+b35fea8390
fabric-command-api-v1: Fabric Command API (v1) 1.2.10+f71b366f90
fabric-command-api-v2: Fabric Command API (v2) 2.1.6+0c17ea9690
fabric-commands-v0: Fabric Commands (v0) 0.2.27+df3654b390
fabric-containers-v0: Fabric Containers (v0) 0.1.33+df3654b390
fabric-content-registries-v0: Fabric Content Registries (v0) 3.2.2+83a8659290
fabric-convention-tags-v1: Fabric Convention Tags 1.1.0+7cd20a1490
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.4+bd0a0d4a90
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.1.7+a680b9b490
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.29+a6d2f78590
fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.17+9ff28f4090
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.27+9ff28f4090
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.27+df3654b390
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.20+1899036190
fabric-item-api-v1: Fabric Item API (v1) 1.5.6+35a03c4390
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.27+6bee109e90
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.19+9ff28f4090
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.17+df3654b390
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.1.1+83a8659290
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.2+83a8659290
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.5+9e7660c690
fabric-message-api-v1: Fabric Message API (v1) 5.0.2+176380a290
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.13+33fbc73890
fabric-models-v0: Fabric Models (v0) 0.3.16+9ff28f4090
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.3+5eb68ef290
fabric-networking-v0: Fabric Networking (v0) 0.3.20+df3654b390
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.0.10+7675279690
fabric-particles-v1: Fabric Particles (v1) 1.0.9+dc39553a90
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.23+23c4cfef90
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.9+84f79e9d90
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.11+5187d39f90
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.19+df3654b390
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.13+9ff28f4090
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.6+9ff28f4090
fabric-rendering-v0: Fabric Rendering (v0) 1.1.21+df3654b390
fabric-rendering-v1: Fabric Rendering (v1) 1.10.15+9ff28f4090
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.10+e62f51a390
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.6.0+6bee109e90
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.25+f05effaf90
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.12+9ff28f4090
fabric-textures-v0: Fabric Textures (v0) 1.0.19+9ff28f4090
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.0.10+83a8659290
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.2.0+1e232e1390
fabric-language-kotlin: Fabric Language Kotlin 1.8.2+kotlin.1.7.10
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.7.10
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.7.10
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.7.10
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.7.10
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.2
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.3
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.3
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.3
fabric-language-scala: Fabric Language Scala 1.1.0+scala.2.13.6
fabricenchantments: Fabric Enchantments 0.8.0
fabricloader: Fabric Loader 0.14.9
fallingleaves: Falling Leaves 1.12.1+1.19
fallingtree: FallingTree 3.8.1
farsight: Farsight Mod 1.19.1-2.0
flesh2leather: Flesh2Leather 1.0.3+1.19
fluidtank: Fluid Tank 19.0.531-fabric
org_typelevel_cats-core_2_13: cats-core_2.13 2.8.0
org_typelevel_cats-kernel_2_13: cats-kernel_2.13 2.8.0
forgeconfigapiport: Forge Config API Port 4.0.1
com_electronwill_night-config_core: core 3.6.5
com_electronwill_night-config_toml: toml 3.6.5
gearreborn: Gear Reborn 1.19-0.1.15
geckolib3: Geckolib 3.1.8
com_eliotlash_mclib_mclib: mclib 18
com_eliotlash_molang_molang: molang 18
geodes: More Geodes 1.4.4
glassdoor: Glass Doors 3.0.0+1.19
goblintraders: Goblin Traders 1.5.2
guardvillagers: Guard Villagers Fabric 1.19-1.0.16
hoetweaks-fabric: Hoe Tweaks (Fabric) 1.7
horsestatsvanilla: Horse Stats Vanilla 4.2.2
huskspawn-fabric: Husk Spawn (Fabric) 1.8
iceberg: Iceberg 1.0.38
immersive_armors: Immersive Armors 1.4.1
impactfulweather: Biome Particle Weather 4.0.1
incendium: Incendium 5.1.2
indium: Indium 1.0.7+mc1.19
infusion_table: Infusion Table 1.1.0
inmis: Inmis 2.7.0-1.19
inventoryprofilesnext: Inventory Profiles Next 1.6.4
iris: Iris 1.2.6
org_anarres_jcpp: jcpp 1.4.14
ironchests: Iron Chests 1.7.5
jade: Jade 8.0.0
jamlib: JamLib 0.4.0
java: OpenJDK 64-Bit Server VM 17
journeymap: Journeymap 5.9.0beta1
journeymap-api-fabric: JourneyMap API 1.19.1-1.9-fabric-SNAPSHOT
jumpoverfences: JumpOverFences 1.16-0.0.3
keebsz: Keebsz's Battle Towers 0.3.3
kleeslabs: KleeSlabs 12.0.0
lambdabettergrass: LambdaBetterGrass 1.3.0+1.19
spruceui: SpruceUI 4.0.0+1.19
lambdynlights: LambDynamicLights 2.1.2+1.19
pride: Pride Lib 1.1.2+1.19
libraryferret: Library Ferret 2.0.0
litematica: Litematica 0.12.3
malilib: MaLiLib 0.13.0
mcdw: MC Dungeons Weapons 4.4.0-1.19
enchant_giver: Enchant Giver 1.3.0
mcwbridges: Macaw's Bridges 2.0.3
mcwdoors: Macaw's Doors 1.0.6
mcwfences: Macaw's Fences and Walls 1.0.5
mcwlights: Macaw's Lights and Lamps 1.0.4
mcwtrpdoors: Macaw's Trapdoors 1.0.6
mcwwindows: Macaw's Windows 2.0.3
medievalweapons: Medieval Weapons 1.2.1
midnightlib: MidnightLib 0.5.2
minecraft: Minecraft 1.19.1
missingwilds: Missing Wilds 1.1.2
advanced_runtime_resource_pack: Runtime Resource Pack 0.6.2
moderndynamics: Modern Dynamics 0.3.1-beta
team_reborn_energy: Energy 2.2.0
modmenu: Mod Menu 4.0.5
morevillagers: More Villagers 4.0.2
mousetweaks: Mouse Tweaks 2.22
mvs: Vanilla Structure Mod 2.4.7
naturalist: Naturalist 2.1.0
naturescompass: Nature's Compass 1.19.1-2.0.4-fabric
nicemod: NiceMod - New blocks 1.1 - 1.19
notenoughcrashes: Not Enough Crashes 4.1.6+1.19
npcvariety: NPC Variety 2.2.1
nullscape: Nullscape 1.2
nyfsquiver: Nyf's Quivers Fabric-0.5.0-1.19-rc2
omnihopper: Omni-Hopper 1.1.3+1.19
cooldown-coordinator: Cooldown Coordinator 0.4.2
ordinarytweaks: SomeOrdinaryTweaks 1.2.5
owo: oωo 0.7.3+1.19
oxidized: Oxidized 1.7.1
passiveshield-fabric: Passive Shield (Fabric) 2.1
patchouli: Patchouli 1.19-74-FABRIC
phosphor: Phosphor 0.8.1
physicsmod: Physics Mod 2.7.6
pigpen: PigPen 10.0.1
polymorph: Polymorph 0.45.0+1.19.1
prettybeaches: Pretty Beaches 8.0.0
puzzleslib: Puzzles Lib 4.1.6
quarrymod: Industrial Quarry Mod 1.0.2
quarryplus: QuarryPlus 19.1.629
rare-ice: Rare Ice 0.5.0
reborncore: Reborn Core 5.3.3
redstonepen: Redstone Pen 1.0.16
reeses-sodium-options: Reese's Sodium Options 1.4.4+mc1.19-build.47
reinfbarrel: Reinforced Barrels 2.0.3+1.19
reinfcore: Reinforced Core 2.1.0+1.19
repurposed_structures: Repurposed Structures 6.1.1+1.19
reroll: Reroll 1.6.0-1.19
omega-config-gui: Omega Config GUI 1.2.3-1.18.1
cloth-config-lite: cloth-config-lite 2.0.6
resounding: Resounding 1.0.0-bc.19
rightclickharvest: Right Click Harvest 2.2.2
ring_of_attraction: Ring Of Attraction 1.3.10
ring_of_teleport: Ring Of Teleport 1.2.11
rocks: This Rocks! 1.6.1
runelic: Runelic 13.0.1
silkspawners: SilkSpawners 1.1.2
simply_houses: Simply Houses 1.1.3-1.19
skeletonhorsespawn-fabric: Skeleton Horse Spawn (Fabric) 2.4
skyvillages: Sky Villages 1.0.2.1
sleepwarp: SleepWarp 1.2.0+1.19
slimechunkf3: SlimeChunkF3 1.4
slimyboyos: Slimy Boyos 5.0.0.2
slimyfloor: Slimy Floor 1.19-1.2.4
snowytrees: Snowy Trees 1.2.0
sodium: Sodium 0.4.2+build.16
org_joml_joml: joml 1.10.4
sodium-extra: Sodium Extra 0.4.7+mc1.19.2-build.52
caffeineconfig: CaffeineConfig 1.0.0+1.17
spark: spark 1.9.26
fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
spellbound: Spellbound 1.10.0-test
spidersproducewebs-fabric: Spiders Produce Webs (Fabric) 2.0
stoneholm: Stoneholm 1.4.4
strayspawn-fabric: Stray Spawn (Fabric) 2.0
structory: Structory 1.0.1
sync: Sync (Fabric) 4.2
satin: Satin 1.8.0
smart-recipes: Smart Recipes 0.2.1+1.19
t_and_t: Towns and Towers - Structure Add-on 1.8.2
tawct: Time & Wind Custom Ticker 1.4.2+1.19.1
techreborn: Tech Reborn 5.3.3
telepistons: Telepistons 1.1.2
terrablender: TerraBlender 2.0.0.120
thonkutil: ThonkUtil 2.15.4+1.19
thonkutil-base: ThonkUtil Base 1.13.2+4a8c408a57
thonkutil-capes-v1: ThonkUtil Capes (v1) 1.4.2+3eb2749857
thonkutil-coords-v1: ThonkUtil Coords (v1) 1.1.2+8ff533c957
thonkutil-customization-v1: ThonkUtil Customization (v1) 1.1.2+8ff533c957
thonkutil-legacy: ThonkUtil Legacy 1.1.2+5d4263f557
thonkutil-modchecker-v1: ThonkUtil ModChecker (v1) 1.1.3+bd4b387957
thonkutil-potions-v0: ThonkUtil Potions (v0) 1.5.2+8ff533c957
thonkutil-titlescreen-v1: ThonkUtil TitleScreen (v1) 1.2.2+8ff533c957
thonkutil-trades-v1: ThonkUtil Trades (v1) 1.2.2+8ff533c957
totw_additions: Towers of the Wild: Additions 1.2.3
trapexpansion: Trap Expansion 1.1.0
travelersbackpack: Traveler's Backpack 1.19.1-8.1.0
trinkets: Trinkets 3.4.0
tumbleweed: Tumbleweed 0.5.1
universal_ores: Universal Ores 1.4.2
unstructured: Unstructured 0.5.2+1.19
visuality: Visuality 0.5.1
visualoverhaul: VisualOverhaul 4.1.1
visualworkbench: Visual Workbench 4.1.1
wands: Building Wands 2.6.3_release
wi_zoom: WI Zoom 1.4-MC1.19.1
wiredredstone: Wired Redstone 0.4.7+1.19
com_github_llamalad7_mixinextras: MixinExtras 0.0.11
libmultipart_deps_container: LibMultiPart (Dependency Container) 0.8.0-pre.1.5+kneelawk
libblockattributes_core: LibBlockAttributes (Core) 0.11.0-pre.1.3+kneelawk
libmultipart: LibMultiPart 0.8.0-pre.1.5+kneelawk
libnetworkstack: Lib Network Stack 0.7.1-pre.0.3+kneelawk
wolveswitharmor: Wolves With Armor 1.8.0-1.19
maybe-data: Maybe data 1.3.2-1.19-rc2
static-content: Static Content 1.0.1-1.16.2
staticdata: Static Data 1.1.2
worldedit: WorldEdit 7.2.11+c43a877
worldeditcui: WorldEditCUI 1.19+01
worldtime: WorldTime 1.19.1-fabric0.58.5-1.3.1
wwoo: William Wythers' Overhauled Overworld 3.1.7
xtraarrows: Xtra Arrows 2.0
yigd: You're in Grave Danger 1.4.1
Loaded Shaderpack: ComplementaryReimagined_r1.1.1.zip
Profile: HIGH (+7 options changed by user)
Launched Version: fabric-loader-0.14.9-1.19.1
Backend library: LWJGL version 3.3.1 SNAPSHOT
Backend API: NVIDIA GeForce RTX 3050 Ti Laptop GPU/PCIe/SSE2 GL version 3.2.0 NVIDIA 512.78, NVIDIA Corporation
Window size: 1920x1080
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, minecraft/supporteatinganimation, visualoverhaul/coloredwaterbucket, visualoverhaul/nobrewingbottles, visualoverhaul/rounddiscs, continuity/glass_pane_culling_fix, continuity/default, file/RemasteredEnderDragon+1.19.zip, extended_drawers/alt (incompatible), telepistons/enable_steam, file/TechFul+64x v0.5.zip
Current Language: English (US)
CPU: 12x 11th Gen Intel(R) Core(TM) i5-11260H @ 2.60GHz
Server Running: true
Player Count: 0 / 8; []
Data Packs: vanilla, Fabric Mods, 1.19_default.zip, structure_mod_compat.zip, file/DWAEBH+1.8+(Vanilla+Height).zip, file/Repurposed_Structures-More_Villagers_v7.zip, file/Towers_Of_The_Wild_Reworked_v4.0.1.zip, file/ctov-mores-villager-compat-v-1-0-0.zip
World Generation: Stable
Client Crashes Since Restart: 1
Integrated Server Crashes Since Restart: 1
Suspected Mods: Minecraft (minecraft), Fabric Loader (fabricloader), Reborn Core (reborncore)

Additional context
Add any other context about the problem here.

This problem randomly started happening and previously there was no problem making a new world. Did so the other day, didn't add any mods tried make new world and it consistently crashes. Had one instance where it claimed to be William Wythers' Overhauled Overworld mod but that was 1/4 attempts to load into a world.

commented

Still happens on 1.19.2?

commented

No reply from reporter