Advertisement
Guest User

Untitled

a guest
Dec 10th, 2023
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. 10/12/2023 17:55 Program exited with message:
  2. SharpGen.Runtime.SharpGenException: HRESULT: [0x887A0001], Module: [Vortice.DXGI], ApiCode: [DXGI_ERROR_INVALID_CALL/InvalidCall], Message: [The application made a call that is invalid. Either the parameters of the call or the state of some object was incorrect.
  3. Enable the D3D debug layer in order to see details via debug messages.
  4. ]
  5. at SharpGen.Runtime.Result.ThrowFailureException()
  6. at SharpGen.Runtime.Result.CheckError()
  7. at Vortice.DXGI.IDXGISwapChain.GetBuffer[T](Int32 index)
  8. at ClickableTransparentOverlay.Overlay.OnResize(Int32 width, Int32 height)
  9. at ClickableTransparentOverlay.Overlay.ProcessMessage(WindowMessage msg, UIntPtr wParam, IntPtr lParam)
  10. at ClickableTransparentOverlay.Overlay.WndProc(IntPtr hWnd, UInt32 msg, UIntPtr wParam, IntPtr lParam)
  11. ------------------------------
  12. 10/12/2023 17:56 Program exited with message:
  13. SharpGen.Runtime.SharpGenException: HRESULT: [0x887A0001], Module: [Vortice.DXGI], ApiCode: [DXGI_ERROR_INVALID_CALL/InvalidCall], Message: [The application made a call that is invalid. Either the parameters of the call or the state of some object was incorrect.
  14. Enable the D3D debug layer in order to see details via debug messages.
  15. ]
  16. at SharpGen.Runtime.Result.ThrowFailureException()
  17. at SharpGen.Runtime.Result.CheckError()
  18. at Vortice.DXGI.IDXGISwapChain.GetBuffer[T](Int32 index)
  19. at ClickableTransparentOverlay.Overlay.OnResize(Int32 width, Int32 height)
  20. at ClickableTransparentOverlay.Overlay.ProcessMessage(WindowMessage msg, UIntPtr wParam, IntPtr lParam)
  21. at ClickableTransparentOverlay.Overlay.WndProc(IntPtr hWnd, UInt32 msg, UIntPtr wParam, IntPtr lParam)
  22. ------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement