Segmentation fault in slint_windowrc_dispatch_event() from oleaut32.dll when using Slider #4680
Replies: 1 comment 1 reply
-
So, unlikely that anyone else will have this problem, but making a (somewhat embarrassing) answer for posterity. I had installed slint to my system via the installer distributed via the releases page. However, I couldn't link against this due to Qt5 missing on my platform. So, I opted to build the library from source in order to remove the dependency on Qt5. In a stroke of genius, I then decided to copy my built copy of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following
.slint
file, along with a standard minimal C++ source file to create and run the UI:I'm linking this against a
slint_cpp.dll
built from source of v1.4.1. When running my executable, it will immediately terminate with a non-zero code. Running it under gdb provides the following error:Removing the slider allows the window to show and run correctly.
I do not have Qt installed to my system if this matters (compiled the .dll myself since the pre-built Windows DLL fails to start due to Qt missing).
Beta Was this translation helpful? Give feedback.
All reactions