Replay Mod (Fabric & Forge)

Replay Mod (Fabric & Forge)

787k Downloads

Rendering GUI isn't show correctly in 1.15.2

Opened this issue ยท 7 comments

commented

1

2

OS: macOS 10.15.4
Minecraft: 1.15.2 with farbic

$ java -version
java version "1.8.0_241"
Java(TM) SE Runtime Environment (build 1.8.0_241-b07)
Java HotSpot(TM) 64-Bit Server VM (build 25.241-b07, mixed mode)
commented

Which specific version are you using?
Did you resize the window while rendering or was it broken right from the beginning?

commented

I have tried commit 39ccf60 and f8b22d4.
The window is broken from the beginning.
But I found that Video Rendered page can be fixed by resizing windows.

commented

Having difficulties reproducing this.
Could you provide me your current values for:

  • "Video Resolution" in the render settings
  • "Anti-Aliasing" in the render settings
  • "GUI Scale" in MC's video settings
  • The size of your Minecraft window (This is visible on the fourth line on right side of the F3 menu. If the timeline is in the way, you can open the Player Overview by pressing B which should hide the timeline but still show the F3 menu: e.g. 1920x1080 https://i.johni0702.de/eehex.png)

If you happen to have access to a non-macOS device, could you check if you can reproduce the issue there?

But I found that Video Rendered page can be fixed by resizing windows.

So, resizing while it's still rendering doesn't fix it? Only when it's done?

commented
  • Video Resolution: 2560x1440, 1920x1080
  • Anti-Aliasing: None
  • GUI Scale: Auto
  • Minecraft window size: 2560x1440 (setting in MultiMC is 1280x720)
  • Resizing while it's still rendering doesn't fix it.
  • The window is broken in 1.14.4 & 1.15.2, work fine in 1.12.2.
commented

Hm, still cannot reproduce it.

Could you check if the latest version makes any differences? (it fixes an issue with similar symptoms but that should only occur if one holds down the Ctrl key when clicking the render button)

Could you also check whether this was always an issue or just a regression introduced in the 1.15 update by testing the 2.2.0-b7 version (direct link)?

commented
  • a733d30 (1.15.2): broken
  • a733d30 (1.14.4): broken
  • 2.2.0-b7 (1.14.4): broken
  • 2.2.0-b7 (1.12.2): work fine

without holding down control :
1-2
1-3
1-4
holding down control :
2-1
2-2
2-3
2-4

commented

Enable "FullScreen" will solve this issue. @Johni0702