The Aether

The Aether

44M Downloads

Bug: crashing on entity render

SalF27 opened this issue ยท 11 comments

commented

What Feature Types Apply to This Bug?

Entity

Other Type

No response

What Type of Bug Is This?

Crash

Mod Loader

fabric

Mod Loader Version

1.21.1

The Aether Version

1.5.3

Is This Bug a Conflict With Another Mod?

No response

Client Log

No response

Crash Report (if applicable)

https://gist.github.com/SalF27/4758534ef82c0f38f6e95e615af9d8da

Steps to Reproduce

just go into the aether, im not sure if its the mods that i had installed that made the crash happen but the report didnt mention them

What You Expect To Happen

game will pause and crash after passing thru an aether portal

What Actually Happened

one time i stepped through and it worked for a bit then i saw a mob and it crashed

Additional Details

No response

Please Read and Confirm The Following

  • I have confirmed this bug can be replicated without the use of Optifine.
  • I have confirmed this bug is on the most recently supported version of Minecraft.
  • I have confirmed the details provided in this report are concise as possible and does not contain vague information (ie. Versions are properly recorded, answers to questions are clear).
  • I have confirmed this bug is unique and has not been reported already.
  • If playing on a modpack, I have reported this bug to their issue tracker already.
  • I have confirmed that I'm reporting a bug in The Aether I, not The Aether II.
commented

Can confirm this is happening to me as well, on Fabric 0.16.10, with just The Aether I and its dependencies installed.

commented

I'll look into what mixins Nameplate has that might cause this issue then, thanks

commented

@HAWK-6155 @arthurhenrir can either of you provide your own crash logs if you're having this same issue?

@SalF27 can you see if removing other mods affects whether you get this crash?

commented

@bconlon1 , the incompatibility is with Nameplate mod, i tested with all the mobs from aether and get crashed with Zephyr and Aerwhale

commented

Can you provide the crash log that comes from just Aether and Nameplate installed?

commented

Hello, @bconlon1
Here is my crash log, the crash occurs between 5-10 seconds after entering the ether dimension
crash_log_arthurhenrir.txt

commented

@arthurhenrir Okay good to confirm that does seem to probably be the same issue, can you now also try narrowing down what other mod(s) could be causing the crash through removing mods?

commented

Same here with fabric 0.16.10

commented

I still have yet to have this occur and find exactly the cause of this as from my understanding this should not and could not occur with how the method calls are happening without some code modification happening

commented

This seems like something that can't be fixed on our end although the exact reason this is happening is still a bit confusing and unclear, but in theory, it seems like https://github.com/Globox1997/Nameplate/blob/1.21/src/main/java/net/nameplate/mixin/MobEntityRendererMixin.java could be rewritten to have the renderNameplate call injected somewhere like the head of LivingEntityRenderer instead, with either a tag whitelist or blacklist to ensure the nameplates are still only rendered on mob entities, or something like a check that the entity class is an instanceof MobEntity. I would recommend reporting this issue to their GitHub with this one linked.