Epic Fight

Epic Fight

12M Downloads

[Bug|Crash]: random crash on dedicated server

Aabaddon opened this issue ยท 9 comments

commented

Have you checked if a similar issue is already reported by someone else?

  • I checked there are no similar issues have been reported.

Have you read the support policy?

  • I read it and I accept the policy.

Are you using the latest Epic Fight and recommended Forge version?

  • I checked I'm using latest Epic Fight and recommended Forge version.

Is this issue related to mod incompatibility?

  • This is a mod compatibility issue and I'm aware of the problem.

The mod

No response

Minecraft Version

1.20.1

What happened?

It crashes when trying to connect to my dedicated server, if it doesnt crash and i access the server the next time i try to connect it gives a "netty io" error

Thread: Render thread
Suspected Mod:
Epic Fight (epicfight), Version: 20.7.4
at TRANSFORMER/[email protected]/yesman.epicfight.world.capabilities.entitypatch.player.PlayerPatch.getStamina(PlayerPatch.java:343)
Stacktrace:
at net.minecraft.network.syncher.SynchedEntityData.m_135370_(SynchedEntityData.java:120) ~[client-1.20.1-20230612.114412-srg.jar%23572!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:core.SynchedEntityDataMixin,pl:mixin:APP:lithium.mixins.json:entity.data_tracker.use_arrays.DataTrackerMixin,pl:mixin:APP:lithium.mixins.json:entity.data_tracker.no_locks.DataTrackerMixin,pl:mixin:A}

commented

I have the same problem with you. Epic Fight Mod work normally in single-player but in multi-player it also relates to a NullPointerException within the SynchedEntityData class, specifically when trying to invoke a method on a null object returned by a call within the Minecraft code. This problem is occurring in the context of the Epic Fight mod, as indicated by the stack trace referencing EpicFight classes like PlayerPatch and LocalPlayerPatch.
Have you find any solution to this ?

commented

Having the same issue and I narrowed it down to being caused by origins mod by having not rendering the player BEFORE the choosing origins process. This wont be a problem in singleplayer but on some occasions the server asks for player data from the client between this process.

commented

Coming over from: #1671

Here is my current full log for the same/similar crash:
latest (1).log

I personally have a long list of mods, so in a couple hours I will see if I can find any particular mod causing this issue.

commented

When I tested only Epic Fight and Origins installed, I got no crash in the dedicated server. Please specify the exact causion for this issue. It will be really appreciated.

commented

Please upload a full log.

commented

Having the same issue and I narrowed it down to being caused by origins mod by having not rendering the player BEFORE the choosing origins process. This wont be a problem in singleplayer but on some occasions the server asks for player data from the client between this process.

For the record, what I said was a complete hypothesis and should not at all be taken at face value. I haven't been able to deduce why it was causing the problem but I have already moved on by removing said problem which in my case was the Origins mod. Good luck to all having this issue.

commented

When I tested only Epic Fight and Origins installed, I got no crash in the dedicated server. Please specify the exact causion for this issue. It will be really appreciated.

Sorry for being unclear. I meant to say it a set of mods that caused it, however I never really got to the bottom of it since the crash happened by pure chance with no clear indicator from the logs. Removing Origins was the only solution I've found and I never had this issue again after that. This problem arose for me a long time ago, I don't exactly remember which set of mods that caused it but I do know that it was a headache to debug it.

commented

On my end, it's been narrowed down to an incompatibility with Ars Nouveau causing my crash, sucks that it happens to be two of the main mods I want to use conflicting.

commented

I can't reproduce the crash. Can you tell me how I can get it?

image