You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get this to work. it works fine when i first start it, but after a little while, the ambient lighting stops working, and hyperion reverts to it's default effect, after disabling and re enabling hyperionscreencap, or waiting ~20 seconds it starts to work again, until the next "crash". there's some DX errors in the logs:
2020-11-19 18:56:26 [ERROR] [12] HyperionScreenCap.Helper.HyperionTask.StartCapture:0 - HyperionTask[ConfigurationId: f482ab]: Exception in screen capture attempt: 13
System.Exception: Error occured while sending image to server: HRESULT: [0x887A0001], Module: [SharpDX.DXGI], ApiCode: [DXGI_ERROR_INVALID_CALL/InvalidCall], Message: Chiamata dell'applicazione non valida. I parametri della chiamata o lo stato di un oggetto non è corretto.
Abilitare il livello di debug D3D per visualizzare i dettagli tramite i messaggi di debug.
---> SharpDX.SharpDXException: HRESULT: [0x887A0001], Module: [SharpDX.DXGI], ApiCode: [DXGI_ERROR_INVALID_CALL/InvalidCall], Message: Chiamata dell'applicazione non valida. I parametri della chiamata o lo stato di un oggetto non è corretto.
Abilitare il livello di debug D3D per visualizzare i dettagli tramite i messaggi di debug.
in HyperionScreenCap.DX11ScreenCapture.ManagedCapture()
in HyperionScreenCap.DX11ScreenCapture.Capture()
in HyperionScreenCap.Helper.HyperionTask.TransmitNextFrame()
--- Fine della traccia dello stack dell'eccezione interna ---
in HyperionScreenCap.Helper.HyperionTask.TransmitNextFrame()
in HyperionScreenCap.Helper.HyperionTask.StartCapture()
2020-11-19 18:56:26 [INFO] [12] HyperionScreenCap.Helper.HyperionTask.StartCapture:0 - HyperionTask[ConfigurationId: f482ab]: Waiting before next screen capture attempt
sorry for the italian error messages, they roughly translate to "call from the application invalid. calls parameters or the status of some object is not correct"
i'm running the application on Windows 10 2004, gpu is 2080 super, i have all the dependencies installed, and i'm using the dx11 capture method
The text was updated successfully, but these errors were encountered:
I'm trying to get this to work. it works fine when i first start it, but after a little while, the ambient lighting stops working, and hyperion reverts to it's default effect, after disabling and re enabling hyperionscreencap, or waiting ~20 seconds it starts to work again, until the next "crash". there's some DX errors in the logs:
sorry for the italian error messages, they roughly translate to "call from the application invalid. calls parameters or the status of some object is not correct"
i'm running the application on Windows 10 2004, gpu is 2080 super, i have all the dependencies installed, and i'm using the dx11 capture method
The text was updated successfully, but these errors were encountered: