Clem Cords
Clem Cords
I'm sorry you're still having trouble, I'm kinda forced to make you do the debugging since I can't test it myself, I apologize. Could you try the following? ```julia import...
Ok, perfect, I know how to work on a fix for this then. I'll try to get a hotfix out soon
Hi, please run: ```julia ENV["MOUSETRAP_DISABLE_OPENGL_COMPONENT"] = "TRUE" import Pkg; Pkg.update("mousetrap_linux_jll") using Mousetrap ``` Does that still crash?
It's not disabling OpenGL, it's just turning off everything related to the `RenderArea` widget. Mousetrap will still use the OpenGL backend for rendering and you still get the same performance....
I'll keep this open for anyone else running into this. ## Solution **TL;DR**: Certain NVIDIA drivers are causing an error in GTK4 when trying to initialize everything needed for the...
Compiler error that necessitated the change: ```cpp /// `Action` is a complex C++ class in another library that I'm trying to wrap for Julia auto action = module.add_type(Action) .constructor([](const std::string&...
Reinstalling CxxWrap.jl and libcxxwrap.so from their respective github main branch fixed the issue for me. I'll keep this open until CxxWrap.jl and libcxxwrap_julia_jll are upgraded and I can confirm this...