Meldexun / RenderLib

7 stars 1 forks source link

[1.12.2] Weird Entity flicker with EntityCulling after updating RenderLib. #11

Closed SonicX8000 closed 2 years ago

SonicX8000 commented 2 years ago

Describe the bug The entity flickering randomly depending on how you look at it, such as moving your mouse around the entity, moving around the entity, looking at different angles, etc.

To Reproduce Steps to reproduce the behavior:

  1. Place down an entity, preferability one that doesn't move such as an armor stand.
  2. Walk around it while looking at it while moving your mouse.
  3. At certain points the entity will disappear for a split second & reappear, aka flicker.

Screenshots/Videos 2022-07-15 03-05-31

Versions RenderLib: Forge: 14.23.5.2860 Minecraft: 1.12.2 Other mods (necessary to reproduce the bug): RenderLib-1.12.2-1.1.1 EntityCulling-1.12.2-6.0.2 HadEnoughItems_1.12.2-4.22.0 !mixinbooter-4.2

Log File N/A


Note This didn't occur when using an old version of RenderLib. Before updating I was using RenderLib-1.12.2-1.0.6.

Meldexun commented 2 years ago

Please use the issue template and provide the requested information.

SonicX8000 commented 2 years ago

Edited the OP

Meldexun commented 2 years ago

Not reproduceable for me.

Did you change anything in the EntityCulling or RenderLib config? Are you able to reproduce this in a flatworld with only 1 entity loaded?

SonicX8000 commented 2 years ago

Configs for EntityCulling & RenderLib are their defaults, did another test after deleting the contains of my config folder just to have them regen with their defaults.

Yes, it just depends on the angle you're looking at for the mobs to disappear for a split second. 2022-07-15 15-34-30 It seems to happen if there are more than 4-5 mobs.

Oh... and the modlist when I took the above GIF.

RenderLib-1.12.2-1.1.1 EntityCulling-1.12.2-6.0.2 HadEnoughItems_1.12.2-4.22.0 _MixinBootstrap-1.1.0

Meldexun commented 2 years ago

This looks like some ID shifting when a mob enters/leaves the FoV.

Meldexun commented 2 years ago

Are you able to reproduce this with EntityCulling-1.12.2-6.1.0?

SonicX8000 commented 2 years ago

Was able to reproduce with EntityCulling-1.12.2-6.1.0. 2022-07-30 15-33-01

Meldexun commented 2 years ago

Duplicate of https://github.com/Meldexun/EntityCulling/issues/70