Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some mods that add particle does not working on dedicated server, but singleplayer world does work #1012

Closed
liangmoe opened this issue Apr 16, 2024 · 6 comments · Fixed by #1006
Assignees
Labels
compat A mod is found to be incompatible fixed in dev Fixed in dev. Awaiting a new release.

Comments

@liangmoe
Copy link

liangmoe commented Apr 16, 2024

Minecraft version

1.20.1

Describe the bug

Fabric mod that adds particle does not work on dedicated server

Steps to reproduce

  1. Install some mods that add particle with sinytra
  2. Messing around join singleplayer world and dedicated server world
  3. see the differences
    ...

Logs

https://mclo.gs/dGByEj4

Additional context

Since the particle mods are client side, dedicated server side does not have any mods, just a clean fresh server

the mod ive tested: Particle Rain, Explosive Enhancement

javaw.exe.2024.04.16.-.05.11.31.23_3.mp4
@liangmoe liangmoe added the bug Something isn't working label Apr 16, 2024
@weegeeluigi
Copy link

Do you have the actual crash report because I see the render thread crash but it doesn't throw the error or stack trace. I'm curious if it's related to a mixin, similar to my problem #1004 since it also is a particle issue with Better Nether blowing up when connected to a server, but the client crashes, but the same world in single player does not. The mod that causes the crash does have it's own particle system.

@liangmoe
Copy link
Author

Do you have the actual crash report

No my game does not crash, everything is fine it just the client side mod not working while playing on server, not sure if this small issue is related to yours or not

@weegeeluigi
Copy link

weegeeluigi commented Apr 16, 2024

It not crashing and not working could be many things, for starters you're using a custom launcher, and you also need to know first thing Su5eD is going to ask that you follow the mod template reporting and eliminate all mods apart from the ones with an issue to eliminate other mods interfering. Your mod list in your log is extensive.

@liangmoe
Copy link
Author

?? Im 100% sure im using only sinytra required loader and its dependencies and the particle mods

@weegeeluigi
Copy link

weegeeluigi commented Apr 16, 2024

Unless it's lying and reading cached entries your log file shows mod file lists for various other mods like terrablender, geckolib, etc which leads me to believe you have a bunch of other mods installed. Maybe that's default connector extras output for the compats there I honestly have not debugged much since my big giant modpack worked right out of the gate until I placed one single block after a month.

@r3xsean
Copy link

r3xsean commented Apr 17, 2024

Unless it's lying and reading cached entries your log file shows mod file lists for various other mods like terrablender, geckolib, etc which leads me to believe you have a bunch of other mods installed. Maybe that's default connector extras output for the compats there I honestly have not debugged much since my big giant modpack worked right out of the gate until I placed one single block after a month.

i believe that might be from connector extras:
image

@Su5eD Su5eD self-assigned this Apr 17, 2024
@Su5eD Su5eD moved this from 🆕 New to 🔖 Confirmed in Connector Triage Apr 17, 2024
@Su5eD Su5eD added compat A mod is found to be incompatible and removed bug Something isn't working labels Apr 17, 2024
@Su5eD Su5eD added the fixed in dev Fixed in dev. Awaiting a new release. label Apr 17, 2024
@Su5eD Su5eD moved this from 🔖 Confirmed to 👀 In review in Connector Triage Apr 17, 2024
@Su5eD Su5eD linked a pull request Apr 17, 2024 that will close this issue
@Su5eD Su5eD closed this as completed in a69fdaf Apr 28, 2024
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in Connector Triage Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compat A mod is found to be incompatible fixed in dev Fixed in dev. Awaiting a new release.
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

4 participants