Epic Fight

Epic Fight

13M Downloads

Doesn't work on server but works in single player

JediM4ster opened this issue · 19 comments

commented

I have double checked to make sure it's loaded into the client and server side, yet for some reason the animations don't work when on the server. Other things work such as the boss bar and you can still activate battle mode, but the animations don't show up.

commented

Have you installed another server API rather than Forge?

commented

But if you're talking about the server jar itself, its just the forge server jar that comes when I go to install forge, and instead of installing the client, I install the server. It's that jar.

commented

No, I just installed the forge client into the normal minecraft launcher if that's what you mean. But I can also send a screenshot of all the lists of mods that I'm trying to run with it; if it happens to be a mod incompatibility issue.

image
image

commented

Man you got probably 100 + mods, this is 100% related to an incompatbility, try disabling all other mods and only enabling efm, if it works its an issue with other mod, from there you should be able to just enable one by one to see which one is causing the issue

commented

If you don't mind, please send me the all server files.

commented

If you don't mind, please send me the all server files.

This is configured to run as a local host, but it's the same files from the server other than the start.bat I made. https://www.mediafire.com/file/e0g4ddq2d5a2mrx/Forge_1.16.5.zip/file

commented

.... your server targeted the vanilla .jar file. I guess somebody changed the name of minecraft_server.1.16.5 to forge-1.16.5, which is causing confusion when setting up the bat file. Tweak your bat file as below.

@echo off
java -Xmx5G -Xms5G -jar forge-1.16.5.jar nogui
PAUSE

to

@echo off
java -Xmx5G -Xms5G -jar forge-1.16.5-36.2.35.jar nogui
PAUSE
commented

I actually did go through the list of mods. The thing is that it works on single player just fine, yet when I go on to my forge server >that has the same exact mods, then the animations don't work. The ping is under 50 most of the time

Did you test all mods?

commented

I actually did go through the list of mods. The thing is that it works on single player just fine, yet when I go on to my forge server that has the same exact mods, then the animations don't work. The ping is under 50 most of the time

commented

Yes, I individually removed all of them and tried each of them in. The fighting mod works just normally in single player no matter the mods that are or aren't active.

commented

I actually did go through the list of mods. The thing is that it works on single player just fine, yet when I go on to my forge server that has the same exact mods, then the animations don't work. The ping is under 50 most of the time

Try installing spark and leave the profiler here
https://www.curseforge.com/minecraft/mc-mods/spark - Here's the mod on CF

commented

I actually have the same problem. I removed all my mods (which are admittedly a lot) and Epic Fight Mod still won't load on the server on it's own. It works no problem even with all my mods on client, it just won't load on the server. Any idea what else I could try?

Minecraft 1.16.5
Forge 36.2.8
Epic Fight Mod 1.16.13 (also tried down to version 1.16.10)

EDIT: I fixed it by deleting all Epic Fight Mod config files and running it again, works 100% fine now.

commented

Alright I'll just try deleting all the other mods once again and see if I missed anything. If not I'll try the spark thing.

commented

I actually did go through the list of mods. The thing is that it works on single player just fine, yet when I go on to my forge server that has the same exact mods, then the animations don't work. The ping is under 50 most of the time

Try installing spark and leave the profiler here https://www.curseforge.com/minecraft/mc-mods/spark - Here's the mod on CF

I tried using the spark mod, it kept crashing every time I went to upload the profile.. any other ways to do this? I have no problems with ram or my pc in terms of performance.

Edit: I've also tried deleting the files in the config area, it didn't help

commented

Here's the video of proof that it's working in single player. And then as you can see on the server it doesn't. There's no server console errors. https://youtu.be/96gDbhlCmAA

commented

Could you check if the dedicated server also has installed the epicfight? Both epicfight versions must be the same.

commented

Could you check if the dedicated server also has installed the epicfight? Both epicfight versions must be the same.

image
image

It seems to have installed correctly unless I'm missing some files?

commented

well, this is not enough information. And I found the incompatibility mark on your server list.

image

Are you using another mod server? Like magma, mohist server. They sometimes break down the server.

commented

well, this is not enough information. And I found the incompatibility mark on your server list.

image

Are you using another mod server? Like magma, mohist server. They sometimes break down the server.

No, I just have the jar that came from the forge installer and then I uploaded it into the server files. I’ll try to install it again. I can show you all the server files if you like. Does it being on a public host also make a difference? I have it whitelisted for just my friend and I. It’s strange because I took it out and literally the only mod I have is epic fighting one.

I'm not sure what other information to give since I haven't really dealt with mods much. I can let you join the server for yourself if you like.