wolfpld / tracy

Frame profiler
https://tracy.nereid.pl/
Other
8.67k stars 598 forks source link

guidance for integrating tracy on a non gaming application #711

Closed abhisina closed 5 months ago

abhisina commented 5 months ago

trying to integrate tracy in a non gaming linux application. have added ZoneScoped in main and in the main loop. capture tool is able to generate the .tracy file with the -o option however, the Tracy.exe application crashes every time the .tracy file is opened.

tried also by downgrading the library to the previous 0.9.1 version but that crashes as well. the visual studio redistributable is installed.

tried upgrading the generated .tracy file with upgrade.exe but that makes the Tracy.exe application crash as well, with no logs in any case. The WASM viewer hangs as well with exceptions in the browser console.

Seeing the same behavior in RelWithDebInfo as well as Debug mode builds. Any clue to help debug the situation is quite appreciated.