You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good evening.
I downloaded the latest release from here where _DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR is defined, I didn't build from source. My problem is every time I try to run tracy-profiler.exe it crashes before opening any window... When I attach a debugger to it, the cause is an access violation in msvcp140.dll:mtx_do_lock, an image of this is attached below.
I read this issue #887 and #862, I think it's same as my issue but the solutions suggested in them didn't work; I already have the latest MSVC redist package 14.42.34433.0.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Good evening.
I downloaded the latest release from here where
_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR
is defined, I didn't build from source. My problem is every time I try to runtracy-profiler.exe
it crashes before opening any window... When I attach a debugger to it, the cause is an access violation inmsvcp140.dll:mtx_do_lock
, an image of this is attached below.I read this issue #887 and #862, I think it's same as my issue but the solutions suggested in them didn't work; I already have the latest MSVC redist package
14.42.34433.0
.Thanks in advance.
The text was updated successfully, but these errors were encountered: