Crash in 1.18.2 related to vines?
DesertDweller opened this issue ยท 6 comments
Mod Version: idas_forge-1.4.1+1.18.2, Forge 40.1.73
Crash when generating idas:treetop_tavern structure in certain seeds.
crash-2022-08-27_10.49.44-server.txt
I created a Curseforge modpack with nothing but IDAS and its dependencies (one of which is Supplementaries).
Make new Creative world with seed 1165080016, then /tp 2832 150 700.
Game will crash trying to generate the structure.
Seems to be some interaction with vines with existing terrain?
Structure contains lots of vines too.
Generating worlds with random seeds yields about 20% of seeds will experience the problem (/locate idas:treetop_tavern, then /tp there).
Also opened issue on the IDAS page as well.
Hm so I do have a mixin that allows vines to be placed under more blocks and this issues happens right there, however what I do is checking a tag which should never fail and infact isnt what is on that mast method call which seem to revolve around the vanilla method which checks the hitbox of what's above. It seems that somehow during worldgen those vines have a null hitbox. Could you try to open the mod jar with with rar and remove the VineMixin line from the mixins jsons? If it still happens without that we know that it's not that one
as far as I can tell similar thing happens with rope blocks/rope knots
The-Nexus-Project/Limitless-5#186
crash report: https://pastebin.com/KKAHxKkz
interestingly the exact same seed did not have an issue in single player and I was able to generate the entire region no problems
and transfer it to the server
That's a pretty different thing and this time involves one of my blocks. What block was contained in those?
That's a pretty different thing and this time involves one of my blocks. What block was contained in those?
ah sorry then, I can create a new issue if required.
once the region spawned in SP the only ropes in the area were part of an idas castle
it appears some of the ropes are attempting to connect to nothing or something with an empty collision box
Skinklizzard
I know what may be the cause
#416
If you have farmers harvest in your mod pack, make sure its the NEWEST version
If not then your crash file mentions " biomesoplenty:trees_ominous_woods "
likely meaning thats causing your issue as well
if not that as well, then i got nothin else for ya, good luck on your pack