Tekkit 2 Server setup Issues

Hello, I tried to set up a Tekkit 2 server with Spongeforge. Unfortunately, the server keeps crashing. I have attached the log file. Maybe someone knows how I can fix the error. Thank you very much.

https://pastecode.io/s/3keq39xx

[12:22:25] [main/DEBUG] [FML]: The coremod com.zeitheron.hammercore.asm.HCASM requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded.

Have you applied the Hammer Core fix?

yes it is on false

Caused by: java.lang.RuntimeException: Attempted to load class chd for invalid side SERVER

Seems you have a few client mods on the server doing code injections. I would remove them as they are not helping

Also

 ~[!mixinbooter-9.1.jar:?]

have you applied the Mixin Booter Fix?

yes i have change it, but he crasht again

that is the new latest.log

https://pastecode.io/s/3o9mj0ke

org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("INVOKE") on net/minecraft/server/management/PlayerList::utTransferPlayerToDimension with priority 1000 cannot inject into net/minecraft/server/management/PlayerList::transferPlayerToDimension(Lnet/minecraft/entity/player/EntityPlayerMP;ILnet/minecraftforge/common/util/ITeleporter;)V merged by org.spongepowered.mod.mixin.core.server.management.PlayerListMixin_Forge with priority 1111 [ -> handler$bgd000$utTransferPlayerToDimension(Lnet/minecraft/entity/player/EntityPlayerMP;ILnet/minecraftforge/common/util/ITeleporter;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Prepare]
	at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:305) ~[!mixinbooter-9.1.jar:?]
	at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:240) ~[!mixinbooter-9.1.jar:?]
	at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:421) ~[!mixinbooter-9.1.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1337) ~[!mixinbooter-9.1.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1053) ~[!mixinbooter-9.1.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395) ~[!mixinbooter-9.1.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) ~[!mixinbooter-9.1.jar:?]
	at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421) ~[!mixinbooter-9.1.jar:?]
	at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) ~[!mixinbooter-9.1.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:377) [!mixinbooter-9.1.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:240) [!mixinbooter-9.1.jar:?]
	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:208) [!mixinbooter-9.1.jar:?]
	at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:71) [!mixinbooter-9.1.jar:?]
	at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.12.jar:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_421]
	at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_421]
	at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_421]
	at java.lang.Class.privateGetDeclaredMethods(Unknown Source) [?:1.8.0_421]
	at java.lang.Class.privateGetMethodRecursive(Unknown Source) [?:1.8.0_421]
	at java.lang.Class.getMethod0(Unknown Source) [?:1.8.0_421]
	at java.lang.Class.getMethod(Unknown Source) [?:1.8.0_421]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:132) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_421]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_421]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_421]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_421]
	at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70) [forge-1.12.2-14.23.5.2860.jar:?]
	at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34) [forge-1.12.2-14.23.5.2860.jar:?]

This one is caused by Aqua Acrobatics.

As for the error that is crashing the server … its showing vanilla code so its not obvious what the issue is. I would recommend doing a binary search to see if you can find the offensive mod. Once found there maybe more we can do

Binary search on mods

  1. Create a new server in a new folder without mods

  2. Place sponge inside the mods folder

  3. Ensure it boots with just that

  4. Add a lot of mods to the new server (be aware of mod dependencies)

  5. Repeat steps 3 and 4 until the server cannot boot anymore

  6. take note the mods you added in the last repeat of step 4 (one of these mods is likely to be the offensive mod)

  7. repeat steps 1-6 with only the mods you took note of as well as spongeforge

  8. state what the offensive mod is