GTNewHorizons/Angelica

Joining a world to black screen

Opened this issue · 6 comments

Your GTNH Discord Username

trysteros

Mod Version

angelica-1.0.0-alpha38

Java Version

Java 21

Graphics Card Vendor

NVidia

Bug Report

Offline singleplayer, joining a world only gets me a black screen. The game runs in the background, I can hear sounds.

I play in windowed mode, if I slightly resize the window, everything goes back to normal. I don't use Reika's mods here, but it's similar to an issue with those mods, where the rendered didn't receive some initialization signal and by dragging the windows border you'd cause to manually send that signal and so fix the problem. This in theory.

This is a "new" problem, angelica-1.0.0-alpha33 runs normally, problem starts from version 34.

Looking at changelog, the most likely cause is this:
#363

Mod List or GTNH Pack Version

https://github.com/enmumne/Grumpy-GregTech-6

Final Checklist

  • I have searched the issues and haven't found a similar issue.
  • I have read the known incompatibilities and this is not related to one of those.
  • I am running an officially released version. (Or, if I've compiled it myself I plan to fix the issue)
  • This issue is not related to a feature that is disabed by default - Shaders, MCPF, etc. [They'll be enabled when they're ready for testing]

Overmind in greg discord suggested to try with HUD caching off, and it does indeed removes the issue.

Hopefully this helps tracking it and it can be addressed in some way?

They are also on Angelica beta 1 now too for note, same issue.

Try running with the jvm argument -Dangelica.disableGlCache=true, but with HUDCaching on

Black screen still happening with that argument.

Ok, seems to be HUD Caching related then... odd.

[Angelica/]: World loaded - Enabling GLSM Cache

This was in the log, even with the argument added. The argument itself is in the logs so I guess these two aren't related.