Created
July 19, 2022 17:42
-
-
Save miguelraz/a1d0fe8b925171868aff3521ec82b364 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
julia> using GLMakie | |
[ Info: Precompiling GLMakie [e9467ef8-e4e7-5192-8a1a-b1aee30e663a] | |
libGL error: MESA-LOADER: failed to open radeonsi: /usr/lib/dri/radeonsi_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri) | |
libGL error: failed to load driver: radeonsi | |
libGL error: MESA-LOADER: failed to open radeonsi: /usr/lib/dri/radeonsi_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri) | |
libGL error: failed to load driver: radeonsi | |
libGL error: MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri) | |
libGL error: failed to load driver: swrast | |
┌ Warning: GLFW couldn't create an OpenGL window. | |
│ This likely means, you don't have an OpenGL capable Graphic Card, | |
│ or you don't have an OpenGL 3.3 capable video driver installed. | |
│ Have a look at the troubleshooting section in the GLMakie readme: | |
│ https://github.com/JuliaPlots/Makie.jl/tree/master/GLMakie#troubleshooting-opengl. | |
└ @ GLMakie ~/.julia/packages/GLMakie/whU5K/src/screen.jl:388 | |
ERROR: LoadError: GLFWError (VERSION_UNAVAILABLE): GLX: Failed to create context: GLXBadFBConfig | |
Stacktrace: | |
[1] _ErrorCallbackWrapper(code::Int32, description::Cstring) | |
@ GLFW ~/.julia/packages/GLFW/BWxfF/src/callback.jl:43 | |
[2] CreateWindow(width::Int64, height::Int64, title::String, monitor::GLFW.Monitor, share::GLFW.Window) | |
@ GLFW ~/.julia/packages/GLFW/BWxfF/src/glfw3.jl:499 | |
[3] GLFW.Window(; name::String, resolution::Tuple{Int64, Int64}, debugging::Bool, major::Int64, minor::Int64, windowhints::Vector{Tuple{UInt32, Integer}}, contexthints::Vector{Tuple{UInt32, Integer}}, visible::Bool, focus::Bool, fullscreen::Bool, monitor::Nothing, share::GLFW.Window) | |
@ GLFW ~/.julia/packages/GLFW/BWxfF/src/glfw3.jl:344 | |
[4] GLMakie.Screen(; resolution::Tuple{Int64, Int64}, visible::Bool, title::String, start_renderloop::Bool, kw_args::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}) | |
@ GLMakie ~/.julia/packages/GLMakie/whU5K/src/screen.jl:380 | |
[5] _precompile_() | |
@ GLMakie ~/.julia/packages/GLMakie/whU5K/src/precompiles.jl:31 | |
[6] top-level scope | |
@ ~/.julia/packages/GLMakie/whU5K/src/GLMakie.jl:67 | |
[7] include | |
@ ./Base.jl:418 [inlined] | |
[8] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::Nothing) | |
@ Base ./loading.jl:1318 | |
[9] top-level scope | |
@ none:1 | |
[10] eval | |
@ ./boot.jl:373 [inlined] | |
[11] eval(x::Expr) | |
@ Base.MainInclude ./client.jl:453 | |
[12] top-level scope | |
@ none:1 | |
in expression starting at /home/mrg/.julia/packages/GLMakie/whU5K/src/GLMakie.jl:1 | |
ERROR: Failed to precompile GLMakie [e9467ef8-e4e7-5192-8a1a-b1aee30e663a] to /home/mrg/.julia/compiled/v1.7/GLMakie/jl_DvFH82. | |
Stacktrace: | |
[1] error(s::String) | |
@ Base ./error.jl:33 | |
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, ignore_loaded_modules::Bool) | |
@ Base ./loading.jl:1466 | |
[3] compilecache(pkg::Base.PkgId, path::String) | |
@ Base ./loading.jl:1410 | |
[4] _require(pkg::Base.PkgId) | |
@ Base ./loading.jl:1120 | |
[5] require(uuidkey::Base.PkgId) | |
@ Base ./loading.jl:1013 | |
[6] require(into::Module, mod::Symbol) | |
@ Base ./loading.jl:997 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment