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

[Error 10060] Forcefully closing a session will cause any future sessions to fail to start #3371

Closed
2 tasks done
Sidefix opened this issue Nov 4, 2024 · 0 comments · Fixed by #3376
Closed
2 tasks done
Assignees

Comments

@Sidefix
Copy link

Sidefix commented Nov 4, 2024

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

Ever since pull request #3325 was introduced, the latest pre-release causes an Error 10060 when trying to start a new application, after closing an application forcefully.

Steps to reproduce:

  1. Launch any app
  2. Exit the stream via CTRL+SHIFT+ALT+Q
  3. Forcefully close the app via the Stop button in Moonlight
  4. Wait for the app to be closed properly
  5. Launch any app
  6. Observe the error:
    image

Expected Behavior

Applications should be able to be started normally, after forcefully closing a previous session.

Additional Context

This issue only occurs after forcefully closing an application. Exiting applications normally (i.e. regular close cycle by closing the app from within itself via an 'Exit to Windows' option for example) does not cause this issue.

Once the issue occurs, the only identified mitigation is to restart Sunshine.

Issue did not occur prior to pr #3325. Every build after the one that introduced this pr has this issue for me.

I suspect this may also be related to #2974 and how it interacts with the above pr, although I have been able to reproduce this with X11 capture method as well

Host Operating System

Linux

Operating System Version

24.04.1 LTS

Architecture

amd64/x86_64

Sunshine commit or version

v2024.1104.132957

Package

Linux - deb

GPU Type

Nvidia

GPU Model

RTXA2000

GPU Driver/Mesa Version

565.57.01

Capture Method

NvFBC (Linux)

Config

nvenc_preset = 7
native_pen_touch = disabled
channels = 3
sunshine_name = ReVision
capture = nvfbc
log_path = /home/sunshine/configs/sunshine.log
av1_mode = 1
nvenc_spatial_aq = enabled
global_prep_cmd = [{"do":"","undo":""}]
high_resolution_scrolling = disabled
gamepad = xone
min_log_level = 1
credentials_file = /home/sunshine/configs/sunshine_state.json
origin_web_ui_allowed = pc
file_state = /home/sunshine/configs/sunshine_state.json
hevc_mode = 2
encoder = nvenc
file_apps = /home/sunshine/configs/apps.json
nvenc_twopass = full_res

Apps

Any

Relevant log output

[2024-11-04 23:02:40.037]: Debug: --begin keyboard packet--
keyAction [00000004]
keyCode [00A2]
modifiers [00]
flags [00]
--end keyboard packet--
[2024-11-04 23:02:40.037]: Debug: System tray loop
[2024-11-04 23:02:40.037]: Debug: System tray loop
[2024-11-04 23:02:40.037]: Debug: System tray loop
[2024-11-04 23:02:40.318]: Info: CLIENT DISCONNECTED
[2024-11-04 23:02:40.318]: Info: Setting default sink to: [auto_null]
[2024-11-04 23:02:40.319]: Error: Couldn't set default-sink [auto_null]: No such entity
[2024-11-04 23:02:40.325]: Debug: Pulseadio context terminated
[2024-11-04 23:02:40.443]: Debug: Waiting for video to end...
[2024-11-04 23:02:40.458]: Debug: [hevc_nvenc @ 0x7aa5a8002980] Nvenc unloaded
[2024-11-04 23:02:40.493]: Debug: TUNNEL :: NONE
[2024-11-04 23:02:40.493]: Debug: METHOD :: GET
[2024-11-04 23:02:40.493]: Debug: DESTINATION :: /serverinfo
[2024-11-04 23:02:40.493]: Debug: User-Agent -- Mozilla/5.0
[2024-11-04 23:02:40.493]: Debug: Accept-Language -- en-US,*
[2024-11-04 23:02:40.493]: Debug: Accept-Encoding -- gzip, deflate
[2024-11-04 23:02:40.493]: Debug: Connection -- Keep-Alive
[2024-11-04 23:02:40.493]: Debug: Host -- 192.168.0.107:47989
[2024-11-04 23:02:40.493]: Debug:  [--] 
[2024-11-04 23:02:40.493]: Debug: uuid -- 78eb351da4de463ea98694f8bef44b3a
[2024-11-04 23:02:40.493]: Debug: uniqueid -- 0123456789ABCDEF
[2024-11-04 23:02:40.493]: Debug:  [--] 
[2024-11-04 23:02:40.511]: Error: Couldn't release NvFBC context from current thread: 
[2024-11-04 23:02:40.511]: Error: Couldn't release NvFBC context from current thread: 
[2024-11-04 23:02:40.524]: Debug: Waiting for audio to end...
[2024-11-04 23:02:40.524]: Debug: Waiting for control to end...
[2024-11-04 23:02:40.524]: Debug: Resetting Input...
[2024-11-04 23:02:40.525]: Debug: System tray loop
[2024-11-04 23:02:40.535]: Debug: /CN=NVIDIA GameStream Client -- verified
[2024-11-04 23:02:40.537]: Debug: TUNNEL :: HTTPS
[2024-11-04 23:02:40.537]: Debug: METHOD :: GET
[2024-11-04 23:02:40.537]: Debug: DESTINATION :: /serverinfo
[2024-11-04 23:02:40.537]: Debug: User-Agent -- Mozilla/5.0
[2024-11-04 23:02:40.537]: Debug: Accept-Language -- en-US,*
[2024-11-04 23:02:40.537]: Debug: Accept-Encoding -- gzip, deflate
[2024-11-04 23:02:40.537]: Debug: Connection -- Keep-Alive
[2024-11-04 23:02:40.537]: Debug: Host -- 192.168.0.107:47984
[2024-11-04 23:02:40.537]: Debug:  [--] 
[2024-11-04 23:02:40.537]: Debug: uuid -- 5a394949ca3f4c1ca0fd6d3a9205e8b0
[2024-11-04 23:02:40.537]: Debug: uniqueid -- 0123456789ABCDEF
[2024-11-04 23:02:40.537]: Debug:  [--] 
[2024-11-04 23:02:40.538]: Debug: Session ended
[2024-11-04 23:02:40.538]: Debug: Waiting for main listening thread to end...
[2024-11-04 23:02:40.538]: Debug: System tray loop
[2024-11-04 23:02:40.538]: Debug: Waiting for main video thread to end...
[2024-11-04 23:02:40.538]: Debug: Waiting for main audio thread to end...
[2024-11-04 23:02:40.538]: Debug: Waiting for main control thread to end...
[2024-11-04 23:02:40.539]: Debug: System tray loop
[2024-11-04 23:02:40.539]: Debug: System tray loop
[2024-11-04 23:02:40.558]: Debug: System tray loop
[2024-11-04 23:02:40.558]: Debug: System tray loop
[2024-11-04 23:02:40.582]: Debug: /CN=NVIDIA GameStream Client -- verified
[2024-11-04 23:02:40.583]: Debug: TUNNEL :: HTTPS
[2024-11-04 23:02:40.583]: Debug: METHOD :: GET
[2024-11-04 23:02:40.583]: Debug: DESTINATION :: /applist
[2024-11-04 23:02:40.583]: Debug: User-Agent -- Mozilla/5.0
[2024-11-04 23:02:40.583]: Debug: Accept-Language -- en-US,*
[2024-11-04 23:02:40.583]: Debug: Accept-Encoding -- gzip, deflate
[2024-11-04 23:02:40.583]: Debug: Connection -- Keep-Alive
[2024-11-04 23:02:40.583]: Debug: Host -- 192.168.0.107:47984
[2024-11-04 23:02:40.583]: Debug:  [--] 
[2024-11-04 23:02:40.583]: Debug: uuid -- 0852a8a3c5bb457aae1cb8d644c3c50f
[2024-11-04 23:02:40.583]: Debug: uniqueid -- 0123456789ABCDEF
[2024-11-04 23:02:40.583]: Debug:  [--] 
[2024-11-04 23:02:40.618]: Debug: All broadcasting threads ended
[2024-11-04 23:02:40.639]: Debug: System tray loop
[2024-11-04 23:02:40.662]: Debug: System tray loop
[2024-11-04 23:02:43.713]: Debug: TUNNEL :: NONE
[2024-11-04 23:02:43.713]: Debug: METHOD :: GET
[2024-11-04 23:02:43.713]: Debug: DESTINATION :: /serverinfo
[2024-11-04 23:02:43.713]: Debug: User-Agent -- Mozilla/5.0
[2024-11-04 23:02:43.713]: Debug: Accept-Language -- en-US,*
[2024-11-04 23:02:43.713]: Debug: Accept-Encoding -- gzip, deflate
[2024-11-04 23:02:43.713]: Debug: Connection -- Keep-Alive
[2024-11-04 23:02:43.713]: Debug: Host -- 192.168.0.107:47989
[2024-11-04 23:02:43.713]: Debug:  [--] 
[2024-11-04 23:02:43.713]: Debug: uuid -- 97c702bd6c614c51adbac8fdad22fac1
[2024-11-04 23:02:43.713]: Debug: uniqueid -- 0123456789ABCDEF
[2024-11-04 23:02:43.713]: Debug:  [--] 
[2024-11-04 23:02:43.785]: Debug: /CN=NVIDIA GameStream Client -- verified
[2024-11-04 23:02:43.785]: Debug: TUNNEL :: HTTPS
[2024-11-04 23:02:43.785]: Debug: METHOD :: GET
[2024-11-04 23:02:43.785]: Debug: DESTINATION :: /serverinfo
[2024-11-04 23:02:43.785]: Debug: User-Agent -- Mozilla/5.0
[2024-11-04 23:02:43.785]: Debug: Accept-Language -- en-US,*
[2024-11-04 23:02:43.785]: Debug: Accept-Encoding -- gzip, deflate
[2024-11-04 23:02:43.785]: Debug: Connection -- Keep-Alive
[2024-11-04 23:02:43.785]: Debug: Host -- 192.168.0.107:47984
[2024-11-04 23:02:43.785]: Debug:  [--] 
[2024-11-04 23:02:43.785]: Debug: uuid -- 34b62b80c38c43bcb9fe41ca734a7ff7
[2024-11-04 23:02:43.785]: Debug: uniqueid -- 0123456789ABCDEF
[2024-11-04 23:02:43.785]: Debug:  [--] 
[2024-11-04 23:02:43.954]: Debug: /CN=NVIDIA GameStream Client -- verified
[2024-11-04 23:02:43.965]: Debug: TUNNEL :: HTTPS
[2024-11-04 23:02:43.965]: Debug: METHOD :: GET
[2024-11-04 23:02:43.965]: Debug: DESTINATION :: /cancel
[2024-11-04 23:02:43.965]: Debug: User-Agent -- Mozilla/5.0
[2024-11-04 23:02:43.965]: Debug: Accept-Language -- en-US,*
[2024-11-04 23:02:43.965]: Debug: Accept-Encoding -- gzip, deflate
[2024-11-04 23:02:43.965]: Debug: Connection -- Keep-Alive
[2024-11-04 23:02:43.965]: Debug: Host -- 192.168.0.107:47984
[2024-11-04 23:02:43.965]: Debug:  [--] 
[2024-11-04 23:02:43.965]: Debug: uuid -- e4f2c8f45e0b4f639f5031f641f01333
[2024-11-04 23:02:43.965]: Debug: uniqueid -- 0123456789ABCDEF
[2024-11-04 23:02:43.965]: Debug:  [--] 
[2024-11-04 23:02:43.965]: Debug: Successfully sent SIGTERM to process group: 2178862
[2024-11-04 23:02:43.965]: Info: Successfully requested the app to exit. Waiting up to 5 seconds for it to close.
[2024-11-04 23:02:45.965]: Info: All app processes have successfully exited.
[2024-11-04 23:02:45.999]: Debug: /CN=NVIDIA GameStream Client -- verified
[2024-11-04 23:02:46.002]: Debug: TUNNEL :: HTTPS
[2024-11-04 23:02:46.002]: Debug: METHOD :: GET
[2024-11-04 23:02:46.002]: Debug: DESTINATION :: /serverinfo
[2024-11-04 23:02:46.002]: Debug: User-Agent -- Mozilla/5.0
[2024-11-04 23:02:46.002]: Debug: Accept-Language -- en-US,*
[2024-11-04 23:02:46.002]: Debug: Accept-Encoding -- gzip, deflate
[2024-11-04 23:02:46.002]: Debug: Connection -- Keep-Alive
[2024-11-04 23:02:46.002]: Debug: Host -- 192.168.0.107:47984
[2024-11-04 23:02:46.002]: Debug:  [--] 
[2024-11-04 23:02:46.002]: Debug: uuid -- ce9c9019f4da4c799b3b1885acf6b96c
[2024-11-04 23:02:46.002]: Debug: uniqueid -- 0123456789ABCDEF
[2024-11-04 23:02:46.002]: Debug:  [--] 
[2024-11-04 23:02:46.002]: Info: App exited with code [0]
[2024-11-04 23:02:46.020]: Debug: System tray loop
[2024-11-04 23:02:46.032]: Debug: System tray loop
[2024-11-04 23:02:46.033]: Debug: System tray loop
[2024-11-04 23:02:46.033]: Debug: System tray loop
[2024-11-04 23:02:46.050]: Debug: System tray loop
[2024-11-04 23:02:46.050]: Debug: System tray loop
[2024-11-04 23:02:46.820]: Debug: TUNNEL :: NONE
[2024-11-04 23:02:46.820]: Debug: METHOD :: GET
[2024-11-04 23:02:46.820]: Debug: DESTINATION :: /serverinfo
[2024-11-04 23:02:46.820]: Debug: User-Agent -- Mozilla/5.0
[2024-11-04 23:02:46.820]: Debug: Accept-Language -- en-US,*
[2024-11-04 23:02:46.820]: Debug: Accept-Encoding -- gzip, deflate
[2024-11-04 23:02:46.820]: Debug: Connection -- Keep-Alive
[2024-11-04 23:02:46.820]: Debug: Host -- 192.168.0.107:47989
[2024-11-04 23:02:46.820]: Debug:  [--] 
[2024-11-04 23:02:46.820]: Debug: uuid -- 4a6c14c1b97f4b818a68aea75db4ca89
[2024-11-04 23:02:46.820]: Debug: uniqueid -- 0123456789ABCDEF
[2024-11-04 23:02:46.820]: Debug:  [--] 
[2024-11-04 23:02:46.865]: Debug: /CN=NVIDIA GameStream Client -- verified
[2024-11-04 23:02:46.865]: Debug: TUNNEL :: HTTPS
[2024-11-04 23:02:46.865]: Debug: METHOD :: GET
[2024-11-04 23:02:46.865]: Debug: DESTINATION :: /serverinfo
[2024-11-04 23:02:46.865]: Debug: User-Agent -- Mozilla/5.0
[2024-11-04 23:02:46.865]: Debug: Accept-Language -- en-US,*
[2024-11-04 23:02:46.865]: Debug: Accept-Encoding -- gzip, deflate
[2024-11-04 23:02:46.865]: Debug: Connection -- Keep-Alive
[2024-11-04 23:02:46.865]: Debug: Host -- 192.168.0.107:47984
[2024-11-04 23:02:46.865]: Debug:  [--] 
[2024-11-04 23:02:46.865]: Debug: uuid -- 31e726fa9d8d4ac7a28f2ae9cb77df93
[2024-11-04 23:02:46.865]: Debug: uniqueid -- 0123456789ABCDEF
[2024-11-04 23:02:46.865]: Debug:  [--] 
[2024-11-04 23:02:50.070]: Debug: TUNNEL :: NONE
[2024-11-04 23:02:50.070]: Debug: METHOD :: GET
[2024-11-04 23:02:50.070]: Debug: DESTINATION :: /serverinfo
[2024-11-04 23:02:50.070]: Debug: User-Agent -- Mozilla/5.0
[2024-11-04 23:02:50.070]: Debug: Accept-Language -- en-US,*
[2024-11-04 23:02:50.070]: Debug: Accept-Encoding -- gzip, deflate
[2024-11-04 23:02:50.070]: Debug: Connection -- Keep-Alive
[2024-11-04 23:02:50.070]: Debug: Host -- 192.168.0.107:47989
[2024-11-04 23:02:50.070]: Debug:  [--] 
[2024-11-04 23:02:50.070]: Debug: uuid -- 7bc9ed98d5bd4b20b29be7030e175b48
[2024-11-04 23:02:50.070]: Debug: uniqueid -- 0123456789ABCDEF
[2024-11-04 23:02:50.070]: Debug:  [--] 
[2024-11-04 23:02:50.102]: Debug: /CN=NVIDIA GameStream Client -- verified
[2024-11-04 23:02:50.103]: Debug: TUNNEL :: HTTPS
[2024-11-04 23:02:50.103]: Debug: METHOD :: GET
[2024-11-04 23:02:50.103]: Debug: DESTINATION :: /serverinfo
[2024-11-04 23:02:50.103]: Debug: User-Agent -- Mozilla/5.0
[2024-11-04 23:02:50.103]: Debug: Accept-Language -- en-US,*
[2024-11-04 23:02:50.103]: Debug: Accept-Encoding -- gzip, deflate
[2024-11-04 23:02:50.103]: Debug: Connection -- Keep-Alive
[2024-11-04 23:02:50.103]: Debug: Host -- 192.168.0.107:47984
[2024-11-04 23:02:50.103]: Debug:  [--] 
[2024-11-04 23:02:50.103]: Debug: uuid -- 64ccdcaed14e44109cb329d74163357d
[2024-11-04 23:02:50.103]: Debug: uniqueid -- 0123456789ABCDEF
[2024-11-04 23:02:50.103]: Debug:  [--] 
[2024-11-04 23:02:53.271]: Debug: TUNNEL :: NONE
[2024-11-04 23:02:53.271]: Debug: METHOD :: GET
[2024-11-04 23:02:53.271]: Debug: DESTINATION :: /serverinfo
[2024-11-04 23:02:53.271]: Debug: User-Agent -- Mozilla/5.0
[2024-11-04 23:02:53.271]: Debug: Accept-Language -- en-US,*
[2024-11-04 23:02:53.271]: Debug: Accept-Encoding -- gzip, deflate
[2024-11-04 23:02:53.271]: Debug: Connection -- Keep-Alive
[2024-11-04 23:02:53.271]: Debug: Host -- 192.168.0.107:47989
[2024-11-04 23:02:53.271]: Debug:  [--] 
[2024-11-04 23:02:53.271]: Debug: uuid -- 639c7ba87e444363a2dc84d53a70d9aa
[2024-11-04 23:02:53.271]: Debug: uniqueid -- 0123456789ABCDEF
[2024-11-04 23:02:53.271]: Debug:  [--] 
[2024-11-04 23:02:53.379]: Debug: /CN=NVIDIA GameStream Client -- verified
[2024-11-04 23:02:53.405]: Debug: TUNNEL :: HTTPS
[2024-11-04 23:02:53.405]: Debug: METHOD :: GET
[2024-11-04 23:02:53.405]: Debug: DESTINATION :: /serverinfo
[2024-11-04 23:02:53.405]: Debug: User-Agent -- Mozilla/5.0
[2024-11-04 23:02:53.405]: Debug: Accept-Language -- en-US,*
[2024-11-04 23:02:53.405]: Debug: Accept-Encoding -- gzip, deflate
[2024-11-04 23:02:53.405]: Debug: Connection -- Keep-Alive
[2024-11-04 23:02:53.405]: Debug: Host -- 192.168.0.107:47984
[2024-11-04 23:02:53.405]: Debug:  [--] 
[2024-11-04 23:02:53.405]: Debug: uuid -- 8f394d127aed4b5182ef7e93ebf68ac4
[2024-11-04 23:02:53.405]: Debug: uniqueid -- 0123456789ABCDEF
[2024-11-04 23:02:53.405]: Debug:  [--] 
[2024-11-04 23:02:55.049]: Debug: /CN=NVIDIA GameStream Client -- verified
[2024-11-04 23:02:55.050]: Debug: TUNNEL :: HTTPS
[2024-11-04 23:02:55.050]: Debug: METHOD :: GET
[2024-11-04 23:02:55.050]: Debug: DESTINATION :: /launch
[2024-11-04 23:02:55.050]: Debug: User-Agent -- Mozilla/5.0
[2024-11-04 23:02:55.050]: Debug: Accept-Language -- en-US,*
[2024-11-04 23:02:55.050]: Debug: Accept-Encoding -- gzip, deflate
[2024-11-04 23:02:55.050]: Debug: Connection -- Keep-Alive
[2024-11-04 23:02:55.050]: Debug: Host -- 192.168.0.107:47984
[2024-11-04 23:02:55.050]: Debug:  [--] 
[2024-11-04 23:02:55.050]: Debug: uniqueid -- 0123456789ABCDEF
[2024-11-04 23:02:55.050]: Debug: additionalStates -- 1
[2024-11-04 23:02:55.051]: Debug: uuid -- 3a1d5a45159d41a0aca76273619b08f5
[2024-11-04 23:02:55.051]: Debug: appid -- 348528904
[2024-11-04 23:02:55.051]: Debug: mode -- 2880x1920x60
[2024-11-04 23:02:55.051]: Debug: sops -- 0
[2024-11-04 23:02:55.051]: Debug: rikey -- d876a82eb2c14d92dc72909dc2574fe8
[2024-11-04 23:02:55.051]: Debug: surroundAudioInfo -- 196610
[2024-11-04 23:02:55.051]: Debug: rikeyid -- 1827139056
[2024-11-04 23:02:55.051]: Debug: remoteControllersBitmap -- 1
[2024-11-04 23:02:55.051]: Debug: corever -- 1
[2024-11-04 23:02:55.051]: Debug: gcmap -- 1
[2024-11-04 23:02:55.051]: Debug: localAudioPlayMode -- 0
[2024-11-04 23:02:55.051]: Debug: gcpersist -- 0
[2024-11-04 23:02:55.051]: Debug:  [--] 
[2024-11-04 23:02:55.051]: Info: Trying encoder [nvenc]
[2024-11-04 23:02:55.051]: Info: Screencasting with NvFBC
[2024-11-04 23:02:55.225]: Info: Creating encoder [h264_nvenc]
[2024-11-04 23:02:55.225]: Info: Color coding: SDR (Rec. 601)
[2024-11-04 23:02:55.225]: Info: Color depth: 8-bit
[2024-11-04 23:02:55.226]: Info: Color range: JPEG
[2024-11-04 23:02:55.226]: Debug: [h264_nvenc @ 0x7aa61845dd40] Loaded Nvenc version 12.2
[2024-11-04 23:02:55.226]: Debug: [h264_nvenc @ 0x7aa61845dd40] Nvenc initialized successfully
[2024-11-04 23:02:55.269]: Debug: Frame 1: IDR Keyframe (AV_FRAME_FLAG_KEY)
[2024-11-04 23:02:55.491]: Debug: [h264_nvenc @ 0x7aa61845dd40] Nvenc unloaded
[2024-11-04 23:02:55.491]: Info: Creating encoder [hevc_nvenc]
[2024-11-04 23:02:55.491]: Info: Color coding: SDR (Rec. 601)
[2024-11-04 23:02:55.491]: Info: Color depth: 8-bit
[2024-11-04 23:02:55.492]: Info: Color range: JPEG
[2024-11-04 23:02:55.492]: Debug: [hevc_nvenc @ 0x7aa61845dd40] Loaded Nvenc version 12.2
[2024-11-04 23:02:55.492]: Debug: [hevc_nvenc @ 0x7aa61845dd40] Nvenc initialized successfully
[2024-11-04 23:02:55.529]: Debug: Frame 1: IDR Keyframe (AV_FRAME_FLAG_KEY)
[2024-11-04 23:02:55.757]: Debug: [hevc_nvenc @ 0x7aa61845dd40] Nvenc unloaded
[2024-11-04 23:02:55.792]: Error: Couldn't release NvFBC context from current thread: 
[2024-11-04 23:02:55.792]: Info: Screencasting with NvFBC
[2024-11-04 23:02:55.951]: Info: Creating encoder [hevc_nvenc]
[2024-11-04 23:02:55.951]: Info: Color coding: SDR (Rec. 709)
[2024-11-04 23:02:55.951]: Info: Color depth: 10-bit
[2024-11-04 23:02:55.951]: Info: Color range: JPEG
[2024-11-04 23:02:55.952]: Debug: [hevc_nvenc @ 0x7aa61845dd40] Loaded Nvenc version 12.2
[2024-11-04 23:02:55.952]: Debug: [hevc_nvenc @ 0x7aa61845dd40] Nvenc initialized successfully
[2024-11-04 23:02:55.982]: Error: cuda::cuda_t doesn't support any format other than AV_PIX_FMT_NV12
[2024-11-04 23:02:56.216]: Debug: [hevc_nvenc @ 0x7aa61845dd40] Nvenc unloaded
[2024-11-04 23:02:56.247]: Error: Couldn't release NvFBC context from current thread: 
[2024-11-04 23:02:56.247]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2024-11-04 23:02:56.247]: Info: 
[2024-11-04 23:02:56.247]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2024-11-04 23:02:56.247]: Info: 
[2024-11-04 23:02:56.253]: Debug: ------  h264 ------
[2024-11-04 23:02:56.253]: Debug: PASSED: supported
[2024-11-04 23:02:56.253]: Debug: REF_FRAMES_RESTRICT: supported
[2024-11-04 23:02:56.253]: Debug: DYNAMIC_RANGE: unsupported
[2024-11-04 23:02:56.253]: Debug: YUV444: unsupported
[2024-11-04 23:02:56.253]: Debug: VUI_PARAMETERS: supported
[2024-11-04 23:02:56.253]: Debug: -------------------
[2024-11-04 23:02:56.253]: Info: Found H.264 encoder: h264_nvenc [nvenc]
[2024-11-04 23:02:56.253]: Debug: ------  hevc ------
[2024-11-04 23:02:56.253]: Debug: PASSED: supported
[2024-11-04 23:02:56.253]: Debug: REF_FRAMES_RESTRICT: supported
[2024-11-04 23:02:56.253]: Debug: DYNAMIC_RANGE: unsupported
[2024-11-04 23:02:56.253]: Debug: YUV444: unsupported
[2024-11-04 23:02:56.253]: Debug: VUI_PARAMETERS: supported
[2024-11-04 23:02:56.254]: Debug: -------------------
[2024-11-04 23:02:56.254]: Info: Found HEVC encoder: hevc_nvenc [nvenc]
[2024-11-04 23:02:56.254]: Info: Executing: [proton run Heroes3HD.exe] in ["Heroes of Might and Magic III"]
[2024-11-04 23:02:56.444]: Debug: TUNNEL :: NONE
[2024-11-04 23:02:56.444]: Debug: METHOD :: GET
[2024-11-04 23:02:56.444]: Debug: DESTINATION :: /serverinfo
[2024-11-04 23:02:56.444]: Debug: User-Agent -- Mozilla/5.0
[2024-11-04 23:02:56.445]: Debug: Accept-Language -- en-US,*
[2024-11-04 23:02:56.445]: Debug: Accept-Encoding -- gzip, deflate
[2024-11-04 23:02:56.445]: Debug: Connection -- Keep-Alive
[2024-11-04 23:02:56.445]: Debug: Host -- 192.168.0.107:47989
[2024-11-04 23:02:56.445]: Debug:  [--] 
[2024-11-04 23:02:56.445]: Debug: uuid -- 18bd9e1c44814f8d994b083632d92bde
[2024-11-04 23:02:56.445]: Debug: uniqueid -- 0123456789ABCDEF
[2024-11-04 23:02:56.445]: Debug:  [--] 
[2024-11-04 23:02:56.478]: Debug: /CN=NVIDIA GameStream Client -- verified
[2024-11-04 23:02:56.482]: Debug: TUNNEL :: HTTPS
[2024-11-04 23:02:56.482]: Debug: METHOD :: GET
[2024-11-04 23:02:56.482]: Debug: DESTINATION :: /serverinfo
[2024-11-04 23:02:56.482]: Debug: User-Agent -- Mozilla/5.0
[2024-11-04 23:02:56.482]: Debug: Accept-Language -- en-US,*
[2024-11-04 23:02:56.482]: Debug: Accept-Encoding -- gzip, deflate
[2024-11-04 23:02:56.482]: Debug: Connection -- Keep-Alive
[2024-11-04 23:02:56.482]: Debug: Host -- 192.168.0.107:47984
[2024-11-04 23:02:56.482]: Debug:  [--] 
[2024-11-04 23:02:56.482]: Debug: uuid -- 43f96e2c6a294e25bde2b87291d131f0
[2024-11-04 23:02:56.482]: Debug: uniqueid -- 0123456789ABCDEF
[2024-11-04 23:02:56.482]: Debug:  [--]
@ReenigneArcher ReenigneArcher added the bug Something isn't working label Nov 4, 2024
@ReenigneArcher ReenigneArcher removed the bug Something isn't working label Jan 21, 2025
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

Successfully merging a pull request may close this issue.

3 participants