Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dieuhue1710 opened this issue Dec 3, 2018 · 1 comment

Comments

@dieuhue1710
Copy link

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

@justinstenning
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants