kochkaev / seasons-api

API for creating your own seasons, weathers and challenges!
https://modrinth.com/mod/seasons-api
Apache License 2.0
2 stars 1 forks source link

ExceptionInInitializerError due to InvalidIdentifierException in WeatherDamageType Initialization #2

Open VO1D3R opened 1 day ago

VO1D3R commented 1 day ago

Mod: seasons-api Version: 1.0 Minecraft Version: 1.21.1 Fabric Loader Version: 0.16.7

Description: A crash report has been generated on a Minecraft server running with the seasons-api mod, indicating an ExceptionInInitializerError caused by an InvalidIdentifierException. The error originates from a non-compliant character in the namespace of location assets/seasons-api:weather_colds, preventing the WeatherDamageType class from initializing properly.

Error Stacktrace (Abridged):

java.lang.ExceptionInInitializerError
    at knot//ru.kochkaev.api.seasons.object.ChallengeObject.damageCold(ChallengeObject.java:120)
    ...
Caused by: net.minecraft.util.InvalidIdentifierException: Non [a-z0-9_.-] character in namespace of location: assets/seasons-api:weather_colds
    at knot//MC//net.minecraft.util.Identifier.validateNamespace(Identifier.java:270)
    ...

Steps to Reproduce:

  1. Install seasons-api mod (version 1.0) on a Minecraft 1.21.1 server with Fabric Loader 0.16.7.
  2. Ensure the server has multiple mods installed (similar to the original crash environment: https://modrinth.com/modpack/nmi/version/2.0.0).
  3. Initialize the server, allowing mods to load and interact.

Expected Behavior: The seasons-api mod should initialize without errors, allowing the server to run smoothly.

Actual Behavior: The server crashes with an ExceptionInInitializerError due to an InvalidIdentifierException in the WeatherDamageType class initialization.

---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3

Time: 2024-10-22 15:10:43
Description: Exception ticking world

java.lang.ExceptionInInitializerError
    at knot//ru.kochkaev.api.seasons.object.ChallengeObject.damageCold(ChallengeObject.java:120)
    at knot//ru.kochkaev.seasons.challenge.TheShivers.logic(TheShivers.java:30)
    at knot//ru.kochkaev.api.seasons.ChallengesTicker.tick(ChallengesTicker.java:74)
    at knot//MC//net.minecraft.server.world.ServerWorld.handler$enh005$seasons-api$tick(ServerWorld.java:17817)
    at knot//MC//net.minecraft.server.world.ServerWorld.tick(ServerWorld.java)
    at knot//net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:1021)
    at knot//net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:912)
    at knot//MC//net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:114)
    at knot//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:697)
    at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
    at java.base@21.0.4/java.lang.Thread.run(Unknown Source)
Caused by: net.minecraft.util.InvalidIdentifierException: Non [a-z0-9_.-] character in namespace of location: assets/seasons-api:weather_colds
    at knot//MC//net.minecraft.util.Identifier.validateNamespace(Identifier.java:270)
    at knot//MC//net.minecraft.util.Identifier.ofValidated(Identifier.java:48)
    at knot//MC//net.minecraft.util.Identifier.of(Identifier.java:52)
    at knot//ru.kochkaev.api.seasons.WeatherDamageType.<clinit>(WeatherDamageType.java:12)
    ... 11 more

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

-- Head --
Thread: Server thread
Stacktrace:
    at knot//ru.kochkaev.api.seasons.object.ChallengeObject.damageCold(ChallengeObject.java:120)
    at knot//ru.kochkaev.seasons.challenge.TheShivers.logic(TheShivers.java:30)
    at knot//ru.kochkaev.api.seasons.ChallengesTicker.tick(ChallengesTicker.java:74)
    at knot//MC//net.minecraft.server.world.ServerWorld.handler$enh005$seasons-api$tick(ServerWorld.java:17817)
Mixins in Stacktrace: None found

-- Affected level --
Details:
    All players: 0 total; []
    Chunk stats: 0
    Level dimension: minecraft:the_nether
    Derived: true
    Level spawn location: World: (-80,69,176), Section: (at 0,5,0 in -5,4,11; chunk contains blocks -80,0,176 to -65,255,191), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 3160 game time, 27160 day time
    Level name: New World
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Commands: false
    Level weather: Rain time: 97525 (now: false), thunder time: 31693 (now: false)
    Known server brands: fabric
    Removed feature flags: 
    Level was modded: true
    Level storage version: 0x04ABD - Anvil
    Loaded entity count: 0
Stacktrace:
    at knot//MC//net.minecraft.server.world.ServerWorld.addDetailsToCrashReport(ServerWorld.java:1693)
    at knot//net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:1024)
    at knot//net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:912)
    at knot//MC//net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:114)
    at knot//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:697)
    at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
    at java.base@21.0.4/java.lang.Thread.run(Unknown Source)
Mixins in Stacktrace:
    net.minecraft.server.MinecraftServer:
        readyplayerfun.mixin.MinecraftServerAccessor (readyplayerfun.fabric.mixins.json)
        stonks.fabric.mixin.MinecraftServerMixin (stonks.mixins.json)
        alternate.current.mixin.MinecraftServerMixin (alternate-current.mixins.json)
        xyz.nucleoid.fantasy.mixin.MinecraftServerAccess (fantasy.mixins.json)
        net.fabricmc.fabric.mixin.resource.loader.MinecraftServerMixin (fabric-resource-loader-v0.mixins.json)
        net.fabricmc.fabric.mixin.biome.modification.MinecraftServerMixin (fabric-biome-api-v1.mixins.json)
        net.fabricmc.fabric.mixin.message.MinecraftServerMixin (fabric-message-api-v1.mixins.json)
        org.embeddedt.modernfix.fabric.mixin.core.ClientMinecraftServerMixin (modernfix-fabric.mixins.json)
        net.lionarius.skinrestorer.fabric.mixin.MinecraftServerMixin (skinrestorer.fabric.mixins.json)
        me.wesley1808.servercore.mixin.features.misc.MinecraftServerMixin (servercore.common.mixins.json)
        eu.pb4.polymer.core.mixin.item.MinecraftServerMixin (polymer-core.mixins.json)
        org.embeddedt.modernfix.common.mixin.perf.dedicated_reload_executor.MinecraftServerMixin (modernfix-common.mixins.json)
        net.fabricmc.fabric.mixin.event.lifecycle.MinecraftServerMixin (fabric-lifecycle-events-v1.mixins.json)
        com.natamus.collective.fabric.mixin.MinecraftServerMixin (collective_fabric.mixins.json)
        net.treset.adaptiveview.mixin.MinecraftServerMixin (adaptiveview.mixins.json)
        readyplayerfun.mixin.MinecraftServerMixin (readyplayerfun.fabric.mixins.json)
        io.github.fourmisain.axesareweapons.common.mixin.MinecraftServerMixin (axesareweapons.common.mixins.json)
        org.embeddedt.modernfix.fabric.mixin.core.MinecraftServerMixin (modernfix-fabric.mixins.json)
        ru.vidtu.ksyxis.mixins.MinecraftServerMixin (ksyxis.mixins.json)
        org.embeddedt.modernfix.common.mixin.core.MinecraftServerMixin (modernfix-common.mixins.json)
        de.tomalbrc.bil.mixin.async.MinecraftServerMixin (bil.mixins.json)
        net.blay09.mods.balm.mixin.MinecraftServerMixin (balm.fabric.mixins.json)
        xyz.nucleoid.fantasy.mixin.MinecraftServerMixin (fantasy.mixins.json)
        red.jackf.jackfredlib.client.mixins.gps.MinecraftServerAccessor (jackfredlib-gps.mixins.json)
        me.wesley1808.servercore.mixin.MinecraftServerMixin (servercore.common.mixins.json)

-- System Details --
Details:
    Minecraft Version: 1.21.1
    Minecraft Version ID: 1.21.1
    Operating System: Windows 11 (amd64) version 10.0
    Java Version: 21.0.4, Azul Systems, Inc.
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
    Memory: 232557688 bytes (221 MiB) / 2147483648 bytes (2048 MiB) up to 2147483648 bytes (2048 MiB)
    CPUs: 12
    Processor Vendor: AuthenticAMD
    Processor Name: AMD Ryzen 5 5500                               
    Identifier: AuthenticAMD Family 25 Model 80 Stepping 0
    Microarchitecture: Zen 3
    Frequency (GHz): 3.59
    Number of physical packages: 1
    Number of physical CPUs: 6
    Number of logical CPUs: 12
    Graphics card #0 name: NVIDIA GeForce RTX 3060
    Graphics card #0 vendor: NVIDIA
    Graphics card #0 VRAM (MiB): 12288.00
    Graphics card #0 deviceId: VideoController1
    Graphics card #0 versionInfo: 32.0.15.6590
    Memory slot #0 capacity (MiB): 8192.00
    Memory slot #0 clockSpeed (GHz): 3.20
    Memory slot #0 type: DDR4
    Memory slot #1 capacity (MiB): 8192.00
    Memory slot #1 clockSpeed (GHz): 3.20
    Memory slot #1 type: DDR4
    Memory slot #2 capacity (MiB): 8192.00
    Memory slot #2 clockSpeed (GHz): 3.20
    Memory slot #2 type: DDR4
    Memory slot #3 capacity (MiB): 8192.00
    Memory slot #3 clockSpeed (GHz): 3.20
    Memory slot #3 type: DDR4
    Virtual memory max (MiB): 43906.14
    Virtual memory used (MiB): 17251.66
    Swap memory total (MiB): 11264.00
    Swap memory used (MiB): 0.00
    Space in storage for jna.tmpdir (MiB): available: 403709.59, total: 975882.00
    Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 403709.59, total: 975882.00
    Space in storage for io.netty.native.workdir (MiB): available: 403709.59, total: 975882.00
    Space in storage for java.io.tmpdir (MiB): available: 403709.59, total: 975882.00
    Space in storage for workdir (MiB): available: 403709.59, total: 975882.00
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048M
    Fabric Mods: 
        adaptiveview: AdaptiveView 2.3.0+1.21
        additionalstructures: Additional Structures 5.0.1-fabric
        afkplus: AfkPlus 1.5.0
            com_moandjiezana_toml_toml4j: toml4j 0.7.2
            fabric-permissions-api-v0: fabric-permissions-api 0.3.1
        almanac: Almanac 1.0.2
        alternate-current: Alternate Current 1.9.0
        amplified_nether: Amplified Nether 1.2.5
        antixray: AntiXray 1.4.6
        architectury: Architectury 13.0.6
        armor-stand-editor: Armor Stand Editor 2.5.1+1.21.1
            common-protection-api: Common Protection API 1.0.0
            player-data-api: Player Data API 0.6.0+1.21
            server_translations_api: Server Translations API 2.3.1+1.21-pre2
            sgui: sgui 1.6.1+1.21.1
        axesareweapons: Axes Are Weapons 1.9.1
        axiom: Axiom 4.1.1
            com_moulberry_axiomclientapi_axiomclientapi_: axiomclientapi 1.0.0
            com_moulberry_mixinconstraints: mixinconstraints 1.0.1
        balm-fabric: Balm 21.0.20
            kuma_api: KumaAPI 21.0.5-SNAPSHOT
        betterbeaconplacement: Better Beacon Placement 3.4
        betterdeserttemples: YUNG's Better Desert Temples 1.21.1-Fabric-4.1.2
        betterdungeons: YUNG's Better Dungeons 1.21.1-Fabric-5.1.2
        betterendisland: YUNG's Better End Island 1.21.1-Fabric-3.1.1
        betterfortresses: YUNG's Better Nether Fortresses 1.21.1-Fabric-3.1.2
        betterjungletemples: YUNG's Better Jungle Temples 1.21.1-Fabric-3.1.1
        bettermineshafts: YUNG's Better Mineshafts 1.21.1-Fabric-5.1.1
        betteroceanmonuments: YUNG's Better Ocean Monuments 1.21.1-Fabric-4.1.1
        betterspawnercontrol: Better Spawner Control 4.6
        betterstrongholds: YUNG's Better Strongholds 1.21.1-Fabric-5.1.2
        betterwitchhuts: YUNG's Better Witch Huts 1.21.1-Fabric-4.1.1
        boids: Boids 1.2.3
            blue_endless_jankson: jankson 1.2.3
        bottledair: Bottled Air 2.4
        bottleyourxp: Bottle Your Xp 3.4
        chunky: Chunky 1.4.16
        chunkyborder: ChunkyBorder 1.2.18
        cloth-config: Cloth Config v15 15.0.140
            cloth-basic-math: cloth-basic-math 0.6.1
        collective: Collective 7.84
        convenient-mobgriefing: Convenient mobGriefing 2.1.2
        creeperhealing: Creeper Healing 2.0.1-1.21+
        cristellib: Cristel Lib 1.2.8
        ctov: ChoiceTheorem's Overhauled Village 3.5.3a
        cyan: Cyan 0.11.0+1.21.1
            cyanlib: CyanLib 0.5.1+1.21.1
        cyansethome: CyanSetHome 0.1.13+1.21.1
        despawningeggshatch: Despawning Eggs Hatch 4.4
        diamondeconomy: Diamond Economy 1.6.0+1.21
            common-economy-api: Common Economy API 1.1.1
            org_xerial_sqlite-jdbc: sqlite-jdbc 3.36.0.3
        dismountentity: Dismount Entity 3.5
        diversity: Diversity 2.1.0
        doubledoors: Double Doors 5.9
        dungeons_arise: When Dungeons Arise 2.1.60
        dungeons_arise_seven_seas: When Dungeons Arise: Seven Seas 1.0.3
        edibles: Edibles 4.4
        elytra-drag: Elytra Drag 0.4-1.21+
        enhancedgroups: Simple Voice Chat Enhanced Groups 1.21.1-1.6.1
            admiral: Admiral 0.4.5+1.21
            fabric-api-base: Fabric API Base 0.4.42+6573ed8c6a
            fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd96a
        explorify: Explorify 1.6.2
        extendedbonemeal: Extended Bone Meal 3.5
        eyespy: Eye Spy 1.3.7+1.21
            jackfredlib-colour: JackFredLib: Colour 1.1.0+1.21
            jackfredlib-config: JackFredLib: Config 0.2.3+1.21
                commons-io_commons-io: commons-io 2.15.1
            jackfredlib-lying: JackFredLib: Lying 0.5.5+1.21
        fabric-api: Fabric API 0.106.0+1.21.1
            fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.68+b559734419
            fabric-biome-api-v1: Fabric Biome API (v1) 13.0.29+5bd9f1bc19
            fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a719
            fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8c19
            fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a719
            fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8c19
            fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366f19
            fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b319
            fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.16+b559734419
            fabric-convention-tags-v1: Fabric Convention Tags 2.1.0+7f945d5b19
            fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.9.0+83a9d31319
            fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a719
            fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.1.28+1daea21519
            fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.21+16c4ae2519
            fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b9919
            fabric-entity-events-v1: Fabric Entity Events (v1) 1.7.0+2122d82819
            fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.13+ba9dae0619
            fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd919
            fabric-item-api-v1: Fabric Item API (v1) 11.1.0+d5debaed19
            fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.5+3fc0e55219
            fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a719
            fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b319
            fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.3.12+6c1df36019
            fabric-loot-api-v2: Fabric Loot API (v2) 3.0.14+3f89f5a519
            fabric-loot-api-v3: Fabric Loot API (v3) 1.0.2+3f89f5a519
            fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8c19
            fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6b19
            fabric-networking-api-v1: Fabric Networking API (v1) 4.3.0+c7469b2119
            fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.0+40875a9319
            fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8c19
            fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.13+6508971219
            fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.1.3+60c3209b19
            fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49c19
            fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.0+c705a49c19
            fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b319
            fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2e19
            fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+1daea21519
            fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b319
            fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd019
            fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b119
            fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.0+5659912919
            fabric-screen-api-v1: Fabric Screen API (v1) 2.0.25+8b68f1c719
            fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.87+b559734419
            fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8c19
            fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.0+95bead5f19
            fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.1.0+1daea21519
        fabric-language-kotlin: Fabric Language Kotlin 1.12.3+kotlin.2.0.21
            org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.21
            org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.21
            org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.21
            org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.21
            org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.25.0
            org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.9.0
            org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.9.0
            org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.1
            org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.5.4
            org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.5.4
            org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.3
            org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.7.3
            org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.3
        fabricloader: Fabric Loader 0.16.7
            mixinextras: MixinExtras 0.4.1
        faster-random: Faster Random 5.1.0
        ferritecore: FerriteCore 7.0.1
        followersteleporttoo: Followers Teleport Too 2.6
        forgeconfigapiport: Forge Config API Port 21.1.1
            com_electronwill_night-config_core: core 3.8.0
            com_electronwill_night-config_toml: toml 3.8.0
        forgivingvoid: Forgiving Void 21.1.1
        formations: Formations 1.0.2
        formationsnether: Formations Nether 1.0.5
        formationsoverworld: Formations Overworld 1.0.4
        fullstackwatchdog: FullStack Watchdog 1.0.1+1.19.2-fabric
        fzzy_config: Fzzy Config 0.5.5+1.21
            net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7
        getittogetherdrops: Get It Together, Drops! fabric-1.21-1.3.1
        giantspawn: Giant Spawn 5.2
        glideaway: Glide Away! 1.2.2+1.21
        glore: Glowing ores 1.4.0
        goml: Get Off My Lawn ReServed 1.13.1+1.21
            cardinal-components-base: Cardinal Components API (base) 6.1.0
            cardinal-components-world: Cardinal Components API (worlds) 6.1.0
            playerabilitylib: Pal 1.10.0
            rtree-3i-lite-fabric: rtree-3i-lite for Fabric 0.3.0
        grabbymobs: Grabby Mobs 1.6
        grindstonesharpertools: Grindstone Sharper Tools 3.7
        hats: Hats 1.0.0
        head_in_the_clouds: Head In The Clouds 1.1.0
        illagerexp: Illager Expansion Recrafted 1.2.0
            mm: Manningham Mills 2.3
        infinity-cave: Infinity Cave 0.6
        jamlib: JamLib 1.0.11+1.21
        java: OpenJDK 64-Bit Server VM 21
        keepmysoiltilled: Keep My Soil Tilled 2.4
        krypton: Krypton 0.2.8
            com_velocitypowered_velocity-native: velocity-native 3.3.0-SNAPSHOT
        ksyxis: Ksyxis 1.3.2
        leashmod: Leashable Players 1.1.0
        leavesbegone: Leaves Be Gone 21.1.0
        letmedespawn: Let Me Despawn 1.4.4
        libjf: LibJF 3.17.3
            libjf-base: LibJF Base 3.17.3
            libjf-config-commands: LibJF Config Commands 3.17.3
            libjf-config-core-v2: LibJF Config 3.17.3
            libjf-config-network-v0: LibJF Config: Network 3.17.3
            libjf-config-ui-tiny: LibJF Config UI: Tiny 3.17.3
            libjf-data-manipulation-v0: LibJF Data Manipulation 3.17.3
            libjf-data-v0: LibJF Data 3.17.3
            libjf-mainhttp-v0: LibJF MainHTTP 3.17.3
            libjf-resource-pack-entry-widgets-v0: LibJF Resource Pack Entry Widgets 3.17.3
            libjf-translate-v1: LibJF Translate 3.17.3
            libjf-unsafe-v0: LibJF Unsafe 3.17.3
            libjf-web-v1: LibJF Web 3.17.3
        lithium: Lithium 0.14.0-snapshot+mc1.21.1-build.88
        lithostitched: Lithostitched 1.3.1
        mambience: MAmbience 5.5.1+1.21.1
        midnightlib: MidnightLib 1.6.3
        minecraft: Minecraft 1.21.1
        mineralchance: Mineral Chance 3.7
        mixintrace: MixinTrace 1.1.1+1.17
        mob_armor_trims: Mob Armor Trims 2.4.2
        modernfix: ModernFix 5.19.3+mc1.21.1
        modmenu: Mod Menu 11.0.3
        monkeyconfig: Monkey Config 0.1.2+1.21
            com_electronwill_night-config_hocon: hocon 3.7.2
            com_electronwill_night-config_json: json 3.7.2
            com_electronwill_night-config_yaml: yaml 3.7.2
        monsters_in_the_closet: Monsters in the Closet 1.0.3+1.21
        moreleads: MoreLeads 1.2.0
        moretools: More Tools (Polymer) 1.7.3+1.21
        moveboats: Move Boats 3.4
        moveminecarts: Move Minecarts 3.6
        mr_betterpets: Better Pets 1-v3.0
        mr_lukis_grandcapitals: Luki's Grand Capitals 1.0
        mr_mvp: More Vanilla Paintings 1.0
        mr_vanilla_refresh: Vanilla Refresh 1.4.25
        mru: Mineblock's Repeated Utilities 1.0.3+1.21+fabric
        multiworld-bundle: Multiworld-bundle 1.8.1
            multiworld: Multiworld 1.8.2
                fantasy: Fantasy 0.6.3+1.21
        mvs: Moog's Voyager Structures 4.2.5-1.21-fabric
        naturallychargedcreepers: Naturally Charged Creepers 3.5
        nemos-better-mending: Nemo's Better Mending 1.1.1-1.21.1
        netherportalfix: NetherPortalFix 21.1.1
        neutral_animals: Neutral Animals 1.2.7
        nochatreports: No Chat Reports 1.21-v2.8.0
        nocturnal-bats: Nocturnal Bats 1.0.0+1.19.4
        noisium: Noisium 2.3.0+mc1.21-1.21.1
        nullscape: Nullscape 1.2.7
        ouch: Ouch! 1.1.0+1.21
            predicate-api: Predicate API 0.5.2+1.21
        placeholder-api: Placeholder API 2.4.1+1.21
        plasmovoice: Plasmo Voice 2.1.0
        playerladder: Player Ladder 0.7.1
        polydex: Polydex 1.2.4+1.21.1
        polyfactory: PolyFactory 0.4.2+1.21.1
            factorytools: FactoryTools 0.3.2+1.21
            graphlib: Graph Lib 2.0.3+1.21
                codextra: Codextra 2.0.0+1.21
                common_events: Common Events 1.0.0+1.21
            map-canvas-api: Map Canvas API 0.4.2+1.21.1
            sidebar-api: Sidebar API 0.5.1+1.21.1
        polymer-bundled: Polymer 0.9.17+1.21.1
            polymer-blocks: Polymer (Textured Blocks) 0.9.17+1.21.1
            polymer-common: Polymer (Common) 0.9.17+1.21.1
                packet_tweaker: Packet Tweaker 0.5.5+1.21
            polymer-core: Polymer (Core) 0.9.17+1.21.1
                polymer-networking: Polymer (Networking) 0.9.17+1.21.1
                polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.9.17+1.21.1
            polymer-resource-pack: Polymer (Resource Pack) 0.9.17+1.21.1
            polymer-virtual-entity: Polymer (Virtual Entity) 0.9.17+1.21.1
        portable_crafting: Portable Crafting 3.0.3+1.21
            folk_sisby_kaleido-config: kaleido-config 0.3.1+1.3.2
        puddles: Puddles 2.0.0
        puzzleslib: Puzzles Lib 21.1.18
        quickpaths: Quick Paths 3.5
        quicksort: Quicksort 0.11.0+1.21.1
        randombonemealflowers: Random Bone Meal Flowers 4.6
        readyplayerfun: Ready Player Fun 2.9.0.1
            spectrelib: SpectreLib 0.17.2+1.21
        repurposed_structures: Repurposed Structures 7.5.10+1.21.1-fabric
        respackopts: Resource Pack Options 4.11.3
            io_gitlab_jfronny_muscript-all: muscript-all 2.0.0-SNAPSHOT
            io_gitlab_jfronny_muscript-json: muscript-json 2.0.0-SNAPSHOT
        rightclickharvest: Right Click Harvest 4.3.1+1.21
        saplanting: Saplanting 1.2.8
        scaffoldingdropsnearby: Scaffolding Drops Nearby 3.3
        scalablelux: ScalableLux 0.1.0+fabric.26c6e72
        seasons-api: Seasons API 1.0
        seasons-challenges: Seasons Challenges 1.0
        serverbackpacks: Server Backpacks 1.1.5+release
        servercore: ServerCore 1.5.5+1.21.1
            org_yaml_snakeyaml: snakeyaml 2.2
            space_arim_dazzleconf_dazzleconf-core: dazzleconf-core 1.3.0-M2
            space_arim_dazzleconf_dazzleconf-ext-snakeyaml: dazzleconf-ext-snakeyaml 1.3.0-M2
        skeletonhorsespawn: Skeleton Horse Spawn 4.0
        skinrestorer: SkinRestorer 2.1.0+1.21-fabric
        skyvillages: Sky Villages 1.0.6
        snowundertrees: Snow Under Trees 2.5.3+1.21
        spark: spark 1.10.109
        sparsestructures: SparseStructures 2.2.0
        spidersproducewebs: Spiders Produce Webs 3.5
        sswaystones: sswaystones 1.1.3-HOTFIX
        stackdeobfuscator: StackDeobfuscator 1.4.3+08e71cc
            net_fabricmc_mapping-io: mapping-io 0.6.1
            stackdeobfuscator-common: StackDeobfuscator Common 1.4.3+08e71cc
        stevesrealisticsleep: Steve's Realistic Sleep 1.11.1+mc1.21-1.21.1
        stonks: Stonks2 2.1.0+1.21
            com_github_nahkd123_nahara-toolkit_nahara-common-configurations: nahara-common-configurations b6ff2e287b
            com_github_nahkd123_nahara-toolkit_nahara-common-tasks: nahara-common-tasks b6ff2e287b
            stonks-core: Stonks Core (Library) 2.1.0+1.21
        structory: Structory 1.3.6
        structory_towers: Structory: Towers 1.0.8
        structure_pool_api: Structure Pool API 1.1.3+1.21.1
        styledplayerlist: Styled Player List 3.5.1+1.21
        t_and_t: Towns and Towers 1.13.2
        terralith: Terralith 2.5.5
        thoroughfabric: Thoroughfabric 1.2.2+1.21
        threadtweak: ThreadTweak 0.1.5+mc1.21.1
        toms_mobs: Tom's Mobs 2.0.2+1.21
            bil: blockbench-import-library 1.1.12+1.21
        u_desert: Unnamed Desert 1.4.0
        u_framework: Unnamed Framework 1.0.2
        underground_bunkers: Underground Bunkers 1.0.4
        universal-graves: Universal Graves 3.4.4+1.21
        universal_shops: Universal Shops 1.7.1+1.21
        unloadedactivity: Unloaded Activity 0.6.4
        vanillapings: Vanilla Pings 1.10
        vcinteraction: Voice Chat Interaction 1.21.1-1.0.8
        villagerconverting: Villager Converting 1.5.0
        villagernames: Villager Names 8.1
        villagesandpillages: Villages & Pillages 1.0.1
        vmp: Very Many Players 0.2.0+beta.7.168+1.21.1
            com_ibm_async_asyncutil: asyncutil 0.1.0
        voicechat: Simple Voice Chat 1.21.1-2.5.24
        wabi_sabi_structures: Wabi-Sabi Structures 3.0.1
        whereisit: Where Is It 2.6.3+1.21.1
            jackfredlib: JackFredLib 0.10.2+1.21.1
                jackfredlib-base: JackFredLib: Base 1.4.1+1.21.1
                jackfredlib-extracommandsourcedata: JackFredLib: Extra Command Source Data 1.1.1+1.21.1
                jackfredlib-gps: JackFredLib: GPS 1.0.7+1.21.1
                jackfredlib-toasts: JackFredLib: Toasts 1.1.1+1.21.1
        wits: WITS 1.3.0+1.21-fabric
        yet_another_config_lib_v3: YetAnotherConfigLib 3.6.0+1.21-fabric
            com_twelvemonkeys_common_common-image: common-image 3.10.0
            com_twelvemonkeys_common_common-io: common-io 3.10.0
            com_twelvemonkeys_common_common-lang: common-lang 3.10.0
            com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
            com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
            com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
            org_quiltmc_parsers_gson: gson 0.2.1
            org_quiltmc_parsers_json: json 0.2.1
        yungsapi: YUNG's API 1.21.1-Fabric-5.1.2
            org_javassist_javassist: javassist 3.29.2-GA
            org_reflections_reflections: reflections 0.10.2
        yungsbridges: YUNG's Bridges 1.21.1-Fabric-5.1.1
        yungsextras: YUNG's Extras 1.21.1-Fabric-5.1.1
        zombiehorsespawn: Zombie Horse Spawn 5.1
    Server Running: true
    Player Count: 1 / 8; [class_3222['{MINECRAFT_USERNAME}'/3, l='ServerLevel[New World]', x=-405.79, y=59.23, z=233.62]]
    Active Data Packs: vanilla, fabric, additionalstructures, amplified_nether (incompatible), armor-stand-editor, axesareweapons, axiom, balm-fabric (incompatible), betterdeserttemples (incompatible), betterdungeons (incompatible), betterendisland (incompatible), betterfortresses (incompatible), betterjungletemples (incompatible), bettermineshafts (incompatible), betteroceanmonuments (incompatible), betterstrongholds (incompatible), betterwitchhuts (incompatible), collective, ctov, diversity (incompatible), dungeons_arise (incompatible), dungeons_arise_seven_seas, explorify, eyespy, fabric-convention-tags-v2, fantasy, formationsnether, formationsoverworld, glideaway, goml, illagerexp, libjf-data-v0, lithostitched (incompatible), mambience, moretools (incompatible), mr_betterpets, mr_lukis_grandcapitals, mr_mvp, mr_vanilla_refresh, mvs (incompatible), nullscape, polydex, polyfactory, puddles, repurposed_structures, rightclickharvest, seasons-api, server_translations_api, serverbackpacks (incompatible), skyvillages, snowundertrees, sswaystones, stevesrealisticsleep, structory, structory_towers, t_and_t, terralith, toms_mobs, u_desert, u_framework, underground_bunkers, universal-graves, universal_shops, vcinteraction, villagesandpillages, wabi_sabi_structures, yungsbridges (incompatible), yungsextras (incompatible), minecraft:infinity_cave_terralith, $polymer-resources
    Available Data Packs: $polymer-resources, additionalstructures, amplified_nether (incompatible), armor-stand-editor, axesareweapons, axiom, balm-fabric (incompatible), betterdeserttemples (incompatible), betterdungeons (incompatible), betterendisland (incompatible), betterfortresses (incompatible), betterjungletemples (incompatible), bettermineshafts (incompatible), betteroceanmonuments (incompatible), betterstrongholds (incompatible), betterwitchhuts (incompatible), bundle, collective, ctov, diversity (incompatible), dungeons_arise (incompatible), dungeons_arise_seven_seas, explorify, eyespy, fabric, fabric-convention-tags-v2, fantasy, formationsnether, formationsoverworld, glideaway, goml, illagerexp, libjf-data-v0, lithostitched (incompatible), mambience, minecraft:infinity_cave_terralith, moretools (incompatible), mr_betterpets, mr_lukis_grandcapitals, mr_mvp, mr_vanilla_refresh, mvs (incompatible), nullscape, polydex, polyfactory, puddles, repurposed_structures, rightclickharvest, seasons-api, server_translations_api, serverbackpacks (incompatible), skyvillages, snowundertrees, sswaystones, stevesrealisticsleep, structory, structory_towers, t_and_t, terralith, toms_mobs, trade_rebalance, u_desert, u_framework, underground_bunkers, universal-graves, universal_shops, vanilla, vcinteraction, villagesandpillages, wabi_sabi_structures, yungsbridges (incompatible), yungsextras (incompatible)
    Enabled Feature Flags: minecraft:bundle, minecraft:vanilla
    World Generation: Experimental
    World Seed: 1284718518131529504
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
    Launched Version: 1.21.1
kochkaev commented 4 hours ago

Hello, thank you very much for reporting this issue. Seasons API is indeed not compatible with the Fabric Seasons mod, as it also uses namespace seasons. I will try to fix it soon.