mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-05 23:26:13 -05:00
If using the auto-fullscreen feature to hook in to a fullscreen, I found that if you don't wait a few seconds before initializing the hook that you can catch the process when it's just starting up and loading important libraries (especially things such as steam/uplay/etc), which can cause a little bit of interference with the process and on rare occasions cause it to crash. To help prevent the likelihood of that happening, this just makes it so that the hook waits at least 3 seconds before even attempting to inject the hook when using auto-fullscreen mode. After some extensive testing I haven't had any issues since.