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

Black screen in Gngeo on macOS #9

Closed
superjohan opened this issue Nov 11, 2018 · 8 comments
Closed

Black screen in Gngeo on macOS #9

superjohan opened this issue Nov 11, 2018 · 8 comments

Comments

@superjohan
Copy link

After October's WSL fixes, building the devkit on macOS results in a Gngeo that doesn't draw anything. Keyboard input still works (e.g. pressing esc + up + enter quits the app)

I'm backtracking through the commits now to see what breaks it, but I could reproduce this on my other Mac which already had a working ngdevkit from before.

@dciabrin
Copy link
Owner

Hi thanks for the report, it might have broken something in https://github.com/dciabrin/gngeo (unlikely) or in #9 (more likely). I'm going to compile locally and will try to figure it out.

Do you mind telling me which version of macOS you're running on?

@superjohan
Copy link
Author

10.14.1 on both computers, although the build that works was built on 10.14.0, in case something has changed between macOS versions.

@dciabrin
Copy link
Owner

OK I was running 10.14.0, upgrading to 10.14.1 before I recompile.

@dciabrin
Copy link
Owner

Hmmm OK with my previous build (which I believe was working fine) I'm having the same black screen symptom when running on 10.14.1.
Investigation in progress, will report hopefully shortly

@dciabrin
Copy link
Owner

Probably related to https://bugzilla.libsdl.org/show_bug.cgi?id=4272

@dciabrin
Copy link
Owner

Yes, when you run gngeo with the glsl blitter, you have the ability to resize window. Doing so fixes the black screen and rendering starts to appear, as reported in the bugzilla mentionned above.

Unfortunately, latest stable sdl2 in brew does not fix that yet (2.0.8 as I'm writing that comment)

@superjohan
Copy link
Author

Right. Moving the window (as mentioned in the bugzilla issue) also works. Thanks for your help, at least with this workaround it's usable again :)

@dciabrin
Copy link
Owner

dciabrin commented Jun 6, 2020

Closing the issue now as the issue doesn't reproduce on the latest macOS 10.15. Tested with the pre-built binaries available in brew (see #31).

@dciabrin dciabrin closed this as completed Jun 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants