Weather, Storms & Tornadoes

Weather, Storms & Tornadoes

11M Downloads

Server crashing when tornado summons

GustaGamerMTW opened this issue ยท 7 comments

commented

I am using default config and version 1.20.1, forge 42.2.19 (i was using 42.2 and it did the same thing, thats why i tried updating to 42.2.19 to see if it would fix)
when a tornado appears (any level tornado, 1,2,3,4,5) the server crashes after less than a second. the server has 2.3gb ram and runs well with no lag at all until a tornado appears.

Time: 2024-01-03 01:19:03

5 | Description: Exception in server tick loop
6 |  
7 | java.lang.RuntimeException: Attempted to load class net/minecraft/client/multiplayer/ClientLevel for invalid dist DEDICATED_SERVER
8 | at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.20.1-47.2.19.jar%2369!/:1.0] {}
9 | at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] {}
10 | at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] {}
11 | at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] {}
12 | at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}
13 | at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
14 | at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
15 | at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
16 | at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
17 | at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
18 | at weather2.weathersystem.storm.StormObject.spinEntityv2(StormObject.java:2462) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading,pl:runtimedistcleaner:A}
19 | at weather2.weathersystem.storm.TornadoHelper.forceRotate(TornadoHelper.java:706) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading,pl:runtimedistcleaner:A}
20 | at weather2.weathersystem.storm.TornadoHelper.forceRotate(TornadoHelper.java:648) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading,pl:runtimedistcleaner:A}
21 | at weather2.weathersystem.storm.TornadoHelper.tick(TornadoHelper.java:227) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading,pl:runtimedistcleaner:A}
22 | at weather2.weathersystem.storm.StormObject.tick(StormObject.java:744) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading,pl:runtimedistcleaner:A}
23 | at weather2.weathersystem.WeatherManager.tick(WeatherManager.java:64) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading}
24 | at weather2.weathersystem.WeatherManagerServer.tick(WeatherManagerServer.java:59) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading}
25 | at weather2.ServerTickHandler.tickServer(ServerTickHandler.java:68) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading}
26 | at weather2.ServerTickHandler_tickServer_ServerTickEvent.invoke(.dynamic) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading,pl:eventbus:B}
27 | at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?] {}
28 | at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}
29 | at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}
30 | at net.minecraftforge.event.ForgeEventFactory.onPreServerTick(ForgeEventFactory.java:945) ~[forge-1.20.1-47.2.19-universal.jar%23150!/:?] {re:classloading}
31 | at net.minecraft.server.MinecraftServer.m_5705
(MinecraftServer.java:812) ~[server-1.20.1-20230612.114412-srg.jar%23145!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
32 | at net.minecraft.server.MinecraftServer.m_130011
(MinecraftServer.java:661) ~[server-1.20.1-20230612.114412-srg.jar%23145!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
33 | at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23145!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
34 | at java.lang.Thread.run(Thread.java:840) ~[?:?] {re:mixin}
35 |  
36 |  
37 | A detailed walkthrough of the error, its code path and all known details is as follows:
38 | ---------------------------------------------------------------------------------------
39 |  
40 | -- System Details --
41 | Details:
42 | Minecraft Version: 1.20.1
43 | Minecraft Version ID: 1.20.1
44 | Operating System: Linux (amd64) version 5.15.0-78-generic
45 | Java Version: 17.0.9, Eclipse Adoptium
46 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
47 | Memory: 421609472 bytes (402 MiB) / 1205862400 bytes (1150 MiB) up to 2411724800 bytes (2300 MiB)
48 | CPUs: 2
49 | Processor Vendor: AuthenticAMD
50 | Processor Name: AMD EPYC 7402P 24-Core Processor
51 | Identifier: AuthenticAMD Family 23 Model 49 Stepping 0
52 | Microarchitecture: Zen 2
53 | Frequency (GHz): -0.00
54 | Number of physical packages: 1
55 | Number of physical CPUs: 24
56 | Number of logical CPUs: 48
57 | Graphics card #0 name: unknown
58 | Graphics card #0 vendor: unknown
59 | Graphics card #0 VRAM (MB): 0.00
60 | Graphics card #0 deviceId: unknown
61 | Graphics card #0 versionInfo: unknown
62 | Virtual memory max (MB): 129821.19
63 | Virtual memory used (MB): 118887.03
64 | Swap memory total (MB): 1024.00
65 | Swap memory used (MB): 1024.00
66 | JVM Flags: 3 total; -XX:MaxMetaspaceSize=300M -Xmx2300M -Xms1150M
67 | Server Running: true
68 | Player Count: 1 / 20; [ServerPlayer['GustaGamerMTW'/243, l='ServerLevel[Novo mundo]', x=-147.37, y=71.12, z=156.90]]
69 | Data Packs: vanilla, mod:jei, mod:kotlinforforge (incompatible), mod:flywheel, mod:create, mod:travelersbackpack, mod:framedblocks, mod:mixinextras (incompatible), mod:weather2 (incompatible), mod:coroutil (incompatible), mod:cfm, mod:valkyrienskies (incompatible), mod:vs_eureka (incompatible), mod:cloth_config (incompatible), mod:voicechat (incompatible), mod:forge, mod:appleskin (incompatible), mod:saturn (incompatible), mod:modernfix (incompatible), mod:does_potato_tick (incompatible), mod:smoothchunk (incompatible), mod:servercore (incompatible), mod:aiimprovements, mod:cupboard (incompatible), mod:letmedespawn, mod:chunksending (incompatible), mod:notenoughcrashes (incompatible)
70 | Enabled Feature Flags: minecraft:vanilla
71 | World Generation: Stable
72 | Is Modded: Definitely; Server brand changed to 'forge'
73 | Type: Dedicated Server (map_server.txt)
74 | ModLauncher: 10.0.9+10.0.9+main.dcd20f30
75 | ModLauncher launch target: forgeserver
76 | ModLauncher naming: srg
77 | ModLauncher services:
78 | mixin-0.8.5.jar mixin PLUGINSERVICE
79 | eventbus-6.0.5.jar eventbus PLUGINSERVICE
80 | fmlloader-1.20.1-47.2.19.jar slf4jfixer PLUGINSERVICE
81 | fmlloader-1.20.1-47.2.19.jar object_holder_definalize PLUGINSERVICE
82 | fmlloader-1.20.1-47.2.19.jar runtime_enum_extender PLUGINSERVICE
83 | fmlloader-1.20.1-47.2.19.jar capability_token_subclass PLUGINSERVICE
84 | accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
85 | fmlloader-1.20.1-47.2.19.jar runtimedistcleaner PLUGINSERVICE
86 | modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
87 | modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
88 | FML Language Providers:
89 | [email protected]
90 | javafml@null
91 | [email protected]
92 | lowcodefml@null
93 | Mod List:
94 | saturn-mc1.20.1-0.1.1.jar |Saturn |saturn |0.1.1 |DONE |Manifest: NOSIGNATURE
95 | notenoughcrashes-4.4.6+1.20.1-forge.jar |Not Enough Crashes |notenoughcrashes |4.4.6+1.20.1 |DONE |Manifest: NOSIGNATURE
96 | modernfix-forge-5.11.1+mc1.20.1.jar |ModernFix |modernfix |5.11.1+mc1.20.1 |DONE |Manifest: NOSIGNATURE
97 | jei-1.20.1-forge-15.2.0.27.jar |Just Enough Items |jei |15.2.0.27 |DONE |Manifest: NOSIGNATURE
98 | TravelersBackpack-1.20.1-9.1.12.jar |Traveler's Backpack |travelersbackpack |9.1.12 |DONE |Manifest: NOSIGNATURE
99 | does_potato_tick-1.20.1-3.7.0.jar |Does Potato Tick |does_potato_tick |1.20.1-3.7.0 |DONE |Manifest: NOSIGNATURE
100 | mixinextras-forge-0.2.0.jar |MixinExtras |mixinextras |0.2.0 |DONE |Manifest: NOSIGNATURE
101 | weather2-1.20.1-2.8.1.jar |Weather2 |weather2 |1.20.1-2.8.1 |DONE |Manifest: NOSIGNATURE
102 | cloth-config-forge-11.1.106.jar |Cloth Config v10 API |cloth_config |11.1.106 |DONE |Manifest: NOSIGNATURE
103 | forge-1.20.1-47.2.19-universal.jar |Forge |forge |47.2.19 |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
104 | server-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |DONE |Manifest: NOSIGNATURE
105 | smoothchunk-1.20.1-3.5.jar |Smoothchunk mod |smoothchunk |1.20.1-3.5 |DONE |Manifest: NOSIGNATURE
106 | voicechat-forge-1.20.1-2.4.32.jar |Simple Voice Chat |voicechat |1.20.1-2.4.32 |DONE |Manifest: NOSIGNATURE
107 | servercore-forge-1.3.9+1.20.1.jar |ServerCore |servercore |1.3.9+1.20.1 |DONE |Manifest: NOSIGNATURE
108 | kffmod-4.10.0.jar |Kotlin For Forge |kotlinforforge |4.10.0 |DONE |Manifest: NOSIGNATURE
109 | flywheel-forge-1.20.1-0.6.10-7.jar |Flywheel |flywheel |0.6.10-7 |DONE |Manifest: NOSIGNATURE
110 | create-1.20.1-0.5.1.f.jar |Create |create |0.5.1.f |DONE |Manifest: NOSIGNATURE
111 | FramedBlocks-9.1.6.jar |FramedBlocks |framedblocks |9.1.6 |DONE |Manifest: NOSIGNATURE
112 | coroutil-forge-1.20.1-1.3.6.jar |CoroUtil |coroutil |1.20.1-1.3.6 |DONE |Manifest: NOSIGNATURE
113 | cfm-forge-1.20.1-7.0.0-pre36.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre36 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
114 | appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |DONE |Manifest: NOSIGNATURE
115 | AI-Improvements-1.20-0.5.2.jar |AI-Improvements |aiimprovements |0.5.2 |DONE |Manifest: NOSIGNATURE
116 | cupboard-1.20.1-2.2.jar |Cupboard utilities |cupboard |1.20.1-2.2 |DONE |Manifest: NOSIGNATURE
117 | valkyrienskies-120-2.1.3-beta.1.jar |Valkyrien Skies 2 |valkyrienskies |2.1.3-beta.1 |DONE |Manifest: NOSIGNATURE
118 | eureka-1201-1.3.0-beta.4.jar |VS Eureka Mod |vs_eureka |1.3.0-beta.4 |DONE |Manifest: NOSIGNATURE
119 | letmedespawn-forge-1.20.x-1.2.0.jar |Let Me Despawn |letmedespawn |1.2.0 |DONE |Manifest: NOSIGNATURE
120 | chunksending-1.20.1-2.8.jar |chunksending mod |chunksending |1.20.1-2.8 |DONE |Manifest: NOSIGNATURE
121 | Crash Report UUID: f0f799d9-e32e-47a0-86a8-92beaf1ec794
122 | FML: 47.2
123 | Forge: net.minecraftforge:47.2.19
124 | Suspected Mods: Forge (forge), Weather2 (weather2), Minecraft (minecraft)

Time: 2024-01-03 01:19:03 Description: Exception in server tick loop

java.lang.RuntimeException: Attempted to load class net/minecraft/client/multiplayer/ClientLevel for invalid dist DEDICATED_SERVER
at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.20.1-47.2.19.jar%2369!/:1.0] {}
at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] {}
at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] {}
at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] {}
at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}
at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
at weather2.weathersystem.storm.StormObject.spinEntityv2(StormObject.java:2462) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading,pl:runtimedistcleaner:A}
at weather2.weathersystem.storm.TornadoHelper.forceRotate(TornadoHelper.java:706) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading,pl:runtimedistcleaner:A}
at weather2.weathersystem.storm.TornadoHelper.forceRotate(TornadoHelper.java:648) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading,pl:runtimedistcleaner:A}
at weather2.weathersystem.storm.TornadoHelper.tick(TornadoHelper.java:227) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading,pl:runtimedistcleaner:A}
at weather2.weathersystem.storm.StormObject.tick(StormObject.java:744) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading,pl:runtimedistcleaner:A}
at weather2.weathersystem.WeatherManager.tick(WeatherManager.java:64) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading}
at weather2.weathersystem.WeatherManagerServer.tick(WeatherManagerServer.java:59) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading}
at weather2.ServerTickHandler.tickServer(ServerTickHandler.java:68) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading}
at weather2.ServerTickHandler_tickServer_ServerTickEvent.invoke(.dynamic) ~[weather2-1.20.1-2.8.1.jar%23143!/:1.20.1-2.8.1] {re:classloading,pl:eventbus:B}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}
at net.minecraftforge.event.ForgeEventFactory.onPreServerTick(ForgeEventFactory.java:945) ~[forge-1.20.1-47.2.19-universal.jar%23150!/:?] {re:classloading}
at net.minecraft.server.MinecraftServer.m_5705
(MinecraftServer.java:812) ~[server-1.20.1-20230612.114412-srg.jar%23145!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_130011
(MinecraftServer.java:661) ~[server-1.20.1-20230612.114412-srg.jar%23145!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23145!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at java.lang.Thread.run(Thread.java:840) ~[?:?] {re:mixin}

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

-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Linux (amd64) version 5.15.0-78-generic
Java Version: 17.0.9, Eclipse Adoptium
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
Memory: 421609472 bytes (402 MiB) / 1205862400 bytes (1150 MiB) up to 2411724800 bytes (2300 MiB)
CPUs: 2
Processor Vendor: AuthenticAMD
Processor Name: AMD EPYC 7402P 24-Core Processor
Identifier: AuthenticAMD Family 23 Model 49 Stepping 0
Microarchitecture: Zen 2
Frequency (GHz): -0.00
Number of physical packages: 1
Number of physical CPUs: 24
Number of logical CPUs: 48
Graphics card #0 name: unknown
Graphics card #0 vendor: unknown
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: unknown
Virtual memory max (MB): 129821.19
Virtual memory used (MB): 118887.03
Swap memory total (MB): 1024.00
Swap memory used (MB): 1024.00
JVM Flags: 3 total; -XX:MaxMetaspaceSize=300M -Xmx2300M -Xms1150M
Server Running: true
Player Count: 1 / 20; [ServerPlayer['GustaGamerMTW'/243, l='ServerLevel[Novo mundo]', x=-147.37, y=71.12, z=156.90]]
Data Packs: vanilla, mod:jei, mod:kotlinforforge (incompatible), mod:flywheel, mod:create, mod:travelersbackpack, mod:framedblocks, mod:mixinextras (incompatible), mod:weather2 (incompatible), mod:coroutil (incompatible), mod:cfm, mod:valkyrienskies (incompatible), mod:vs_eureka (incompatible), mod:cloth_config (incompatible), mod:voicechat (incompatible), mod:forge, mod:appleskin (incompatible), mod:saturn (incompatible), mod:modernfix (incompatible), mod:does_potato_tick (incompatible), mod:smoothchunk (incompatible), mod:servercore (incompatible), mod:aiimprovements, mod:cupboard (incompatible), mod:letmedespawn, mod:chunksending (incompatible), mod:notenoughcrashes (incompatible)
Enabled Feature Flags: minecraft:vanilla
World Generation: Stable
Is Modded: Definitely; Server brand changed to 'forge'
Type: Dedicated Server (map_server.txt)
ModLauncher: 10.0.9+10.0.9+main.dcd20f30
ModLauncher launch target: forgeserver
ModLauncher naming: srg
ModLauncher services:
mixin-0.8.5.jar mixin PLUGINSERVICE
eventbus-6.0.5.jar eventbus PLUGINSERVICE
fmlloader-1.20.1-47.2.19.jar slf4jfixer PLUGINSERVICE
fmlloader-1.20.1-47.2.19.jar object_holder_definalize PLUGINSERVICE
fmlloader-1.20.1-47.2.19.jar runtime_enum_extender PLUGINSERVICE
fmlloader-1.20.1-47.2.19.jar capability_token_subclass PLUGINSERVICE
accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
fmlloader-1.20.1-47.2.19.jar runtimedistcleaner PLUGINSERVICE
modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
javafml@null
[email protected]
lowcodefml@null
Mod List:
saturn-mc1.20.1-0.1.1.jar |Saturn |saturn |0.1.1 |DONE |Manifest: NOSIGNATURE
notenoughcrashes-4.4.6+1.20.1-forge.jar |Not Enough Crashes |notenoughcrashes |4.4.6+1.20.1 |DONE |Manifest: NOSIGNATURE
modernfix-forge-5.11.1+mc1.20.1.jar |ModernFix |modernfix |5.11.1+mc1.20.1 |DONE |Manifest: NOSIGNATURE
jei-1.20.1-forge-15.2.0.27.jar |Just Enough Items |jei |15.2.0.27 |DONE |Manifest: NOSIGNATURE
TravelersBackpack-1.20.1-9.1.12.jar |Traveler's Backpack |travelersbackpack |9.1.12 |DONE |Manifest: NOSIGNATURE
does_potato_tick-1.20.1-3.7.0.jar |Does Potato Tick |does_potato_tick |1.20.1-3.7.0 |DONE |Manifest: NOSIGNATURE
mixinextras-forge-0.2.0.jar |MixinExtras |mixinextras |0.2.0 |DONE |Manifest: NOSIGNATURE
weather2-1.20.1-2.8.1.jar |Weather2 |weather2 |1.20.1-2.8.1 |DONE |Manifest: NOSIGNATURE
cloth-config-forge-11.1.106.jar |Cloth Config v10 API |cloth_config |11.1.106 |DONE |Manifest: NOSIGNATURE
forge-1.20.1-47.2.19-universal.jar |Forge |forge |47.2.19 |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
server-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |DONE |Manifest: NOSIGNATURE
smoothchunk-1.20.1-3.5.jar |Smoothchunk mod |smoothchunk |1.20.1-3.5 |DONE |Manifest: NOSIGNATURE
voicechat-forge-1.20.1-2.4.32.jar |Simple Voice Chat |voicechat |1.20.1-2.4.32 |DONE |Manifest: NOSIGNATURE
servercore-forge-1.3.9+1.20.1.jar |ServerCore |servercore |1.3.9+1.20.1 |DONE |Manifest: NOSIGNATURE
kffmod-4.10.0.jar |Kotlin For Forge |kotlinforforge |4.10.0 |DONE |Manifest: NOSIGNATURE
flywheel-forge-1.20.1-0.6.10-7.jar |Flywheel |flywheel |0.6.10-7 |DONE |Manifest: NOSIGNATURE
create-1.20.1-0.5.1.f.jar |Create |create |0.5.1.f |DONE |Manifest: NOSIGNATURE
FramedBlocks-9.1.6.jar |FramedBlocks |framedblocks |9.1.6 |DONE |Manifest: NOSIGNATURE
coroutil-forge-1.20.1-1.3.6.jar |CoroUtil |coroutil |1.20.1-1.3.6 |DONE |Manifest: NOSIGNATURE
cfm-forge-1.20.1-7.0.0-pre36.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre36 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |DONE |Manifest: NOSIGNATURE
AI-Improvements-1.20-0.5.2.jar |AI-Improvements |aiimprovements |0.5.2 |DONE |Manifest: NOSIGNATURE
cupboard-1.20.1-2.2.jar |Cupboard utilities |cupboard |1.20.1-2.2 |DONE |Manifest: NOSIGNATURE
valkyrienskies-120-2.1.3-beta.1.jar |Valkyrien Skies 2 |valkyrienskies |2.1.3-beta.1 |DONE |Manifest: NOSIGNATURE
eureka-1201-1.3.0-beta.4.jar |VS Eureka Mod |vs_eureka |1.3.0-beta.4 |DONE |Manifest: NOSIGNATURE
letmedespawn-forge-1.20.x-1.2.0.jar |Let Me Despawn |letmedespawn |1.2.0 |DONE |Manifest: NOSIGNATURE
chunksending-1.20.1-2.8.jar |chunksending mod |chunksending |1.20.1-2.8 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: f0f799d9-e32e-47a0-86a8-92beaf1ec794
FML: 47.2
Forge: net.minecraftforge:47.2.19
Suspected Mods: Forge (forge), Weather2 (weather2), Minecraft (minecraft)

commented

Im lucky because the world was still at the start, so no builds would be lost, so I took the playerdata folder and put in a new world in same seed. Inventory, position in the world and seed were kept the same

commented

Quick update: I outdated the version to 2.7.7 and it worked, for some reason the latest version has issues and crashes.

commented

The same thing happened to me and I had to delete the world

commented

same issue. will try to fix without making a new world

commented

solved it by downloading it to my laptop, opening it in single player and killing all storms, then reuploading it to server

commented

The same thing happened to me and I had to delete the world

Instead of erasing the world or entering singleplayer and deleting the tornado, you can go to the world folder -> data and delete the mod file from there, it will delete the recorded storms without losing the world

commented

Fixed with a CoroUtil 1.3.7 update Corosauce/CoroUtil@87ea9bb