Engine-Room / Flywheel

A modern engine for modded Minecraft.
MIT License
215 stars 54 forks source link

Can't get the correct view of entity blocks such as chest with AMD Graphic. #248

Open Water-Yuan opened 3 months ago

Water-Yuan commented 3 months ago

Describe the Bug

I use AMD 780M and flywheel cannot work corrctly when the instancing mode is on.

Reproduction Steps

1. 2. 3. ...

Expected Result

I hope AMD Graphic will be supported completely

Screenshots and Videos

No response

Crash Report or Log

No response

Operating System

Windows11

What is your GPU?

AMD 780M

Mod Version

0.6.8.a

Minecraft Version

1.19.2

Loader Version

Forge40.2.17

Other Mods

Only Create mod

Additional Context

No response

Water-Yuan commented 3 months ago

PixPin_2024-06-30_14-16-43

NolanHewitt commented 2 months ago

Can confirm same issue with a 7900XTX

Chris6ix commented 2 months ago

Can confirm also have this issue sometimes on my RX 7900XT

moartq commented 2 months ago

For anyone still having problem with that, here is my workaround:

  1. Go to .minecraft/config folder
  2. Open flywheel.json file
  3. Change the backend from INSTANCING to BATCHING,
  4. Save file.

It fixes the problem with entity rendering, but this may slightly reduce perfomance, not sure.