Pieter-Jan Briers

Results 159 comments of Pieter-Jan Briers
trafficstars

Go into `Game Thread` and print the stack there.

Yes absolutely, natives **need** to stay prebuilt for regular engine development. The thing we're doing in the end (putting them into NuGet packages) is fine. The thing that needs fixing...

And yes btw for CEF just get the downloads from Spotify's builds CDN. Absolutely not compiling that garbage from scratch even *with* a new compilation stack.

https://github.com/space-wizards/RobustToolbox/issues/4997

> Map / Gamemode column - columns for map and gamemode so that you can effectively sort servers running your favourite gamemode or map to the top. The problem I...

`strace` really is not a meaningful tool for debugging performance issues. Use `dotnet-trace` or some `perf` GUI if you want to actually figure out what's using the CPU.

Can I see that in a flamegraph form of some kind?

That seems unrelated. For the game client I see no reason to suspect anything is amiss other than "maybe we should optimize the CPU usage". For the launcher itself that...

The launcher can handle this, but the problem is actually installing the protocol handlers. Our launcher distribution options right now are: 1. Steam 2. Zip download 3. Linux Flatpak Some...