Alexander Gunger

Results 6 comments of Alexander Gunger

I'm working on Windows so I have other reason for this issue. Also all other steam functions working good so it's not about #543

> Interesting, this is the first time I see such error. > > Where do have Magnum installed? Can you upload the `CMakeCache.txt` file from the build dir? https://pastebin.com/Ur1E9VUF -...

I restructured project (https://github.com/world-of-legends/Alpha_Engine/tree/main/magnum) and now all works. But if someone has same issue just reopen this issue.

If someone will check this issue, I write here code how to embed Sdl2Window into WinForms Control using previous advices: ```cs System.Windows.Forms.Control yourControl; Sdl2Window window = new Sdl2Window(yourControl.Handle); ```

I see, that client should send a `QueueType::AckSourceCodeNotAvailable` in `Profiler::HandleSourceCodeQuery` to erase elements from `m_sourceCodeQuery`. But this function called only from `Profiler::HandleSymbolQueueItem` that is inside in `#ifdef TRACY_HAS_CALLSTACK` which is...

I turn it off, because in most cases I don't need it and it produces additional load. This is optional, isn't it?