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

Default Communication device not switching back after stream | Windows #3603

Open
2 tasks done
Mativec opened this issue Jan 28, 2025 · 9 comments
Open
2 tasks done

Comments

@Mativec
Copy link

Mativec commented Jan 28, 2025

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 latest beta/pre-release?

This issue is present in the latest pre-release

Describe the Bug

After a stream, my default audio devices are not recovered correctly.

  • Default Audio output before stream :
    General Default : Audio A
    Communication Default : Audio B

  • After stream :
    General Default : Audio A
    Communication Default : Audio A

Expected Behavior

After the stream, it was expected that Audio A will be my default audio device with Audio B being my default Communication device.

Additional Context

No response

Host Operating System

Windows

Operating System Version

Windows 11 24h2

Architecture

amd64/x86_64

Sunshine commit or version

Version v2025.122.141614

Package

Windows - installer (recommended)

GPU Type

NVIDIA

GPU Model

NVIDIA GeForce RTX 3060 Ti

GPU Driver/Mesa Version

32.0.15.6636

Capture Method

None

Config

Apps

Relevant log output

[2025-01-28 23:12:12.417]: Info: CLIENT CONNECTED
[2025-01-28 23:12:12.603]: Info: Changed virtual audio sink format to [S24 48000 2.0]
[2025-01-28 23:12:12.664]: Info: Audio capture format is [F32 48000 2.0]
@ReenigneArcher
Copy link
Member

Did you actually terminate the stream from Moonlight or just pause it?

@Mativec
Copy link
Author

Mativec commented Jan 29, 2025

I terminate it

@ReenigneArcher
Copy link
Member

Share the full sunshine logs

@Mativec
Copy link
Author

Mativec commented Jan 29, 2025

Log
[2025-01-29 19:17:24.213]: Info: Sunshine version: v2025.122.141614
[2025-01-29 19:17:24.213]: Info: Package Publisher: LizardByte
[2025-01-29 19:17:24.213]: Info: Publisher Website: https://app.lizardbyte.dev
[2025-01-29 19:17:24.213]: Info: Get support: https://app.lizardbyte.dev/support
[2025-01-29 19:17:24.220]: Info: Provided workaround settings for SettingsManager:
{
  "hdr_blank_delay": null
}
[2025-01-29 19:17:24.225]: Info: Currently available display devices:
[
  {
    "device_id": "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}",
    "display_name": "\\\\.\\DISPLAY2",
    "friendly_name": "QG241Y",
    "info": {
      "hdr_state": "Disabled",
      "origin_point": {
        "x": -1080,
        "y": 114
      },
      "primary": false,
      "refresh_rate": {
        "type": "rational",
        "value": {
          "denominator": 1,
          "numerator": 120
        }
      },
      "resolution": {
        "height": 1080,
        "width": 1920
      },
      "resolution_scale": {
        "type": "rational",
        "value": {
          "denominator": 100,
          "numerator": 178
        }
      }
    }
  },
  {
    "device_id": "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}",
    "display_name": "\\\\.\\DISPLAY1",
    "friendly_name": "LG ULTRAGEAR+",
    "info": {
      "hdr_state": "Enabled",
      "origin_point": {
        "x": 0,
        "y": 0
      },
      "primary": true,
      "refresh_rate": {
        "type": "rational",
        "value": {
          "denominator": 1000,
          "numerator": 119998
        }
      },
      "resolution": {
        "height": 2160,
        "width": 3840
      },
      "resolution_scale": {
        "type": "rational",
        "value": {
          "denominator": 100,
          "numerator": 150
        }
      }
    }
  }
]
[2025-01-29 19:17:24.254]: Info: Trying to revert applied display device settings. API is available: true
[2025-01-29 19:17:24.258]: Error: Device {6fabc9b7-9f3b-522a-8c22-fc31d1b0948d} does not exist in the available path source data!
[2025-01-29 19:17:24.259]: Error: Failed to change topology to:
[
  [
    "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"
  ],
  [
    "{6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}"
  ],
  [
    "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"
  ]
]
[2025-01-29 19:17:24.261]: Warning: Failed to revert display device configuration (will retry once devices are added or removed). Enabling all of the available devices:
[
  "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02} - QG241Y",
  "{f55fdc47-8831-5c88-9c14-c208f5b93bf7} - LG ULTRAGEAR+"
]
[2025-01-29 19:17:24.450]: Info: nvprefs: No need to modify application profile settings
[2025-01-29 19:17:24.450]: Info: nvprefs: Changed OGL_CPL_PREFER_DXPRESENT to OGL_CPL_PREFER_DXPRESENT_PREFER_ENABLED for base profile
[2025-01-29 19:17:24.514]: Info: Compiling shaders...
[2025-01-29 19:17:24.558]: Info: System tray created
[2025-01-29 19:17:24.823]: Info: Compiled shaders
[2025-01-29 19:17:24.832]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2025-01-29 19:17:24.832]: Info: Trying encoder [nvenc]
[2025-01-29 19:17:25.153]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 3840x2160
Offset             : 1080x0
Virtual Desktop    : 4920x2160
[2025-01-29 19:17:25.153]: Info: Active GPU has HAGS enabled
[2025-01-29 19:17:25.153]: Info: Using realtime GPU priority
[2025-01-29 19:17:25.153]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.675784,0.323243]
Green Primary      : [0.255857,0.684575]
Blue Primary       : [0.146485,0.0546865]
White Point        : [0.291993,0.300777]
Min Luminance      : 0 nits
Max Luminance      : 4000 nits
Max Full Luminance : 3800 nits
[2025-01-29 19:17:25.154]: Info: Desktop resolution [3840x2160]
[2025-01-29 19:17:25.154]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:17:25.154]: Info: Display refresh rate [119.998Hz]
[2025-01-29 19:17:25.154]: Info: Requested frame rate [60fps]
[2025-01-29 19:17:25.155]: Info: Creating encoder [h264_nvenc]
[2025-01-29 19:17:25.155]: Info: Color coding: SDR (Rec. 601)
[2025-01-29 19:17:25.155]: Info: Color depth: 8-bit
[2025-01-29 19:17:25.155]: Info: Color range: JPEG
[2025-01-29 19:17:25.222]: Info: NvEnc: created encoder H.264 P1 two-pass rfi
[2025-01-29 19:17:25.252]: Info: Creating encoder [hevc_nvenc]
[2025-01-29 19:17:25.253]: Info: Color coding: SDR (Rec. 601)
[2025-01-29 19:17:25.253]: Info: Color depth: 8-bit
[2025-01-29 19:17:25.253]: Info: Color range: JPEG
[2025-01-29 19:17:25.315]: Info: NvEnc: created encoder HEVC P1 two-pass rfi
[2025-01-29 19:17:25.349]: Info: Creating encoder [av1_nvenc]
[2025-01-29 19:17:25.349]: Info: Color coding: SDR (Rec. 601)
[2025-01-29 19:17:25.349]: Info: Color depth: 8-bit
[2025-01-29 19:17:25.349]: Info: Color range: JPEG
[2025-01-29 19:17:25.376]: Error: NvEnc: encoding format is not supported by the gpu
[2025-01-29 19:17:25.387]: Info: Creating encoder [h264_nvenc]
[2025-01-29 19:17:25.387]: Info: Color coding: SDR (Rec. 601)
[2025-01-29 19:17:25.387]: Info: Color depth: 8-bit
[2025-01-29 19:17:25.387]: Info: Color range: JPEG
[2025-01-29 19:17:25.447]: Info: NvEnc: created encoder H.264 P1 yuv444 two-pass rfi
[2025-01-29 19:17:25.730]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 3840x2160
Offset             : 1080x0
Virtual Desktop    : 4920x2160
[2025-01-29 19:17:25.730]: Info: Active GPU has HAGS enabled
[2025-01-29 19:17:25.730]: Info: Using realtime GPU priority
[2025-01-29 19:17:25.730]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.675784,0.323243]
Green Primary      : [0.255857,0.684575]
Blue Primary       : [0.146485,0.0546865]
White Point        : [0.291993,0.300777]
Min Luminance      : 0 nits
Max Luminance      : 4000 nits
Max Full Luminance : 3800 nits
[2025-01-29 19:17:25.731]: Info: Desktop resolution [3840x2160]
[2025-01-29 19:17:25.731]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:17:25.731]: Info: Display refresh rate [119.998Hz]
[2025-01-29 19:17:25.731]: Info: Requested frame rate [60fps]
[2025-01-29 19:17:25.731]: Info: Creating encoder [hevc_nvenc]
[2025-01-29 19:17:25.731]: Info: Color coding: HDR (Rec. 2020 + SMPTE 2084 PQ)
[2025-01-29 19:17:25.732]: Info: Color depth: 10-bit
[2025-01-29 19:17:25.732]: Info: Color range: JPEG
[2025-01-29 19:17:25.959]: Info: NvEnc: created encoder HEVC P1 yuv444 10-bit two-pass rfi
[2025-01-29 19:17:26.030]: Info: 
[2025-01-29 19:17:26.030]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2025-01-29 19:17:26.030]: Info: 
[2025-01-29 19:17:26.030]: Info: Found H.264 encoder: h264_nvenc [nvenc]
[2025-01-29 19:17:26.031]: Info: Found HEVC encoder: hevc_nvenc [nvenc]
[2025-01-29 19:17:26.050]: Info: Configuration UI available at [https://localhost:47990]
[2025-01-29 19:17:26.818]: Info: Registered Sunshine mDNS service
[2025-01-29 19:22:23.788]: Info: Trying to apply display device settings. API is available: true
[2025-01-29 19:22:23.788]: Info: Using the following configuration:
{
  "device_id": "",
  "device_prep": "VerifyOnly",
  "hdr_state": "Enabled",
  "refresh_rate": {
    "type": "rational",
    "value": {
      "denominator": 1,
      "numerator": 90
    }
  },
  "resolution": {
    "height": 1080,
    "width": 1920
  }
}
[2025-01-29 19:22:23.789]: Info: Active topology before any changes:
[
  [
    "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"
  ],
  [
    "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"
  ]
]
[2025-01-29 19:22:23.792]: Info: Currently available devices:
[
  {
    "device_id": "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}",
    "display_name": "\\\\.\\DISPLAY2",
    "friendly_name": "QG241Y",
    "info": {
      "hdr_state": "Disabled",
      "origin_point": {
        "x": -1080,
        "y": 114
      },
      "primary": false,
      "refresh_rate": {
        "type": "rational",
        "value": {
          "denominator": 1,
          "numerator": 120
        }
      },
      "resolution": {
        "height": 1080,
        "width": 1920
      },
      "resolution_scale": {
        "type": "rational",
        "value": {
          "denominator": 100,
          "numerator": 267
        }
      }
    }
  },
  {
    "device_id": "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}",
    "display_name": "\\\\.\\DISPLAY1",
    "friendly_name": "LG ULTRAGEAR+",
    "info": {
      "hdr_state": "Enabled",
      "origin_point": {
        "x": 0,
        "y": 0
      },
      "primary": true,
      "refresh_rate": {
        "type": "rational",
        "value": {
          "denominator": 1000,
          "numerator": 119998
        }
      },
      "resolution": {
        "height": 2160,
        "width": 3840
      },
      "resolution_scale": {
        "type": "rational",
        "value": {
          "denominator": 100,
          "numerator": 150
        }
      }
    }
  }
]
[2025-01-29 19:22:23.792]: Warning: Trying to apply configuration without reverting back to initial topology first, however not all devices from that topology are available.
Will try adapting the initial topology that is used as a base:
  - topology: [["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"],["{6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}"],["{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"]] -> [["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"],["{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"]]
  - primary devices: ["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"] -> ["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"]
[2025-01-29 19:22:23.792]: Info: Will compute new display device topology from the following input:
  - initial topology: [["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"],["{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"]]
  - initial primary devices: ["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"]
  - configuring unspecified device: true
  - device to configure: "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"
  - additional devices to configure: []
[2025-01-29 19:22:23.792]: Info: Newly computed display device topology data:
  - topology: [["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"],["{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"]]
  - change is needed: false
  - additional devices to configure: []
[2025-01-29 19:22:23.793]: Info: Changing display modes to:
{
  "{6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}": {
    "refresh_rate": {
      "denominator": 1,
      "numerator": 60
    },
    "resolution": {
      "height": 480,
      "width": 640
    }
  },
  "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}": {
    "refresh_rate": {
      "denominator": 1,
      "numerator": 60
    },
    "resolution": {
      "height": 1080,
      "width": 1920
    }
  },
  "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}": {
    "refresh_rate": {
      "denominator": 1,
      "numerator": 90
    },
    "resolution": {
      "height": 1080,
      "width": 1920
    }
  }
}
[2025-01-29 19:22:23.793]: Warning: Failed to find device for {6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}!
[2025-01-29 19:22:23.793]: Error: Failed to get all duplicated devices!
[2025-01-29 19:22:23.793]: Error: Failed to apply new configuration, because new display modes could not be set!
[2025-01-29 19:22:23.794]: Info: Encoder reenumeration is required
[2025-01-29 19:22:23.794]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2025-01-29 19:22:23.794]: Info: Trying encoder [nvenc]
[2025-01-29 19:22:23.996]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 3840x2160
Offset             : 1080x0
Virtual Desktop    : 4920x2160
[2025-01-29 19:22:23.996]: Info: Active GPU has HAGS enabled
[2025-01-29 19:22:23.996]: Info: Using realtime GPU priority
[2025-01-29 19:22:23.996]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.675784,0.323243]
Green Primary      : [0.255857,0.684575]
Blue Primary       : [0.146485,0.0546865]
White Point        : [0.291993,0.300777]
Min Luminance      : 0 nits
Max Luminance      : 4000 nits
Max Full Luminance : 3800 nits
[2025-01-29 19:22:23.997]: Info: Desktop resolution [3840x2160]
[2025-01-29 19:22:23.997]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:22:23.997]: Info: Display refresh rate [119.998Hz]
[2025-01-29 19:22:23.997]: Info: Requested frame rate [60fps]
[2025-01-29 19:22:23.998]: Info: Creating encoder [h264_nvenc]
[2025-01-29 19:22:23.998]: Info: Color coding: SDR (Rec. 601)
[2025-01-29 19:22:23.998]: Info: Color depth: 8-bit
[2025-01-29 19:22:23.998]: Info: Color range: JPEG
[2025-01-29 19:22:24.057]: Info: NvEnc: created encoder H.264 P1 two-pass rfi
[2025-01-29 19:22:24.091]: Info: Creating encoder [hevc_nvenc]
[2025-01-29 19:22:24.091]: Info: Color coding: SDR (Rec. 601)
[2025-01-29 19:22:24.091]: Info: Color depth: 8-bit
[2025-01-29 19:22:24.091]: Info: Color range: JPEG
[2025-01-29 19:22:24.148]: Info: NvEnc: created encoder HEVC P1 two-pass rfi
[2025-01-29 19:22:24.182]: Info: Creating encoder [av1_nvenc]
[2025-01-29 19:22:24.182]: Info: Color coding: SDR (Rec. 601)
[2025-01-29 19:22:24.182]: Info: Color depth: 8-bit
[2025-01-29 19:22:24.182]: Info: Color range: JPEG
[2025-01-29 19:22:24.206]: Error: NvEnc: encoding format is not supported by the gpu
[2025-01-29 19:22:24.215]: Info: Creating encoder [h264_nvenc]
[2025-01-29 19:22:24.215]: Info: Color coding: SDR (Rec. 601)
[2025-01-29 19:22:24.215]: Info: Color depth: 8-bit
[2025-01-29 19:22:24.215]: Info: Color range: JPEG
[2025-01-29 19:22:24.267]: Info: NvEnc: created encoder H.264 P1 yuv444 two-pass rfi
[2025-01-29 19:22:24.503]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 3840x2160
Offset             : 1080x0
Virtual Desktop    : 4920x2160
[2025-01-29 19:22:24.503]: Info: Active GPU has HAGS enabled
[2025-01-29 19:22:24.503]: Info: Using realtime GPU priority
[2025-01-29 19:22:24.503]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.675784,0.323243]
Green Primary      : [0.255857,0.684575]
Blue Primary       : [0.146485,0.0546865]
White Point        : [0.291993,0.300777]
Min Luminance      : 0 nits
Max Luminance      : 4000 nits
Max Full Luminance : 3800 nits
[2025-01-29 19:22:24.504]: Info: Desktop resolution [3840x2160]
[2025-01-29 19:22:24.504]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:22:24.504]: Info: Display refresh rate [119.998Hz]
[2025-01-29 19:22:24.504]: Info: Requested frame rate [60fps]
[2025-01-29 19:22:24.504]: Info: Creating encoder [hevc_nvenc]
[2025-01-29 19:22:24.504]: Info: Color coding: HDR (Rec. 2020 + SMPTE 2084 PQ)
[2025-01-29 19:22:24.505]: Info: Color depth: 10-bit
[2025-01-29 19:22:24.505]: Info: Color range: JPEG
[2025-01-29 19:22:24.654]: Info: NvEnc: created encoder HEVC P1 yuv444 10-bit two-pass rfi
[2025-01-29 19:22:24.721]: Info: 
[2025-01-29 19:22:24.721]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2025-01-29 19:22:24.721]: Info: 
[2025-01-29 19:22:24.721]: Info: Found H.264 encoder: h264_nvenc [nvenc]
[2025-01-29 19:22:24.721]: Info: Found HEVC encoder: hevc_nvenc [nvenc]
[2025-01-29 19:22:24.722]: Info: Executing Do Cmd: [cmd /C powershell.exe -executionpolicy bypass -windowstyle hidden -file "C:\sunshine_script\setup_sunvdm.ps1" %SUNSHINE_CLIENT_WIDTH% %SUNSHINE_CLIENT_HEIGHT% %SUNSHINE_CLIENT_FPS% %SUNSHINE_CLIENT_HDR% > "C:\sunshine_script\sunvdm.log" 2>&1]
[2025-01-29 19:22:24.733]: Info: cmd /C powershell.exe -executionpolicy bypass -windowstyle hidden -file "C:\sunshine_script\setup_sunvdm.ps1" %SUNSHINE_CLIENT_WIDTH% %SUNSHINE_CLIENT_HEIGHT% %SUNSHINE_CLIENT_FPS% %SUNSHINE_CLIENT_HDR% > "C:\sunshine_script\sunvdm.log" 2>&1 running with PID 5256
[2025-01-29 19:22:47.722]: Info: Spawning [C:\Users\mativ\AppData\Local\Playnite\Playnite.FullscreenApp.exe --nolibupdate] in ["C:\Users\mativ\AppData\Local\Playnite"]
[2025-01-29 19:22:47.734]: Info: C:\Users\mativ\AppData\Local\Playnite\Playnite.FullscreenApp.exe --nolibupdate running with PID 3028
[2025-01-29 19:22:47.734]: Info: Executing [Desktop]
[2025-01-29 19:22:47.781]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 19:22:47.805]: Info: New streaming session started [active sessions: 1]
[2025-01-29 19:22:48.130]: Info: nvprefs: No need to modify application profile settings
[2025-01-29 19:22:48.130]: Info: nvprefs: No need to modify global profile settings
[2025-01-29 19:22:48.318]: Info: CLIENT CONNECTED
[2025-01-29 19:22:48.323]: Info: Changed virtual audio sink format to [S24 48000 2.0]
[2025-01-29 19:22:48.442]: Info: Audio capture format is [F32 48000 2.0]
[2025-01-29 19:22:48.445]: Info: Opus initialized: 48 kHz, 2 channels, 512 kbps (total), LOWDELAY
[2025-01-29 19:22:48.524]: Info: Gamepad 0 will be Xbox 360 controller (default)
[2025-01-29 19:22:48.836]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 1920x1080
Offset             : 0x0
Virtual Desktop    : 1920x1080
[2025-01-29 19:22:48.836]: Info: Active GPU has HAGS enabled
[2025-01-29 19:22:48.836]: Info: Using realtime GPU priority
[2025-01-29 19:22:48.836]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.694336,0.292969]
Green Primary      : [0.274414,0.65918]
Blue Primary       : [0.148438,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.0006 nits
Max Luminance      : 1015.27 nits
Max Full Luminance : 603.698 nits
[2025-01-29 19:22:48.837]: Info: Desktop resolution [1920x1080]
[2025-01-29 19:22:48.837]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:22:48.837]: Info: Display refresh rate [90Hz]
[2025-01-29 19:22:48.837]: Info: Requested frame rate [90fps]
[2025-01-29 19:22:48.839]: Info: Creating encoder [hevc_nvenc]
[2025-01-29 19:22:48.839]: Info: Color coding: HDR (Rec. 2020 + SMPTE 2084 PQ)
[2025-01-29 19:22:48.839]: Info: Color depth: 10-bit
[2025-01-29 19:22:48.839]: Info: Color range: JPEG
[2025-01-29 19:22:48.852]: Info: Capture format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:22:48.919]: Info: NvEnc: created encoder HEVC P1 10-bit two-pass rfi
[2025-01-29 19:23:25.036]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 1920x1080
Offset             : 0x0
Virtual Desktop    : 1920x1080
[2025-01-29 19:23:25.036]: Info: Active GPU has HAGS enabled
[2025-01-29 19:23:25.036]: Info: Using realtime GPU priority
[2025-01-29 19:23:25.036]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.694336,0.292969]
Green Primary      : [0.274414,0.65918]
Blue Primary       : [0.148438,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.0006 nits
Max Luminance      : 1015.27 nits
Max Full Luminance : 603.698 nits
[2025-01-29 19:23:25.037]: Info: Desktop resolution [1920x1080]
[2025-01-29 19:23:25.037]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:23:25.037]: Info: Display refresh rate [90Hz]
[2025-01-29 19:23:25.037]: Info: Requested frame rate [90fps]
[2025-01-29 19:23:25.040]: Info: Creating encoder [hevc_nvenc]
[2025-01-29 19:23:25.040]: Info: Color coding: HDR (Rec. 2020 + SMPTE 2084 PQ)
[2025-01-29 19:23:25.040]: Info: Color depth: 10-bit
[2025-01-29 19:23:25.040]: Info: Color range: JPEG
[2025-01-29 19:23:25.052]: Info: Capture format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:23:25.105]: Info: NvEnc: created encoder HEVC P1 10-bit two-pass rfi
[2025-01-29 19:23:28.606]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 1920x1080
Offset             : 0x0
Virtual Desktop    : 1920x1080
[2025-01-29 19:23:28.607]: Info: Active GPU has HAGS enabled
[2025-01-29 19:23:28.607]: Info: Using realtime GPU priority
[2025-01-29 19:23:28.607]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.694336,0.292969]
Green Primary      : [0.274414,0.65918]
Blue Primary       : [0.148438,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.0006 nits
Max Luminance      : 1015.27 nits
Max Full Luminance : 603.698 nits
[2025-01-29 19:23:28.608]: Info: Desktop resolution [1920x1080]
[2025-01-29 19:23:28.608]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:23:28.608]: Info: Display refresh rate [90Hz]
[2025-01-29 19:23:28.608]: Info: Requested frame rate [90fps]
[2025-01-29 19:23:28.618]: Info: Capture format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:23:28.637]: Info: Creating encoder [hevc_nvenc]
[2025-01-29 19:23:28.637]: Info: Color coding: HDR (Rec. 2020 + SMPTE 2084 PQ)
[2025-01-29 19:23:28.637]: Info: Color depth: 10-bit
[2025-01-29 19:23:28.637]: Info: Color range: JPEG
[2025-01-29 19:23:28.696]: Info: NvEnc: created encoder HEVC P1 10-bit two-pass rfi
[2025-01-29 19:23:37.732]: Info: CLIENT DISCONNECTED
[2025-01-29 19:23:48.111]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 19:23:57.591]: Info: Trying to apply display device settings. API is available: true
[2025-01-29 19:23:57.591]: Info: Using the following configuration:
{
  "device_id": "",
  "device_prep": "VerifyOnly",
  "hdr_state": "Enabled",
  "refresh_rate": {
    "type": "rational",
    "value": {
      "denominator": 1,
      "numerator": 90
    }
  },
  "resolution": {
    "height": 1080,
    "width": 1920
  }
}
[2025-01-29 19:23:57.591]: Info: Active topology before any changes:
[
  [
    "{6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}"
  ]
]
[2025-01-29 19:23:57.594]: Info: Currently available devices:
[
  {
    "device_id": "{6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}",
    "display_name": "\\\\.\\DISPLAY12",
    "friendly_name": "IDD HDR",
    "info": {
      "hdr_state": "Enabled",
      "origin_point": {
        "x": 0,
        "y": 0
      },
      "primary": true,
      "refresh_rate": {
        "type": "rational",
        "value": {
          "denominator": 1,
          "numerator": 90
        }
      },
      "resolution": {
        "height": 1080,
        "width": 1920
      },
      "resolution_scale": {
        "type": "rational",
        "value": {
          "denominator": 100,
          "numerator": 150
        }
      }
    }
  },
  {
    "device_id": "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}",
    "display_name": "",
    "friendly_name": "QG241Y",
    "info": null
  },
  {
    "device_id": "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}",
    "display_name": "",
    "friendly_name": "LG ULTRAGEAR+",
    "info": null
  }
]
[2025-01-29 19:23:57.594]: Info: Will compute new display device topology from the following input:
  - initial topology: [["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"],["{6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}"],["{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"]]
  - initial primary devices: ["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"]
  - configuring unspecified device: true
  - device to configure: "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"
  - additional devices to configure: []
[2025-01-29 19:23:57.594]: Info: Newly computed display device topology data:
  - topology: [["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"],["{6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}"],["{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"]]
  - change is needed: true
  - additional devices to configure: []
[2025-01-29 19:23:59.514]: Info: Changing display modes to:
{
  "{6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}": {
    "refresh_rate": {
      "denominator": 1,
      "numerator": 60
    },
    "resolution": {
      "height": 480,
      "width": 640
    }
  },
  "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}": {
    "refresh_rate": {
      "denominator": 1,
      "numerator": 60
    },
    "resolution": {
      "height": 1080,
      "width": 1920
    }
  },
  "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}": {
    "refresh_rate": {
      "denominator": 1,
      "numerator": 90
    },
    "resolution": {
      "height": 1080,
      "width": 1920
    }
  }
}
[2025-01-29 19:24:00.043]: Info: Encoder reenumeration is required
[2025-01-29 19:24:00.043]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2025-01-29 19:24:00.043]: Info: Trying encoder [nvenc]
[2025-01-29 19:24:01.299]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 640x480
Offset             : 1920x0
Virtual Desktop    : 4480x1080
[2025-01-29 19:24:01.299]: Info: Active GPU has HAGS enabled
[2025-01-29 19:24:01.300]: Info: Using realtime GPU priority
[2025-01-29 19:24:01.300]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.694336,0.292969]
Green Primary      : [0.274414,0.65918]
Blue Primary       : [0.148438,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.0006 nits
Max Luminance      : 1015.27 nits
Max Full Luminance : 603.698 nits
[2025-01-29 19:24:01.307]: Info: Desktop resolution [640x480]
[2025-01-29 19:24:01.307]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:24:01.307]: Info: Display refresh rate [60Hz]
[2025-01-29 19:24:01.307]: Info: Requested frame rate [60fps]
[2025-01-29 19:24:01.309]: Info: Creating encoder [h264_nvenc]
[2025-01-29 19:24:01.309]: Info: Color coding: SDR (Rec. 601)
[2025-01-29 19:24:01.309]: Info: Color depth: 8-bit
[2025-01-29 19:24:01.309]: Info: Color range: JPEG
[2025-01-29 19:24:01.417]: Info: NvEnc: created encoder H.264 P1 two-pass rfi
[2025-01-29 19:24:01.463]: Info: Creating encoder [hevc_nvenc]
[2025-01-29 19:24:01.463]: Info: Color coding: SDR (Rec. 601)
[2025-01-29 19:24:01.463]: Info: Color depth: 8-bit
[2025-01-29 19:24:01.463]: Info: Color range: JPEG
[2025-01-29 19:24:01.531]: Info: NvEnc: created encoder HEVC P1 two-pass rfi
[2025-01-29 19:24:01.574]: Info: Creating encoder [av1_nvenc]
[2025-01-29 19:24:01.574]: Info: Color coding: SDR (Rec. 601)
[2025-01-29 19:24:01.574]: Info: Color depth: 8-bit
[2025-01-29 19:24:01.574]: Info: Color range: JPEG
[2025-01-29 19:24:01.604]: Error: NvEnc: encoding format is not supported by the gpu
[2025-01-29 19:24:01.620]: Info: Creating encoder [h264_nvenc]
[2025-01-29 19:24:01.620]: Info: Color coding: SDR (Rec. 601)
[2025-01-29 19:24:01.620]: Info: Color depth: 8-bit
[2025-01-29 19:24:01.620]: Info: Color range: JPEG
[2025-01-29 19:24:01.691]: Info: NvEnc: created encoder H.264 P1 yuv444 two-pass rfi
[2025-01-29 19:24:02.032]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 640x480
Offset             : 1920x0
Virtual Desktop    : 4480x1080
[2025-01-29 19:24:02.032]: Info: Active GPU has HAGS enabled
[2025-01-29 19:24:02.032]: Info: Using realtime GPU priority
[2025-01-29 19:24:02.033]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.694336,0.292969]
Green Primary      : [0.274414,0.65918]
Blue Primary       : [0.148438,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.0006 nits
Max Luminance      : 1015.27 nits
Max Full Luminance : 603.698 nits
[2025-01-29 19:24:02.039]: Info: Desktop resolution [640x480]
[2025-01-29 19:24:02.039]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:24:02.039]: Info: Display refresh rate [60Hz]
[2025-01-29 19:24:02.039]: Info: Requested frame rate [60fps]
[2025-01-29 19:24:02.043]: Info: Creating encoder [hevc_nvenc]
[2025-01-29 19:24:02.043]: Info: Color coding: HDR (Rec. 2020 + SMPTE 2084 PQ)
[2025-01-29 19:24:02.043]: Info: Color depth: 10-bit
[2025-01-29 19:24:02.043]: Info: Color range: JPEG
[2025-01-29 19:24:02.235]: Info: NvEnc: created encoder HEVC P1 yuv444 10-bit two-pass rfi
[2025-01-29 19:24:02.329]: Info: 
[2025-01-29 19:24:02.329]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2025-01-29 19:24:02.329]: Info: 
[2025-01-29 19:24:02.329]: Info: Found H.264 encoder: h264_nvenc [nvenc]
[2025-01-29 19:24:02.330]: Info: Found HEVC encoder: hevc_nvenc [nvenc]
[2025-01-29 19:24:02.382]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 19:24:02.403]: Info: New streaming session started [active sessions: 1]
[2025-01-29 19:24:02.708]: Info: nvprefs: No need to modify application profile settings
[2025-01-29 19:24:02.708]: Info: nvprefs: No need to modify global profile settings
[2025-01-29 19:24:02.880]: Info: CLIENT CONNECTED
[2025-01-29 19:24:02.915]: Info: Changed virtual audio sink format to [S24 48000 2.0]
[2025-01-29 19:24:02.979]: Info: Audio capture format is [F32 48000 2.0]
[2025-01-29 19:24:02.981]: Info: Opus initialized: 48 kHz, 2 channels, 512 kbps (total), LOWDELAY
[2025-01-29 19:24:03.094]: Info: Gamepad 0 will be Xbox 360 controller (default)
[2025-01-29 19:24:03.648]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 640x480
Offset             : 1920x0
Virtual Desktop    : 4480x1080
[2025-01-29 19:24:03.649]: Info: Active GPU has HAGS enabled
[2025-01-29 19:24:03.649]: Info: Using realtime GPU priority
[2025-01-29 19:24:03.649]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.694336,0.292969]
Green Primary      : [0.274414,0.65918]
Blue Primary       : [0.148438,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.0006 nits
Max Luminance      : 1015.27 nits
Max Full Luminance : 603.698 nits
[2025-01-29 19:24:03.650]: Info: Desktop resolution [640x480]
[2025-01-29 19:24:03.650]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:24:03.650]: Info: Display refresh rate [60Hz]
[2025-01-29 19:24:03.650]: Info: Requested frame rate [90fps]
[2025-01-29 19:24:03.651]: Info: Creating encoder [hevc_nvenc]
[2025-01-29 19:24:03.651]: Info: Color coding: HDR (Rec. 2020 + SMPTE 2084 PQ)
[2025-01-29 19:24:03.651]: Info: Color depth: 10-bit
[2025-01-29 19:24:03.651]: Info: Color range: JPEG
[2025-01-29 19:24:03.657]: Info: Capture format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:24:03.716]: Info: NvEnc: created encoder HEVC P1 10-bit two-pass rfi
[2025-01-29 19:24:30.602]: Info: CLIENT DISCONNECTED
[2025-01-29 19:24:30.700]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 19:24:37.756]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 19:24:49.540]: Info: Trying to apply display device settings. API is available: true
[2025-01-29 19:24:49.540]: Info: Using the following configuration:
{
  "device_id": "",
  "device_prep": "VerifyOnly",
  "hdr_state": "Enabled",
  "refresh_rate": {
    "type": "rational",
    "value": {
      "denominator": 1,
      "numerator": 90
    }
  },
  "resolution": {
    "height": 1080,
    "width": 1920
  }
}
[2025-01-29 19:24:49.542]: Info: Active topology before any changes:
[
  [
    "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"
  ],
  [
    "{6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}"
  ],
  [
    "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"
  ]
]
[2025-01-29 19:24:49.545]: Info: Currently available devices:
[
  {
    "device_id": "{6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}",
    "display_name": "\\\\.\\DISPLAY12",
    "friendly_name": "IDD HDR",
    "info": {
      "hdr_state": "Enabled",
      "origin_point": {
        "x": 0,
        "y": 0
      },
      "primary": true,
      "refresh_rate": {
        "type": "rational",
        "value": {
          "denominator": 1,
          "numerator": 60
        }
      },
      "resolution": {
        "height": 480,
        "width": 640
      },
      "resolution_scale": {
        "type": "rational",
        "value": {
          "denominator": 100,
          "numerator": 150
        }
      }
    }
  },
  {
    "device_id": "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}",
    "display_name": "\\\\.\\DISPLAY2",
    "friendly_name": "QG241Y",
    "info": {
      "hdr_state": "Disabled",
      "origin_point": {
        "x": 640,
        "y": 0
      },
      "primary": false,
      "refresh_rate": {
        "type": "rational",
        "value": {
          "denominator": 1,
          "numerator": 60
        }
      },
      "resolution": {
        "height": 1080,
        "width": 1920
      },
      "resolution_scale": {
        "type": "rational",
        "value": {
          "denominator": 100,
          "numerator": 150
        }
      }
    }
  },
  {
    "device_id": "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}",
    "display_name": "\\\\.\\DISPLAY1",
    "friendly_name": "LG ULTRAGEAR+",
    "info": {
      "hdr_state": "Enabled",
      "origin_point": {
        "x": -1920,
        "y": 0
      },
      "primary": false,
      "refresh_rate": {
        "type": "rational",
        "value": {
          "denominator": 1,
          "numerator": 90
        }
      },
      "resolution": {
        "height": 1080,
        "width": 1920
      },
      "resolution_scale": {
        "type": "rational",
        "value": {
          "denominator": 100,
          "numerator": 150
        }
      }
    }
  }
]
[2025-01-29 19:24:49.545]: Info: Will compute new display device topology from the following input:
  - initial topology: [["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"],["{6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}"],["{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"]]
  - initial primary devices: ["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"]
  - configuring unspecified device: true
  - device to configure: "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"
  - additional devices to configure: []
[2025-01-29 19:24:49.545]: Info: Newly computed display device topology data:
  - topology: [["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"],["{6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}"],["{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"]]
  - change is needed: false
  - additional devices to configure: []
[2025-01-29 19:24:49.590]: Info: New streaming session started [active sessions: 1]
[2025-01-29 19:24:49.795]: Info: nvprefs: No need to modify application profile settings
[2025-01-29 19:24:49.796]: Info: nvprefs: No need to modify global profile settings
[2025-01-29 19:24:49.844]: Info: CLIENT CONNECTED
[2025-01-29 19:24:50.060]: Info: Gamepad 0 will be Xbox 360 controller (default)
[2025-01-29 19:24:50.103]: Info: Changed virtual audio sink format to [S24 48000 2.0]
[2025-01-29 19:24:50.159]: Info: Audio capture format is [F32 48000 2.0]
[2025-01-29 19:24:50.162]: Info: Opus initialized: 48 kHz, 2 channels, 512 kbps (total), LOWDELAY
[2025-01-29 19:24:50.477]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 640x480
Offset             : 1920x0
Virtual Desktop    : 4480x1080
[2025-01-29 19:24:50.477]: Info: Active GPU has HAGS enabled
[2025-01-29 19:24:50.477]: Info: Using realtime GPU priority
[2025-01-29 19:24:50.477]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.694336,0.292969]
Green Primary      : [0.274414,0.65918]
Blue Primary       : [0.148438,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.0006 nits
Max Luminance      : 1015.27 nits
Max Full Luminance : 603.698 nits
[2025-01-29 19:24:50.478]: Info: Desktop resolution [640x480]
[2025-01-29 19:24:50.478]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:24:50.478]: Info: Display refresh rate [60Hz]
[2025-01-29 19:24:50.478]: Info: Requested frame rate [90fps]
[2025-01-29 19:24:50.479]: Info: Creating encoder [hevc_nvenc]
[2025-01-29 19:24:50.479]: Info: Color coding: HDR (Rec. 2020 + SMPTE 2084 PQ)
[2025-01-29 19:24:50.479]: Info: Color depth: 10-bit
[2025-01-29 19:24:50.479]: Info: Color range: JPEG
[2025-01-29 19:24:50.486]: Info: Capture format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:24:50.542]: Info: NvEnc: created encoder HEVC P1 10-bit two-pass rfi
[2025-01-29 19:25:04.285]: Info: CLIENT DISCONNECTED
[2025-01-29 19:25:19.604]: Info: Executing Undo Cmd: [C:\Users\mativ\AppData\Local\Playnite\Playnite.DesktopApp.exe]
[2025-01-29 19:25:19.610]: Info: C:\Users\mativ\AppData\Local\Playnite\Playnite.DesktopApp.exe running with PID 24080
[2025-01-29 19:25:20.183]: Info: Executing Undo Cmd: [cmd /C powershell.exe -executionpolicy bypass -windowstyle hidden -file "C:\sunshine_script\teardown_sunvdm.ps1" >> "C:\sunshine_script\sunvdm.log" 2>&1]
[2025-01-29 19:25:20.194]: Info: cmd /C powershell.exe -executionpolicy bypass -windowstyle hidden -file "C:\sunshine_script\teardown_sunvdm.ps1" >> "C:\sunshine_script\sunvdm.log" 2>&1 running with PID 6420
[2025-01-29 19:25:35.790]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 19:25:38.791]: Info: Trying to revert applied display device settings. API is available: true
[2025-01-29 19:25:38.795]: Error: Device {6fabc9b7-9f3b-522a-8c22-fc31d1b0948d} does not exist in the available path source data!
[2025-01-29 19:25:38.795]: Error: Failed to change topology to:
[
  [
    "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"
  ],
  [
    "{6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}"
  ],
  [
    "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"
  ]
]
[2025-01-29 19:25:38.797]: Warning: Failed to revert display device configuration (will retry once devices are added or removed). Enabling all of the available devices:
[
  "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02} - QG241Y",
  "{f55fdc47-8831-5c88-9c14-c208f5b93bf7} - LG ULTRAGEAR+"
]
[2025-01-29 19:25:38.846]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 19:25:41.902]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 19:25:44.952]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 19:25:48.014]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 19:25:51.064]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 19:25:54.136]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 19:25:57.177]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 19:25:59.074]: Info: Trying to apply display device settings. API is available: true
[2025-01-29 19:25:59.075]: Info: Using the following configuration:
{
  "device_id": "",
  "device_prep": "VerifyOnly",
  "hdr_state": "Enabled",
  "refresh_rate": {
    "type": "rational",
    "value": {
      "denominator": 1,
      "numerator": 90
    }
  },
  "resolution": {
    "height": 1080,
    "width": 1920
  }
}
[2025-01-29 19:25:59.075]: Info: Active topology before any changes:
[
  [
    "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"
  ],
  [
    "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"
  ]
]
[2025-01-29 19:25:59.078]: Info: Currently available devices:
[
  {
    "device_id": "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}",
    "display_name": "\\\\.\\DISPLAY2",
    "friendly_name": "QG241Y",
    "info": {
      "hdr_state": "Disabled",
      "origin_point": {
        "x": -1080,
        "y": 114
      },
      "primary": false,
      "refresh_rate": {
        "type": "rational",
        "value": {
          "denominator": 1,
          "numerator": 120
        }
      },
      "resolution": {
        "height": 1080,
        "width": 1920
      },
      "resolution_scale": {
        "type": "rational",
        "value": {
          "denominator": 100,
          "numerator": 267
        }
      }
    }
  },
  {
    "device_id": "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}",
    "display_name": "\\\\.\\DISPLAY1",
    "friendly_name": "LG ULTRAGEAR+",
    "info": {
      "hdr_state": "Enabled",
      "origin_point": {
        "x": 0,
        "y": 0
      },
      "primary": true,
      "refresh_rate": {
        "type": "rational",
        "value": {
          "denominator": 1000,
          "numerator": 119998
        }
      },
      "resolution": {
        "height": 2160,
        "width": 3840
      },
      "resolution_scale": {
        "type": "rational",
        "value": {
          "denominator": 100,
          "numerator": 150
        }
      }
    }
  }
]
[2025-01-29 19:25:59.078]: Warning: Trying to apply configuration without reverting back to initial topology first, however not all devices from that topology are available.
Will try adapting the initial topology that is used as a base:
  - topology: [["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"],["{6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}"],["{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"]] -> [["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"],["{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"]]
  - primary devices: ["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"] -> ["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"]
[2025-01-29 19:25:59.078]: Info: Will compute new display device topology from the following input:
  - initial topology: [["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"],["{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"]]
  - initial primary devices: ["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"]
  - configuring unspecified device: true
  - device to configure: "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"
  - additional devices to configure: []
[2025-01-29 19:25:59.078]: Info: Newly computed display device topology data:
  - topology: [["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"],["{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"]]
  - change is needed: false
  - additional devices to configure: []
[2025-01-29 19:25:59.079]: Info: Changing display modes to:
{
  "{6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}": {
    "refresh_rate": {
      "denominator": 1,
      "numerator": 60
    },
    "resolution": {
      "height": 480,
      "width": 640
    }
  },
  "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}": {
    "refresh_rate": {
      "denominator": 1,
      "numerator": 60
    },
    "resolution": {
      "height": 1080,
      "width": 1920
    }
  },
  "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}": {
    "refresh_rate": {
      "denominator": 1,
      "numerator": 90
    },
    "resolution": {
      "height": 1080,
      "width": 1920
    }
  }
}
[2025-01-29 19:25:59.079]: Warning: Failed to find device for {6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}!
[2025-01-29 19:25:59.080]: Error: Failed to get all duplicated devices!
[2025-01-29 19:25:59.080]: Error: Failed to apply new configuration, because new display modes could not be set!
[2025-01-29 19:25:59.081]: Info: Encoder reenumeration is required
[2025-01-29 19:25:59.081]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2025-01-29 19:25:59.081]: Info: Trying encoder [nvenc]
[2025-01-29 19:25:59.299]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 3840x2160
Offset             : 1080x0
Virtual Desktop    : 4920x2160
[2025-01-29 19:25:59.300]: Info: Active GPU has HAGS enabled
[2025-01-29 19:25:59.300]: Info: Using realtime GPU priority
[2025-01-29 19:25:59.300]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.675784,0.323243]
Green Primary      : [0.255857,0.684575]
Blue Primary       : [0.146485,0.0546865]
White Point        : [0.291993,0.300777]
Min Luminance      : 0 nits
Max Luminance      : 4000 nits
Max Full Luminance : 3800 nits
[2025-01-29 19:25:59.300]: Info: Desktop resolution [3840x2160]
[2025-01-29 19:25:59.300]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:25:59.300]: Info: Display refresh rate [119.998Hz]
[2025-01-29 19:25:59.300]: Info: Requested frame rate [60fps]
[2025-01-29 19:25:59.301]: Info: Creating encoder [h264_nvenc]
[2025-01-29 19:25:59.301]: Info: Color coding: SDR (Rec. 601)
[2025-01-29 19:25:59.301]: Info: Color depth: 8-bit
[2025-01-29 19:25:59.301]: Info: Color range: JPEG
[2025-01-29 19:25:59.355]: Info: NvEnc: created encoder H.264 P1 two-pass rfi
[2025-01-29 19:25:59.385]: Info: Creating encoder [hevc_nvenc]
[2025-01-29 19:25:59.385]: Info: Color coding: SDR (Rec. 601)
[2025-01-29 19:25:59.385]: Info: Color depth: 8-bit
[2025-01-29 19:25:59.385]: Info: Color range: JPEG
[2025-01-29 19:25:59.436]: Info: NvEnc: created encoder HEVC P1 two-pass rfi
[2025-01-29 19:25:59.466]: Info: Creating encoder [av1_nvenc]
[2025-01-29 19:25:59.466]: Info: Color coding: SDR (Rec. 601)
[2025-01-29 19:25:59.466]: Info: Color depth: 8-bit
[2025-01-29 19:25:59.466]: Info: Color range: JPEG
[2025-01-29 19:25:59.490]: Error: NvEnc: encoding format is not supported by the gpu
[2025-01-29 19:25:59.498]: Info: Creating encoder [h264_nvenc]
[2025-01-29 19:25:59.498]: Info: Color coding: SDR (Rec. 601)
[2025-01-29 19:25:59.498]: Info: Color depth: 8-bit
[2025-01-29 19:25:59.498]: Info: Color range: JPEG
[2025-01-29 19:25:59.567]: Info: NvEnc: created encoder H.264 P1 yuv444 two-pass rfi
[2025-01-29 19:25:59.802]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 3840x2160
Offset             : 1080x0
Virtual Desktop    : 4920x2160
[2025-01-29 19:25:59.802]: Info: Active GPU has HAGS enabled
[2025-01-29 19:25:59.802]: Info: Using realtime GPU priority
[2025-01-29 19:25:59.802]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.675784,0.323243]
Green Primary      : [0.255857,0.684575]
Blue Primary       : [0.146485,0.0546865]
White Point        : [0.291993,0.300777]
Min Luminance      : 0 nits
Max Luminance      : 4000 nits
Max Full Luminance : 3800 nits
[2025-01-29 19:25:59.802]: Info: Desktop resolution [3840x2160]
[2025-01-29 19:25:59.802]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:25:59.802]: Info: Display refresh rate [119.998Hz]
[2025-01-29 19:25:59.802]: Info: Requested frame rate [60fps]
[2025-01-29 19:25:59.803]: Info: Creating encoder [hevc_nvenc]
[2025-01-29 19:25:59.803]: Info: Color coding: HDR (Rec. 2020 + SMPTE 2084 PQ)
[2025-01-29 19:25:59.803]: Info: Color depth: 10-bit
[2025-01-29 19:25:59.803]: Info: Color range: JPEG
[2025-01-29 19:25:59.954]: Info: NvEnc: created encoder HEVC P1 yuv444 10-bit two-pass rfi
[2025-01-29 19:26:00.017]: Info: 
[2025-01-29 19:26:00.017]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2025-01-29 19:26:00.017]: Info: 
[2025-01-29 19:26:00.017]: Info: Found H.264 encoder: h264_nvenc [nvenc]
[2025-01-29 19:26:00.017]: Info: Found HEVC encoder: hevc_nvenc [nvenc]
[2025-01-29 19:26:00.019]: Info: Executing Do Cmd: [cmd /C powershell.exe -executionpolicy bypass -windowstyle hidden -file "C:\sunshine_script\setup_sunvdm.ps1" %SUNSHINE_CLIENT_WIDTH% %SUNSHINE_CLIENT_HEIGHT% %SUNSHINE_CLIENT_FPS% %SUNSHINE_CLIENT_HDR% > "C:\sunshine_script\sunvdm.log" 2>&1]
[2025-01-29 19:26:00.023]: Info: cmd /C powershell.exe -executionpolicy bypass -windowstyle hidden -file "C:\sunshine_script\setup_sunvdm.ps1" %SUNSHINE_CLIENT_WIDTH% %SUNSHINE_CLIENT_HEIGHT% %SUNSHINE_CLIENT_FPS% %SUNSHINE_CLIENT_HDR% > "C:\sunshine_script\sunvdm.log" 2>&1 running with PID 13920
[2025-01-29 19:26:29.533]: Info: Executing [Desktop]
[2025-01-29 19:26:29.654]: Info: New streaming session started [active sessions: 1]
[2025-01-29 19:26:29.906]: Info: nvprefs: No need to modify application profile settings
[2025-01-29 19:26:29.906]: Info: nvprefs: No need to modify global profile settings
[2025-01-29 19:26:30.093]: Info: CLIENT CONNECTED
[2025-01-29 19:26:30.165]: Info: Changed virtual audio sink format to [S24 48000 2.0]
[2025-01-29 19:26:30.227]: Info: Audio capture format is [F32 48000 2.0]
[2025-01-29 19:26:30.231]: Info: Opus initialized: 48 kHz, 2 channels, 512 kbps (total), LOWDELAY
[2025-01-29 19:26:30.306]: Info: Gamepad 0 will be Xbox 360 controller (default)
[2025-01-29 19:26:30.531]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 1920x1080
Offset             : 0x0
Virtual Desktop    : 1920x1080
[2025-01-29 19:26:30.532]: Info: Active GPU has HAGS enabled
[2025-01-29 19:26:30.532]: Info: Using realtime GPU priority
[2025-01-29 19:26:30.532]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.694336,0.292969]
Green Primary      : [0.274414,0.65918]
Blue Primary       : [0.148438,0.0566406]
White Point        : [0.313477,0.329102]
Min Luminance      : 0.0006 nits
Max Luminance      : 1015.27 nits
Max Full Luminance : 603.698 nits
[2025-01-29 19:26:30.533]: Info: Desktop resolution [1920x1080]
[2025-01-29 19:26:30.533]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:26:30.533]: Info: Display refresh rate [90Hz]
[2025-01-29 19:26:30.533]: Info: Requested frame rate [90fps]
[2025-01-29 19:26:30.534]: Info: Creating encoder [hevc_nvenc]
[2025-01-29 19:26:30.534]: Info: Color coding: HDR (Rec. 2020 + SMPTE 2084 PQ)
[2025-01-29 19:26:30.534]: Info: Color depth: 10-bit
[2025-01-29 19:26:30.534]: Info: Color range: JPEG
[2025-01-29 19:26:30.541]: Info: Capture format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-29 19:26:30.591]: Info: NvEnc: created encoder HEVC P1 10-bit two-pass rfi
[2025-01-29 20:43:02.522]: Error: Couldn't receive data from udp socket: No connection could be made because the target machine actively refused it
[2025-01-29 20:43:02.537]: Error: Couldn't receive data from udp socket: No connection could be made because the target machine actively refused it
[2025-01-29 20:43:02.545]: Info: CLIENT DISCONNECTED
[2025-01-29 20:43:02.555]: Error: Couldn't receive data from udp socket: No connection could be made because the target machine actively refused it
[2025-01-29 20:43:02.627]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:43:06.401]: Info: Executing Undo Cmd: [C:\Users\mativ\AppData\Local\Playnite\Playnite.DesktopApp.exe]
[2025-01-29 20:43:06.405]: Info: C:\Users\mativ\AppData\Local\Playnite\Playnite.DesktopApp.exe running with PID 10936
[2025-01-29 20:43:06.878]: Info: Executing Undo Cmd: [cmd /C powershell.exe -executionpolicy bypass -windowstyle hidden -file "C:\sunshine_script\teardown_sunvdm.ps1" >> "C:\sunshine_script\sunvdm.log" 2>&1]
[2025-01-29 20:43:06.883]: Info: cmd /C powershell.exe -executionpolicy bypass -windowstyle hidden -file "C:\sunshine_script\teardown_sunvdm.ps1" >> "C:\sunshine_script\sunvdm.log" 2>&1 running with PID 12404
[2025-01-29 20:43:27.156]: Info: Trying to revert applied display device settings. API is available: true
[2025-01-29 20:43:27.160]: Error: Device {6fabc9b7-9f3b-522a-8c22-fc31d1b0948d} does not exist in the available path source data!
[2025-01-29 20:43:27.160]: Error: Failed to change topology to:
[
  [
    "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"
  ],
  [
    "{6fabc9b7-9f3b-522a-8c22-fc31d1b0948d}"
  ],
  [
    "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"
  ]
]
[2025-01-29 20:43:27.162]: Warning: Failed to revert display device configuration (will retry once devices are added or removed). Enabling all of the available devices:
[
  "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02} - QG241Y",
  "{f55fdc47-8831-5c88-9c14-c208f5b93bf7} - LG ULTRAGEAR+"
]
[2025-01-29 20:43:52.698]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:43:55.783]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:44:00.095]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:44:03.166]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:44:06.448]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:44:09.513]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:44:12.595]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:44:16.674]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:44:19.762]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:44:30.199]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:44:33.266]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:44:36.317]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:44:39.392]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:44:42.459]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:44:45.540]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:44:48.654]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:44:51.704]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:44:54.935]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:44:58.202]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:45:01.402]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:45:04.498]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:45:07.812]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:45:11.045]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:45:16.607]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:45:20.695]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:45:23.778]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:45:26.851]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:45:30.040]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:45:33.153]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:45:37.227]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:45:40.354]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:45:43.780]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:45:58.619]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:46:01.667]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-29 20:46:04.723]: Warning: Unable to find MAC address for 100.72.198.36
Thanks you for your help !

edit : share log as text instead of file.
edit2 : collapsible log

@ReenigneArcher
Copy link
Member

Sorry, I must ask you to enable debug logging. Restart Sunshine, replicate the issue. Then share logs again.

@Mativec
Copy link
Author

Mativec commented Jan 29, 2025

Oh no problem, it's my bad 😅

The logs seems too long to send as text so here's the file :

sunshine.log

@ReenigneArcher
Copy link
Member

ReenigneArcher commented Jan 29, 2025

It seems this is related to the automatic resolution/HDR stuff and the topology cannot be restored.

Try disabling those features and/or disable your scripts that are doing the same thing.

@Mativec
Copy link
Author

Mativec commented Jan 30, 2025

Thanks again for helping me !

I just removed all of my scripts and the settings below but it doesn't change anything.

display settings

Log
[2025-01-30 21:22:32.260]: Info: Sunshine version: v2025.122.141614
[2025-01-30 21:22:32.261]: Info: Package Publisher: LizardByte
[2025-01-30 21:22:32.261]: Info: Publisher Website: https://app.lizardbyte.dev
[2025-01-30 21:22:32.261]: Info: Get support: https://app.lizardbyte.dev/support
[2025-01-30 21:22:32.261]: Info: Provided workaround settings for SettingsManager:
{
  "hdr_blank_delay": null
}
[2025-01-30 21:22:32.265]: Info: Currently available display devices:
[
  {
    "device_id": "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}",
    "display_name": "\\\\.\\DISPLAY2",
    "friendly_name": "QG241Y",
    "info": {
      "hdr_state": "Disabled",
      "origin_point": {
        "x": -1080,
        "y": 114
      },
      "primary": false,
      "refresh_rate": {
        "type": "rational",
        "value": {
          "denominator": 1,
          "numerator": 120
        }
      },
      "resolution": {
        "height": 1080,
        "width": 1920
      },
      "resolution_scale": {
        "type": "rational",
        "value": {
          "denominator": 100,
          "numerator": 178
        }
      }
    }
  },
  {
    "device_id": "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}",
    "display_name": "\\\\.\\DISPLAY1",
    "friendly_name": "LG ULTRAGEAR+",
    "info": {
      "hdr_state": "Enabled",
      "origin_point": {
        "x": 0,
        "y": 0
      },
      "primary": true,
      "refresh_rate": {
        "type": "rational",
        "value": {
          "denominator": 1000,
          "numerator": 119998
        }
      },
      "resolution": {
        "height": 2160,
        "width": 3840
      },
      "resolution_scale": {
        "type": "rational",
        "value": {
          "denominator": 100,
          "numerator": 150
        }
      }
    }
  }
]
[2025-01-30 21:22:32.468]: Info: nvprefs: No need to modify application profile settings
[2025-01-30 21:22:32.468]: Info: nvprefs: Changed OGL_CPL_PREFER_DXPRESENT to OGL_CPL_PREFER_DXPRESENT_PREFER_ENABLED for base profile
[2025-01-30 21:22:32.523]: Info: Compiling shaders...
[2025-01-30 21:22:32.542]: Info: System tray created
[2025-01-30 21:22:32.613]: Info: Compiled shaders
[2025-01-30 21:22:32.621]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2025-01-30 21:22:32.621]: Info: Trying encoder [nvenc]
[2025-01-30 21:22:32.915]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 3840x2160
Offset             : 1080x0
Virtual Desktop    : 4920x2160
[2025-01-30 21:22:32.915]: Info: Active GPU has HAGS enabled
[2025-01-30 21:22:32.915]: Info: Using realtime GPU priority
[2025-01-30 21:22:32.915]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.675784,0.323243]
Green Primary      : [0.255857,0.684575]
Blue Primary       : [0.146485,0.0546865]
White Point        : [0.291993,0.300777]
Min Luminance      : 0 nits
Max Luminance      : 4000 nits
Max Full Luminance : 3800 nits
[2025-01-30 21:22:32.916]: Info: Desktop resolution [3840x2160]
[2025-01-30 21:22:32.916]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-30 21:22:32.916]: Info: Display refresh rate [119.998Hz]
[2025-01-30 21:22:32.916]: Info: Requested frame rate [60fps]
[2025-01-30 21:22:32.918]: Info: Creating encoder [h264_nvenc]
[2025-01-30 21:22:32.918]: Info: Color coding: SDR (Rec. 601)
[2025-01-30 21:22:32.918]: Info: Color depth: 8-bit
[2025-01-30 21:22:32.918]: Info: Color range: JPEG
[2025-01-30 21:22:32.978]: Info: NvEnc: created encoder H.264 P1 two-pass rfi
[2025-01-30 21:22:33.009]: Info: Creating encoder [hevc_nvenc]
[2025-01-30 21:22:33.009]: Info: Color coding: SDR (Rec. 601)
[2025-01-30 21:22:33.009]: Info: Color depth: 8-bit
[2025-01-30 21:22:33.009]: Info: Color range: JPEG
[2025-01-30 21:22:33.063]: Info: NvEnc: created encoder HEVC P1 two-pass rfi
[2025-01-30 21:22:33.096]: Info: Creating encoder [av1_nvenc]
[2025-01-30 21:22:33.096]: Info: Color coding: SDR (Rec. 601)
[2025-01-30 21:22:33.096]: Info: Color depth: 8-bit
[2025-01-30 21:22:33.096]: Info: Color range: JPEG
[2025-01-30 21:22:33.120]: Error: NvEnc: encoding format is not supported by the gpu
[2025-01-30 21:22:33.129]: Info: Creating encoder [h264_nvenc]
[2025-01-30 21:22:33.129]: Info: Color coding: SDR (Rec. 601)
[2025-01-30 21:22:33.129]: Info: Color depth: 8-bit
[2025-01-30 21:22:33.129]: Info: Color range: JPEG
[2025-01-30 21:22:33.181]: Info: NvEnc: created encoder H.264 P1 yuv444 two-pass rfi
[2025-01-30 21:22:33.432]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 3840x2160
Offset             : 1080x0
Virtual Desktop    : 4920x2160
[2025-01-30 21:22:33.433]: Info: Active GPU has HAGS enabled
[2025-01-30 21:22:33.433]: Info: Using realtime GPU priority
[2025-01-30 21:22:33.433]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.675784,0.323243]
Green Primary      : [0.255857,0.684575]
Blue Primary       : [0.146485,0.0546865]
White Point        : [0.291993,0.300777]
Min Luminance      : 0 nits
Max Luminance      : 4000 nits
Max Full Luminance : 3800 nits
[2025-01-30 21:22:33.433]: Info: Desktop resolution [3840x2160]
[2025-01-30 21:22:33.433]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-30 21:22:33.433]: Info: Display refresh rate [119.998Hz]
[2025-01-30 21:22:33.433]: Info: Requested frame rate [60fps]
[2025-01-30 21:22:33.434]: Info: Creating encoder [hevc_nvenc]
[2025-01-30 21:22:33.434]: Info: Color coding: HDR (Rec. 2020 + SMPTE 2084 PQ)
[2025-01-30 21:22:33.434]: Info: Color depth: 10-bit
[2025-01-30 21:22:33.434]: Info: Color range: JPEG
[2025-01-30 21:22:33.611]: Info: NvEnc: created encoder HEVC P1 yuv444 10-bit two-pass rfi
[2025-01-30 21:22:33.676]: Info: 
[2025-01-30 21:22:33.676]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2025-01-30 21:22:33.676]: Info: 
[2025-01-30 21:22:33.676]: Info: Found H.264 encoder: h264_nvenc [nvenc]
[2025-01-30 21:22:33.676]: Info: Found HEVC encoder: hevc_nvenc [nvenc]
[2025-01-30 21:22:33.679]: Info: Configuration UI available at [https://localhost:47990]
[2025-01-30 21:22:34.410]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-30 21:22:34.461]: Info: Registered Sunshine mDNS service
[2025-01-30 21:22:46.314]: Info: Trying to apply display device settings. API is available: true
[2025-01-30 21:22:46.314]: Info: Using the following configuration:
{
  "device_id": "",
  "device_prep": "VerifyOnly",
  "hdr_state": "Enabled",
  "refresh_rate": {
    "type": "rational",
    "value": {
      "denominator": 1,
      "numerator": 90
    }
  },
  "resolution": {
    "height": 1080,
    "width": 1920
  }
}
[2025-01-30 21:22:46.315]: Info: Active topology before any changes:
[
  [
    "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"
  ],
  [
    "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"
  ]
]
[2025-01-30 21:22:46.317]: Info: Currently available devices:
[
  {
    "device_id": "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}",
    "display_name": "\\\\.\\DISPLAY2",
    "friendly_name": "QG241Y",
    "info": {
      "hdr_state": "Disabled",
      "origin_point": {
        "x": -1080,
        "y": 114
      },
      "primary": false,
      "refresh_rate": {
        "type": "rational",
        "value": {
          "denominator": 1,
          "numerator": 120
        }
      },
      "resolution": {
        "height": 1080,
        "width": 1920
      },
      "resolution_scale": {
        "type": "rational",
        "value": {
          "denominator": 100,
          "numerator": 267
        }
      }
    }
  },
  {
    "device_id": "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}",
    "display_name": "\\\\.\\DISPLAY1",
    "friendly_name": "LG ULTRAGEAR+",
    "info": {
      "hdr_state": "Enabled",
      "origin_point": {
        "x": 0,
        "y": 0
      },
      "primary": true,
      "refresh_rate": {
        "type": "rational",
        "value": {
          "denominator": 1000,
          "numerator": 119998
        }
      },
      "resolution": {
        "height": 2160,
        "width": 3840
      },
      "resolution_scale": {
        "type": "rational",
        "value": {
          "denominator": 100,
          "numerator": 150
        }
      }
    }
  }
]
[2025-01-30 21:22:46.317]: Info: Will compute new display device topology from the following input:
  - initial topology: [["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"],["{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"]]
  - initial primary devices: ["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"]
  - configuring unspecified device: true
  - device to configure: "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"
  - additional devices to configure: []
[2025-01-30 21:22:46.317]: Info: Newly computed display device topology data:
  - topology: [["{f55fdc47-8831-5c88-9c14-c208f5b93bf7}"],["{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}"]]
  - change is needed: false
  - additional devices to configure: []
[2025-01-30 21:22:46.318]: Info: Changing display modes to:
{
  "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}": {
    "refresh_rate": {
      "denominator": 1,
      "numerator": 120
    },
    "resolution": {
      "height": 1080,
      "width": 1920
    }
  },
  "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}": {
    "refresh_rate": {
      "denominator": 1,
      "numerator": 90
    },
    "resolution": {
      "height": 1080,
      "width": 1920
    }
  }
}
[2025-01-30 21:22:46.727]: Info: Encoder reenumeration is required
[2025-01-30 21:22:46.727]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2025-01-30 21:22:46.727]: Info: Trying encoder [nvenc]
[2025-01-30 21:22:47.321]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 1920x1080
Offset             : 1080x0
Virtual Desktop    : 3000x2034
[2025-01-30 21:22:47.322]: Info: Active GPU has HAGS enabled
[2025-01-30 21:22:47.322]: Info: Using realtime GPU priority
[2025-01-30 21:22:47.322]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.675784,0.323243]
Green Primary      : [0.255857,0.684575]
Blue Primary       : [0.146485,0.0546865]
White Point        : [0.291993,0.300777]
Min Luminance      : 0 nits
Max Luminance      : 4000 nits
Max Full Luminance : 3800 nits
[2025-01-30 21:22:47.326]: Info: Desktop resolution [1920x1080]
[2025-01-30 21:22:47.326]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-30 21:22:47.326]: Info: Display refresh rate [90Hz]
[2025-01-30 21:22:47.326]: Info: Requested frame rate [60fps]
[2025-01-30 21:22:47.327]: Info: Creating encoder [h264_nvenc]
[2025-01-30 21:22:47.328]: Info: Color coding: SDR (Rec. 601)
[2025-01-30 21:22:47.328]: Info: Color depth: 8-bit
[2025-01-30 21:22:47.328]: Info: Color range: JPEG
[2025-01-30 21:22:48.339]: Info: NvEnc: created encoder H.264 P1 two-pass rfi
[2025-01-30 21:22:48.379]: Info: Creating encoder [hevc_nvenc]
[2025-01-30 21:22:48.379]: Info: Color coding: SDR (Rec. 601)
[2025-01-30 21:22:48.379]: Info: Color depth: 8-bit
[2025-01-30 21:22:48.379]: Info: Color range: JPEG
[2025-01-30 21:22:48.445]: Info: NvEnc: created encoder HEVC P1 two-pass rfi
[2025-01-30 21:22:48.489]: Info: Creating encoder [av1_nvenc]
[2025-01-30 21:22:48.489]: Info: Color coding: SDR (Rec. 601)
[2025-01-30 21:22:48.489]: Info: Color depth: 8-bit
[2025-01-30 21:22:48.489]: Info: Color range: JPEG
[2025-01-30 21:22:48.519]: Error: NvEnc: encoding format is not supported by the gpu
[2025-01-30 21:22:48.532]: Info: Creating encoder [h264_nvenc]
[2025-01-30 21:22:48.532]: Info: Color coding: SDR (Rec. 601)
[2025-01-30 21:22:48.532]: Info: Color depth: 8-bit
[2025-01-30 21:22:48.532]: Info: Color range: JPEG
[2025-01-30 21:22:48.602]: Info: NvEnc: created encoder H.264 P1 yuv444 two-pass rfi
[2025-01-30 21:22:48.902]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 1920x1080
Offset             : 1080x0
Virtual Desktop    : 3000x2034
[2025-01-30 21:22:48.902]: Info: Active GPU has HAGS enabled
[2025-01-30 21:22:48.902]: Info: Using realtime GPU priority
[2025-01-30 21:22:48.902]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.675784,0.323243]
Green Primary      : [0.255857,0.684575]
Blue Primary       : [0.146485,0.0546865]
White Point        : [0.291993,0.300777]
Min Luminance      : 0 nits
Max Luminance      : 4000 nits
Max Full Luminance : 3800 nits
[2025-01-30 21:22:48.904]: Info: Desktop resolution [1920x1080]
[2025-01-30 21:22:48.904]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-30 21:22:48.904]: Info: Display refresh rate [90Hz]
[2025-01-30 21:22:48.904]: Info: Requested frame rate [60fps]
[2025-01-30 21:22:48.905]: Info: Creating encoder [hevc_nvenc]
[2025-01-30 21:22:48.905]: Info: Color coding: HDR (Rec. 2020 + SMPTE 2084 PQ)
[2025-01-30 21:22:48.905]: Info: Color depth: 10-bit
[2025-01-30 21:22:48.905]: Info: Color range: JPEG
[2025-01-30 21:22:49.096]: Info: NvEnc: created encoder HEVC P1 yuv444 10-bit two-pass rfi
[2025-01-30 21:22:49.177]: Info: 
[2025-01-30 21:22:49.177]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2025-01-30 21:22:49.177]: Info: 
[2025-01-30 21:22:49.177]: Info: Found H.264 encoder: h264_nvenc [nvenc]
[2025-01-30 21:22:49.177]: Info: Found HEVC encoder: hevc_nvenc [nvenc]
[2025-01-30 21:22:49.179]: Info: Spawning [cmd /C powershell.exe -executionpolicy bypass -windowstyle hidden -file "C:\Users\mativ\AppData\Local\Playnite\Playnite.exe --nolibupdate --startfullscreen"] in ["C:\WINDOWS\system32"]
[2025-01-30 21:22:49.190]: Info: cmd /C powershell.exe -executionpolicy bypass -windowstyle hidden -file "C:\Users\mativ\AppData\Local\Playnite\Playnite.exe --nolibupdate --startfullscreen" running with PID 15020
[2025-01-30 21:22:49.190]: Info: Executing [Desktop]
[2025-01-30 21:22:49.297]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-30 21:22:49.310]: Info: New streaming session started [active sessions: 1]
[2025-01-30 21:22:49.545]: Info: nvprefs: No need to modify application profile settings
[2025-01-30 21:22:49.545]: Info: nvprefs: No need to modify global profile settings
[2025-01-30 21:22:49.670]: Info: CLIENT CONNECTED
[2025-01-30 21:22:49.830]: Info: Changed virtual audio sink format to [S24 48000 2.0]
[2025-01-30 21:22:49.886]: Info: Gamepad 0 will be Xbox 360 controller (default)
[2025-01-30 21:22:49.941]: Info: Audio capture format is [F32 48000 2.0]
[2025-01-30 21:22:49.971]: Info: Opus initialized: 48 kHz, 2 channels, 512 kbps (total), LOWDELAY
[2025-01-30 21:22:50.420]: Info: 
Device Description : NVIDIA GeForce RTX 3060 Ti
Device Vendor ID   : 0x000010DE
Device Device ID   : 0x00002489
Device Video Mem   : 8024 MiB
Device Sys Mem     : 0 MiB
Share Sys Mem      : 14282 MiB
Feature Level      : 0x0000B100
Capture size       : 1920x1080
Offset             : 1080x0
Virtual Desktop    : 3000x2034
[2025-01-30 21:22:50.420]: Info: Active GPU has HAGS enabled
[2025-01-30 21:22:50.420]: Info: Using realtime GPU priority
[2025-01-30 21:22:50.420]: Info: 
Colorspace         : DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020
Bits Per Color     : 10
Red Primary        : [0.675784,0.323243]
Green Primary      : [0.255857,0.684575]
Blue Primary       : [0.146485,0.0546865]
White Point        : [0.291993,0.300777]
Min Luminance      : 0 nits
Max Luminance      : 4000 nits
Max Full Luminance : 3800 nits
[2025-01-30 21:22:50.422]: Info: Desktop resolution [1920x1080]
[2025-01-30 21:22:50.422]: Info: Desktop format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-30 21:22:50.423]: Info: Display refresh rate [90Hz]
[2025-01-30 21:22:50.423]: Info: Requested frame rate [90fps]
[2025-01-30 21:22:50.424]: Info: Creating encoder [hevc_nvenc]
[2025-01-30 21:22:50.424]: Info: Color coding: HDR (Rec. 2020 + SMPTE 2084 PQ)
[2025-01-30 21:22:50.424]: Info: Color depth: 10-bit
[2025-01-30 21:22:50.424]: Info: Color range: JPEG
[2025-01-30 21:22:50.438]: Info: Capture format [DXGI_FORMAT_R16G16B16A16_FLOAT]
[2025-01-30 21:22:50.525]: Info: NvEnc: created encoder HEVC P1 10-bit two-pass rfi
[2025-01-30 21:23:05.063]: Info: CLIENT DISCONNECTED
[2025-01-30 21:23:05.147]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-30 21:23:06.796]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-30 21:23:08.226]: Warning: Unable to find MAC address for 100.72.198.36
[2025-01-30 21:23:09.810]: Info: Trying to revert applied display device settings. API is available: true
[2025-01-30 21:23:09.812]: Info: Trying to change back the display modes to:
{
  "{f2443ed4-cdf5-5e2e-bbc5-f9a4b2aa0d02}": {
    "refresh_rate": {
      "denominator": 1,
      "numerator": 120
    },
    "resolution": {
      "height": 1080,
      "width": 1920
    }
  },
  "{f55fdc47-8831-5c88-9c14-c208f5b93bf7}": {
    "refresh_rate": {
      "denominator": 1000,
      "numerator": 119998
    },
    "resolution": {
      "height": 2160,
      "width": 3840
    }
  }
}

@FrogTheFrog
Copy link
Collaborator

You did not disable it according to logs:

[2025-01-30 21:22:46.314]: Info: Using the following configuration:
{
  "device_id": "",
  "device_prep": "VerifyOnly",
  "hdr_state": "Enabled",
  "refresh_rate": {
    "type": "rational",
    "value": {
      "denominator": 1,
      "numerator": 90
    }
  },
  "resolution": {
    "height": 1080,
    "width": 1920
  }
}

I would also recommend just using the Device configuration option to disable it completely, not these options individually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants