Valeria
Valeria
Moreover, not only your thing drops over one hundred files, but it also tries to see your public IP using `ipify`, could you explain?
I'm having the same issue, 100% scaling, any idea? It was working just fine then it suddenly stopped working.
I'm the one who started this recently in the other repo issues and I can confirm that it is still happening. You can get rid of this by using `LD_PRELOAD=""`,...
@kisak-valve I just want to add that this also happens when the overlay is turned off through the Steam UI. (with also both game recording and steam input disabled as...
> gameoverlayrenderer.so most likely culprit It definitely is.
> But many of us have the steam overlay and recording feature turned off in the options. So why would it even load that? That's probably part of the bug....
> Yes, LD_PRELOAD="" fixes it for me as well, but do I need to put it in the launch options for every game or can I set it globally? Do...
We can probably try to add `VK_LAYER_VALVE_steam_overlay_64` (or the 32-bit version depending on the game) to the `VK_LOADER_LAYERS_ENABLE` variable. ``` LD_PRELOAD="" VK_LOADER_LAYERS_ENABLE=VK_LAYER_VALVE_steam_overlay_64 %COMMAND% ``` Haven't tried this, but it would...