Critical errors on package load (but still works fine)
LilithHafner opened this issue · 1 comments
LilithHafner commented
I installed this following the installation instructions and ran the first example in the readme and everything worked successfully (yay!)
However, I also got several messages that looked like critical failures (apparently they weren't critical enough to actually break anything noticeable)
julia> using Mousetrap
(process:92270): GLib-GIO-CRITICAL **: 16:48:38.637: g_settings_schema_source_lookup: assertion 'source != NULL' failed
(process:92270): GLib-GIO-CRITICAL **: 16:48:38.637: g_settings_schema_source_lookup: assertion 'source != NULL' failed
(process:92270): Core OpenGL-CRITICAL **: 16:48:38.697: ../gdk/macos/gdkmacosglcontext.c:408: invalid share context
(process:92270): mousetrap-WARNING **: 16:48:38.697: In gdk_gl_context_realize:invalid share context
(process:92270): mousetrap-CRITICAL **: 16:48:38.697: In initialize_opengl: Unable to create OpenGL context, disabling the OpenGL component.
julia> main() do app::Application
window = Window(app)
set_child!(window, Label("Hello World!"))
present!(window)
end
0
julia> versioninfo()
Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: macOS (arm64-apple-darwin22.4.0)
CPU: 8 × Apple M2
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, apple-m1)
Threads: 1 on 4 virtual cores
Environment:
JULIA_EDITOR = code
(@mousetrap) pkg> st
Status `~/.julia/environments/mousetrap/Project.toml`
[5deeb4b9] Mousetrap v0.3.0 `https://github.com/clemapfel/mousetrap.jl#main`
[287f9a42] libmousetrap_jll v0.3.0+0 `https://github.com/clemapfel/mousetrap_jll#main`
Manifest
(@mousetrap) pkg> st -m
Status `~/.julia/environments/mousetrap/Manifest.toml`
[a4c015fc] ANSIColoredPrinters v0.0.1
[1520ce14] AbstractTrees v0.4.4
[c7e460c6] ArgParse v1.1.4
[bf4720bc] AssetRegistry v0.1.0
⌅ [15f4f7f2] AutoHashEquals v0.2.0
[12aac903] BinaryBuilder v0.5.6
[7f725544] BinaryBuilderBase v1.26.0
[d1d4a3ce] BitFlags v0.1.7
[944b1d66] CodecZlib v0.7.3
[34da2185] Compat v4.10.0
[f0e56b4a] ConcurrentUtilities v2.2.1
[1f15a43c] CxxWrap v0.14.0
[9a962f9c] DataAPI v1.15.0
[e2d170a0] DataValueInterfaces v1.0.0
[ffbed154] DocStringExtensions v0.9.3
[e30172f5] Documenter v1.1.1
[460bff9d] ExceptionUnwrapping v0.1.9
[e2ba6199] ExprTools v0.1.10
[5789e2e9] FileIO v1.16.1
[59287772] Formatting v0.4.2
[8f6bce27] GitForge v0.4.2
[bc5e4493] GitHub v5.9.0
[cd3eb016] HTTP v1.10.0
[9fb69e20] Hiccup v0.2.2
[6df8b67a] HistoricalStdlibVersions v1.2.1
[b5f81e59] IOCapture v0.2.3
[842dd82b] InlineStrings v1.4.0
[82899510] IteratorInterfaceExtensions v1.0.0
[033835bb] JLD2 v0.4.36
[692b3bcd] JLLWrappers v1.5.0
[682c06a0] JSON v0.21.4
[0f8b85d8] JSON3 v1.13.2
[b964fa9f] LaTeXStrings v1.3.0
[23fbe1c1] Latexify v0.16.1
[0e77f7df] LazilyInitializedFields v1.2.1
⌅ [e6f89c97] LoggingExtras v0.4.9
[1914dd2f] MacroTools v0.5.11
[d0879d2d] MarkdownAST v0.1.2
[739be429] MbedTLS v1.1.7
[78c3b35d] Mocking v0.7.7
[5deeb4b9] Mousetrap v0.3.0 `https://github.com/clemapfel/mousetrap.jl#main`
[ffc61752] Mustache v1.0.17
[a975b10e] Mux v1.0.1
⌅ [d8793406] ObjectFile v0.3.7
[4d8831e6] OpenSSL v1.4.1
[bac558e1] OrderedCollections v1.6.2
[6c11c7d4] OutputCollectors v0.1.1
[69de0a69] Parsers v2.7.2
[fa939f87] Pidfile v1.3.0
[fc669557] PkgLicenses v0.2.0
[aea7be01] PrecompileTools v1.2.0
[21216c6a] Preferences v1.4.1
[92933f4c] ProgressMeter v1.9.0
[189a3867] Reexport v1.2.2
⌃ [4418983a] Registrator v1.6.0
[2792f1a3] RegistryInstances v0.1.0
⌅ [d1eb7eb1] RegistryTools v1.9.1
[ae029012] Requires v1.3.0
[6c6a2e73] Scratch v1.2.0
[777ac1f9] SimpleBufferStream v1.1.0
[2133526b] SodiumSeal v0.1.1
[53d494c1] StructIO v0.3.0
[856f2bd8] StructTypes v1.10.0
[dc5dba14] TZJData v1.0.0+2023c
[3783bdb8] TableTraits v1.0.1
[bd369af6] Tables v1.11.1
[b718987f] TextWrap v1.0.1
[37f0c46e] TimeToLive v0.3.0
[f269a46b] TimeZones v1.13.0
[3bb67fe8] TranscodingStreams v0.10.1
[5c2747f8] URIs v1.5.1
[c2297ded] ZMQ v1.2.2
[1fd713ca] Attr_jll v2.5.1+0
[6e34b625] Bzip2_jll v1.0.8+0
[83423d85] Cairo_jll v1.16.1+1
[2702e6a9] EpollShim_jll v0.0.20230411+0
[2e619515] Expat_jll v2.5.0+0
[a3f928ae] Fontconfig_jll v2.13.93+0
[d7e528f0] FreeType2_jll v2.13.1+0
[559328eb] FriBidi_jll v1.0.10+0
[bde7f898] GLEW_jll v2.2.0+0
[bd17208b] GLU_jll v9.0.1+0
[6ebb71f1] GTK4_jll v4.10.5+0
[78b55507] Gettext_jll v0.21.0+0
[7746bdde] Glib_jll v2.76.5+0
[75302f13] Graphene_jll v1.10.6+0
[3b182d85] Graphite2_jll v1.3.14+0
[be1be57a] Gzip_jll v1.12.0+0
[2e76f6c2] HarfBuzz_jll v2.8.1+1
[aacddb02] JpegTurbo_jll v2.1.91+0
[88015f11] LERC_jll v3.0.0+1
[1d63c593] LLVMOpenMP_jll v15.0.4+0
[dd4b983a] LZO_jll v2.10.1+0
[42c93a91] Libepoxy_jll v1.5.10+0
⌅ [e9f186c6] Libffi_jll v3.2.2+1
[d4300ac3] Libgcrypt_jll v1.8.7+0
[7e76a0d4] Libglvnd_jll v1.6.0+0
[7add5ba3] Libgpg_error_jll v1.42.0+0
[94ce4f54] Libiconv_jll v1.17.0+0
[4b2f31a3] Libmount_jll v2.35.0+0
⌅ [89763e89] Libtiff_jll v4.4.0+0
[38a345b3] Libuuid_jll v2.36.0+0
[cc7be9be] OpenGLMathematics_jll v0.9.9+0
[458c3c95] OpenSSL_jll v3.0.11+0
[36c8627f] Pango_jll v1.50.14+0
[30392449] Pixman_jll v0.42.2+0
[9b64493d] Tar_jll v1.35.0+0
[a2964d1f] Wayland_jll v1.21.0+1
[2381bf8a] Wayland_protocols_jll v1.25.0+0
[02c8fc9c] XML2_jll v2.11.5+0
[aed1982a] XSLT_jll v1.1.34+0
[ffd25f8a] XZ_jll v5.4.4+0
[4f6342f7] Xorg_libX11_jll v1.8.6+0
[0c0b7dd1] Xorg_libXau_jll v1.0.11+0
[935fb764] Xorg_libXcursor_jll v1.2.0+4
[0aeada51] Xorg_libXdamage_jll v1.1.5+4
[a3789734] Xorg_libXdmcp_jll v1.1.4+0
[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.1+0
[c7cfdc94] Xorg_libxcb_jll v1.15.0+0
[cc61e674] Xorg_libxkbfile_jll v1.1.2+0
[35661453] Xorg_xkbcomp_jll v1.4.6+0
[33bec58e] Xorg_xkeyboard_config_jll v2.39.0+0
[c5fb5394] Xorg_xtrans_jll v1.5.0+0
[8f1865be] ZeroMQ_jll v4.3.4+0
[3161d3a3] Zstd_jll v1.5.5+0
[da03df04] gdk_pixbuf_jll v2.42.8+0
[07c12ed4] ghr_jll v0.14.0+0
[bf975903] iso_codes_jll v4.11.0+0
[583852a3] libadwaita_jll v1.2.0+0
[3eaa8342] libcxxwrap_julia_jll v0.11.1+0
[287f9a42] libmousetrap_jll v0.3.0+0 `https://github.com/clemapfel/mousetrap_jll#main`
[b53b4c65] libpng_jll v1.6.38+0
[a9144af2] libsodium_jll v1.0.20+0
[1bc43ea1] pigz_jll v2.7.0+0
[d8fb68d0] xkbcommon_jll v1.4.1+1
[0dad84c5] ArgTools v1.1.1
[56f22d72] Artifacts
[2a0f44e3] Base64
[ade2ca70] Dates
[8ba89e20] Distributed
[f43a241f] Downloads v1.6.0
[7b1f6079] FileWatching
[b77e0a4c] InteractiveUtils
[4af54fe1] LazyArtifacts
[b27032c2] LibCURL v0.6.3
[76f85450] LibGit2
[8f399da3] Libdl
[37e2e46d] LinearAlgebra
[56ddb016] Logging
[d6f4376e] Markdown
[a63ad114] Mmap
[ca575930] NetworkOptions v1.2.0
[44cfe95a] Pkg v1.9.2
[de0858da] Printf
[3fa0cd96] REPL
[9a3f8284] Random
[ea8e919c] SHA v0.7.0
[9e88b42a] Serialization
[6462fe0b] Sockets
[fa267f1f] TOML v1.0.3
[a4e569a6] Tar v1.10.0
[8dfed614] Test
[cf7118a7] UUIDs
[4ec0a83e] Unicode
[e66e0078] CompilerSupportLibraries_jll v1.0.5+0
[deac9b47] LibCURL_jll v7.84.0+0
[e37daf67] LibGit2_jll v1.5.0+1
[29816b5a] LibSSH2_jll v1.10.2+0
[c8ffd9c3] MbedTLS_jll v2.28.2+0
[14a3606d] MozillaCACerts_jll v2022.10.11
[4536629a] OpenBLAS_jll v0.3.21+4
[efcefdf7] PCRE2_jll v10.42.0+0
[83775a58] Zlib_jll v1.2.13+0
[8e850b90] libblastrampoline_jll v5.8.0+0
[8e850ede] nghttp2_jll v1.48.0+0
[3f19e933] p7zip_jll v17.4.0+0
Info Packages marked with ⌃ and ⌅ have new versions available, but those with ⌅ are restricted by compatibility constraints from upgrading. To see why use `status --outdated -m`
LilithHafner commented
(oops. Duplicate of #5)