Peak

Results 35 comments of Peak

I was working on something a while back where having a separate topmenu config would be completely redundant as all the information was already available in a different KV file...

> We should add some documentation for this as well. I guess this is the only place documenting sorting? [wiki.alliedmods.net/Admin_Menu_Configuration_(SourceMod)](https://wiki.alliedmods.net/Admin_Menu_Configuration_(SourceMod)) Not sure if there's a way to just suggest changes...

FWIW if anyone wants to build 9.0 you have to add the `--with-wayland` flag to the wine build config (the easy part), but you first need to build a custom...

> > Replying to [#4638 (comment)](https://github.com/ValveSoftware/Proton/issues/4638#issuecomment-1964659764) > > were did you get libxkbregistry? the steam runtime proton sdk seems to be based off a version of ubuntu / debian that...

Think I mostly fixed it (hardware dependent). Using pkeys I brought this from around 6 seconds to around 1. 1. Patch SetMemAccess in sh_memory to the following: ```c++ static int...

> Sounds great, I need to test this. But I'm not exactly sure if I'm doing it correct as pkey_mprotect is returning an int. We should probably replace this line:...

> > Sounds great, I need to test this. But I'm not exactly sure if I'm doing it correct as pkey_mprotect is returning an int. We should probably replace this...

> Leading to the question if this is needed or not? Did the test plugin work correctly? Test works but the thing that was being tested wasn't. pkey_mprotect does not...

New dumb question, where is any code setting protections back to r-x? I don't see anything in mm or sm. And checking /proc/pid/maps for srcds_linux I see plenty of pages...

Tested again with `SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 %command%`, had no improvement. Also tested other window modes. Both Fullscreen and Fullscreen Windowed cause the crash. Keeping the game in windowed mode seems to be...