philkr / gamehook_gtav

GTA V plugin for gamehook
BSD 2-Clause "Simplified" License
42 stars 7 forks source link

Not Starting - instant crash #10

Open fwarmuth opened 5 years ago

fwarmuth commented 5 years ago

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 commented 5 years ago

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?

AramDonyaee commented 4 years ago

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

HarshPathakhp commented 4 years ago

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

Wei-Chen-hub commented 3 years ago

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!

tvandenzegel commented 3 years ago

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

Hocason commented 2 years ago

Have you solve it?