You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your issue present in the latest beta/pre-release?
This issue is present in the latest pre-release
Describe the Bug
This only happens when the program is ran as SYSTEM, this is important because services are ran as SYSTEM. Workaround for now, would be to either use capture = ddx, or run the program as the current user with Task Scheduler, an xml file can be added to the repo, and imported with a script.
upnp = on
address_family = both
encoder = nvenc
nvenc_twopass = disabled
nv_rc = cbr
encoderCscMode = 1
dynamicRange = 0
chromaSamplingType = 1
origin_web_ui_allowed = wan
The text was updated successfully, but these errors were encountered:
brian6932
changed the title
wgc: terminate called after throwing an instance of 'std::bad_alloc' regression from 287ac4c0fbb0df96cd7d83f1c16cf84070eb50d1
wgc: terminate called after throwing an instance of 'std::bad_alloc'
Aug 21, 2024
It seems this issue hasn't had any activity in the past 90 days. If it's still something you'd like addressed, please let us know by leaving a comment. Otherwise, to help keep our backlog tidy, we'll be closing this issue in 10 days. Thanks!
Is there an existing issue for this?
Is your issue described in the documentation?
Is your issue present in the latest beta/pre-release?
This issue is present in the latest pre-release
Describe the Bug
This only happens when the program is ran as
SYSTEM
, this is important because services are ran asSYSTEM
. Workaround for now, would be to either usecapture = ddx
, or run the program as the current user with Task Scheduler, anxml
file can be added to the repo, and imported with a script.287ac4c (wgc)
287ac4c (ddx)
Related:
Expected Behavior
If
wgc
can't be ran asSYSTEM
, a user check condition should be added, then throw, and there should be some relevant documentation regarding this.Host Operating System
Windows
Operating System Version
10
Architecture
64 bit
Sunshine commit or version
287ac4c
Package
Windows - portable
Capture Method
Windows.Graphics.Capture (Windows)
Config
The text was updated successfully, but these errors were encountered: