Captura icon indicating copy to clipboard operation
Captura copied to clipboard

Problem with capturin second monitor

Open IanGraham opened this issue 5 years ago • 4 comments

I have display of my laptop and DELL display. When i try to capture image fro laptop display all works fine, but when i try to capture image from DELL display something goes wrong.

I have windows 10, 2560*1440 resolution on both monitors.

1 2

IanGraham avatar Jun 25 '19 10:06 IanGraham

Does this happen in the latest beta?

Here's the link to the beta version: https://github.com/MathewSachin/Captura/releases/download/v9.0.0-beta3.1/Captura-Portable.zip

MathewSachin avatar Jun 25 '19 10:06 MathewSachin

On the ltest beta that you linked there is the same problem, but added this one: SharpDX.SharpDXException: HRESULT: [0x8899000C], Module: [SharpDX.Direct2D1], ApiCode: [D2DERR_RECREATE_TARGET/RecreateTarget], Message: Произошла ошибка представления, которая, возможно, исправима. Вызывающий объект должен повторно создать и прорисовать весь кадр, а затем повторить попытку представления.

at SharpDX.Result.CheckError() at DesktopDuplication.Direct2DEditorSession.EndDraw() at DesktopDuplication.Direct2DEditor.GenerateFrame() at Screna.Recorder.<>c__DisplayClass14_0.<DoRecord>b__2() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Screna.Recorder.<DoRecord>d__14.MoveNext

When i try to select a display to use i see this picture: 2019-06-25_13-18-27

As i think Captura try to capture this kind of third monitor in the middle.

IanGraham avatar Jun 25 '19 10:06 IanGraham

I'm seeing this same error with 9.0.0-beta3.1 when doing "Full Screen" or "Screen". "Area" and "Window" both work ok. This error happens with all Encoders. No problem with 8.0.

My system: Windows 10 Pro, 1903, 18362.295 Intel i7-4790 Gigabyte z97X-UD5H mainboard GeForce GTX 1060 6GB, Driver 431.70 Two monitors

Correction: I'm only seeing the SharpDX.SharpDXException: HRESULT: [0x8899000C], Module: [SharpDX.Direct2D1], ApiCode: [D2DERR_RECREATE_TARGET/RecreateTarget] error. Error occurs as soon as I start a Full Screen or Screen recording. There is no record output after the error, but application keeps running. If I close out the error I can still proceed with another type of recording.

docfallingapart avatar Aug 26 '19 10:08 docfallingapart

I have the similar issue. I have tried Captura v9.0.0-beta3.1.I use a laptop 1920 * 1080 and a 4k monitor.When i record in the monitor, the capture area will always has an offset.

I found the solution later.The two monitor must have the same scalelar value.

Wenzy-- avatar Dec 08 '19 04:12 Wenzy--