Closed utkusaglm closed 2 months ago
I have the same problem on Windows 10
I have the same problem (v0.11.0 but on W10) and was trying to collect more information before opening an issue. Glad it's not just me. v0.10.0 works fine here (@utkusaglm I assuming you meant the previous v0.10.0 not v0.9.1?).
Running the program in cmd.exe gives no information. In MinGW, it claims it's a segmentation fault.
GDB points out the problem but the symbols aren't there to relay what's what.
I was suspecting AVX2 (which my computer doesn't support) but looking at the sources, it seems I would've seen a MessageBoxA if that was the case.
I also tried compiling Tracy myself to investigate, but it complained about MSVC flags, even though I had CMake configured for Clang and Ninja, very weird. If someone is willing to provide a debug build, I could provide stack traces.
Same here, 0.11 segfaults on win 11
@nitrix Yes, my mistake. It is v.10.0 not v0.9.1
Seems solved for me on W10 with 0.11.1 now :)
Have you installed the up-to-date MSVC Redist package in the meantime? Or updated your installation of MSVC (at least to 17.10)?
Looks like that's what it is. I installed CUDA and it installed more recent MSVC redist packages.
So I'm assuming what happened is the requirements for Tracy increased and I didn't have the newer runtimes then.
EDIT: Ran 0.11.0 just to confirm and that works too now, yeah.
Well then, this is "not a bug" and "by design", according to Microsoft.
I had the same problem, but after I installed the latest vc_redist this problem was solved.
latest vc_redist website: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
Hi, I downloaded the recent release and I cannot open the tracy-profiler. The window closes itself after I open it. The previous release v0.10.0 works fine.