Clumps

Clumps

197M Downloads

Clumps orbs cause a crash when colliding with "Advent of Ascension (Nevermine)" portals

Opened this issue ยท 4 comments

commented

Mod Version
I have tested the following combinations (on single and multiplayer)

1.15.2:

  • Clumps (5.0.0 and 5.0.2.6)
  • AoA (from 3.4.6 to 3.4.8)
  • forge (31.2.48 and 31.2.50)

1.16.5 versions doesn't seems to be affected:

  • Clumps 6.0.0.17
  • AoA 3.5-beta-1
  • forge 36.1.0

Describe the bug
When one or more experience orbs from the mod Clumps (entity type is clumps:xp_orb_big) collide with one of the AoA portals (entering the portals), a crash occurs immediately or in the next few seconds.
This issue is present with all the portals blocks and regardless of whether they are created through realmstones or picked and placed alone (creative inventory).
Here is a crash report: https://pastebin.com/tZ8Ga1xV (singleplayer)

To Reproduce

  1. install:
    Forge 31.2.48
    Clumps-5.0.2.6
    AoA3-3.4.8
  2. create or load a world in creative (just to reproduce faster, survival is affected too)
  3. get a portal block from the search bar of the creative inventory / create a portal with realmstones
  4. throw some bottles' o enchanting near/in the portals or drag an experience orb into the portal

Screenshots
The portal showed is the "Abyss Portal"
https://i.imgur.com/4x65v1h.png
https://i.imgur.com/w87dqqI.png
https://i.imgur.com/wGJHlAn.png

Notes

  • An AoA nether portal causes a crash while a normal nether portal doesn't.
  • It doesn't seems to matter the dimension in which the orb goes / comes from.
  • I've tested with Minecraft original launcher and MultiMC.
  • I haven't tried Forge 31.2.0 (recommended build) because AoA3-3.4.8 requires Forge 31.2.27
  • I've reported this issue to Advent of Ascension creators too.
commented

I don't believe there is anything I can do on my side to fix this.

@Tslat if there is, then please let me know, but considering line numbers aren't matching your source, I am not sure where I would even start looking.

commented

Probably because he's on the 1.15.2 version, not the 1.16.5 version

This is the section we're looking at
image

Is there any reason your entity would return null from a .create() call?

https://github.com/Tslat/Advent-Of-Ascension/blob/1.15.2/source/library/misc/AoATeleporter.java

commented

Well I guess now I know why my entity would return null from a .create call.

why does that method even exist.

commented

Closed in 0713c43