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 profiler - unable to connect to Client - "waiting for connection" #773

Open
dineshqmu opened this issue Apr 15, 2024 · 1 comment
Open

Comments

@dineshqmu
Copy link

dineshqmu commented Apr 15, 2024

Hi Team,

I am trying to build Tracy Server and Client using the "Quick start" guide from Tracy Profile user manual in the below link
https://github.com/wolfpld/tracy/blob/master/README.md

After successful build of "Tracy-release" (server) and client integrated executable - a.out (application + client).

I try to start the server with the local host address (127.0.0.1) in the server GUI --> which shows "waiting for connection" message.
image

And i don't see any action from server side when i try to run the client integrated executable (a.out) and still shows waiting for connection message.

can anyone please help provide insight of what's happening in my scenario or if i am missing any steps in the flow.

Thanks a lot.

@Arghnews
Copy link

Have you got #include "tracy/Tracy.hpp" in your includes
Have you got ZoneScoped; somewhere
I needed both of these before it worked for me

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

2 participants