-
-
Notifications
You must be signed in to change notification settings - Fork 746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracy doesn't open on windows 11 #862
Comments
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. 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)? |
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: |
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.
The text was updated successfully, but these errors were encountered: