i2d-imgui icon indicating copy to clipboard operation
i2d-imgui copied to clipboard

The example crashes on Linux with -11 error code

Open GrimMaple opened this issue 3 years ago • 13 comments

I have been trying to get the example to work on Linux for a few days now, and I'm genuinely stuck. Every time I run the example, I get acces violation at ImGui_ImplSDL2_InitForOpenGL(window, gl_context);. This only happens on my Linux laptop, on Windows the example runs perfectly.

I have tried SDL backend examlpe of cimgui itself, and it works smoothly, which leads me to believe the problem is in bindbc-imgui.

I have used deps/CMakeLists.txt to build necessary libraries, and I copied them to /usr/lib.

Does anyone know what could be causing the issue, or where I should look for additional info? The errors function of bindbc-loader returns nothing.

GrimMaple avatar Dec 29 '21 13:12 GrimMaple