1.16.5 server crash on start up

My server is experiencing a crash on start up. My server is:
1.16.5 Forge, has 6 GB RAM and doesn’t like sponge forge lol

Crash report: (I changed the start of the file name from sponge forge to _aspongeforge to see if that changed anything the second time round - it didn’t, but if that’s why it says anything about ^^ then that’s why)

13.12 21:40:09 [Server] INFO at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [Forge_Latest_1.16.5.jar:?] {}
13.12 21:40:09 [Server] INFO at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [Forge_Latest_1.16.5.jar:?] {}
13.12 21:40:09 [Server] INFO at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [Forge_Latest_1.16.5.jar:?] {}
13.12 21:40:09 [Server] INFO Exception in thread “main” [21:40:09] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.server.ServerMain.main(ServerMain.java:57)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.reflect.InvocationTargetException
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.reflect.Method.invoke(Method.java:498)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: … 7 more
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.block.Blocks.(Blocks.java:30)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.world.gen.surfacebuilders.SurfaceBuilder.(SurfaceBuilder.java:12)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.world.gen.surfacebuilders.ConfiguredSurfaceBuilders.(SourceFile:11)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.util.registry.WorldGenRegistries.func_243674_g(WorldGenRegistries.java:33)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.util.registry.WorldGenRegistries.func_243668_a(WorldGenRegistries.java:89)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.util.registry.WorldGenRegistries.(WorldGenRegistries.java:88)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.util.registry.Registry.(Registry.java:464)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.world.DimensionType.(SourceFile:62)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.common.world.SpongeWorldTypeEffect$FactoryImpl.(SpongeWorldTypeEffect.java:52)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.common.registry.SpongeFactoryProvider.registerDefaultFactories(SpongeFactoryProvider.java:246)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.common.SpongeLifecycle.establishFactories(SpongeLifecycle.java:90)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.util.registry.Bootstrap.handler$bek000$forge$startLifecycle(Bootstrap.java:561)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.util.registry.Bootstrap.func_151354_b(Bootstrap.java)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at net.minecraft.server.Main.main(Main.java:92)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:644]: … 13 more
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:668]: Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [dungeons_gear.mixins.json:PlayerEntityMixin] from phase [DEFAULT] in config [dungeons_gear.mixins.json] FAILED during APPLY
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:636)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:588)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printStackTrace:668]: … 38 more
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At(“INVOKE”) on net/minecraft/entity/player/PlayerEntity::getModifiedDistance with priority 1000 cannot inject into net/minecraft/entity/player/PlayerEntity::func_71059_n(Lnet/minecraft/entity/Entity;)V merged by org.spongepowered.common.mixin.core.world.entity.player.PlayerMixin with priority 1101 [PREINJECT Applicator Phase → dungeons_gear.mixins.json:PlayerEntityMixin → Prepare Injections → → redirect$bdj000$getModifiedDistance(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/Entity;)D → Prepare]
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:305)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:240)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:421)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1319)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1042)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
13.12 21:40:09 [Server] main/INFO [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: … 38 more
13.12 21:40:10 [Multicraft] Server shut down (starting)
13.12 21:40:10 [Multicraft] Restarting crashed server in 10 seconds
13.12 21:40:10 [Multicraft] Looks like a crash, check the server console. Return value: 1
13.12 21:40:10 [Multicraft] Server stopped

The mods list is quite long so Ill post the modpack relations bit from curse forge here: https://www.curseforge.com/minecraft/modpacks/hekkawick/relations/dependencies

This is not terribly surprising. SpongeForge for 1.16.5 is still early in development. Please report problems on the Sponge issue tracker rather than posting log files here.

Ah alright, my bad