Advertisement
ingmar_bitter

Untitled

Nov 30th, 2021
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. System.Runtime.InteropServices.SEHException
  2. HResult=0x80004005
  3. Message=External component has thrown an exception.
  4. Source=TerraFX.Interop.Windows
  5. StackTrace:
  6. at TerraFX.Interop.ID3D12CommandQueue.ExecuteCommandLists(UInt32 NumCommandLists, ID3D12CommandList** ppCommandLists) in /_/sources/Interop/Windows/um/d3d12/ID3D12CommandQueue.cs:line 101
  7. at Dx.Vrg.<OnRender>g__RenderTargetTextureCopyBackToCpuExecute|92_9() in D:\_svn\Algorithmics\code\TrunkGit\WIF\Wif.Dx\Src\Vrg.cs:line 1758
  8. at Dx.Vrg.OnRender() in D:\_svn\Algorithmics\code\TrunkGit\WIF\Wif.Dx\Src\Vrg.cs:line 1672
  9. at DxWinForms.GfxPanel.UpdateGfx(Transform viewBoxToWorld) in D:\_svn\Algorithmics\code\TrunkGit\WIF\Wif.DxWinForms\Src\GfxPanel.cs:line 42
  10. at Viewport.RefreshAsNeeded(Boolean interactive) in D:\_svn\Algorithmics\code\TrunkGit\WIF\UiBase\Viewport.cs:line 7415
  11. at Collage.RefreshAsNeeded() in D:\_svn\Algorithmics\code\TrunkGit\WIF\UiBase\Collage.cs:line 11846
  12. at Collage.RefreshPicturesTimerAction() in D:\_svn\Algorithmics\code\TrunkGit\WIF\UiBase\Collage.cs:line 12156
  13. at Collage.RefreshPicturesTimer_Tick(Object sender, EventArgs e) in D:\_svn\Algorithmics\code\TrunkGit\WIF\UiBase\Collage.cs:line 12129
  14. at System.Windows.Forms.Timer.OnTick(EventArgs e)
  15. at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
  16. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)
  17. at Interop.User32.DispatchMessageW(MSG& msg)
  18. at System.Windows.Forms.Application.ComponentManager.Interop.Mso.IMsoComponentManager.FPushMessageLoop(UIntPtr dwComponentID, msoloop uReason, Void* pvLoopData)
  19. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(msoloop reason, ApplicationContext context)
  20. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(msoloop reason, ApplicationContext context)
  21. at System.Windows.Forms.Application.Run(Form mainForm)
  22. at Dx.App.Program.Main() in D:\_svn\Algorithmics\code\TrunkGit\Demos\Dx\Dx.App\Src\Program.cs:line 29
  23.  
  24. This exception was originally thrown at this call stack:
  25. TerraFX.Interop.ID3D12CommandQueue.ExecuteCommandLists(uint, TerraFX.Interop.ID3D12CommandList**) in ID3D12CommandQueue.cs
  26. Claron.WIF.Dx.Vrg.OnRender.__RenderTargetTextureCopyBackToCpuExecute|92_9() in Vrg.cs
  27. Claron.WIF.Dx.Vrg.OnRender() in Vrg.cs
  28. Claron.WIF.DxWinForms.GfxPanel.UpdateGfx(Claron.WIF.Dx.Transform) in GfxPanel.cs
  29. Claron.WIF.Viewport.RefreshAsNeeded(bool) in Viewport.cs
  30. Claron.WIF.Collage.RefreshAsNeeded() in Collage.cs
  31. Claron.WIF.Collage.RefreshPicturesTimerAction() in Collage.cs
  32. Claron.WIF.Collage.RefreshPicturesTimer_Tick(object, System.EventArgs) in Collage.cs
  33. System.Windows.Forms.Timer.OnTick(System.EventArgs)
  34. System.Windows.Forms.Timer.TimerNativeWindow.WndProc(ref System.Windows.Forms.Message)
  35. ...
  36. [Call Stack Truncated]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement