OBS Studio Causes Black Screen on First Use After Each PC Restart

Antonimo

New Member
The first time I launch OBS Studio after the PC has started, the program freezes for 10-02 seconds and the screens go black. In most cases, the screens return and the program is fine. Occasionally, the PC will reboot.

I can close and relaunch the program as many times as I like after this as long as I have not restarted the PC.

The log file shows the following lines just before the "freeze" occurs:

07:45:21.919: DShow: AVerMedia tonemapper enable=1
07:45:41.880: Device Remove/Reset! Rebuilding all assets...
07:45:44.760: DShow: Run failed (0x800706BE): The remote procedure call failed.
07:45:44.760:

The full log file is attached.

Any help would be appreciated.

Thanks,
 

Attachments

  • 2024-08-09 07-45-18.txt
    20.2 KB · Views: 14

Antonimo

New Member
Can you give me any idea what hardware might be causing this? Does the log file help to identify the issue?
 

Suslik V

Active Member
Code:
...
07:45:41.880: Device Remove/Reset!  Rebuilding all assets...
it's about graphics driver.

OBS loaded to Radeon card:
Code:
07:45:18.793: Loading up D3D11 on adapter Radeon RX 570 Series (0)
07:45:18.832: D3D11 loaded successfully...
thus - AMD driver or the card itself.
 

Antonimo

New Member
Code:
...
07:45:41.880: Device Remove/Reset!  Rebuilding all assets...
it's about graphics driver.

OBS loaded to Radeon card:
Code:
07:45:18.793: Loading up D3D11 on adapter Radeon RX 570 Series (0)
07:45:18.832: D3D11 loaded successfully...
thus - AMD driver or the card itself.
Thank you!
I'll look at the card and its drivers.
 
Top