Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to locate an output device, DuplicateOutput() test failed [0x887A0004], No displays were found after reenumeration! #2203

Closed
3 tasks done
nathanlcl opened this issue Mar 3, 2024 · 6 comments · Fixed by #3002

Comments

@nathanlcl
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Is your issue described in the documentation?

  • I have read the documentation

Is your issue present in the nightly release?

  • This issue is present in the nightly release

Describe the Bug

Start the game and the game will freeze after automatically going full screen.

Expected Behavior

Normal operation

Additional Context

After launching Minecraft Dungeons, the screen freezes when the game is automatically switched to full screen, and can only be restored by closing the game with a shortcut key. The same issue also appeared in Hitman 3, but the way I quit after running the game remotely via Steam made it so that I didn't freeze again when I opened the game with Moonlight. The same method can get Minecraft Dungeons to work, only it's more complicated. There is also a Fatal: Couldn't find any working encoder error before installing the nightly version

Host Operating System

Windows

Operating System Version

Windows 11 23H2 22635.3212

Architecture

64 bit

Sunshine commit or version

0.21.0.5606840c8983b714a0e442c42d887a49807715e1

Package

Windows - installer

GPU Type

Nvidia

GPU Model

GeForce RTX 4070 LapTap

GPU Driver/Mesa Version

551.61

Capture Method (Linux Only)

No response

Config

It is empty.

Apps

{
    "env": {
        "PATH": "$(PATH);$(ProgramFiles(x86))\\Steam"
    },
    "apps": [
        {
            "name": "Desktop",
            "image-path": "desktop.png"
        },
        {
            "name": "Steam",
            "image-path": "steam.png",
            "exclude-global-prep-cmd": "false",
            "elevated": "false",
            "auto-detach": "true",
            "cmd": "\"D:\\Program Files (x86)\\Steam\\steam.exe\""
        },
        {
            "name": "Epic",
            "output": "",
            "cmd": "\"D:\\Program Files (x86)\\Epic Games\\Launcher\\Portal\\Binaries\\Win64\\EpicGamesLauncher.exe\"",
            "exclude-global-prep-cmd": "false",
            "elevated": "false",
            "auto-detach": "true",
            "image-path": ""
        },
        {
            "name": "Minecraft Dungeons",
            "output": "",
            "cmd": "\"D:\\XboxGames\\Minecraft Dungeons\\Content\\Dungeons.exe\"",
            "exclude-global-prep-cmd": "false",
            "elevated": "false",
            "auto-detach": "true",
            "image-path": "C:\\Program Files\\Sunshine\\config\/covers\/igdb_110474.png"
        }
    ]
}

Relevant log output

[2024:03:03:19:38:41]: Info: Sunshine version: 0.21.0.5606840c8983b714a0e442c42d887a49807715e1
[2024:03:03:19:38:41]: Info: nvprefs: Opened undo file from previous improper termination
[2024:03:03:19:38:41]: Info: nvprefs: Restored OGL_CPL_PREFER_DXPRESENT for base profile
[2024:03:03:19:38:41]: Info: nvprefs: Restored global profile settings from undo file - deleting the file
[2024:03:03:19:38:41]: Info: nvprefs: No need to modify application profile settings
[2024:03:03:19:38:41]: Info: nvprefs: Changed OGL_CPL_PREFER_DXPRESENT to OGL_CPL_PREFER_DXPRESENT_PREFER_ENABLED for base profile
[2024:03:03:19:38:41]: Info: Compiling shaders...
[2024:03:03:19:38:41]: Info: Compiled shaders
[2024:03:03:19:38:41]: Info: System tray created
[2024:03:03:19:38:41]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2024:03:03:19:38:41]: Info: Trying encoder [nvenc]
[2024:03:03:19:38:41]: Info: ddprobe.exe [1] [] returned: 0x00000000
[2024:03:03:19:38:41]: Info: Set GPU preference: 1
[2024:03:03:19:38:41]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:38:41]: Info: Active GPU has HAGS disabled
[2024:03:03:19:38:41]: Info: Using realtime GPU priority
[2024:03:03:19:38:41]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:38:41]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:38:41]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:38:41]: Info: Requested frame rate [60fps]
[2024:03:03:19:38:41]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:38:41]: Info: Encoder [nvenc] is not supported on this GPU
[2024:03:03:19:38:41]: Info: Trying encoder [quicksync]
[2024:03:03:19:38:41]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:38:41]: Info: Active GPU has HAGS disabled
[2024:03:03:19:38:41]: Info: Using realtime GPU priority
[2024:03:03:19:38:41]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:38:41]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:38:41]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:38:41]: Info: Requested frame rate [60fps]
[2024:03:03:19:38:41]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:38:41]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:38:41]: Info: Color depth: 8-bit
[2024:03:03:19:38:41]: Info: Color range: [JPEG]
[2024:03:03:19:38:42]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:38:42]: Info: Color depth: 8-bit
[2024:03:03:19:38:42]: Info: Color range: [JPEG]
[2024:03:03:19:38:42]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:38:42]: Info: Color depth: 8-bit
[2024:03:03:19:38:42]: Info: Color range: [JPEG]
[2024:03:03:19:38:42]: Error: [av1_qsv @ 0000026961ef4840] Current codec type is unsupported
[2024:03:03:19:38:42]: Error: [av1_qsv @ 0000026961ef4840] some encoding parameters are not supported by the QSV runtime. Please double check the input parameters.
[2024:03:03:19:38:42]: Error: Could not open codec [av1_qsv]: Function not implemented
[2024:03:03:19:38:42]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:38:42]: Info: Active GPU has HAGS disabled
[2024:03:03:19:38:42]: Info: Using realtime GPU priority
[2024:03:03:19:38:42]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:38:42]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:38:42]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:38:42]: Info: Requested frame rate [60fps]
[2024:03:03:19:38:42]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:38:42]: Info: SDR color coding [Rec. 709]
[2024:03:03:19:38:42]: Info: Color depth: 10-bit
[2024:03:03:19:38:42]: Info: Color range: [JPEG]
[2024:03:03:19:38:43]: Info: 
[2024:03:03:19:38:43]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2024:03:03:19:38:43]: Info: 
[2024:03:03:19:38:43]: Info: Found H.264 encoder: h264_qsv [quicksync]
[2024:03:03:19:38:43]: Info: Found HEVC encoder: hevc_qsv [quicksync]
[2024:03:03:19:38:43]: Info: Configuration UI available at [https://localhost:47990]
[2024:03:03:19:38:44]: Info: Registered Sunshine mDNS service
[2024:03:03:19:39:30]: Info: Encoder reenumeration is required
[2024:03:03:19:39:30]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2024:03:03:19:39:30]: Info: Trying encoder [nvenc]
[2024:03:03:19:39:30]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:39:30]: Info: Active GPU has HAGS disabled
[2024:03:03:19:39:30]: Info: Using realtime GPU priority
[2024:03:03:19:39:30]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:39:30]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:39:30]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:39:30]: Info: Requested frame rate [60fps]
[2024:03:03:19:39:30]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:39:30]: Info: Encoder [nvenc] is not supported on this GPU
[2024:03:03:19:39:30]: Info: Trying encoder [quicksync]
[2024:03:03:19:39:31]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:39:31]: Info: Active GPU has HAGS disabled
[2024:03:03:19:39:31]: Info: Using realtime GPU priority
[2024:03:03:19:39:31]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:39:31]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:39:31]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:39:31]: Info: Requested frame rate [60fps]
[2024:03:03:19:39:31]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:39:31]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:39:31]: Info: Color depth: 8-bit
[2024:03:03:19:39:31]: Info: Color range: [JPEG]
[2024:03:03:19:39:31]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:39:31]: Info: Color depth: 8-bit
[2024:03:03:19:39:31]: Info: Color range: [JPEG]
[2024:03:03:19:39:31]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:39:31]: Info: Color depth: 8-bit
[2024:03:03:19:39:31]: Info: Color range: [JPEG]
[2024:03:03:19:39:32]: Error: [av1_qsv @ 0000026961e8ee40] Current codec type is unsupported
[2024:03:03:19:39:32]: Error: [av1_qsv @ 0000026961e8ee40] some encoding parameters are not supported by the QSV runtime. Please double check the input parameters.
[2024:03:03:19:39:32]: Error: Could not open codec [av1_qsv]: Function not implemented
[2024:03:03:19:39:32]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:39:32]: Info: Active GPU has HAGS disabled
[2024:03:03:19:39:32]: Info: Using realtime GPU priority
[2024:03:03:19:39:32]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:39:32]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:39:32]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:39:32]: Info: Requested frame rate [60fps]
[2024:03:03:19:39:32]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:39:32]: Info: SDR color coding [Rec. 709]
[2024:03:03:19:39:32]: Info: Color depth: 10-bit
[2024:03:03:19:39:32]: Info: Color range: [JPEG]
[2024:03:03:19:39:32]: Info: 
[2024:03:03:19:39:32]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2024:03:03:19:39:32]: Info: 
[2024:03:03:19:39:32]: Info: Found H.264 encoder: h264_qsv [quicksync]
[2024:03:03:19:39:32]: Info: Found HEVC encoder: hevc_qsv [quicksync]
[2024:03:03:19:39:32]: Info: Executing [Desktop]
[2024:03:03:19:39:32]: Info: nvprefs: No need to modify application profile settings
[2024:03:03:19:39:32]: Info: nvprefs: No need to modify global profile settings
[2024:03:03:19:39:32]: Info: WLAN interface 0 is now in low latency mode
[2024:03:03:19:39:32]: Info: CLIENT CONNECTED
[2024:03:03:19:39:32]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:39:32]: Info: Active GPU has HAGS disabled
[2024:03:03:19:39:32]: Info: Using realtime GPU priority
[2024:03:03:19:39:32]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:39:32]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:39:32]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:39:32]: Info: Requested frame rate [60fps]
[2024:03:03:19:39:32]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:39:33]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:39:33]: Info: Color depth: 8-bit
[2024:03:03:19:39:33]: Info: Color range: [MPEG]
[2024:03:03:19:39:33]: Info: Capture format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:39:36]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:39:36]: Info: Active GPU has HAGS disabled
[2024:03:03:19:39:36]: Info: Using realtime GPU priority
[2024:03:03:19:39:36]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:39:36]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:39:36]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:39:36]: Info: Requested frame rate [60fps]
[2024:03:03:19:39:36]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:39:36]: Info: Capture format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:39:36]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:39:36]: Info: Color depth: 8-bit
[2024:03:03:19:39:36]: Info: Color range: [MPEG]
[2024:03:03:19:39:42]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:39:42]: Info: Active GPU has HAGS disabled
[2024:03:03:19:39:42]: Info: Using realtime GPU priority
[2024:03:03:19:39:42]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:39:42]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:39:42]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:39:42]: Info: Requested frame rate [60fps]
[2024:03:03:19:39:42]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:39:42]: Info: Capture format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:39:42]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:39:42]: Info: Color depth: 8-bit
[2024:03:03:19:39:42]: Info: Color range: [MPEG]
[2024:03:03:19:40:11]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:11]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:12]: Error: Failed to locate an output device
[2024:03:03:19:40:13]: Error: Failed to locate an output device
[2024:03:03:19:40:13]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:13]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:14]: Error: Failed to locate an output device
[2024:03:03:19:40:15]: Error: Failed to locate an output device
[2024:03:03:19:40:15]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:15]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:16]: Error: Failed to locate an output device
[2024:03:03:19:40:16]: Error: Failed to locate an output device
[2024:03:03:19:40:17]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:17]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:18]: Error: Failed to locate an output device
[2024:03:03:19:40:18]: Error: Failed to locate an output device
[2024:03:03:19:40:19]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:19]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:19]: Error: Failed to locate an output device
[2024:03:03:19:40:20]: Error: Failed to locate an output device
[2024:03:03:19:40:21]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:21]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:21]: Error: Failed to locate an output device
[2024:03:03:19:40:22]: Error: Failed to locate an output device
[2024:03:03:19:40:23]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:23]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:23]: Error: Failed to locate an output device
[2024:03:03:19:40:24]: Error: Failed to locate an output device
[2024:03:03:19:40:24]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:24]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:25]: Error: Failed to locate an output device
[2024:03:03:19:40:26]: Error: Failed to locate an output device
[2024:03:03:19:40:26]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:26]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:27]: Error: Failed to locate an output device
[2024:03:03:19:40:27]: Error: Failed to locate an output device
[2024:03:03:19:40:28]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:28]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:28]: Error: Failed to locate an output device
[2024:03:03:19:40:29]: Error: Failed to locate an output device
[2024:03:03:19:40:30]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:30]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:30]: Error: Failed to locate an output device
[2024:03:03:19:40:31]: Error: Failed to locate an output device
[2024:03:03:19:40:32]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:32]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:32]: Error: Failed to locate an output device
[2024:03:03:19:40:33]: Error: Failed to locate an output device
[2024:03:03:19:40:33]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:33]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:34]: Error: Failed to locate an output device
[2024:03:03:19:40:35]: Error: Failed to locate an output device
[2024:03:03:19:40:35]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:35]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:36]: Error: Failed to locate an output device
[2024:03:03:19:40:36]: Error: Failed to locate an output device
[2024:03:03:19:40:37]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:37]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:38]: Error: Failed to locate an output device
[2024:03:03:19:40:38]: Error: Failed to locate an output device
[2024:03:03:19:40:39]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:39]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:39]: Error: Failed to locate an output device
[2024:03:03:19:40:40]: Error: Failed to locate an output device
[2024:03:03:19:40:41]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:41]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:41]: Error: Failed to locate an output device
[2024:03:03:19:40:42]: Error: Failed to locate an output device
[2024:03:03:19:40:43]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:43]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:43]: Error: Failed to locate an output device
[2024:03:03:19:40:44]: Error: Failed to locate an output device
[2024:03:03:19:40:44]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:44]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:45]: Error: Failed to locate an output device
[2024:03:03:19:40:46]: Error: Failed to locate an output device
[2024:03:03:19:40:46]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:46]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:47]: Error: Failed to locate an output device
[2024:03:03:19:40:47]: Error: Failed to locate an output device
[2024:03:03:19:40:48]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:48]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:49]: Error: Failed to locate an output device
[2024:03:03:19:40:49]: Error: Failed to locate an output device
[2024:03:03:19:40:50]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:50]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:50]: Error: Failed to locate an output device
[2024:03:03:19:40:51]: Error: Failed to locate an output device
[2024:03:03:19:40:52]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:52]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:52]: Error: Failed to locate an output device
[2024:03:03:19:40:53]: Error: Failed to locate an output device
[2024:03:03:19:40:54]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:54]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:54]: Error: Failed to locate an output device
[2024:03:03:19:40:55]: Error: Failed to locate an output device
[2024:03:03:19:40:55]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:55]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:56]: Error: Failed to locate an output device
[2024:03:03:19:40:57]: Error: Failed to locate an output device
[2024:03:03:19:40:57]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:57]: Error: No displays were found after reenumeration!
[2024:03:03:19:40:58]: Error: Failed to locate an output device
[2024:03:03:19:40:58]: Error: Failed to locate an output device
[2024:03:03:19:40:59]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:40:59]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:00]: Error: Failed to locate an output device
[2024:03:03:19:41:00]: Error: Failed to locate an output device
[2024:03:03:19:41:01]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:01]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:01]: Error: Failed to locate an output device
[2024:03:03:19:41:02]: Error: Failed to locate an output device
[2024:03:03:19:41:03]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:03]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:03]: Error: Failed to locate an output device
[2024:03:03:19:41:04]: Error: Failed to locate an output device
[2024:03:03:19:41:05]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:05]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:05]: Error: Failed to locate an output device
[2024:03:03:19:41:06]: Error: Failed to locate an output device
[2024:03:03:19:41:06]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:06]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:07]: Error: Failed to locate an output device
[2024:03:03:19:41:08]: Error: Failed to locate an output device
[2024:03:03:19:41:08]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:08]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:09]: Error: Failed to locate an output device
[2024:03:03:19:41:09]: Error: Failed to locate an output device
[2024:03:03:19:41:10]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:10]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:11]: Error: Failed to locate an output device
[2024:03:03:19:41:11]: Error: Failed to locate an output device
[2024:03:03:19:41:12]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:12]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:12]: Error: Failed to locate an output device
[2024:03:03:19:41:13]: Error: Failed to locate an output device
[2024:03:03:19:41:14]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:14]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:14]: Error: Failed to locate an output device
[2024:03:03:19:41:15]: Error: Failed to locate an output device
[2024:03:03:19:41:16]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:16]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:16]: Error: Failed to locate an output device
[2024:03:03:19:41:17]: Error: Failed to locate an output device
[2024:03:03:19:41:17]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:17]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:18]: Error: Failed to locate an output device
[2024:03:03:19:41:19]: Error: Failed to locate an output device
[2024:03:03:19:41:19]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:19]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:20]: Error: Failed to locate an output device
[2024:03:03:19:41:20]: Error: Failed to locate an output device
[2024:03:03:19:41:21]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:21]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:22]: Error: Failed to locate an output device
[2024:03:03:19:41:22]: Error: Failed to locate an output device
[2024:03:03:19:41:23]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:23]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:23]: Error: Failed to locate an output device
[2024:03:03:19:41:24]: Error: Failed to locate an output device
[2024:03:03:19:41:25]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:25]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:25]: Error: Failed to locate an output device
[2024:03:03:19:41:26]: Error: Failed to locate an output device
[2024:03:03:19:41:27]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:27]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:27]: Error: Failed to locate an output device
[2024:03:03:19:41:28]: Error: Failed to locate an output device
[2024:03:03:19:41:28]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:28]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:29]: Error: Failed to locate an output device
[2024:03:03:19:41:30]: Error: Failed to locate an output device
[2024:03:03:19:41:30]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:30]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:31]: Error: Failed to locate an output device
[2024:03:03:19:41:31]: Error: Failed to locate an output device
[2024:03:03:19:41:32]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:32]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:33]: Error: Failed to locate an output device
[2024:03:03:19:41:33]: Error: Failed to locate an output device
[2024:03:03:19:41:34]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:34]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:34]: Error: Failed to locate an output device
[2024:03:03:19:41:35]: Error: Failed to locate an output device
[2024:03:03:19:41:36]: Error: DuplicateOutput() test failed [0x887A0004]
[2024:03:03:19:41:36]: Error: No displays were found after reenumeration!
[2024:03:03:19:41:36]: Error: Failed to locate an output device
[2024:03:03:19:41:37]: Error: Failed to locate an output device
[2024:03:03:19:41:38]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:41:38]: Info: Active GPU has HAGS disabled
[2024:03:03:19:41:38]: Info: Using realtime GPU priority
[2024:03:03:19:41:38]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:41:38]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:41:38]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:41:38]: Info: Requested frame rate [60fps]
[2024:03:03:19:41:38]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:41:38]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:41:38]: Info: Color depth: 8-bit
[2024:03:03:19:41:38]: Info: Color range: [MPEG]
[2024:03:03:19:41:38]: Info: Capture format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:42:18]: Info: Opening UI from system tray
[2024:03:03:19:42:18]: Info: Resolved user-provided command 'https://localhost:47990' to '"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --single-argument https://localhost:47990'
[2024:03:03:19:42:18]: Info: https://localhost:47990 running with PID 19908
[2024:03:03:19:42:18]: Info: Opened url [https://localhost:47990]
[2024:03:03:19:42:20]: Info: Web UI: [127.0.0.1] -- not authorized
[2024:03:03:19:42:54]: Info: CLIENT DISCONNECTED
[2024:03:03:19:51:59]: Info: Encoder reenumeration is required
[2024:03:03:19:51:59]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2024:03:03:19:51:59]: Info: Trying encoder [nvenc]
[2024:03:03:19:51:59]: Error: DuplicateOutput() test failed [0x80070005]
[2024:03:03:19:52:00]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:52:00]: Info: Active GPU has HAGS disabled
[2024:03:03:19:52:00]: Info: Using realtime GPU priority
[2024:03:03:19:52:00]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:52:00]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:52:00]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:52:00]: Info: Requested frame rate [60fps]
[2024:03:03:19:52:00]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:52:00]: Info: Encoder [nvenc] is not supported on this GPU
[2024:03:03:19:52:00]: Info: Trying encoder [quicksync]
[2024:03:03:19:52:00]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:52:00]: Info: Active GPU has HAGS disabled
[2024:03:03:19:52:00]: Info: Using realtime GPU priority
[2024:03:03:19:52:00]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:52:00]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:52:00]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:52:00]: Info: Requested frame rate [60fps]
[2024:03:03:19:52:00]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:52:00]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:52:00]: Info: Color depth: 8-bit
[2024:03:03:19:52:00]: Info: Color range: [JPEG]
[2024:03:03:19:52:00]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:52:00]: Info: Color depth: 8-bit
[2024:03:03:19:52:00]: Info: Color range: [JPEG]
[2024:03:03:19:52:00]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:52:00]: Info: Color depth: 8-bit
[2024:03:03:19:52:00]: Info: Color range: [JPEG]
[2024:03:03:19:52:01]: Error: [av1_qsv @ 0000026961f18580] Current codec type is unsupported
[2024:03:03:19:52:01]: Error: [av1_qsv @ 0000026961f18580] some encoding parameters are not supported by the QSV runtime. Please double check the input parameters.
[2024:03:03:19:52:01]: Error: Could not open codec [av1_qsv]: Function not implemented
[2024:03:03:19:52:01]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:52:01]: Info: Active GPU has HAGS disabled
[2024:03:03:19:52:01]: Info: Using realtime GPU priority
[2024:03:03:19:52:01]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:52:01]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:52:01]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:52:01]: Info: Requested frame rate [60fps]
[2024:03:03:19:52:01]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:52:01]: Info: SDR color coding [Rec. 709]
[2024:03:03:19:52:01]: Info: Color depth: 10-bit
[2024:03:03:19:52:01]: Info: Color range: [JPEG]
[2024:03:03:19:52:01]: Info: 
[2024:03:03:19:52:01]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2024:03:03:19:52:01]: Info: 
[2024:03:03:19:52:01]: Info: Found H.264 encoder: h264_qsv [quicksync]
[2024:03:03:19:52:01]: Info: Found HEVC encoder: hevc_qsv [quicksync]
[2024:03:03:19:52:01]: Info: nvprefs: No need to modify application profile settings
[2024:03:03:19:52:01]: Info: nvprefs: No need to modify global profile settings
[2024:03:03:19:52:01]: Info: WLAN interface 0 is now in low latency mode
[2024:03:03:19:52:01]: Info: CLIENT CONNECTED
[2024:03:03:19:52:01]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:52:01]: Info: Active GPU has HAGS disabled
[2024:03:03:19:52:01]: Info: Using realtime GPU priority
[2024:03:03:19:52:01]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:52:01]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:52:01]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:52:01]: Info: Requested frame rate [60fps]
[2024:03:03:19:52:01]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:52:01]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:52:01]: Info: Color depth: 8-bit
[2024:03:03:19:52:01]: Info: Color range: [MPEG]
[2024:03:03:19:52:01]: Info: Capture format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:52:31]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:52:31]: Info: Active GPU has HAGS disabled
[2024:03:03:19:52:31]: Info: Using realtime GPU priority
[2024:03:03:19:52:31]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:52:31]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:52:31]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:52:31]: Info: Requested frame rate [60fps]
[2024:03:03:19:52:31]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:52:31]: Info: Capture format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:52:31]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:52:31]: Info: Color depth: 8-bit
[2024:03:03:19:52:31]: Info: Color range: [MPEG]
[2024:03:03:19:52:33]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:52:33]: Info: Active GPU has HAGS disabled
[2024:03:03:19:52:33]: Info: Using realtime GPU priority
[2024:03:03:19:52:33]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:52:33]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:52:33]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:52:33]: Info: Requested frame rate [60fps]
[2024:03:03:19:52:33]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:52:33]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:52:33]: Info: Color depth: 8-bit
[2024:03:03:19:52:33]: Info: Color range: [MPEG]
[2024:03:03:19:52:33]: Info: Capture format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:54:46]: Info: Opening UI from system tray
[2024:03:03:19:54:46]: Info: Resolved user-provided command 'https://localhost:47990' to '"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --single-argument https://localhost:47990'
[2024:03:03:19:54:46]: Info: https://localhost:47990 running with PID 20748
[2024:03:03:19:54:46]: Info: Opened url [https://localhost:47990]
[2024:03:03:19:55:24]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:55:24]: Info: Active GPU has HAGS disabled
[2024:03:03:19:55:24]: Info: Using realtime GPU priority
[2024:03:03:19:55:24]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:55:24]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:55:24]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:55:24]: Info: Requested frame rate [60fps]
[2024:03:03:19:55:24]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:55:24]: Info: Capture format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:55:24]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:55:24]: Info: Color depth: 8-bit
[2024:03:03:19:55:24]: Info: Color range: [MPEG]
[2024:03:03:19:56:30]: Info: 
Device Description : Intel(R) UHD Graphics
Device Vendor ID   : 0x00008086
Device Device ID   : 0x0000A788
Device Video Mem   : 128 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 8045 MiB
Feature Level      : 0x0000B100
Capture size       : 2560x1600
Offset             : 0x0
Virtual Desktop    : 2560x1600
[2024:03:03:19:56:30]: Info: Active GPU has HAGS disabled
[2024:03:03:19:56:30]: Info: Using realtime GPU priority
[2024:03:03:19:56:30]: Info: Desktop resolution [2560x1600]
[2024:03:03:19:56:30]: Info: Desktop format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:56:30]: Info: Display refresh rate [165.002Hz]
[2024:03:03:19:56:30]: Info: Requested frame rate [60fps]
[2024:03:03:19:56:30]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Bits Per Color     : 8
Red Primary        : [0.654297,0.326172]
Green Primary      : [0.297852,0.606445]
Blue Primary       : [0.146484,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.5 nits
Max Luminance      : 270 nits
Max Full Luminance : 270 nits
[2024:03:03:19:56:30]: Info: Capture format [DXGI_FORMAT_B8G8R8A8_UNORM]
[2024:03:03:19:56:30]: Info: SDR color coding [Rec. 601]
[2024:03:03:19:56:30]: Info: Color depth: 8-bit
[2024:03:03:19:56:30]: Info: Color range: [MPEG]
@nathanlcl
Copy link
Author

Hello, is there anyone who can help me?

@nathanlcl nathanlcl changed the title Freezes when full screen Failed to locate an output device, DuplicateOutput() test failed [0x887A0004], No displays were found after reenumeration! Mar 9, 2024
@julianrios
Copy link

I saw the same this morning when my pc went into sleep in the night for a few hours. I had to remote into the PC tried to do a restart on Sunshine which I did not see running in the system tray and ended up do a restart on the PC to get sunshine working properly again..

@Nonary
Copy link
Collaborator

Nonary commented Mar 18, 2024

Your issue is caused by the fact that the stream is being started on the iGPU instead of the GPU. You need to turn off the iGPU using the MUX switch following this guide: https://www.theworldsbestandworst.com/2021/12/how-to-turn-off-optimus-on-your-gaming-laptop/

In some laptops, they may not offer the feature to disable the iGPU and the only workaround would be to use an external display or HDMI dummy plug as external displays attach directly to the GPU.

@HeChengH
Copy link

Your issue is caused by the fact that the stream is being started on the iGPU instead of the GPU. You need to turn off the iGPU using the MUX switch following this guide: https://www.theworldsbestandworst.com/2021/12/how-to-turn-off-optimus-on-your-gaming-laptop/

In some laptops, they may not offer the feature to disable the iGPU and the only workaround would be to use an external display or HDMI dummy plug as external displays attach directly to the GPU.

I only have iGPU but also get into the same problem:

Error: DuplicateOutput() test failed [0x80004005]
Error: No displays were found after reenumeration!

What can I do ?

@LizardByte-bot
Copy link
Member

It seems this issue hasn't had any activity in the past 90 days. If it's still something you'd like addressed, please let us know by leaving a comment. Otherwise, to help keep our backlog tidy, we'll be closing this issue in 10 days. Thanks!

@julianrios
Copy link

Thanks yea we can close this out my issue was with the iGPU coming from my CPU I disabled it since I have a 4090 and haven’t seen this error since then.

@ReenigneArcher ReenigneArcher closed this as not planned Won't fix, can't repro, duplicate, stale Jun 23, 2024
@Nonary Nonary self-assigned this Aug 10, 2024
@Nonary Nonary reopened this Aug 10, 2024
@ReenigneArcher ReenigneArcher closed this as not planned Won't fix, can't repro, duplicate, stale Aug 11, 2024
@LizardByte LizardByte locked as resolved and limited conversation to collaborators Aug 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants