You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a Battlemage GPU (Intel ARC B580), and i've been getting vulkan device lost errors every now and then (mainly when the GPU encounters a massive lagspike when loading something)...
while the game I'm playing is still running in the background, input is being sent and audio is sent both ways.
There should be an exception handler where if this error is caught, the encoder should restart, as the GPU is still functional.
I'm using a Battlemage GPU (Intel ARC B580), and i've been getting vulkan device lost errors every now and then (mainly when the GPU encounters a massive lagspike when loading something)...
while the game I'm playing is still running in the background, input is being sent and audio is sent both ways.
There should be an exception handler where if this error is caught, the encoder should restart, as the GPU is still functional.
something like (in rust terms)
The text was updated successfully, but these errors were encountered: