[CRASH] Living Enchantment + Vespa Crash
Redmikeisback opened this issue ยท 7 comments
ISSUES NOT USING OUR TEMPLATE WILL NOT BE CONSIDERED AND WILL BE CLOSED!
Describe the crash
We started the server and were killing mobs when the server crashed. In the crash reports, it says a different entity caused it each time.
To Reproduce
Spawn in kill mobs
Crash Log
1st crash
https://pastebin.com/KiQxWk2C
2nd crash
https://pastebin.com/A425aE6N
Info (please complete the following information):
- Modpack Version: 2.76.2
- Server or Singleplayer:
- Version the world was created on: ?
Additional context
I have darks edge with the living enchant both said suspected mods living enchant possibly the problem unsure, because it was working fine the day before.
From reading the crash, it seems to occur when you attack a Vespa with the a sword enchanted with Living. I'm unsure how we would fix this but I'll do some testing if I have time.
"Investigating the crash more have some additional notes, thorns seems to proc xp gain for darks edge not sure if that leads to crash but when small creatures like rats, parasites attack me and thorns procs while i hold darks edge i crash" - From #152
From looking into the source for Living Enchantment, it seems like the illegal arg error was caused by a mistyped ending array index (if the random number was 1, it'd crash because it was trying to access arr[arr.length]
. I've opened a PR with the mod to try and fix it. Not sure if #152 was also caused by an Illegal Arg since I can't see the crash log (the site is down?), so not sure if it's actually a duplicate
dupe of #294
either #294 or this should be closed, also working on adding personalities but stuff is on another computer so i cant commit rn
bandaid pr here: Clownvin/Living-Enchantment#17
Fixed by #325