Dr. Peter Droste
Dr. Peter Droste
Give me two weeks to respond.
Sorry for the delay. Now, I found time to take a look at this issue. Unfortunately, I can confirm executable generator always produces wrong. Try to find the cause.
http://www.rw-designer.com/compile-vista-icon provides a tool called [ReplaceVistaIcon.exe](http://www.rw-designer.com/rsrc/ReplaceVistaIcon.exe). Sounds interesting.
Replacing icons is deprecated now in QtJambi 6.3.3 / 6.2.6 / 5.15.8.
Thanks for the bug report. I'll look at it on Monday. As a first impression: It looks like, one of the QThreads is a dangling pointer. Thus typeid(*pointer) crashes. Could...
Please try to run your program with JVM argument -Dio.qt.disable-thread-affinity-check=true. This disables the thread check causing the crash. I assume, then the program will crash due to a thread-affine event...
Can you give me example code to reproduce it?
I already identified the line where to expect the crash. Actually, the crash is not caused by the exception but shortly before creating the exception. The exception is actually a...
> Sources always fail to compile for me for msvc2019 compiler so I can't make them myself. What doesn't work with compiling? I actually uploaded two bug fixes today for...
Use QtJambi debug dll's. Therefore, start your program with `-Dio.qt.debug=debug`.