Jump to content

Minecraft 1.18.1 forge server crash loading new chunk


jorge21

Recommended Posts

What could it be?



Description: Exception generating new chunk

java.lang.IllegalArgumentException: bound must be positive
    at java.util.Random.nextInt(Random.java:322) ~[?:?] {re:mixin}
    at net.minecraft.world.level.NaturalSpawner.m_151616_(NaturalSpawner.java:342) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading}
    at net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator.m_6929_(NoiseBasedChunkGenerator.java:428) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.level.chunk.ChunkStatus.m_187762_(ChunkStatus.java:149) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.level.chunk.ChunkStatus$SimpleGenerationTask.m_183270_(ChunkStatus.java:313) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading}
    at net.minecraft.world.level.chunk.ChunkStatus.m_187788_(ChunkStatus.java:262) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$20(ChunkMap.java:552) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading,re:mixin}
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-4.0.26.jar%2329!/:?] {}
    at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$22(ChunkMap.java:550) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading,re:mixin}
    at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
    at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:58) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading}
    at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}


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

-- Head --
Thread: Server thread
Stacktrace:
    at java.util.Random.nextInt(Random.java:322) ~[?:?] {re:mixin}
    at net.minecraft.world.level.NaturalSpawner.m_151616_(NaturalSpawner.java:342) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading}
    at net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator.m_6929_(NoiseBasedChunkGenerator.java:428) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.level.chunk.ChunkStatus.m_187762_(ChunkStatus.java:149) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.level.chunk.ChunkStatus$SimpleGenerationTask.m_183270_(ChunkStatus.java:313) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading}
    at net.minecraft.world.level.chunk.ChunkStatus.m_187788_(ChunkStatus.java:262) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$20(ChunkMap.java:552) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading,re:mixin}
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-4.0.26.jar%2329!/:?] {}
    at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$22(ChunkMap.java:550) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading,re:mixin}
    at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
    at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:58) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading}
-- Chunk to be generated --
Details:
    Location: 46,37
    Position hash: 158913789998
    Generator: net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator@1382cb94
Stacktrace:
    at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$20(ChunkMap.java:552) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading,re:mixin}
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-4.0.26.jar%2329!/:?] {}
    at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$22(ChunkMap.java:550) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading,re:mixin}
    at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
    at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:58) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading}
    at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading}
    at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
    at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}


-- Affected level --
Details:
    All players: 1 total; [ServerPlayer['mafias21'/88, l='ServerLevel[world]', x=607.34, y=124.55, z=419.46]]
    Chunk stats: 4207
    Level dimension: minecraft:overworld
    Level spawn location: World: (0,76,0), Section: (at 0,12,0 in 0,4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
    Level time: 60542 game time, 77472 day time
    Level name: world
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Level weather: Rain time: 13476 (now: true), thunder time: 60573 (now: false)
    Known server brands: forge
    Level was modded: true
    Level storage version: 0x04ABD - Anvil
Stacktrace:
    at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:871) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerAccessor,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
    at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:328) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:808) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerAccessor,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:668) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerAccessor,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:258) ~[server-1.18.1-20211210.034407-srg.jar%2393!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerAccessor,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
    at java.lang.Thread.run(Thread.java:833) [?:?] {}


-- System Details --
Details:
    Minecraft Version: 1.18.1
    Minecraft Version ID: 1.18.1
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 17.0.2, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
    Memory: 2200426472 bytes (2098 MiB) / 5368709120 bytes (5120 MiB) up to 5368709120 bytes (5120 MiB)
    CPUs: 12
    Processor Vendor: AuthenticAMD
    Processor Name: AMD Ryzen 5 3600 6-Core Processor              
    Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
    Microarchitecture: Zen 2
    Frequency (GHz): 3,60
    Number of physical packages: 1
    Number of physical CPUs: 6
    Number of logical CPUs: 12
    Graphics card #0 name: AMD Radeon RX 5700
    Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
    Graphics card #0 VRAM (MB): 4095,00
    Graphics card #0 deviceId: 0x731f
    Graphics card #0 versionInfo: DriverVersion=30.0.13025.5005
    Memory slot #0 capacity (MB): 8192,00
    Memory slot #0 clockSpeed (GHz): 2,13
    Memory slot #0 type: DDR4
    Memory slot #1 capacity (MB): 8192,00
    Memory slot #1 clockSpeed (GHz): 2,13
    Memory slot #1 type: DDR4
    Virtual memory max (MB): 27155,04
    Virtual memory used (MB): 23999,19
    Swap memory total (MB): 10820,10
    Swap memory used (MB): 618,46
    JVM Flags: 2 total; -Xms3G -Xmx5G
    Server Running: true
    Player Count: 1 / 20; [ServerPlayer['mafias21'/88, l='ServerLevel[world]', x=607.34, y=124.55, z=419.46]]
    Data Packs: vanilla, mod:hexerei, mod:blue_skies (incompatible), mod:humancompanions (incompatible), mod:oldguns, mod:monkemadness, mod:jei, mod:furnish (incompatible), mod:insanelib, mod:waystones, mod:mcwpaintings, mod:citadel, mod:alexsmobs (incompatible), mod:travelersbackpack, mod:lightmanscurrency, mod:magistuarmory (incompatible), mod:patinapipeworks, mod:guardvillagers (incompatible), mod:secretroomsmod, mod:progressivebosses (incompatible), mod:jeed (incompatible), mod:mahoutsukai, mod:ironagefurniture (incompatible), mod:balm (incompatible), mod:medieval_paintings, mod:carryon (incompatible), mod:jeresources, mod:beyond_earth (incompatible), mod:cloth_config (incompatible), mod:forge, mod:dragonmounts, mod:projectbrazier, mod:structure_gel, mod:selene (incompatible), mod:supplementaries (incompatible), mod:corpse, mod:mcwbridges, mod:voicechat, mod:sound_physics_remastered, mod:jousting (incompatible), mod:flywheel, mod:create, mod:curios, mod:patchouli, mod:croptopia, mod:autoreglib (incompatible), mod:quark (incompatible), mod:sit, mod:angelring, mod:effective_fg, mod:neoncraft2, mod:globalxp, mod:runecraft, mod:campchair, mod:valhelsia_core, mod:forbidden_arcanus, mod:marg (incompatible), Supplementaries Virtual Resourcepack
    Is Modded: Definitely; Server brand changed to 'forge'
    Type: Dedicated Server (map_server.txt)
    ModLauncher: 9.1.3+9.1.3+main.9b69c82a
    ModLauncher launch target: forgeserver
    ModLauncher naming: srg
    ModLauncher services: 
         mixin PLUGINSERVICE 
         eventbus PLUGINSERVICE 
         object_holder_definalize PLUGINSERVICE 
         runtime_enum_extender PLUGINSERVICE 
         capability_token_subclass PLUGINSERVICE 
         accesstransformer PLUGINSERVICE 
         runtimedistcleaner PLUGINSERVICE 
         mixin TRANSFORMATIONSERVICE 
         fml TRANSFORMATIONSERVICE 
    FML Language Providers: 
        [email protected]
        javafml@null
    Mod List: 
        hexerei-0.1.14.jar                                |Hexerei                       |hexerei                       |0.1.14              |DONE      |Manifest: NOSIGNATURE
        blue_skies-1.18.1-1.3.4.jar                       |Blue Skies                    |blue_skies                    |1.3.4               |DONE      |Manifest: NOSIGNATURE
        humancompanions-1.18.1-1.4.3.jar                  |Human Companions              |humancompanions               |1.18.1-1.4.3        |DONE      |Manifest: NOSIGNATURE
        oldguns-1.18.1-3.2.1-25.jar                       |Old Guns Mod                  |oldguns                       |1.18.1-3.2.1-25     |DONE      |Manifest: NOSIGNATURE
        Monke+Madness+1.12.0.jar                          |Monke Madness                 |monkemadness                  |1.0                 |DONE      |Manifest: NOSIGNATURE
        jei-1.18.1-9.4.1.112.jar                          |Just Enough Items             |jei                           |9.4.1.112           |DONE      |Manifest: NOSIGNATURE
        furnish-1.18-0.5-fix1.jar                         |Furnish                       |furnish                       |1.18-0.5-fix1       |DONE      |Manifest: NOSIGNATURE
        InsaneLib-1.4.3-mc1.18.1.jar                      |InsaneLib                     |insanelib                     |1.4.3               |DONE      |Manifest: NOSIGNATURE
        waystones-forge-1.18.1-9.0.4.jar                  |Waystones                     |waystones                     |9.0.4               |DONE      |Manifest: NOSIGNATURE
        mcw-paintings-1.0.3-mc1.18.1.jar                  |Macaw's Paintings             |mcwpaintings                  |1.0.3               |DONE      |Manifest: NOSIGNATURE
        citadel-1.10.10-1.18.jar                          |Citadel                       |citadel                       |1.10.10             |DONE      |Manifest: NOSIGNATURE
        alexsmobs-1.17.2.jar                              |Alex's Mobs                   |alexsmobs                     |1.17.2              |DONE      |Manifest: NOSIGNATURE
        TravelersBackpack-1.18.1-7.0.3.jar                |Traveler's Backpack           |travelersbackpack             |7.0.2               |DONE      |Manifest: NOSIGNATURE
        lightmanscurrency-1.18-1.0.5.5.jar                |Lightman's Currency           |lightmanscurrency             |1.18-1.0.5.5        |DONE      |Manifest: NOSIGNATURE
        [1.18.1]-Epic-Knights-Armor-and-Weapons-5.9v.jar  |Epic Knights: Armor and Weapon|magistuarmory                 |1.0                 |DONE      |Manifest: NOSIGNATURE
        PatinaPipeworks-1.18.1-1.0.6-universal.jar        |Patina Pipeworks              |patinapipeworks               |1.0.6               |DONE      |Manifest: NOSIGNATURE
        guardvillagers-1.18.1.4.0.jar                     |Guard Villagers               |guardvillagers                |1.4.0               |DONE      |Manifest: NOSIGNATURE
        secretrooms-1.18.1-1.1.4.jar                      |Secret Rooms 6                |secretroomsmod                |1.18.1-1.1.4        |DONE      |Manifest: NOSIGNATURE
        ProgressiveBosses-3.5.3-mc1.18.1.jar              |Progressive Bosses            |progressivebosses             |3.5.3               |DONE      |Manifest: NOSIGNATURE
        jeed-1.18.1-1.8.jar                               |Just Enough Effect Description|jeed                          |1.18.1-1.8          |DONE      |Manifest: NOSIGNATURE
        mahoutsukai-1.18.1-v1.34.8.jar                    |Mahou Tsukai                  |mahoutsukai                   |1.18.1-v1.34.8      |DONE      |Manifest: NOSIGNATURE
        ironagefurniture-1.18.1-0.2.0.3.jar               |Iron Age Furniture            |ironagefurniture              |1.18.1-0.2.0.3      |DONE      |Manifest: NOSIGNATURE
        balm-2.4.3+0.jar                                  |Balm                          |balm                          |2.4.3+0             |DONE      |Manifest: NOSIGNATURE
        medieval_paintings-2.1.jar                        |Medieval Paintings            |medieval_paintings            |1.0                 |DONE      |Manifest: NOSIGNATURE
        carryon-1.18.1-1.17.0.7.jar                       |Carry On                      |carryon                       |1.17.0.7            |DONE      |Manifest: NOSIGNATURE
        JustEnoughResources-1.18.1-0.13.1.138.jar         |Just Enough Resources         |jeresources                   |0.13.1.138          |DONE      |Manifest: NOSIGNATURE
        Beyond-Earth-1.18.1-6.0d.jar                      |Beyond Earth                  |beyond_earth                  |6.0c                |DONE      |Manifest: NOSIGNATURE
        cloth-config-6.1.50-forge.jar                     |Cloth Config v4 API           |cloth_config                  |6.1.50              |DONE      |Manifest: NOSIGNATURE
        forge-1.18.1-39.1.2-universal.jar                 |Forge                         |forge                         |39.1.2              |DONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
        dragonmounts-1.18.1-1.1.jar                       |Dragon Mounts: Legacy         |dragonmounts                  |1.18.1-1.1          |DONE      |Manifest: NOSIGNATURE
        projectbrazier-1.18-0.6.1.jar                     |Project Brazier               |projectbrazier                |0.6.1               |DONE      |Manifest: NOSIGNATURE
        structure_gel-1.18.1-2.1.3.jar                    |Structure Gel API             |structure_gel                 |2.1.3               |DONE      |Manifest: NOSIGNATURE
        selene-1.18-1.13.2.jar                            |Selene                        |selene                        |1.18-1.13.2         |DONE      |Manifest: NOSIGNATURE
        supplementaries-1.18.1-1.2.3.jar                  |Supplementaries               |supplementaries               |1.2.3               |DONE      |Manifest: NOSIGNATURE
        corpse-1.18.1-1.0.4.jar                           |Corpse                        |corpse                        |1.18.1-1.0.4        |DONE      |Manifest: NOSIGNATURE
        server-1.18.1-20211210.034407-srg.jar             |Minecraft                     |minecraft                     |1.18.1              |DONE      |Manifest: NOSIGNATURE
        mcw-bridges-2.0.2-mc1.18.1.jar                    |Macaw's Bridges               |mcwbridges                    |2.0.2               |DONE      |Manifest: NOSIGNATURE
        voicechat-forge-1.18.1-2.2.29.jar                 |Simple Voice Chat             |voicechat                     |1.18.1-2.2.29       |DONE      |Manifest: NOSIGNATURE
        soundphysics-forge-1.18.1-1.0.5.jar               |Sound Physics Remastered      |sound_physics_remastered      |1.18.1-1.0.5        |DONE      |Manifest: NOSIGNATURE
        jousting-1.18.0-v1.0.4.jar                        |Jousting                      |jousting                      |1.18.0-v1.0.4       |DONE      |Manifest: NOSIGNATURE
        flywheel-forge-1.18-0.6.1.jar                     |Flywheel                      |flywheel                      |1.18-0.6.1.63       |DONE      |Manifest: NOSIGNATURE
        create-mc1.18.1_v0.4e.jar                         |Create                        |create                        |0.4e                |DONE      |Manifest: NOSIGNATURE
        curios-forge-1.18.1-5.0.6.2.jar                   |Curios API                    |curios                        |1.18.1-5.0.6.2      |DONE      |Manifest: NOSIGNATURE
        Patchouli-1.18.1-65.jar                           |Patchouli                     |patchouli                     |1.18.1-65           |DONE      |Manifest: NOSIGNATURE
        Croptopia-1.18-FORGE-1.8.1.jar                    |Croptopia                     |croptopia                     |1.8.1               |DONE      |Manifest: NOSIGNATURE
        AutoRegLib-1.7-52.jar                             |AutoRegLib                    |autoreglib                    |1.7-52              |DONE      |Manifest: NOSIGNATURE
        Quark-3.1-340.jar                                 |Quark                         |quark                         |3.1-340             |DONE      |Manifest: NOSIGNATURE
        sit-1.18-1.3.1.jar                                |Sit                           |sit                           |1.3.1               |DONE      |Manifest: NOSIGNATURE
        angelring-1.18-1.5.0.jar                          |Angel Ring                    |angelring                     |1.5.0               |DONE      |Manifest: NOSIGNATURE
        effective_for_forge-1.001.jar                     |Effective (Forge)             |effective_fg                  |1.0                 |DONE      |Manifest: NOSIGNATURE
        neoncraft2-2.1.jar                                |Neon Craft 2                  |neoncraft2                    |2.1                 |DONE      |Manifest: NOSIGNATURE
        globalxp-1.18.1-1.9.1.jar                         |Global XP                     |globalxp                      |1.9.1               |DONE      |Manifest: NOSIGNATURE
        RuneCraft-1.18-(v.3.4.2).jar                      |RuneCraft                     |runecraft                     |3.4.2               |DONE      |Manifest: NOSIGNATURE
        campchair-forge.1.18-1.0.0.jar                    |Camp Chair                    |campchair                     |1.0.0               |DONE      |Manifest: NOSIGNATURE
        valhelsia_core-1.18.1-0.3.2.jar                   |Valhelsia Core                |valhelsia_core                |1.18.1-0.3.2        |DONE      |Manifest: NOSIGNATURE
        forbidden_arcanus-1.18.1-2.0.3.jar                |Forbidden & Arcanus           |forbidden_arcanus             |1.18.1-2.0.3        |DONE      |Manifest: NOSIGNATURE
        marg-1.18-0.7.1.jar                               |Dark Roleplay MARG            |marg                          |1                   |DONE      |Manifest: NOSIGNATURE
    Crash Report UUID: 2eb69bc3-744b-4ce8-974d-22db50834c2d
    FML: 39.1
    Forge: net.minecraftforge:39.1.2

Edited by jorge21
Link to comment
Share on other sites

  • jorge21 changed the title to Minecraft 1.18.1 forge server crash loading new chunk

the error that crashes the game (as I see the crash report) depends on a randomly generated value in the Entity spawn algorithm,
so it can be that the game crashed after 30 seconds or after 10 minutes in other words it is random

unfortunately the crash does not show which mod cause the error, the only two possibilities that I can think of is:

  1. that you check whether the latest version of each mod is used to hope that the error has been fixed
  2. you use binary search to find the Mod which cause the error (and then report this bug to the author)
  • Like 1
Link to comment
Share on other sites

Quote

The binary search is a way of finding a faulty thing among a lot of other things, without having to remove the things one-by-one.

This is useful for finding a broken mod among hundreds of mods, without having to spend time testing the mods one-by-one.

The procedure is simple:
  1. Remove half of the existing things, and put them aside.
  2. Run the program / game.
  3. Does the issue still exist?
    If YES: Repeat from step 1 with the current things.
    IF NO: Swap out the current things with the ones set aside, and repeat from step 1.
  4. Repeat this process until the problematic thing/s have been found.

(from !binarysearch of Forge Discord Bot)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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