We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a Ryzen Renoir 4750U, OS is Manjaro, and I cannot get GLMakie.jl to run, CairoMakie.jl works and 3d acceleration also works in most cases. Tests for GLFW.jl fail with the output below. I am wondering if it could be related to the following passage in the glfw documentation (https://github.com/glfw/glfw/blob/0b2660f39fc7111a3ef2723b03f5111afbe75bb9/docs/CONTRIBUTING.md):
GLMakie.jl
CairoMakie.jl
GLFW.jl
Note: AMD only supports OpenGL ES on Windows via EGL. See the GLFW_CONTEXT_CREATION_API hint for how to select EGL.
I could not figure out how to switch this in GLFW.jl.
(@v1.5) pkg> test GLFW Testing GLFW Status `/tmp/jl_JAxVcY/Project.toml` [f7f18e0c] GLFW v3.4.0 [0656b61e] GLFW_jll v3.3.2+1 [8dfed614] Test Status `/tmp/jl_JAxVcY/Manifest.toml` [56f22d72] Artifacts v1.3.0 [f7f18e0c] GLFW v3.4.0 [0656b61e] GLFW_jll v3.3.2+1 [692b3bcd] JLLWrappers v1.2.0 [d4300ac3] Libgcrypt_jll v1.8.5+4 [7e76a0d4] Libglvnd_jll v1.3.0+3 [7add5ba3] Libgpg_error_jll v1.36.0+3 [94ce4f54] Libiconv_jll v1.16.0+7 [02c8fc9c] XML2_jll v2.9.10+3 [aed1982a] XSLT_jll v1.1.33+4 [4f6342f7] Xorg_libX11_jll v1.6.9+4 [0c0b7dd1] Xorg_libXau_jll v1.0.9+4 [935fb764] Xorg_libXcursor_jll v1.2.0+4 [a3789734] Xorg_libXdmcp_jll v1.1.3+4 [1082639a] Xorg_libXext_jll v1.3.4+4 [d091e8ba] Xorg_libXfixes_jll v5.0.3+4 [a51aa0fd] Xorg_libXi_jll v1.7.10+4 [d1454406] Xorg_libXinerama_jll v1.1.4+4 [ec84b674] Xorg_libXrandr_jll v1.5.2+4 [ea2f1a96] Xorg_libXrender_jll v0.9.10+4 [14d82f49] Xorg_libpthread_stubs_jll v0.1.0+3 [c7cfdc94] Xorg_libxcb_jll v1.13.0+3 [c5fb5394] Xorg_xtrans_jll v1.4.0+3 [83775a58] Zlib_jll v1.2.11+18 [2a0f44e3] Base64 [ade2ca70] Dates [8ba89e20] Distributed [b77e0a4c] InteractiveUtils [76f85450] LibGit2 [8f399da3] Libdl [56ddb016] Logging [d6f4376e] Markdown [44cfe95a] Pkg [de0858da] Printf [3fa0cd96] REPL [9a3f8284] Random [ea8e919c] SHA [9e88b42a] Serialization [6462fe0b] Sockets [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode 3.3.2 X11 GLX EGL OSMesa clock_gettime evdev shared ERROR: Package GLFW errored during testing (received signal: 11)
The text was updated successfully, but these errors were encountered:
I was using Julia 1.5 for the last test, with Julia 1.6 it seems to work and I can even get the plotting window with GLMakie
Sorry, something went wrong.
No branches or pull requests
I have a Ryzen Renoir 4750U, OS is Manjaro, and I cannot get
GLMakie.jl
to run,CairoMakie.jl
works and 3d acceleration also works in most cases. Tests forGLFW.jl
fail with the output below. I am wondering if it could be related to the following passage in the glfw documentation (https://github.com/glfw/glfw/blob/0b2660f39fc7111a3ef2723b03f5111afbe75bb9/docs/CONTRIBUTING.md):I could not figure out how to switch this in
GLFW.jl
.The text was updated successfully, but these errors were encountered: