Arijith Shekar
Arijith Shekar
Hi @levinli303, Were you able to make any progress or find out why this happens? I too seem to be facing something similar, but with Qt. Any response/hint would be...
Thanks for you comments. But it still does not explain how it worked as expected before (i.e. last week) and all of a sudden stopped and need to be reinstalled...
Oddly, the previous version of my code with sentry also does not seem to work anymore (only crashes that occur right after `sentry_init` are sent) 😮💨 I will test your...
``` print("Sentry Crash point 3"); a = nullptr; //*a = 16; mMainWindow->show(); print("Sentry Crash point 4"); a = nullptr; *a = 16; ``` In the above code, I am getting...
Thanks for the tip of redirecting the errors! I was able to get the following logs. (see image) The left is performing a crash at the aforementioned `Sentry Crash point...
More updates that could help. (please see images) Using the `SetUnhandledExceptionFilter()` [function](https://docs.microsoft.com/en-us/windows/win32/api/errhandlingapi/nf-errhandlingapi-setunhandledexceptionfilter), I was able to conclude that after `mMainWindow->show()`, that whatever is used as the global unhandled exception filter...
Hi @Swatinem, I have some updates again. It seems like there are dependencies problems from the Intel(R) UHD Graphics drivers.  As I mentioned before, I started facing these issues...
Okay, thank you for the update. Will close this issue as soon as I have tried and verified this.
@MukeshBlippar I think you did not follow how this repo is made. It has modifications done to the official example of Multi Hand Tracking from MediaPipe. So you'll find what...