-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Ars Noveau] neoforge 1.21.1 ars nouveau and natures aura crash #8
Comments
I need to have a look at ars noveau to see why they mixin into the chunk sync. Does that mod have anything that allows you to see far away chunks? |
i don't actually know anything about that but from my knowledge it does not let you see far away chunks. |
Does it happen with only Ars Noveau? Or only with both |
Having this exact same issue, except Nature's Aura doesn't have to be present at all. |
I ran into this issue, without Nature's Aura. I believe the issue is that both Ars Nouveau's ChunkMapMixin.java and Immersive Portals MixinChunkMap_C.java attempt to modify onChunkReadyToSend. The Ars Nouveau mixin appears to allow chunks near a camera to be sent to the player viewing the camera, according to the comments. I'm guessing Ars Nouveau has a scrying spell that wouldn't really function without this. Not knowing anything about mixins, I wonder if both mixins being on the same priority of 1100 might be part of the issue? |
Setting Ars mixin priority higher allow to at least load together with most functionalities working. You should refrain from using Overwrite in Mixins and use Inject or MEx (now included by default in Neo) Wrappers as Redirect to avoid mixin clashing like crazy |
This mixin is an overwrite, as we want to crash rather than causing a lot of really hard to detect issues that can cause crashes and corruption later on. |
I'm aware that this is not a great solution, but this needs to be fixed by adding explicit compatibility. |
According to your testing, does the issue occur with ONLY Immersive Portals mod installed?
No
Forge Version
21.1.72 neoforge
ImmersivePortals Version
6.0.3 neoforge 1.21.1
Latest Log
https://gist.github.com/GetSnekt/5c5d26dd33123131f62168c4060135a4
Crash Report (if applicable)
https://gist.github.com/GetSnekt/139d00df729cee7f1edef75e82c0de7f
Steps to Reproduce
What You Expected
loading into the game
What Happened Instead
crash during startup
Additional Details
it will crash the moment you combine ars and natures aura together but not if only one of them is present.
Please Read and Confirm The Following
The text was updated successfully, but these errors were encountered: