Jump to content

Recommended Posts

Posted

Crash report below. What could be the problem?

---- Minecraft Crash Report ----
Description: mouseClicked event handler

java.lang.NoClassDefFoundError: net/id/incubus_core/json/RecipeParser
    at de.dafuqs.spectrum.recipe.spirit_instiller.SpiritInstillerRecipeSerializer.read(SpiritInstillerRecipeSerializer.java:32)
    at de.dafuqs.spectrum.recipe.spirit_instiller.SpiritInstillerRecipeSerializer.method_8121(SpiritInstillerRecipeSerializer.java:13)
    at net.minecraft.class_1863.method_17720(class_1863.java:135)
    at net.minecraft.class_1863.method_20705(class_1863.java:56)
    at net.minecraft.class_1863.method_18788(class_1863.java:35)
    at net.minecraft.class_4080.method_18790(class_4080.java:13)
    at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
    at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
    at net.minecraft.class_4014.method_18365(class_4014.java:69)
    at net.minecraft.class_1255.execute(class_1255.java:103)
    at net.minecraft.class_4014.method_18367(class_4014.java:68)
    at java.base/java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572)
    at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714)
    at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
    at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
    at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726)
    at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
    at net.minecraft.class_4014.method_18365(class_4014.java:69)
    at net.minecraft.class_1255.execute(class_1255.java:103)
    at net.minecraft.class_4014.method_18367(class_4014.java:68)
    at java.base/java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572)
    at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714)
    at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
    at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
    at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726)
    at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
    at net.minecraft.class_4014.method_18365(class_4014.java:69)
    at net.minecraft.class_1255.execute(class_1255.java:103)
    at net.minecraft.class_4014.method_18367(class_4014.java:68)
    at java.base/java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572)
    at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714)
    at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
    at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147)
    at net.minecraft.class_4014$1.method_18374(class_4014.java:51)
    at net.minecraft.class_1255.redirect$dgi000$c2me-opts-scheduling$redirectExecuteTask(class_1255.java:1021)
    at net.minecraft.class_1255.method_16075(class_1255.java:131)
    at net.minecraft.class_1255.method_18857(class_1255.java:140)
    at net.minecraft.class_525.method_31130(class_525.java:158)
    at net.minecraft.class_526.method_19944(class_526.java:71)
    at net.minecraft.class_4185.method_25306(class_4185.java:43)
    at net.minecraft.class_4264.method_25348(class_4264.java:16)
    at net.minecraft.class_339.method_25402(class_339.java:120)
    at net.minecraft.class_4069.method_25402(class_4069.java:27)
    at net.minecraft.class_312.method_1611(class_312.java:94)
    at net.minecraft.class_437.method_25412(class_437.java:489)
    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.glfwPollEvents(GLFW.java:3403)
    at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:204)
    at net.minecraft.class_1041.method_15998(class_1041.java:315)
    at net.minecraft.class_310.method_1523(class_310.java:1205)
    at net.minecraft.class_310.method_1514(class_310.java:768)
    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:462)
    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.ClassNotFoundException: net.id.incubus_core.json.RecipeParser
    at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
    at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226)
    at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:112)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
    ... 61 more


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

-- Head --
Thread: Render thread
Stacktrace:
    at de.dafuqs.spectrum.recipe.spirit_instiller.SpiritInstillerRecipeSerializer.read(SpiritInstillerRecipeSerializer.java:32)
    at de.dafuqs.spectrum.recipe.spirit_instiller.SpiritInstillerRecipeSerializer.method_8121(SpiritInstillerRecipeSerializer.java:13)
    at net.minecraft.class_1863.method_17720(class_1863.java:135)
    at net.minecraft.class_1863.method_20705(class_1863.java:56)
    at net.minecraft.class_1863.method_18788(class_1863.java:35)
    at net.minecraft.class_4080.method_18790(class_4080.java:13)
    at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
    at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
    at net.minecraft.class_4014.method_18365(class_4014.java:69)
    at net.minecraft.class_1255.execute(class_1255.java:103)
    at net.minecraft.class_4014.method_18367(class_4014.java:68)
    at java.base/java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572)
    at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714)
    at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
    at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
    at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726)
    at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
    at net.minecraft.class_4014.method_18365(class_4014.java:69)
    at net.minecraft.class_1255.execute(class_1255.java:103)
    at net.minecraft.class_4014.method_18367(class_4014.java:68)
    at java.base/java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572)
    at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714)
    at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
    at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
    at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726)
    at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
    at net.minecraft.class_4014.method_18365(class_4014.java:69)
    at net.minecraft.class_1255.execute(class_1255.java:103)
    at net.minecraft.class_4014.method_18367(class_4014.java:68)
    at java.base/java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572)
    at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714)
    at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
    at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147)
    at net.minecraft.class_4014$1.method_18374(class_4014.java:51)
    at net.minecraft.class_1255.redirect$dgi000$c2me-opts-scheduling$redirectExecuteTask(class_1255.java:1021)
    at net.minecraft.class_1255.method_16075(class_1255.java:131)
    at net.minecraft.class_1255.method_18857(class_1255.java:140)
    at net.minecraft.class_525.method_31130(class_525.java:158)
    at net.minecraft.class_526.method_19944(class_526.java:71)
    at net.minecraft.class_4185.method_25306(class_4185.java:43)
    at net.minecraft.class_4264.method_25348(class_4264.java:16)
    at net.minecraft.class_339.method_25402(class_339.java:120)
    at net.minecraft.class_4069.method_25402(class_4069.java:27)
    at net.minecraft.class_312.method_1611(class_312.java:94)
    at net.minecraft.class_437.method_25412(class_437.java:489)
    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.glfwPollEvents(GLFW.java:3403)
    at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:204)

-- Affected screen --
Details:
    Screen name: net.minecraft.class_526
Stacktrace:
    at net.minecraft.class_437.method_25412(class_437.java:489)
    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.glfwPollEvents(GLFW.java:3403)
    at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:204)
    at net.minecraft.class_1041.method_15998(class_1041.java:315)
    at net.minecraft.class_310.method_1523(class_310.java:1205)
    at net.minecraft.class_310.method_1514(class_310.java:768)
    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:462)
    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, charmonium/journeyman, Theinar Language, visualoverhaul/coloredwaterbucket, visualoverhaul/nobrewingbottles, visualoverhaul/fancyfurnace, visualoverhaul/rounddiscs, Fabrication, Fabrication Grayscale, Supplementaries Generated Pack, illuminations/lowerres, xali's+Enchanted+Books+v0.11.zip, Stay_True_1.19.zip, Darker Ropes, Create Legacy Copper
Stacktrace:
    at net.minecraft.class_6360.method_36565(class_6360.java:49)
    at net.minecraft.class_310.method_1587(class_310.java:2348)
    at net.minecraft.class_310.method_1514(class_310.java:787)
    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:462)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- System Details --
Details:
    Minecraft Version: 1.19.2
    Minecraft Version ID: 1.19.2
    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: 1651088168 bytes (1574 MiB) / 4294967296 bytes (4096 MiB) up to 4294967296 bytes (4096 MiB)
    CPUs: 4
    Processor Vendor: GenuineIntel
    Processor Name: Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
    Identifier: Intel64 Family 6 Model 158 Stepping 9
    Microarchitecture: Kaby Lake
    Frequency (GHz): 2.50
    Number of physical packages: 1
    Number of physical CPUs: 4
    Number of logical CPUs: 4
    Graphics card #0 name: NVIDIA GeForce GTX 1050
    Graphics card #0 vendor: NVIDIA (0x10de)
    Graphics card #0 VRAM (MB): 4095.00
    Graphics card #0 deviceId: 0x1c8d
    Graphics card #0 versionInfo: DriverVersion=31.0.15.2849
    Graphics card #1 name: Intel(R) HD Graphics 630
    Graphics card #1 vendor: Intel Corporation (0x8086)
    Graphics card #1 VRAM (MB): 1024.00
    Graphics card #1 deviceId: 0x591b
    Graphics card #1 versionInfo: DriverVersion=31.0.101.2111
    Memory slot #0 capacity (MB): 8192.00
    Memory slot #0 clockSpeed (GHz): 2.40
    Memory slot #0 type: DDR4
    Memory slot #1 capacity (MB): 8192.00
    Memory slot #1 clockSpeed (GHz): 2.40
    Memory slot #1 type: DDR4
    Virtual memory max (MB): 29033.67
    Virtual memory used (MB): 16981.50
    Swap memory total (MB): 12766.07
    Swap memory used (MB): 628.78
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=51 -XX:G1HeapRegionSize=32M
    Fabric Mods: 
        ad_astra: Ad Astra 1.12.3
        additionaladditions: Additional Additions 5.1.0
        additionalstructures: Additional Structures 4.1.1
        adorn: Adorn 3.8.1+1.19.2
        advancementplaques: Advancement Plaques 1.4.6
        advancements: Advancements Plus 1.2
        advdebug: Advancements Debug 2.3.0
        adventurez: AdventureZ 1.4.17
        alloy_forgery: Alloy Forgery 2.0.19+1.19
        another_furniture: Another Furniture 2.1.2-1.19.2
        appleskin: AppleSkin 2.4.1+mc1.19
        architects_palette: Architect's Palette Fabric 2.1.1
        architectury: Architectury 6.5.69
        artifacts: Artifacts 7.1.1+fabric
            expandability: ExpandAbility 6.0.0
            step-height-entity-attribute: Step Height Entity Attribute 1.0.0
        autoconfig1u: Auto Config v1 Updated 3.4.0
        badpackets: Bad Packets 0.2.1
        balm-fabric: Balm 4.5.5
        bclib: BCLib 2.1.6
        besmirchment: Besmirchment 1.19-8
            playerabilitylib: Pal 1.6.0
            reach-entity-attributes: Reach Entity Attributes 2.3.0
            terraform-wood-api-v1: Terraform Wood API (v1) 4.2.0
        betteradvancements: Better Advancements 0.2.2.147
        betteranimalsplus: Better Animals Plus 1.19.2-11.0.10
        betterbiomeblend: Better Biome Blend 1.19-1.3.6-fabric
        bettercombat: Better Combat 1.6.1+1.19
        betterdeserttemples: YUNG's Better Desert Temples 1.19.2-Fabric-2.2.1
        betterdungeons: YUNG's Better Dungeons 1.19.2-Fabric-3.2.1
        betterend: Better End 2.1.4
        betterf3: BetterF3 4.0.0
        betterfortresses: YUNG's Better Nether Fortresses 1.19.2-Fabric-1.0.4
            org_reflections_reflections: reflections 0.10.2
        betterfpsdist: Better FPS distance Mod 1.19-2.4
        bettermineshafts: YUNG's Better Mineshafts 1.19.2-Fabric-3.2.0
        betternether: Better Nether 7.1.3
        betteroceanmonuments: YUNG's Better Ocean Monuments 1.19.2-Fabric-2.1.0
        betterstrongholds: YUNG's Better Strongholds 1.19.2-Fabric-3.2.0
        betterwitchhuts: YUNG's Better Witch Huts 1.19.2-Fabric-2.1.0
        bewitchment: Bewitchment 1.19-6
            fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
            impersonate: Impersonate 2.8.0
        biomemakeover: Biome Makeover 1.19.2-1.6.2
        blockus: Blockus 2.5.8+1.19.2
        borderlessmining: Borderless Mining 1.1.5+1.19
        bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.4.6-1.19.2
            maelstrom_library: Maelstrom Library 1.3-1.19-pre1
            multipart_entities: MultipartEntities 1.2-1.19-pre1
        botania: Botania 1.19.2-438-FABRIC
            fiber: fiber 0.23.0-2
        botarium: Botarium 1.8.2
            team_reborn_energy: Energy 2.2.0
        bwplus: Bewitchment Plus 1.19-9
        c2me: Concurrent Chunk Management Engine 0.2.0+alpha.9.0
            c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.9.0
            c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.9.0
            c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.9.0
            c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.9.0
            c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.9.0
            c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.9.0
            c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.9.0
            c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.9.0
            c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.9.0
            c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.9.0
            c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.9.0
            c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.9.0
            c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.9.0
            c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.9.0
            c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.9.0
            c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.9.0
            c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.9.0
            c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.9.0
            c2me-threading-scheduling: Concurrent Chunk Management Engine (Threading/Scheduling) 0.2.0+alpha.9.0
            c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.9.0
            com_electronwill_night-config_core: core 3.6.5
            com_electronwill_night-config_toml: toml 3.6.5
            com_ibm_async_asyncutil: asyncutil 0.1.0
            net_objecthunter_exp4j: exp4j 0.4.8
            org_threadly_threadly: threadly 7.0
        cardinal-components: Cardinal Components API 5.0.2
            cardinal-components-base: Cardinal Components API (base) 5.0.2
            cardinal-components-block: Cardinal Components API (blocks) 5.0.2
            cardinal-components-chunk: Cardinal Components API (chunks) 5.0.2
            cardinal-components-entity: Cardinal Components API (entities) 5.0.2
            cardinal-components-item: Cardinal Components API (items) 5.0.2
            cardinal-components-level: Cardinal Components API (world saves) 5.0.2
            cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.0.2
            cardinal-components-world: Cardinal Components API (worlds) 5.0.2
        cave_enhancements: Cave Enhancements 1.19.2-2.1.11-fabric
        charm: Charm 4.4.4
            com_moandjiezana_toml_toml4j: toml4j 0.7.2
        charmonium: Charmonium 4.2.1
        chipped: Chipped 2.1.1
        chisel: Chisel Refabricated 1.4.5
        cloth-config: Cloth Config v8 8.2.88
            cloth-basic-math: cloth-basic-math 0.6.1
        clumps: Clumps 9.0.0+14
        consistency_plus: Consistency Plus 0.5.1+1.19.2
            stonecutter_recipe_tags: Stonecutter Recipe Tags 4.0.0+1.19.9b8d04c.fabric
        continuity: Continuity 2.0.1+1.19
        convenientdecor: Convenient Decor 0.1.0
        create: Create 0.5.0.i-961+1.19.2
            com_google_code_findbugs_jsr305: jsr305 3.0.2
            flywheel: Flywheel 0.6.8.a-4
            milk: Milk Lib 1.0.51
                dripstone_fluid_lib: Dripstone Fluid Lib 2.0.1
            porting_lib: Porting Lib 2.1.784+1.19.2
                forge_tags: Porting Lib Tags 3.0
                porting_lib_accessors: Porting Lib Accessors 2.1.784+1.19.2
                porting_lib_attributes: Porting Lib Attributes 2.1.784+1.19.2
                porting_lib_base: Porting Lib Base 2.1.784+1.19.2
                porting_lib_common: Porting Lib Common 2.1.784+1.19.2
                porting_lib_constants: Porting Lib Constants 2.1.784+1.19.2
                porting_lib_entity: Porting Lib Entity 2.1.784+1.19.2
                porting_lib_extensions: Porting Lib Extensions 2.1.784+1.19.2
                porting_lib_fake_players: Porting Lib Fake Players 2.1.784+1.19.2
                porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.784+1.19.2
                porting_lib_model_generators: Porting Lib Model Generators 2.1.784+1.19.2
                porting_lib_model_loader: Porting Lib Model Loader 2.1.784+1.19.2
                porting_lib_models: Porting Lib Models 2.1.784+1.19.2
                porting_lib_networking: Porting Lib Networking 2.1.784+1.19.2
                porting_lib_obj_loader: Porting Lib Obj Loader 2.1.784+1.19.2
                porting_lib_transfer: Porting Lib Transfer 2.1.784+1.19.2
                serialization_hooks: Serialization Hooks 0.3.26
            registrate-fabric: Registrate for Fabric 1.1.50-MC1.19.2
        createdeco: Create Deco 1.2.13-1.19.2
        creeperoverhaul: Creeper Overhaul 2.0.8
        crittersandcompanions: Critters and Companions 1.19.2-1.0.3
        ctm: ConnectedTexturesMod for Fabric 1.0.0+1.19
        ctov: ChoiceTheorem's Overhauled Villages 3.1.6
        dark-loading-screen: Dark Loading Screen 1.6.12
        dawn: Dawn API 3.5.0
        deathknell: DeathKnell 6.0.3
        debugify: Debugify 2.8.0
        deeperdarker: Deeper and Darker 1.1.4
            customportalapi: Custom Portal Api 0.0.1-beta54-1.19
            paragon: Paragon 1.0.3
        doodads: Doodads 0.1.2-1.19.2
        dustrial_decor: Dustrial Decor 0.5
        dynamicfps: Dynamic FPS 2.2.0
        earthtojavamobs: Earth2Java 1.9.3
        ecologics: Ecologics 2.1.11
        entityculling: EntityCulling-Fabric 1.5.2-mc1.19
            com_logisticscraft_occlusionculling: occlusionculling 0.0.6-SNAPSHOT
        expandeddelight: Expanded Delight 0.2.5
        fabric-api: Fabric API 0.75.0+1.19.2
            fabric-api-base: Fabric API Base 0.4.15+8f4e8eb390
            fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.14+93d8cb8290
            fabric-biome-api-v1: Fabric Biome API (v1) 9.1.0+82db024a90
            fabric-block-api-v1: Fabric Block API (v1) 1.0.2+e415d50e90
            fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.24+c6af733c90
            fabric-client-tags-api-v1: Fabric Client Tags 1.0.5+b35fea8390
            fabric-command-api-v1: Fabric Command API (v1) 1.2.16+f71b366f90
            fabric-command-api-v2: Fabric Command API (v2) 2.2.1+413cbbc790
            fabric-commands-v0: Fabric Commands (v0) 0.2.33+df3654b390
            fabric-containers-v0: Fabric Containers (v0) 0.1.41+df3654b390
            fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.1+7c6cd14d90
            fabric-convention-tags-v1: Fabric Convention Tags 1.2.2+27265b3490
            fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.8+aeb40ebe90
            fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.7+413cbbc790
            fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.35+0d0f210290
            fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.4+9244241690
            fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.34+562bff6e90
            fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.35+df3654b390
            fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.24+b6b6abb490
            fabric-item-api-v1: Fabric Item API (v1) 1.6.5+dce4603e90
            fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.38+9244241690
            fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.25+5c4fce2890
            fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.23+df3654b390
            fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.4+1b46dc7890
            fabric-loot-api-v2: Fabric Loot API (v2) 1.1.12+83a8659290
            fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.15+9e7660c690
            fabric-message-api-v1: Fabric Message API (v1) 5.0.7+93d8cb8290
            fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.23+33fbc73890
            fabric-models-v0: Fabric Models (v0) 0.3.21+c6af733c90
            fabric-networking-api-v1: Fabric Networking API (v1) 1.2.11+10eb22f490
            fabric-networking-v0: Fabric Networking (v0) 0.3.28+df3654b390
            fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.2.1+d8ef690890
            fabric-particles-v1: Fabric Particles (v1) 1.0.14+4d0d570390
            fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.1+413cbbc790
            fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.32+9244241690
            fabric-renderer-api-v1: Fabric Renderer API (v1) 1.2.1+1adbf27790
            fabric-renderer-indigo: Fabric Renderer - Indigo 0.8.0+1adbf27790
            fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.24+df3654b390
            fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.19+6e0787e690
            fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.11+4d0d570390
            fabric-rendering-v0: Fabric Rendering (v0) 1.1.27+df3654b390
            fabric-rendering-v1: Fabric Rendering (v1) 1.12.1+d8ef690890
            fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.2+aae9039d90
            fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.3+251d254a90
            fabric-screen-api-v1: Fabric Screen API (v1) 1.0.32+4d0d570390
            fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.7+1cc24b1b90
            fabric-sound-api-v1: Fabric Sound API (v1) 1.0.2+c4f28df590
            fabric-textures-v0: Fabric Textures (v0) 1.0.24+aeb40ebe90
            fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.6+413cbbc790
            fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.3+08b73de490
        fabric-language-kotlin: Fabric Language Kotlin 1.9.1+kotlin.1.8.10
            org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.8.10
            org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.8.10
            org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.8.10
            org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.8.10
            org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.19.0
            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.4.1
            org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.4.1
            org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.4.1
        fabrication: Fabrication 3.2.0+1.19
            lib39-deferral: Lib39 (Deferral) 1.1.1
        fabricloader: Fabric Loader 0.14.17
        farmersdelight: Farmer's Delight 1.19.2-1.3.9
        fastload: Fast Load 1.1.5
        ferritecore: FerriteCore 5.0.3
        forgeconfigapiport: Forge Config API Port 4.2.11
        frame: Frame 0.26.1+1.19-fabric
            frame-api-base: Frame Base 0.2.1+906ebc04a9
            frame-blocks-v0: Frame Blocks (v0) 0.1.3+233e7428a9
            frame-config-v0: Frame Config (v0) 0.3.1+0fa45150a9
            frame-content-registries-v0: Frame Content Registries (v0) 0.4.0+2876b511a9
            frame-enchantments-v0: Frame Enchantments (v0) 0.1.0+4093105da9
            frame-game-rules-v0: Frame Game Rules (v0) 0.2.4+e7ce56a6a9
            frame-items-v0: Frame Items (v0) 0.1.3+906ebc04a9
            frame-loot-tables-v0: Frame Loot Tables (v0) 0.1.4+4f7341eca9
            frame-registries-v0: Frame Registries (v0) 0.1.1+0e0ec74ea9
            frame-rendering-v0: Frame Rendering (v0) 0.1.5+906ebc04a9
            frame-tabbed-item-groups-v0: Frame Tabbed Item Groups (v0) 0.2.4+0aca9b56a9
            frame-toymaker-v0: Frame Data Generation Helpers (v0) 0.6.1+b13741c3a9
            frame-woods-v0: Frame Woods (v0) 0.2.1+6a33fbada9
        frozenup: Frozen Up 2.1.0-fabric
        geckolib3: Geckolib 3.1.40
            com_eliotlash_mclib_mclib: mclib 20
        geophilic-fabric: Geophilic 1.19-1.2.0
        glassential: Glassential 1.4.0
        gobber2: Gobber2 2.6.61
            pugh_lib: Pugh Lib 1.4.15
            pugh_tools: Pugh Tools 1.3.23
        goblintraders: Goblin Traders 1.5.2
        goodall: Goodall 1.2.0
        graveyard: The Graveyard 2.3
            omega-config: OmegaConfig 1.2.2-1.18.1
        guardiansgalore: GuardiansGalore 1.19.2-3.0
        haema: Haema 1.10.4+1.19
            satin: Satin 1.9.0
        handcrafted: Handcrafted 2.0.2
        hoverpets: Hover Pets 0.4.0
        iceberg: Iceberg 1.0.46
        illagerexp: Illager Expansion [Rematch] 1.0.0
            mm: Manningham Mills 2.3
        illuminations: Illuminations 1.10.11
        indium: Indium 1.0.9+mc1.19.2
        java: OpenJDK 64-Bit Server VM 17
        journeymap: Journeymap 5.9.3
            journeymap-api-fabric: JourneyMap API 1.19.1-1.9-fabric-SNAPSHOT
        krypton: Krypton 0.2.1
            com_velocitypowered_velocity-native: velocity-native 3.1.2-SNAPSHOT
        ksyxis: Ksyxis 1.1
        lazydfu: LazyDFU 0.1.3
        leavesbegone: Leaves Be Gone 4.0.1
        letmedespawn: Let Me Despawn fabric-1.0.2
        levelz: LevelZ 1.4.5
            libgui: LibGui 6.0.1+1.19
                jankson: Jankson 4.1.1+j1.2.1
                libninepatch: LibNinePatch 1.1.0
        lithium: Lithium 0.10.4
        mca: Minecraft Comes Alive 7.4.7+1.19.2
        mcda: MC Dungeons Armors 2.4.4
        mcdar: MC Dungeons Artifacts 1.5.3-1.19
        mcdw: MC Dungeons Weapons 5.0.5-1.19
            enchant_giver: Enchant Giver 1.3.0
        midnightlib: MidnightLib 0.5.2
        mine_treasure_mr: Mine Treasure 1.1.2-1.19-1.19.2
        minecraft: Minecraft 1.19.2
        mobplaques: Mob Plaques 4.0.1
        modmenu: Mod Menu 4.2.0-beta.2
        moonlight: Moonlight 1.19.2-2.2.13
        moreachievements: MoreAchievements 1.0.9
        moremobvariants: More Mob Variants 1.0.1
        mythicmetals: Mythic Metals 0.17.2+1.19.2
            additionalentityattributes: Additionalentityattributes 1.2.0+1.19
            com_github_llamalad7_mixinextras: MixinExtras 0.1.1
        mythicmounts: Mythic Mounts 1.19.2-7.1
        naturalist: Naturalist 2.1.1
        notenoughanimations: NotEnoughAnimations 1.6.1
        origins: Origins 1.7.1
            apoli: Apoli 2.6.1
                calio: Calio 1.7.0
        owo: oωo 0.9.3+1.19
            blue_endless_jankson: jankson 1.2.1
        oxidized: Oxidized 1.7.2
        paradise_lost: Paradise Lost 2.1.0-beta+1.19.2
            gud_recipe_confidence: Recipe Confidence 1.0.2
            incubus_core: Incubus Core 1.9.4
        patchouli: Patchouli 1.19.2-77-FABRIC
        pehkui: Pehkui 3.7.0+1.14.4-1.19.3
            kanos_config: Kanos Config 0.3.1+1.14.4-1.19
        pickupnotifier: Pick Up Notifier 4.2.4
        player-animator: Player Animator 1.0.2
        pling: Pling 1.5.0
        presencefootsteps: Presence Footsteps 1.6.4
            kirin: Kirin UI 1.11.1
        profundis: Profundis 1.4.1
        promenade: Promenade 2.7.1
            terraform-shapes-api-v1: Terraform Shapes API (v1) 4.0.0
        purpeille: Purpeille 3.2.3+fabric-1.19
            cmods: Combined Modifiers 1.3.1+fabric-1.19
            voidcrafting: Void Crafting 1.7.2+fabric-1.19
        puzzleslib: Puzzles Lib 4.3.12
        rare-ice: Rare Ice 0.5.0
        refined_advancements_mr: Refined Advancements 1.0.0
        resourcefulconfig: Resourcefulconfig 1.0.19
        resourcefullib: Resourceful Lib 1.1.21
        revelationary: Revelationary 1.2.0
        rocks: This Rocks! 1.6.1
        rottencreatures: Rotten Creatures 1.0.1
        roughlyenoughitems: Roughly Enough Items 9.1.591
            error_notifier: Error Notifier 1.0.9
        rusticated: Rusticated 2.0.5-fabric
        seasons: Fabric Seasons 1.4-BETA+1.19
        simplyswords: Simply Swords 1.43.0-1.19.2
        sod: Sod 22.10.13
        sodium: Sodium 0.4.4+build.18
            org_joml_joml: joml 1.10.4
        sodium-extra: Sodium Extra 0.4.16+mc1.19.2-build.90
            caffeineconfig: CaffeineConfig 1.0.0+1.17
        spark: spark 1.10.29
        spawn_animations_mr: Spawn Animations 1.8.2
        spectrum: Spectrum 1.6.5-1.19.2-leisure_time
            arrowhead: Arrowhead 1.1.0-1.19.2
        spiderstpo: Spiders 2.0 1.19.2-2.0.2
        starlight: Starlight 1.1.1+fabric.ae22326
        steves_vanilla: Steves Vanilla 1.19.2+2.0.1
        structory: Structory 1.0.1
        supplementaries: Supplementaries 1.19.2-2.2.54
        t_and_t: Towns and Towers 1.10
        terralith: Terralith 2.3
        things: Things 0.3.0+1.19
        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
        travelersbackpack: Traveler's Backpack 1.19.2-8.2.14
        trinkets: Trinkets 3.4.2
        twigs: Twigs 2.0.0-beta.9+1.19-fabric
        universal_ores: Universal Ores 1.4.2
        visuality: Visuality 0.5.6
        visualoverhaul: VisualOverhaul 4.1.1
        visualworkbench: Visual Workbench 4.2.3
        vt_downloader: VTDownloader 2.0.0
        wandering_collector: Wandering Collector 1.1.3+mc1.19
            coat: Coat 1.0.0-beta.18+mc22w17a
            tweed4_annotated: tweed4_annotated 1.3.1+mc22w17a
            tweed4_base: tweed4_base 1.6.0+mc22w17a
            tweed4_data: tweed4_data 1.2.1+mc22w17a
            tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc22w17a
            tweed4_tailor_coat: tweed4_tailor_coat 1.1.3+mc22w17a
            tweed4_tailor_screen: tweed4_tailor_screen 1.1.1+mc22w17a
        waystones: Waystones 11.2.0
        wetlands: Beneath the Wetlands 1.0.2
        wilderwild: Wilder Wild 1.1.13-Fabric+1.19.2
            frozenlib: FrozenLib 1.1.13-Fabric+1.19.2
            nbtcrafting: NBT Crafting 2.2.3+mc1.19
        wildlife: Wildlife 1.19.2-2.2
        winged: Winged Mod 1.19-3.3.0
        xlpackets: XLPackets 1.19.2-4
        yet-another-config-lib: YetAnotherConfigLib 1.7.1
        yungsapi: YUNG's API 1.19.2-Fabric-3.8.7
            org_javassist_javassist: javassist 3.28.0-GA
        yungsbridges: YUNG's Bridges 1.19.2-Fabric-3.1.0
        yungsextras: YUNG's Extras 1.19.2-Fabric-3.1.0
    Flywheel Backend: GL33 Instanced Arrays
    Launched Version: fabric-loader-0.14.17-1.19.2
    Backend library: LWJGL version 3.3.1 SNAPSHOT
    Backend API: NVIDIA GeForce GTX 1050/PCIe/SSE2 GL version 3.2.0 NVIDIA 528.49, 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'
    Type: Client (map_client.txt)
    Graphics mode: fast
    Resource Packs: vanilla, Fabric Mods, charmonium/journeyman, Theinar Language, visualoverhaul/coloredwaterbucket, visualoverhaul/nobrewingbottles, visualoverhaul/fancyfurnace, visualoverhaul/rounddiscs, Fabrication (incompatible), Fabrication grayscale (incompatible), Supplementaries Generated Pack, illuminations/lowerres, file/xali's+Enchanted+Books+v0.11.zip, file/Stay_True_1.19.zip, Darker Ropes, Create Legacy Copper
    Current Language: English (US)
    CPU: 4x Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Please read the FAQ and post logs as described there.
    • Upon starting the server I get; [main/ERROR] [minecraft/Main]: Failed to start the minecraft server net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [     Framework (framework) has failed to load correctly §7java.lang.NoClassDefFoundError: net/minecraft/client/gui/components/toasts/Toast ] I suspect there is a (possibly a few) client-only mods installed on my server. Any help would be appreciated! (Yes I know there are a lot of mods...) Here is the crash log:   https://paste.ee/p/pRz5mhMl#s=0
    • That's basically what the failure does, my apologies for failing to specify.  It just tries again on the next tick until it detects the entities for that chunk are loaded, and then tries to load the entity.  From there it gets into different failure states depending on what goes wrong, but in short, if the entity fails to load once the entity list becomes available, the request is cleared and must be resubmitted by the end user.  There should be few cases where that actually happens. Yes, that is my understanding of forceloading.  That's why on a successful summon, it removes the forceload.  Otherwise it does just leave the chunks loaded long term. Thank you for your help, any knowledge is useful!  I don't often mess with forceloading and my prior experience is 1.16 so I'm also a bit out of my depth haha.
    • I will have to do more research about 1.18 chunk loading. You were unclear about how your code manages with the entity load failure. If you simply used a loop, I suggest submitting a tick task to the next tick which does the same thing, checking if the entities are loaded and if so teleporting the right one else submitting another tick task etc. Also I think forceloading permanently force loads the chunk, and it only starts to unload when you make a subsequent call to mark the chunk as not forceloaded. I may be completely wrong, I dont know much about 1.18, most of my experience is 1.20. Good luck I hope you figure it out after all this time 😅
    • i managed to fix it by reinstalling the modpack and re-add all the extra mods I've had previously.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.