Skip to content
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

Closed
saglamutku opened this issue Aug 19, 2024 · 9 comments
Closed

Tracy doesn't open on windows 11 #862

saglamutku opened this issue Aug 19, 2024 · 9 comments

Comments

@saglamutku
Copy link

saglamutku commented Aug 19, 2024

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.

@saglamutku saglamutku changed the title Tracy doesn Tracy doesn't open on windows 11 Aug 19, 2024
@VladimirAndreevich
Copy link

I have the same problem on Windows 10

@nitrix
Copy link

nitrix commented Aug 20, 2024

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.

@atlv24
Copy link

atlv24 commented Aug 22, 2024

Same here, 0.11 segfaults on win 11

@saglamutku
Copy link
Author

@nitrix Yes, my mistake. It is v.10.0 not v0.9.1

@nitrix
Copy link

nitrix commented Sep 8, 2024

Seems solved for me on W10 with 0.11.1 now :)

@wolfpld
Copy link
Owner

wolfpld commented Sep 8, 2024

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)?

@nitrix
Copy link

nitrix commented Sep 8, 2024

Looks like that's what it is. I installed CUDA and it installed more recent MSVC redist packages.
image

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.

@wolfpld
Copy link
Owner

wolfpld commented Sep 8, 2024

Well then, this is "not a bug" and "by design", according to Microsoft.

https://developercommunity.visualstudio.com/t/Visual-Studio-17100-Update-leads-to-Pr/10669759?sort=newest

@shafeng
Copy link

shafeng commented Sep 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants