Closed Segergren closed 9 months ago
Should be fixed in 33bad6f, let me know if there are still issues.
I'm sadly still having issues.
Looks like it actually gets the ID but is instead having issues with
device_duplicator_create: Failed to DuplicateOutput1 (887A0004)
It just spams this log message every third second until the recording is stopped. I think the error comes from this file: https://github.com/obsproject/obs-studio/blob/master/libobs-d3d11/d3d11-duplicator.cpp 1.2.63.txt
Fixed by https://github.com/lulzsun/RePlays/commit/5aa43cb7b3e566ef7834a2dd823e81f8878adc46. Closing issue.
I've got a problem with the
GetMonitorId
function since the change made 43 days ago. When I try to get the ID for \.\DISPLAY1 usingGetMonitorInfo(hMonitor, ref monitorInfo)
, it doesn't work – it just returnsfalse
. There are no error messages to help me figure out why.Because of this, my screen recording isn't working right – it just shows a black screen.