TeamChocoQuest / ChocolateQuestRepoured

ChocolateQuest Re-poured!
Other
75 stars 25 forks source link

abyss walker king and engender mod conflicts (1.12.2) #335

Closed rebarakuk closed 2 years ago

rebarakuk commented 2 years ago

General Information To check a checkbox: Insert a X between the square brackets, you need to remove the space though.

Describe the bug A clear and concise description of what the bug is. abyss walker king and illusioners from engender mod fought each other and this crash happened To Reproduce Steps to reproduce the behavior:

  1. Go to ...
  2. Use item ... abyss walker king spawn egg, illusioner fusion(engender mod)
  3. Place block ...
  4. ...

Screenshots If applicable, add screenshots to help explain your problem.

Versions (Note that 'latest' is NOT a valid version! Chocolate Quest Repoured: 2.6.7B Forge: 14.23.5.2860 Minecraft: 1.12.2 Other mods (necessary to reproduce the bug): engender mod

Log File Please use a paste site to upload the log file (for example https://gist.github.com/) and provide the link to the file here. https://gist.github.com/rebarakuk/a1cd2032a1cfa28e5c4ce3eecac06579

DerToaster98 commented 2 years ago

Not reproducable, the crash hints at a concurrent modification exception occuring somewhere in the update method of entities, hwoever, that happens in MC classes, not cqr classes and we do not modify these. Report it to engender, we can't reproduce it, the last call in CQR code is a call to minecraft base classes

rebarakuk commented 2 years ago

This might be a tick error, because when I installed tickrate changer which synchronizes server and client ticks, this crash doesn't happen

DerToaster98 commented 2 years ago

Again: This doesn't happen with just CQR, report it to engender, we won't work on this and it is not reproducible for us, the crash report is also pretty useless cause the exception can't raise from where it last was in our classes.