Several of my GTA IV mods fail to load on start. The three failing mods report the same error on their logs:
Log start: Sat May 23 14:01:58 2009
-----------------------------------------------
[INFO] GTA IV Script Hook 0.2.3 - © 2009, Aru - Initialized
[INFO] Process base address: 0x400000
[INFO] Auto detecting game version
[FATAL] Failed to detect game version
Here's the log of the asi loader itself:
// -- GTA IV ASI LOADER LOG -- //
//-- © Alexander Blade 2008 -- //
E:\WINDOWS\system32\dsound.dll is loaded, address 0x73E50000
Hooking dsound proc named "DirectSoundCreate"
"DirectSoundCreate" hooked, address 0x73E689F1
Hooking dsound proc named "DirectSoundEnumerateA"
"DirectSoundEnumerateA" hooked, address 0x73E694BF
Hooking dsound proc named "DirectSoundEnumerateW"
"DirectSoundEnumerateW" hooked, address 0x73E694DC
Hooking dsound proc named "DllCanUnloadNow"
"DllCanUnloadNow" hooked, address 0x73E7099F
Hooking dsound proc named "DllGetClassObject"
"DllGetClassObject" hooked, address 0x73E713E6
Hooking dsound proc named "DirectSoundCaptureCreate"
"DirectSoundCaptureCreate" hooked, address 0x73E68B6E
Hooking dsound proc named "DirectSoundCaptureEnumerateA"
"DirectSoundCaptureEnumerateA" hooked, address 0x73E694F9
Hooking dsound proc named "DirectSoundCaptureEnumerateW"
"DirectSoundCaptureEnumerateW" hooked, address 0x73E69516
Hooking dsound proc named "GetDeviceID"
"GetDeviceID" hooked, address 0x73E68FF5
Hooking dsound proc named "DirectSoundFullDuplexCreate"
"DirectSoundFullDuplexCreate" hooked, address 0x73E68CE5
Hooking dsound proc named "DirectSoundCreate8"
"DirectSoundCreate8" hooked, address 0x73E68AA8
Hooking dsound proc named "DirectSoundCaptureCreate8"
"DirectSoundCaptureCreate8" hooked, address 0x73E68C22
Loading ASI E:\Program Files (x86)\Rockstar Games\Grand Theft Auto IV\AnyRobbery.asi
ASI loaded : E:\Program Files (x86)\Rockstar Games\Grand Theft Auto IV\AnyRobbery.asi, Address 0x00000000
Loading ASI E:\Program Files (x86)\Rockstar Games\Grand Theft Auto IV\BankRob.asi
ASI loaded : E:\Program Files (x86)\Rockstar Games\Grand Theft Auto IV\BankRob.asi, Address 0x00000000
Loading ASI E:\Program Files (x86)\Rockstar Games\Grand Theft Auto IV\EFC20FIX.asi
ASI loaded : E:\Program Files (x86)\Rockstar Games\Grand Theft Auto IV\EFC20FIX.asi, Address 0x037C0000
Loading ASI E:\Program Files (x86)\Rockstar Games\Grand Theft Auto IV\FileCheckFix.asi
ASI loaded : E:\Program Files (x86)\Rockstar Games\Grand Theft Auto IV\FileCheckFix.asi, Address 0x037D0000
Loading ASI E:\Program Files (x86)\Rockstar Games\Grand Theft Auto IV\VehicleSelector.asi
ASI loaded : E:\Program Files (x86)\Rockstar Games\Grand Theft Auto IV\VehicleSelector.asi, Address 0x00000000
Loading ASI E:\Program Files (x86)\Rockstar Games\Grand Theft Auto IV\VIP103.asi
ASI loaded : E:\Program Files (x86)\Rockstar Games\Grand Theft Auto IV\VIP103.asi, Address 0x03A60000
The mods that aren't loading are the
Vehicle Selector mod and the
Bank/Robbery mod (links to external website). I have the latest GTA Iv patch (1.0.3.0.) However, I am using a crack to load the game, so the vesions of the game excutables may be different. However, the
VIP kill/save mod has no trouble detecting the 1.0.3.0. version:
Log start: Sat May 23 14:01:58 2009
-----------------------------------------------
[INFO] GTA IV Script Hook 0.2.1 - © 2009, Aru - Initialized
[INFO] Process base address: 0x400000
[INFO] Game version 1.0.3 autodetected
[INFO] Awaiting game thread creation
[INFO] Starting custom threads
[INFO] [CustomFiberThread] Thread started
[INFO] [CustomFiberThread] Thread reset
[INFO] [CustomFiberThread] Initializing fibers
[INFO] [CustomFiberThread] Script fiber started
[INFO] [CustomFiberThread] Thread reset
[INFO] [CustomFiberThread] Initializing fibers
[INFO] [CustomFiberThread] Thread is already a primary fiber
[INFO] [CustomFiberThread] Script fiber started
[WARN] [CustomFiberThread] Thread instance is being deleted while still hooked
So, is there a way to get the two offending mods working or are they dysfunctional because of the crack im using?