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

Screens sometimes blank #4432

Open
f-ij opened this issue Oct 1, 2024 · 0 comments
Open

Screens sometimes blank #4432

f-ij opened this issue Oct 1, 2024 · 0 comments
Labels
bug GLMakie This relates to GLMakie.jl, the OpenGL backend for Makie. macOS For issues involving macOS and the M-series processor rendering typically backend specific

Comments

@f-ij
Copy link

f-ij commented Oct 1, 2024

I'm on an M1 Max mac.

I'm getting an error sometimes, paired with blank screens. It seems to happen if I open a script all at once that loads multiple screens using the following pattern in my functions.

f = Figure(;kwargs...);
newscreen = GLMakie.Screen() 
display(newscreen, f)

It seems to not happen, or at least infrequently when calling the functions separately that hold this pattern.

I get the following error:

UNSUPPORTED (log once): POSSIBLE ISSUE: unit 0 GLD_TEXTURE_INDEX_2D is unloadable and bound to sampler type (Float) - using zero texture because texture unloadable
@f-ij f-ij added the bug label Oct 1, 2024
@t-bltg t-bltg added the macOS For issues involving macOS and the M-series processor label Oct 6, 2024
@ffreyer ffreyer added GLMakie This relates to GLMakie.jl, the OpenGL backend for Makie. rendering typically backend specific labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug GLMakie This relates to GLMakie.jl, the OpenGL backend for Makie. macOS For issues involving macOS and the M-series processor rendering typically backend specific
Projects
None yet
Development

No branches or pull requests

3 participants