hello, I used an old vvvv version (vvvv_50beta35.2_x64) to make a small project. After a few hour the renderer stays black. I got this error:
14:29:02 ERR : Exception caused by node during render :/73/23
14:30:15 ERR : SlimDX.DXGI.DXGIException in SlimDX: DXGI_ERROR_DEVICE_REMOVED: Hardware device removed. (-2005270523)
14:30:26 - : Stack Trace
14:30:37 - : bei SlimDX.Result.Throw[T](Object dataKey, Object dataValue)
bei SlimDX.Result.Record[T](Int32 hr, Boolean failed, Object dataKey, Object dataValue)
bei SlimDX.DXGI.SwapChain…ctor(Factory factory, ComObject device, SwapChainDescription description)
bei FeralTic.DX11.Resources.DX11SwapChain…ctor(DX11RenderContext context, IntPtr handle, Format format, SampleDescription sampledesc, Int32 rate, Int32 bufferCount, Boolean flipSequential)
bei VVVV.DX11.Nodes.DX11RendererNode.Update(DX11RenderContext context)
bei VVVV.DX11.Nodes.DX11RendererNode.Render(DX11RenderContext context)
bei VVVV.DX11.Lib.RenderGraph.DX11DeviceRenderer.ProcessNode(DX11Node node)
its an simple interface and a vlc spread with a few videos. should I try use a current version? How can I fix this issue?