gamehook_gtav icon indicating copy to clipboard operation
gamehook_gtav copied to clipboard

Not Starting - instant crash

Open fwarmuth opened this issue 6 years ago • 6 comments

Hey i think i did everything right but i get:

intercept.log

[ 15:08:57 ] Staring up (fake)\dxgi.dll
[ 15:08:57 ] Initialized: C:\WINDOWS\system32\dxgi.dll
[ 15:08:57 ] Hooking d3d11 functions
[ 15:08:58 ] Loading the API
[ 15:08:58 ] Loading API
[ 15:08:58 ] Loading and patching plugin capture.hk
[ 15:08:58 ] Capture turned on
[ 15:08:58 ] Loading and patching plugin gta5.hk
[ 15:08:58 ] LoadLibrary failed 7e
[ 15:08:58 ] Failed to load plugin 'gta5.hk'!
[ 15:08:58 ] Loading and patching plugin python.hk
[ 15:08:58 ] Python plugin turned on
[ 15:08:58 ] Loading and patching plugin server.hk
[ 15:08:58 ] Server turned on
[ 15:09:00 ] Hooking the device and device context
[ 15:09:00 ] Hooking the swap chain
[ 15:09:00 ] Hooking the io

And it just crashes. Help! :)

fwarmuth avatar Feb 08 '19 14:02 fwarmuth

I updated python to: Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 23:09:28) [MSC v.1916 64 bit (AMD64)] on win32 Still got the same error:

[ 17:42:20 ] LoadLibrary failed 7e
[ 17:42:20 ] Failed to load plugin 'gta5.hk'!

Then i tried the python of Visual Studio, compiled all (forced vs python36 via include path), and put

C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64

To Windows $PATH. But now i get more errors:

[ 18:11:25 ] Loading and patching plugin gta5.hk
[ 18:11:25 ] LoadLibrary failed 7e
[ 18:11:25 ] Failed to load plugin 'gta5.hk'!
[ 18:11:25 ] Loading and patching plugin python.hk
[ 18:11:25 ] LoadLibrary failed 7e
[ 18:11:25 ] Failed to load plugin 'python.hk'!
[ 18:11:25 ] Loading and patching plugin server.hk

Heeelp! any idea?

fwarmuth avatar Feb 11 '19 17:02 fwarmuth

@fwarmuth I am still getting this same error. Did you eventually find the solution?

AramDonyaee avatar Feb 07 '20 08:02 AramDonyaee

Hey, my game crashes too. The last log lines are hooking the swap chain and hooking the io. Did you resolve this?

HarshPathakhp avatar Aug 31 '20 08:08 HarshPathakhp

Hi, I also got the same error "LoadLibrary failed 7e", I even try to directly load the HK file, but still got no luck. Does anyone of you fixed this problem? Thanks!

Wei-Chen-hub avatar Jan 26 '21 06:01 Wei-Chen-hub

Same here :( The last log lines are hooking the swap chain and hooking the io.

tvandenzegel avatar May 10 '21 23:05 tvandenzegel

Have you solve it?

Hocason avatar Jul 04 '22 09:07 Hocason