[Crash Report] Rendering entity in world
alarmgoose opened this issue · 7 comments
Upon placing NPC the game crashes.
Steps to reproduce the crash ⚙️
- Start game.
- Enter world.
- Place any NPC and game crashes
I should add that this happens with the latest versions only. I downgraded to an previous versions, and everything is fine!
Thanks for the report. I was unable to reproduce the issue with 1.20.1 on Forge with a cat NPC.
Could you let me know where you downloaded the latest version to check if the uploaded version is broken or so? Thanks.
I downloaded the latest version of the mod from CurseForge. I also try out every version from 4.0.0 up. None of those worked for me. Only 3.0.9 and below. Even 3.10.0 failed to work without the crash. It also happens if I try to place any NPC, not just the cat. Are there any mods that it doesn't work with, maybe interfering?
Same here, game crashes with this exact log with any version which I tried so far:
- 1.20.1-4.5.1
- 1.20.1-4.4.0
- 1.20.1-4.3.3
- ...
- 1.20.1.-4.2.0
Was able to get it working with the following versions:
- 1.20.1-2.0.0
- 1.20.1-3.7.3
I'm assuming you released breaking changes starting from 4.0.1
I'm assuming you released breaking changes starting from 4.0.1
In general a major number version change e.g. from 3.x to 4.x means it includes breaking changes.
This is also part of the change log like:
4.0.0
Note: Please backup your world / npcs before updating from 3.x or earlier! NPCs are now stored in a new format and the old format is not 100% compatible with the new version.
However if this is a fresh installation without any former NPCs these crashes sound more like an incompatibility with some other mods which changing the rendering of the entities.
With version 4.x I switch the Renderer from the Forge specific one to a more general one to be compatible with Fabric and NeoForge.
If a mod assume it is still a Forge specific Renderer it could lead to crashes, if they injecting Forge specific changes.
To isolate the issue I need to know the following:
- A crash log, If the crash occur with all other mods disabled ?
- Reference mod pack, if it is not possible to isolate the issue to a specific mod ?
If the crashes not happen with all other mods disabled, it's clear an incompatibility with some other mods.
Only if I'm able to reproduce the issue, I could try to isolate and fix the issue on my side.
If there are no mods but Easy NPC, I don't seem to have a problem. It may take me a bit to try and isolate the mod causing the issue, as I think it may be more than one.