sakura-ryoko / syncmatica

Server-wide shared litematics.
Creative Commons Zero v1.0 Universal
73 stars 6 forks source link

Compatability with ServerReplay #3

Closed mcbianxiao closed 3 months ago

mcbianxiao commented 3 months ago

I encountered the same problem when using syncmatica-fabric-1.21-0.3.12-sakura.5 https://github.com/senseiwells/ServerReplay/issues/23 . You can also look at the ServerReplay author's methods. See https://github.com/End-Tech/syncmatica/issues/74

sakura-ryoko commented 3 months ago

Why would this cause an issue with another mod ? I don't technically understand the need for this.

mcbianxiao commented 3 months ago

In addition, both the Mod is installed on the 1.21 version of the server at the same time, also can cause IndexOutofBoundsException error. However, the server did not give any error. I don't know what is the mod lead to this problem, so I also sent the message in https://github.com/senseiwells/ServerReplay/issues/23

mcbianxiao commented 3 months ago

After I applied the pull requests: https://github.com/sakura-ryoko/syncmatica/pull/4 , the problem seems to be solved

sakura-ryoko commented 3 months ago

Server Replay should not be doing anything with the Syncmatica Data Channel. It should not even be listening for anything to do with it.

Perhaps it is a boundary that they shouldn't be crossing ?

mcbianxiao commented 3 months ago

I think so, too. I think it's weird. I'm sorry because I don't have the ability to determine exactly which mod is causing this problem