Direct3DHook icon indicating copy to clipboard operation
Direct3DHook copied to clipboard

Error in InitialiseHook: System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception.

Open dieuhue1710 opened this issue 7 years ago • 1 comments

Whe trying hook game with Dx11 and Dx9. I using on CPU AMD Ryzen 5 2400G (Work fine with Core i3 4160)

Information: Disconnecting from process 15316 Error: Error in InitialiseHook: System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception. at SharpDX.Desktop.Properties.Resources.get_ResourceManager() at SharpDX.Desktop.Properties.Resources.get_logo() at SharpDX.Windows.RenderForm..ctor(String text) at Capture.Hook.DXHookD3D11.Hook() in C:\Users\Felix\Downloads\Direct3DHook-master\Direct3DHook-master\Capture\Hook\DXHookD3D11.cs:line 130 at Capture.EntryPoint.InitialiseDirectXHook(CaptureConfig config) in C:\Users\Felix\Downloads\Direct3DHook-master\Direct3DHook-master\Capture\EntryPoint.cs:line 245

dieuhue1710 avatar Dec 03 '18 03:12 dieuhue1710

@dieuhue1710 that error is happening within the SharpDX library. You could check if there is an updated library version that works fine.

Alternatively, that logic can be replaced with anything that creates a window handle that can be used for initialising a Direct3D device.

justinstenning avatar Dec 12 '18 05:12 justinstenning