Results 384 comments of Bartosz Taudul

> Back-ends: SDL2 + Vulkan Note that this is a completely custom backend implementation.

The best way to start is by figuring out what kind of messages are sent by the client for the things you are interested in, and how these messages are...

That looks to be garbled uncompressed data stream (`TracyWorker.cpp:584`). Can you check if any of the initial data blocks (`FileRead::GetNextDataBlock()`) contains the expected header (`FileHeader`)?

Hmm... There is a similar problem with emscripten, where some traces fail to load when set as initial, but load correctly when another trace is loaded first and then closed....

How does the server-side symbol resolution work? Let's say I'm running the server on Linux and the client is a Windows application.

It would probably be helpful.

> If we do integrate libDw and that it supports build-id checks and we can do file lookup with debuginfod, then there'd be less/little need for modifying libbacktrace. (Except that...