-
Notifications
You must be signed in to change notification settings - Fork 7
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 with current beta #21
Comments
Hi dud i'm a newb too in modding but i might help u in this one |
It is unlikely that this is an issues with dinput8, make sure you are using version 0.8.5, as it is the only version the supports 2628.2 and is currently the most recent release of OpenVHook. Are you using steam, rockstar, or Epic? |
I am sure it was version 0.8.5 Even build it myself, with same result. I am using steam. The pattern for finding the script thread seams to be wrong, for my setup. I am willing to help, but i am more the *ix programmer. No knowledge about windows debuging/analyzing. |
Additonal Info: I got some feedback on reddit about successful usage of this Version. They are on epic. Maybe the binary ist different for steam and others? As stated before: If i can help contact me. |
Most likely the pattern is different on steam, usually there isn't a significant difference, but there is always a difference. I've been trying to figure the best way to find these patterns, so that I can have you check the steam version. I have limited knowledge about this stuff, the best I've got for now is for you to check the addresses 7FF7A67339D2 and 7FF7A67339D4 using cheat engine and take a screen shot if you browse the memory region. |
Can confirm I also have Steam and the hook is not working. |
I tested it using the Rockstar Launcher version and worked fine. |
Tested standalone with steam version and trainer, and it works fine ! [02:41:42] Kept OpenVHook reference: 00007FFF708D0000 Good job! |
Since this appears to be fixed, I'm gonna close this issue if there are any compatibility issues put them in #2 |
In a clean GTA V 2628.2
i copied Scripthook.dll, dinput8.dll (from latest, incompatible ScriptHook from Blade,)and two ASI scripts)
i got in OpenVHook.log:
[22:55:13] Kept OpenVHook reference: 00007FFED31F0000
[22:55:13] Registering script 'OpenInteriors.asi' (0x00007FFEEF970000!0x00007FFEEF97B950)
[22:55:13] Initializing...
[22:55:13] Registering script 'TrainerV.asi' (0x00007FFEBE550000!0x00007FFEBE9868B0)
[22:55:17] Input hook attached: WndProc 0x00000000FFFF051B
[22:55:17] Initializing ScriptEngine...
[22:55:21] [Error] Unable to find scrThreadId
[22:55:21] [Error] Failed to initialize ScriptEngine
[23:00:20] Unregistered script 'TrainerV'
[23:00:20] Unregistered script 'OpenInteriors'
[23:00:20] Cleanup
asiload.log:
// GTA V ASI LOADER (build May 2 2015)
// (C) Alexander Blade 2015
LIB: "C:\WINDOWS\system32\dinput8.dll" => 00007FFEF2DF0000
API: "DirectInput8Create" => 00007FFEF2DF2230
API: "DllCanUnloadNow" => 00007FFEF2E05220
API: "DllGetClassObject" => 00007FFEF2E05330
API: "DllRegisterServer" => 00007FFEF2E14740
API: "DllUnregisterServer" => 00007FFEF2E149C0
LOADER: Loading *.asi plugins
ASI: Loading "D:\SteamLibrary\steamapps\common\Grand Theft Auto V\OpenInteriors.asi"
"OpenInteriors.asi" => 00007FFEEF970000
ASI: Loading "D:\SteamLibrary\steamapps\common\Grand Theft Auto V\TrainerV.asi"
"TrainerV.asi" => 00007FFEBE550000
LOADER: Finished loading *.asi plugins
Don't hit me if it is a my error. I'am new to modding :)
The text was updated successfully, but these errors were encountered: