Crash When Running opengl_texture Example on Windows — FemtoVG Panic #8900
-
Hi! I'm trying to run the opengl_texture example from the Slint repo on Windows, using C++ and GLEW, but I'm having trouble getting any output — the window stays blank and exits in a second., even though the app gets build with no problem. The message I get is:
I replaced gles with glew and tried setting different backends, but the other renderers (e.g. software) are unrecognized and it seems to fall back to FemtoVG, which crashes. Is this a known issue on Windows? Or am I missing some config or build flag? I just want to play a 3D animation in a Slint-based app. Any advice or working setups would be appreciated! Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Ouch, that's a bug. I can reproduce this on Linux. This appears to affect only the C++ build of the example, the Rust one works fine. I've filed #8901 and will look into it. |
Beta Was this translation helpful? Give feedback.
Ouch, that's a bug. I can reproduce this on Linux. This appears to affect only the C++ build of the example, the Rust one works fine. I've filed #8901 and will look into it.