OBS stops responding when I close it, and stays running when I taskkill it.

Ravenousld3341

New Member
Pretty easy to duplicate on my system.

Start OBS (with stream elements plugin).
Close OBS. (not responding)
Open TaskManager, end task.
Check processes, and it's still running.
Open admin command prompt, `taskkill /IM obs64.exe` Process does not exist, but it does show up in the task list.
Switch to powershell. `wmic process where "name='obs64.exe'" delete`
Access Denied.

So I'm assuming that the only way to kill this is with a SYSTEM command prompt/powershell. I've been using this for years and this just recently started.

I also uninstalled and reinstalled streamelements and OBS, and still no luck.
 
Back
Top