TheSunCat / Whitehole

A level editor for Super Mario Galaxy 1 and 2.
15 stars 10 forks source link

3D Renderer black screen #21

Closed Mari0Hacker closed 2 years ago

Mari0Hacker commented 2 years ago

Hi, I'm using Whitehole 1.7 and when I open a galaxy, it opens, but I can't see anything in the 3D view. Just a black screen, and when I drag my mouse in the 3D view the level will staticly appear but still really hard to see what's going on. And yes I am using latest Java version and JDK. Screenshot_2

IonicPixels commented 2 years ago

Can you describe this issue in detail please?

IonicPixels commented 2 years ago

There is a command under the Troubleshooting of the ReadMe file. Please try running that and tell me if it resolves the issue.

Mari0Hacker commented 2 years ago

There is a command under the Troubleshooting of the ReadMe file. Please try running that and tell me if it resolves the issue.

I already tried that, still seeing a black screen. I even enabled "anti aliasing" in the settings and that still doesn't help.

IonicPixels commented 2 years ago

Do other versions of Whitehole work? (like 1.6 or the Auto Build)

Lord-Giganticus commented 2 years ago

There is work going on to add a option to use the old rendering code, I'll respond when that commit is out.

Mari0Hacker commented 2 years ago

Do other versions of Whitehole work? (like 1.6 or the Auto Build)

1.6 works fine for me. I tried the Auto Build too but that also didn't help with the issue. I'll just use 1.6 I guess until there is a fix.

IonicPixels commented 2 years ago

either me or Giganticus will mention this issue on the commit with the fix

TheSunCat commented 2 years ago

I'm pretty sure this issue is with JOGL, as Whitehole 1.7 updates it to fix compatibility issues. Counterintuitively, it seems to have introduced new compatibility issues while fixing the older ones...

I'm not sure how to address this without providing two separate Whitehole builds...

Some info:

  1. What is the output of java -version?
  2. Which graphics card do you have, and which drivers/version are installed?
  3. Can you verify if this still occurs under Linux?
  4. Does Whitehole output any errors to the console when opening a galaxy?
TheSunCat commented 2 years ago

Closing due to inactivity. Feel free to reopen.