Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block entity models are rendering incorrectly #267

Open
nekonekowabo opened this issue Oct 20, 2024 · 1 comment
Open

Block entity models are rendering incorrectly #267

nekonekowabo opened this issue Oct 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@nekonekowabo
Copy link

nekonekowabo commented Oct 20, 2024

Describe the Bug

Minecraft 1.20.1
Fabric: Flywheel 0.6.10-2 (embed in Create 0.5.1f)
NeoForge: Flywheel 0.6.10-7 (embed in Create 0.5.1f) (Not fixed in Create 0.5.1.i)

Why i assume that this is Flywheel bug?

- When Flywheel is disabled (using shaders disables it), all objects are displayed correctly, without any errors.

- Occurs even if only Create mod is installed (so it's not Sodium's/Embeddium's fault)

Some block entities such as Create cogs, steam engines, or even vanilla minecraft chests become black. Both partially and completely.

Or, for example, belts, the animation of which is displayed incorrectly (not animated, goes in the wrong direction)

Fabric:

Vanilla chests
Create mod steam engines
conveyor belts

NeoForge:

steam engine on neoforge

Animated GIF of buggy belt animation (red box - wrong direction)
animated gif of belt

I guess it is only on AMD GPUs, because when i played on laptop with Intel eGPU, rendering was normal.

I found this issue and tried the solution suggested there (changing INSTANCING to BATCHING). It works fine for a while, but heaps of artifacts appear in the world, and when interacting with the entities (spawning, killing, etc), Minecraft just crashes with no crash report or stacktrace, the log says ACCESS VIOLATION, and i guess, the error is related to memory management (most likely GPU). Launcher suggests to update GPU driver, which is what I did, but it didn't help.

Shaders ON: (iris compat) (just crashes when trying to turn on shaders without flywheel compat)
with shaders

Shaders OFF:
no shaders

Reproduction Steps

  1. Install minecraft 1.20.1 fabric/neoforge
  2. Install mod create
  3. Run

Expected Result

Correct rendering

Operating System

Windows 11

What is your GPU?

AMD Radeon 760M

Mod Version

0.6.10-x

Minecraft Version

1.20.1 (same in other versions)

Loader Version

Fabric 0.16.4, NeoForge 47.1.104

Additional Context

I don't know, but even a complete clean and then reinstallation of Minecraft didn't help.

@nekonekowabo nekonekowabo added the bug Something isn't working label Oct 20, 2024
@Christchex
Copy link

Also experiencing this on 1.20.1 with a Radeon 7900 XT. Batching does not cause crashing, but still flickers sometimes and performs worse than "off".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants