We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can't make it work. It's showing an error and crashing RDR2.
Logs:
// RDR 2 SCRIPT HOOK (build May 3 2022, v1.0.1436.31) // (C) Alexander Blade 2019-2022 [17:46:41] INIT: Started [17:46:41] INIT: Success, game version is VER_AUTO [17:46:41] INIT: Registering script 'NativeTrainer.asi' (0x00007FFF1F57F620) [17:46:41] INIT: Registering script 'ScriptHookRDRDotNet.asi' (0x00007FFF50D914B0) [17:46:48] INIT: Pool 1 extended [17:46:48] INIT: Pool 2 extended [17:46:48] INIT: Pool 3 extended [17:46:48] INIT: Pool 4 extended [17:48:07] INIT: GtaThread collection size 331 [17:48:07] INIT: wnd proc 0x00000000FFFF01BF [17:48:13] INIT: GtaThread collection is empty [17:48:15] INIT: GtaThread collection size 331 [17:48:19] CORE: Requesting thread creation [17:48:29] CORE: Creating threads [17:48:29] CORE: Started control thread, id 52 active 1 [17:48:29] CORE: Started thread 'NativeTrainer.asi' (0x00007FFF1F57F620), id 53 active 1 [17:48:29] CORE: Started thread 'ScriptHookRDRDotNet.asi' (0x00007FFF50D914B0), id 54 active 1 [17:48:30] CORE: Launching main() for 'NativeTrainer.asi' (0x00007FFF1F57F620), id 53 [17:48:30] CORE: Launching main() for 'ScriptHookRDRDotNet.asi' (0x00007FFF50D914B0), id 54 [17:48:31] FATAL: Can't find native 0xA1253A3C870B6843 [17:49:03] UNINIT: Unregistering script 'ScriptHookRDRDotNet.asi' [17:49:03] UNINIT: Unregistering script 'NativeTrainer.asi'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can't make it work. It's showing an error and crashing RDR2.
Logs:
// RDR 2 SCRIPT HOOK (build May 3 2022, v1.0.1436.31)
// (C) Alexander Blade 2019-2022
[17:46:41] INIT: Started
[17:46:41] INIT: Success, game version is VER_AUTO
[17:46:41] INIT: Registering script 'NativeTrainer.asi' (0x00007FFF1F57F620)
[17:46:41] INIT: Registering script 'ScriptHookRDRDotNet.asi' (0x00007FFF50D914B0)
[17:46:48] INIT: Pool 1 extended
[17:46:48] INIT: Pool 2 extended
[17:46:48] INIT: Pool 3 extended
[17:46:48] INIT: Pool 4 extended
[17:48:07] INIT: GtaThread collection size 331
[17:48:07] INIT: wnd proc 0x00000000FFFF01BF
[17:48:13] INIT: GtaThread collection is empty
[17:48:15] INIT: GtaThread collection size 331
[17:48:19] CORE: Requesting thread creation
[17:48:29] CORE: Creating threads
[17:48:29] CORE: Started control thread, id 52 active 1
[17:48:29] CORE: Started thread 'NativeTrainer.asi' (0x00007FFF1F57F620), id 53 active 1
[17:48:29] CORE: Started thread 'ScriptHookRDRDotNet.asi' (0x00007FFF50D914B0), id 54 active 1
[17:48:30] CORE: Launching main() for 'NativeTrainer.asi' (0x00007FFF1F57F620), id 53
[17:48:30] CORE: Launching main() for 'ScriptHookRDRDotNet.asi' (0x00007FFF50D914B0), id 54
[17:48:31] FATAL: Can't find native 0xA1253A3C870B6843
[17:49:03] UNINIT: Unregistering script 'ScriptHookRDRDotNet.asi'
[17:49:03] UNINIT: Unregistering script 'NativeTrainer.asi'
The text was updated successfully, but these errors were encountered: