Untamed Wilds

Untamed Wilds

8M Downloads

Untamed Wilds crashing in multiplayer

pintaku opened this issue ยท 13 comments

commented

https://pastebin.com/gEGFqaZd


works fine in singleplayer! i have searched far and wide to try and fix this, downgrading does not fix, and there are no later versions. any help would be VERY appreciated, thank you!

commented

Tested on 1.18.2, with ProjectMMO as a way to test default entity instances, and the only problems I can see are small visual issues (tested on both server and client)

Unless anyone can provide a setup with which I can replicate this crash, I will close the issue

commented

You can test it on OxFORTPACK modpack version 8.2. Looks like I removing untamedwilds in another update

commented

It happens in singleplayer too

commented

I have been exploring a bit on the OxFORTPACK pack with no issues, do you happen to have a world file where I can replicate the problem to check if my changes have fixed it?

commented

Tested on 1.18.2, with ProjectMMO as a way to test default entity instances, and the only problems I can see are small visual issues (tested on both server and client)

Unless anyone can provide a setup with which I can replicate this crash, I will close the issue

To test With pmmo:

  1. Enter any world
  2. press "P" to open the glossary
  3. click "Open Glossary" for the select menu.
  4. Choose "XP sources" for the first option and "entities" for the second.
  5. click "view info".
  6. See crash.
commented

Okay, I don't get any crash by following these instructions, gonna publish the 1.18 update in a bit and see if that fixes it

The only issue I do see is that mobs' heads look strange

commented

Anybody have found a way to fix this? A friend is having a similar issue :

 
java.lang.NullPointerException: Cannot invoke "untamedwilds.util.EntityDataHolder.getScale(int)" because the return value of "untamedwilds.entity.ComplexMob.getEntityData(net.minecraft.world.entity.EntityType)" is null
 
	at untamedwilds.entity.ComplexMob.getModelScale(ComplexMob.java:195) ~[untamedwilds-1.19.2-3.0.2.jar%23294!/:1.19.2] {re:classloading}
 
	at untamedwilds.entity.mammal.EntityBaleenWhale.getMultiparts(EntityBaleenWhale.java:260) ~[untamedwilds-1.19.2-3.0.2.jar%23294!/:1.19.2] {re:classloading}
 
	at untamedwilds.entity.mammal.EntityBaleenWhale.<init>(EntityBaleenWhale.java:53) ~[untamedwilds-1.19.2-3.0.2.jar%23294!/:1.19.2] {re:classloading}
commented

For context in the issue mentioned above. Project MMO will use EntityType.create to create a default entity instance for getting entity stats and other information necessary to calculate the XP PMMO will award from it.

commented

Same issue here, WITHOUT ProjectMMO

commented

So, I also created a sandboxed environment to test this and could not repeat the results. Based on the modpacks i know have been experiencing the issue, my hypothesis at this point is that there is some sort of mixin and/or performance mod causing conflicts. I had a similar rendering error using the same procedures on the Strictly Medieval modpack but it threw the error for another mod.

For PMMO 1.19.2 I have added a client toggle to disable entity rendering in GUIs which seems to have solved this issue symptomatically.

commented

1.19.2, client-side logs spammed by the same exceptions. After playing a while, client-side crashed finally.

commented

Should be fixed in the latest 1.19.2 version, post log if it is not