System.IO.IOException: 系统资源不足,无法完成请求的服务。
在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
在 System.IO.Pipes.PipeStream.WinIOError(Int32 errorCode)
在 System.IO.Pipes.PipeStream.BeginWriteCore(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state)
在 System.IO.Pipes.PipeStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state)
在 System.IO.Stream.c.[B]b__53_0(Stream stream, ReadWriteParameters args, AsyncCallback callback, Object state)
在 System.Threading.Tasks.TaskFactory`1.FromAsyncTrim[TInstance,TArgs](TInstance thisRef, TArgs args, Func`5 beginMethod, Func`3 endMethod)
在 System.IO.Stream.BeginEndWriteAsync(Byte[] buffer, Int32 offset, Int32 count)
在 System.IO.Stream.WriteAsync(Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken)
在 System.IO.Stream.WriteAsync(Byte[] buffer, Int32 offset, Int32 count)
在 Captura.Models.FFmpegWriter.WriteFrame(IBitmapFrame Frame)
在 Captura.Models.WithPreviewWriter.WriteFrame(IBitmapFrame Image)
在 Screna.Recorder.DoWrite()
尝试使用管理员权限运行 Captura ,没有效果。
刚才要把一局游戏的回放录下来,试了几次都没成功,想知道怎么解决无法录屏的问题?如果需要换录屏工具的话,可以推荐一个吗?
btw ,用系统自带的 XBox Game Bar 录屏也会出现类似的错误,推测只要录屏就会出现此类错误,不单是 Captura 的问题。