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

Text not rendering properly in WSL #4491

Open
Octogonapus opened this issue Oct 16, 2024 · 0 comments
Open

Text not rendering properly in WSL #4491

Octogonapus opened this issue Oct 16, 2024 · 0 comments
Labels
bug specific environment related to a specific environment/configuration, e.g. headless, ssh, vscode, etc text

Comments

@Octogonapus
Copy link
Contributor

Running in WSL2 5.15.153.1-microsoft-standard-WSL2 with a 3080 Ti and GLMakie v0.10.14.
Reproduced in a fresh env:

]activate --temp
]add GLMakie

(jl_zaeCzK) pkg> st
Status `/tmp/jl_zaeCzK/Project.toml`
  [e9467ef8] GLMakie v0.10.14

julia> using GLMakie

julia> f = Figure()
MESA: error: ZINK: failed to choose pdev
glx: failed to create drisw screen

julia> ax = Axis(f[1,1])

Image

Also fails on GLMakie v0.10.11 and GLMakie v0.10.0.
I've tried restarting as well.

This definitely used to work... I think something may have changed on the WSL side.

@ffreyer ffreyer added text specific environment related to a specific environment/configuration, e.g. headless, ssh, vscode, etc labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug specific environment related to a specific environment/configuration, e.g. headless, ssh, vscode, etc text
Projects
None yet
Development

No branches or pull requests

2 participants