You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
could not load symbol "igPushStyleColor":
/home/ian/.julia/artifacts/5fdf8d579573e724b2fbe994a29d113ca81b108e/lib/libcimgui.so: undefined symbol: igPushStyleColor
Stacktrace:
[1] igPushStyleColor at /home/ian/.julia/packages/CImGui/OGzct/gen/libcimgui_api.jl:310 [inlined]
[2] PushStyleColor at /home/ian/.julia/packages/CImGui/OGzct/src/wrapper.jl:549 [inlined]
[5d785b6c] CImGui v1.77.0
The text was updated successfully, but these errors were encountered:
I don't understand why, but even though CImGui.jl was reporting to be 1.77 in the environment I was launching, it seems to have loaded 1.74. ]up in the main environment surprisingly updated to 1.77 and fixed this issue (?!?)
Since ImGui may introduce breaking changes between minor versions and `CImGui_jll` is compiled with `IMGUI_DISABLE_OBSOLETE_FUNCTIONS` flag, it's highly recommended to cap `CImGui` in downstream packages as well.
I'm guessing this is an upstream change
The text was updated successfully, but these errors were encountered: