Jump to content

fastman92 limit adjuster


fastman92

Recommended Posts

Wow thx a lot that works with handling patch applied. May I ask where the 0x384 offset originates? I can't find it in the memory adress documentation.

 

Strangely this does not work anymore when I have IndieVehHanddling installed - whereas accessing the handling line with 0xC2B9DC (start of handling block) + offset works with IndieVehHanddling but not with the handling patch.

Now I just need to find a solution that work with IndieVehHanddling and the handling patch applied at the same time.

Edited by -Anti-
Link to comment
Share on other sites

12 hours ago, -Anti- said:

Wow thx a lot that works with handling patch applied. May I ask where the 0x384 offset originates? I can't find it in the memory adress documentation.

 

Strangely this does not work anymore when I have IndieVehHanddling installed - whereas accessing the handling line with 0xC2B9DC (start of handling block) + offset works with IndieVehHanddling but not with the handling patch.

Now I just need to find a solution that work with IndieVehHanddling and the handling patch applied at the same time.

Please use the asi version of IndirVehicles

https://github.com/JuniorDjjr/IndieVehicles.git

CVehicle structure offset 0x384, you can learn about SDK and various structures:

https://github.com/DK22Pac/plugin-sdk/blob/master/plugin_sa/game_sa/CVehicle.h

 

Edited by XMDS
Link to comment
Share on other sites

On 1/24/2021 at 11:21 AM, XMDS said:

Please use the asi version of IndirVehicles

https://github.com/JuniorDjjr/IndieVehicles.git

CVehicle structure offset 0x384, you can learn about SDK and various structures:

https://github.com/DK22Pac/plugin-sdk/blob/master/plugin_sa/game_sa/CVehicle.h

 

 

thx I'm already using the asi version.

I'll take a closer look at the Cvehicle struct. My scripting knowledge is still very limited but I'll try to learn.

Link to comment
Share on other sites

On 1/23/2021 at 10:18 PM, XMDS said:

Try to use CVehicle to access handing

 

0A97: [email protected] = car [email protected] struct

[email protected] += 0x384

0A8D: 10 = read_memory [email protected] size 4 virtual_protect 0

[email protected] += 0xCC

It's also good to know that the CVehicle structure (CEntity too) is bit different in Android version. Therefore if you do this for Android, then you'd need to use a bit different offset.

 

On 1/21/2021 at 11:11 PM, -Anti- said:

@fastman92 I have a question about the handling patch for SA.

When I apply the handling patch (even without expanding the limit) I cant read the handling lines using their respective memory adresses anymore.

 

eg.

without the handling patch 12761772 reads the handling flags of the Landstalker.

 

    0A8D: [email protected] = read_memory 12761772 size 4 virtual_protect 0          //12761772  = 0xC2B9DC and 0xD0 combined
    01E3: show_text_1number_styled GXT 'NUMBER' number [email protected] time 1000 style 4

 

but with the handling patch applied it just returns 0x0.

 

If this is intended behaviour, could you tell me how I can find out the new memory adresses for the handling lines?

 

 

Also related to this I noticed that (with handling patch apllied) the game crashes when I change handling lines using modloader while the game is running. (And it also changes the values that can be read using the "original/vanilla" memory adresses of the handling lines.

 

Thx for your help

By default: cHandlingDataMgr mod_HandlingManager on 0xC2B9C8
With FLA handling.cfg limits enabled: structure cHandlingDataMgr gets changed and mod_HandlingManager gets moved to new memory address.

If you have a spawned vehicle, if you have a CVehicle* object, then you read pointer to tHandlingData_extended through one of its members (0x384 offset).

 

-------------------------------------------------------

MTA with the FLA 5.7+:

MTA was recently made compatible with different ID limits (max number of files - 65533) and world map size.

Here's how to load the FLA in the MTA.

 

Get the MTA's source code. Learn how to compile and run it.

 

Then Edit file Client\core\Core.cpp.

In function DllMain, at the end of reason DLL_PROCESS_ATTACH add the following lines:

            // Load the FLA
            LoadLibraryA("$fastman92limitAdjuster.asi");

Screenshot:

 

a80e771367921229.jpg

 

Compile and run. Place the FLA in game directory.

 

Notes:
MTA synchronizes vehicle model IDs as one byte value. That's a problem. Only vehicle model IDs between 400 and 655 can be synchronized for the time being.
 

This is only for the FLA 5.7 and higher. Use it for versions lower than 5.7 and your game won't work properly.

Edited by fastman92
Link to comment
Share on other sites

On 1/24/2021 at 3:51 PM, XMDS said:

Please use the asi version of IndirVehicles

https://github.com/JuniorDjjr/IndieVehicles.git

CVehicle structure offset 0x384, you can learn about SDK and various structures:

https://github.com/DK22Pac/plugin-sdk/blob/master/plugin_sa/game_sa/CVehicle.h

 

Hi 

sir please chick this cleo are not working I'm sad please help

{$CLEO .csa}

//-------------MAIN---------------
wait 7
0DD0: [email protected] = get_label_addr @Noname_604 
0DD1: [email protected] = get_func_addr_by_cstr_name [email protected] 
0DD0: [email protected] = get_label_addr @Noname_633 
0DD0: [email protected] = get_label_addr @Noname_648 
0DD3: context_set_reg 1 value [email protected] 
0DD3: context_set_reg 0 value [email protected] 
0DD2: context_call_func [email protected] 
0DD4: [email protected] = context_get_reg 0 
if 
  [email protected] == 0 
jf @Noname_99 
end_thread 

:Noname_99
0DD0: [email protected] = get_label_addr @Noname_876 
gosub @Noname_186 
gosub @Noname_395 
if and
  [email protected] == 0 
  [email protected] == 0 
jf @Noname_311 
0DD8: [email protected] = read_mem_addr [email protected] size 4 add_ib 0 
01E5: show_text_1number_highpriority GXT 'LOW_38' number [email protected] time 5000 flag 1  // ~s~You need $~1~ to compete.
wait 5000 
end_thread 

:Noname_186
0DD0: [email protected] = get_label_addr @Noname_650 
0DD1: [email protected] = get_func_addr_by_cstr_name [email protected] 
0DD0: [email protected] = get_label_addr @Noname_885 
0DD3: context_set_reg 2 value 512 
0DD3: context_set_reg 1 value [email protected] 
0DD3: context_set_reg 0 value [email protected] 
0DD2: context_call_func [email protected] 
0DD4: [email protected] = context_get_reg 0 
if 
   not [email protected] == 0 
jf @Noname_311 
0DD8: [email protected] = read_mem_addr [email protected] size 1 add_ib 0 
if and
   not [email protected] == 35 
   not [email protected] == 10 
   not [email protected] == 91 
jf @Noname_186 
return 

:Noname_311
0DD0: [email protected] = get_label_addr @Noname_677 
0DD1: [email protected] = get_func_addr_by_cstr_name [email protected] 
0DD3: context_set_reg 0 value [email protected] 
0DD2: context_call_func [email protected] 
0DD4: [email protected] = context_get_reg 0 
if 
  [email protected] == 0 
jf @Noname_311 
end_thread 

:Noname_395
0DD0: [email protected] = get_label_addr @Noname_812 
0DD0: [email protected] = get_label_addr @Noname_860 

:Noname_415
0DD0: [email protected] = get_label_addr @Noname_791 
0DD1: [email protected] = get_func_addr_by_cstr_name [email protected] 
0DD0: [email protected] = get_label_addr @Noname_798 
0DD0: [email protected] = get_label_addr @Noname_821 
0DD0: [email protected] = get_label_addr @Noname_853 
0DD3: context_set_reg 3 value [email protected] 
0DD3: context_set_reg 2 value [email protected] 
0DD3: context_set_reg 1 value [email protected] 
0DD3: context_set_reg 0 value [email protected] 
0DD2: context_call_func [email protected] 
0DD3: context_set_reg 2 value [email protected] 
0DD3: context_set_reg 1 value [email protected] 
0DD3: context_set_reg 0 value [email protected] 
0DD2: context_call_func [email protected] 
0DD0: [email protected] = get_label_addr @Noname_865 
0DD1: [email protected] = get_func_addr_by_cstr_name [email protected] 
0DD3: context_set_reg 1 value [email protected] 
0DD3: context_set_reg 0 value [email protected] 
0DD2: context_call_func [email protected] 
0DD4: [email protected] = context_get_reg 0 
0DD0: [email protected] = get_label_addr @Noname_855 
0DD3: context_set_reg 1 value [email protected] 
0DD3: context_set_reg 0 value [email protected] 
0DD2: context_call_func [email protected] 
0DD4: [email protected] = context_get_reg 0 
return 


:Noname_604 
hex
"_ZN8CFileMgr8OpenFileEPKcS1_" 00
end

:Noname_633
hex
"TEST\Config.ini" 00
end

:Noname_648
hex
"r" 00
end
:Noname_876  
hex
"ACTIVATE" 00
end
:Noname_650 
hex
"_ZN8CFileMgr8ReadLineEiPci" 00
end
:Noname_885 
hex
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00
end
:Noname_677 
hex
"_ZN8CFileMgr9CloseFileEi" 00
end
:Noname_812 
hex
"%*s%*s%f" 00
end
:Noname_860 
hex
00 00 00 00 00
end
:Noname_791 
hex
"sscanf" 00
end
:Noname_798 
hex
"%s%s" 00
end
:Noname_821 
hex
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
end
:Noname_853 
hex
00 00
end
:Noname_865  
hex
00 00 00 
end
:Noname_855 
hex
3D 00
  • Bruh 2
Link to comment
Share on other sites

 

Yeah cool, on android device

still waiting for version 5.7

 

Starting fastman92 limit adjuster 5.6, compilation time: Jul 12 2020 06:39:52 (UTC)
Website: http://fastman92.com

Launch time: 26-1-2021 19:12:22 (UTC)
Launched during the night.

Solution platform: ANDROID_ARM32
Game detected: GTA SA 2.00
Game uses dynamic image base? Yes
Game preferred image base: 0x0
Game current image base: 0xB8001000

Number of FLA modules: 67
Delayed processing of limits? Yes

Package name: com.rockstargames.gtasa
Root base directory: /storage/emulated/0
Root directory: /storage/emulated/0/Android/data/com.rockstargames.gtasa/files/
Initial directory: /
Cache directory: /data/user/0/com.rockstargames.gtasa/cache
INI filename: fastman92limitAdjuster_GTASA.ini

Global exception handler has been registered.
---------------------------------------------
At least one ID limit is changed. ID limits will be patched.
COL ID limit is over 256 and requires something more than uint8_t. Applying COL ID uint32_t patches.

New ID limits:
0 - 19999 (20000) - DFF models defined within IDE files
20000 - 29999 (10000) - TXD texture archives.
30000 - 30999 (1000) - COL collision archives.
31000 - 31255 (256) - IPL Binary IPL files.
31256 - 31319 (64) - DAT files limited to nodes*.dat
31320 - 31499 (180) - IFP animation archives.
31500 - 31974 (475) - RRR car recordings, carrec*.rrr files
31975 - 32056 (82) - SCM scripts
32057 - 32058 (2) - Loaded list
32059 - 32060 (2) - Requested list
32061 - count of all file IDs


Addresses:
CModelInfo::ms_modelInfoPtrs: 0xB891ECB8
CStreaming::ms_aInfoForModel: 0xEA461C00
CAnimManager::ms_aAnimBlocks: 0xB8941AFC
CVehicleRecording::StreamingArray: 0xB87B5FB4
CTheScripts::StreamedScripts: 0xB8813194

Format of new savefiles will be different: patch for enhanced format of model flags block is applied!
---------------------------------------------
Modified count of killable model IDs: 19998
---------------------------------------------
---------------------------------------------
Enabling handling.cfg limit adjuster.
New limits:
Number of standard lines = 410
Number of bike lines = 23
Number of flying lines = 24
Number of boat lines = 12
Number of animation group lines = 30

&mod_HandlingManager = 0xEA502240, sizeof(mod_HandlingManager) = 0x1A4D0
---------------------------------------------
Modified limit of DYNAMIC LIMITS: VehicleStructs to: 412
---------------------------------------------
Modified limit of DYNAMIC LIMITS: rwObjectInstances to: 30000
---------------------------------------------
Modified limit of DYNAMIC LIMITS: Matrices to: 10000
---------------------------------------------
Modified limit of DYNAMIC LIMITS: PtrNode Singles to: 100000
---------------------------------------------
Modified limit of DYNAMIC LIMITS: PtrNode Doubles to: 10000
---------------------------------------------
Modified limit of DYNAMIC LIMITS: EntryInfoNodes to: 1000
---------------------------------------------
Modified limit of DYNAMIC LIMITS: ColModels to: 100000
---------------------------------------------
Modified limit of IPL:inst, buildings to: 30000
---------------------------------------------
Modified limit of IPL:inst, dummies to: 30000
---------------------------------------------
Modified limit of IPL: entity index array to: 30000
---------------------------------------------
Modified limit of IDE:objs:type1 section to 15000
---------------------------------------------
Modified limit of IDE:objs:type2 section to 7500
---------------------------------------------
Modified limit of IDE:cars section to 422
---------------------------------------------
Modified limit of IDE:peds section to 478
---------------------------------------------
Modified limit of OTHER LIMITS: Collision size to: 65536
---------------------------------------------
Modified limit of OTHER LIMITS: Object info entries to: 1000
---------------------------------------------
SPECIAL: Alter file loading order enabled.
---------------------------------------------
SPECIAL: Remove LOD DFF requirement to hold native data enabled.
---------------------------------------------
---------------------------------------------
Vehicle audio loader is enabled
---------------------------------------------
Trying to load CLEO: /data/app/com.rockstargames.gtasa-A80QYkQOID8f4SizgmI64w==/lib/arm/libcleo.so
CLEO loaded
Number of memory changes made: 356
---------------------------------------------

Spoiler

☕

Edited by windyarga
I've got 80% succesfull, without bug or crash
Link to comment
Share on other sites

On 1/26/2021 at 9:02 AM, fastman92 said:

This is only for the FLA 5.7 and higher. Use it for versions lower than 5.7 and your game won't work properly.

 

When version 5.7 will be available for download?

Link to comment
Share on other sites

Is Cleo Mods Incompatible with Limit Adjuster, I use both FLA and OLA, but when I use Cleo Mods with them then the game crashed, I use first person Cleo mod and free move camera mod.

Link to comment
Share on other sites

On 1/24/2021 at 2:48 AM, XMDS said:

Try to use CVehicle to access handing

 

0A97: [email protected] = car [email protected] struct

[email protected] += 0x384

0A8D: 10 = read_memory [email protected] size 4 virtual_protect 0

[email protected] += 0xCC

Hi 

sir please chick this cleo are not working I'm sad please help

{$CLEO .csa}

//-------------MAIN---------------
wait 7
0DD0: [email protected] = get_label_addr @Noname_604 
0DD1: [email protected] = get_func_addr_by_cstr_name [email protected] 
0DD0: [email protected] = get_label_addr @Noname_633 
0DD0: [email protected] = get_label_addr @Noname_648 
0DD3: context_set_reg 1 value [email protected] 
0DD3: context_set_reg 0 value [email protected] 
0DD2: context_call_func [email protected] 
0DD4: [email protected] = context_get_reg 0 
if 
  [email protected] == 0 
jf @Noname_99 
end_thread 

:Noname_99
0DD0: [email protected] = get_label_addr @Noname_876 
gosub @Noname_186 
gosub @Noname_395 
if and
  [email protected] == 0 
  [email protected] == 0 
jf @Noname_311 
0DD8: [email protected] = read_mem_addr [email protected] size 4 add_ib 0 
01E5: show_text_1number_highpriority GXT 'LOW_38' number [email protected] time 5000 flag 1  // ~s~You need $~1~ to compete.
wait 5000 
end_thread 

:Noname_186
0DD0: [email protected] = get_label_addr @Noname_650 
0DD1: [email protected] = get_func_addr_by_cstr_name [email protected] 
0DD0: [email protected] = get_label_addr @Noname_885 
0DD3: context_set_reg 2 value 512 
0DD3: context_set_reg 1 value [email protected] 
0DD3: context_set_reg 0 value [email protected] 
0DD2: context_call_func [email protected] 
0DD4: [email protected] = context_get_reg 0 
if 
   not [email protected] == 0 
jf @Noname_311 
0DD8: [email protected] = read_mem_addr [email protected] size 1 add_ib 0 
if and
   not [email protected] == 35 
   not [email protected] == 10 
   not [email protected] == 91 
jf @Noname_186 
return 

:Noname_311
0DD0: [email protected] = get_label_addr @Noname_677 
0DD1: [email protected] = get_func_addr_by_cstr_name [email protected] 
0DD3: context_set_reg 0 value [email protected] 
0DD2: context_call_func [email protected] 
0DD4: [email protected] = context_get_reg 0 
if 
  [email protected] == 0 
jf @Noname_311 
end_thread 

:Noname_395
0DD0: [email protected] = get_label_addr @Noname_812 
0DD0: [email protected] = get_label_addr @Noname_860 

:Noname_415
0DD0: [email protected] = get_label_addr @Noname_791 
0DD1: [email protected] = get_func_addr_by_cstr_name [email protected] 
0DD0: [email protected] = get_label_addr @Noname_798 
0DD0: [email protected] = get_label_addr @Noname_821 
0DD0: [email protected] = get_label_addr @Noname_853 
0DD3: context_set_reg 3 value [email protected] 
0DD3: context_set_reg 2 value [email protected] 
0DD3: context_set_reg 1 value [email protected] 
0DD3: context_set_reg 0 value [email protected] 
0DD2: context_call_func [email protected] 
0DD3: context_set_reg 2 value [email protected] 
0DD3: context_set_reg 1 value [email protected] 
0DD3: context_set_reg 0 value [email protected] 
0DD2: context_call_func [email protected] 
0DD0: [email protected] = get_label_addr @Noname_865 
0DD1: [email protected] = get_func_addr_by_cstr_name [email protected] 
0DD3: context_set_reg 1 value [email protected] 
0DD3: context_set_reg 0 value [email protected] 
0DD2: context_call_func [email protected] 
0DD4: [email protected] = context_get_reg 0 
0DD0: [email protected] = get_label_addr @Noname_855 
0DD3: context_set_reg 1 value [email protected] 
0DD3: context_set_reg 0 value [email protected] 
0DD2: context_call_func [email protected] 
0DD4: [email protected] = context_get_reg 0 
return 


:Noname_604 
hex
"_ZN8CFileMgr8OpenFileEPKcS1_" 00
end

:Noname_633
hex
"TEST\Config.ini" 00
end

:Noname_648
hex
"r" 00
end
:Noname_876  
hex
"ACTIVATE" 00
end
:Noname_650 
hex
"_ZN8CFileMgr8ReadLineEiPci" 00
end
:Noname_885 
hex
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00
end
:Noname_677 
hex
"_ZN8CFileMgr9CloseFileEi" 00
end
:Noname_812 
hex
"%*s%*s%f" 00
end
:Noname_860 
hex
00 00 00 00 00
end
:Noname_791 
hex
"sscanf" 00
end
:Noname_798 
hex
"%s%s" 00
end
:Noname_821 
hex
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
end
:Noname_853 
hex
00 00
end
:Noname_865  
hex
00 00 00 
end
:Noname_855 
hex
3D 00
  • Bruh 1
Link to comment
Share on other sites

Starting fastman92 limit adjuster 5.6, compilation time: Jul 12 2020 06:39:52 (UTC)
Website: http://fastman92.com

Launch time: 4-2-2021 6:38:14 (UTC)
Launched during the day.

Solution platform: ANDROID_ARM32
Game detected: GTA III 1.8
Game uses dynamic image base? Yes
Game preferred image base: 0x0
Game current image base: 0xCF994000

Number of FLA modules: 67
Delayed processing of limits? Yes

Package name: com.rockstar.gta3
Root base directory: /storage/emulated/0
Root directory: /storage/emulated/0/Android/data/com.rockstar.gta3/files/GTA3
Initial directory: /
Cache directory: /data/user/0/com.rockstar.gta3/cache
INI filename: fastman92limitAdjuster_GTAIII.ini

Global exception handler has been registered.
---------------------------------------------
---------------------------------------------
SPECIAL: Alter file loading order enabled.
---------------------------------------------
---------------------------------------------
Trying to load CLEO: /data/app/com.rockstar.gta3-N2-CNIsR2AeY2xCyoQmLkQ==/lib/arm/libcleo.so
CLEO loaded
Number of memory changes made: 9
---------------------------------------------

Game has crashed, here's a crash log:
Current process ID: 6494
Current thread ID: 6521
Exception address: 0x00000687 (module not found)
Exception signal: 11 (SIGSEGV)
Exception code: 0x1 (SEGV_MAPERR)

General registers:
R0 : 0x000000FF (255)
R1 : 0x3F8E38E4 (1066285284)
R2 : 0x3F7FBE77 (1065336439)
R3 : 0x44870000 (1149698048)
R4 : 0x3A800000 (981467136)
R5 : 0xCF894F1C (-813084900)
R6 : 0xCF894F20 (-813084896)
R7 : 0xD000EAC0 (-805246272)
R8 : 0x00000687 (1671)
R9 : 0xCFEAE100 (-806690560)
R10: 0xCFB4CF20 (-810234080)
R11: 0xCFEAE100 (-806690560)
R12: 0x3F800000 (1065353216)
SP : 0xCF894EC8 (-813084984)
LR : 0x00000000 (0)
PC : 0xCFBFE9F6 (-809506314) ["libR1.so"+0x26A9F6]
PSR : 0x20070030 (537329712)

Link to comment
Share on other sites

On 2/4/2021 at 8:37 PM, Meng Fan said:

Starting fastman92 limit adjuster 5.6, compilation time: Jul 12 2020 06:39:52 (UTC)
Website: http://fastman92.com

Launch time: 4-2-2021 6:38:14 (UTC)
Launched during the day.

Solution platform: ANDROID_ARM32
Game detected: GTA III 1.8
Game uses dynamic image base? Yes
Game preferred image base: 0x0
Game current image base: 0xCF994000

Number of FLA modules: 67
Delayed processing of limits? Yes

Package name: com.rockstar.gta3
Root base directory: /storage/emulated/0
Root directory: /storage/emulated/0/Android/data/com.rockstar.gta3/files/GTA3
Initial directory: /
Cache directory: /data/user/0/com.rockstar.gta3/cache
INI filename: fastman92limitAdjuster_GTAIII.ini

Global exception handler has been registered.
---------------------------------------------
---------------------------------------------
SPECIAL: Alter file loading order enabled.
---------------------------------------------
---------------------------------------------
Trying to load CLEO: /data/app/com.rockstar.gta3-N2-CNIsR2AeY2xCyoQmLkQ==/lib/arm/libcleo.so
CLEO loaded
Number of memory changes made: 9
---------------------------------------------

Game has crashed, here's a crash log:
Current process ID: 6494
Current thread ID: 6521
Exception address: 0x00000687 (module not found)
Exception signal: 11 (SIGSEGV)
Exception code: 0x1 (SEGV_MAPERR)

General registers:
R0 : 0x000000FF (255)
R1 : 0x3F8E38E4 (1066285284)
R2 : 0x3F7FBE77 (1065336439)
R3 : 0x44870000 (1149698048)
R4 : 0x3A800000 (981467136)
R5 : 0xCF894F1C (-813084900)
R6 : 0xCF894F20 (-813084896)
R7 : 0xD000EAC0 (-805246272)
R8 : 0x00000687 (1671)
R9 : 0xCFEAE100 (-806690560)
R10: 0xCFB4CF20 (-810234080)
R11: 0xCFEAE100 (-806690560)
R12: 0x3F800000 (1065353216)
SP : 0xCF894EC8 (-813084984)
LR : 0x00000000 (0)
PC : 0xCFBFE9F6 (-809506314) ["libR1.so"+0x26A9F6]
PSR : 0x20070030 (537329712)

Starting fastman92 limit adjuster 5.6, compilation time: Jul 12 2020 06:39:52 (UTC)
Website: http://fastman92.com

Launch time: 7-2-2021 2:43:04 (UTC)
Launched during the day.

Solution platform: ANDROID_ARM32
Game detected: GTA III 1.8
Game uses dynamic image base? Yes
Game preferred image base: 0x0
Game current image base: 0xCFC84000

Number of FLA modules: 67
Delayed processing of limits? Yes

Package name: com.rockstar.gta3
Root base directory: /storage/emulated/0
Root directory: /storage/emulated/0/Android/data/com.rockstar.gta3/files/GTA3
Initial directory: /
Cache directory: /data/user/0/com.rockstar.gta3/cache
INI filename: fastman92limitAdjuster_GTAIII.ini

Global exception handler has been registered.
---------------------------------------------
---------------------------------------------
SPECIAL: Alter file loading order enabled.
---------------------------------------------
---------------------------------------------
Trying to load CLEO: /data/app/com.rockstar.gta3-E8EH_RHLz3nbyEbqxJ10gw==/lib/arm/libcleo.so
CLEO loaded
Number of memory changes made: 9
---------------------------------------------

Game has crashed, here's a crash log:
Current process ID: 17588
Current thread ID: 17621
Exception address: 0x00000687 (module not found)
Exception signal: 11 (SIGSEGV)
Exception code: 0x1 (SEGV_MAPERR)

General registers:
R0 : 0x000000FF (255)
R1 : 0x3F8E38E4 (1066285284)
R2 : 0x3F7FBE77 (1065336439)
R3 : 0x44870000 (1149698048)
R4 : 0x3A800000 (981467136)
R5 : 0xCF6FEF1C (-814747876)
R6 : 0xCF6FEF20 (-814747872)
R7 : 0xD02FEAC0 (-802166080)
R8 : 0x00000687 (1671)
R9 : 0xD019E100 (-803610368)
R10: 0xCFE3CF20 (-807153888)
R11: 0xD019E100 (-803610368)
R12: 0x3F800000 (1065353216)
SP : 0xCF6FEEC8 (-814747960)
LR : 0x00000000 (0)
PC : 0xCFEEE9F6 (-806426122) ["libR1.so"+0x26A9F6]
PSR : 0x20070030 (537329712)

Link to comment
Share on other sites

Im having this problem

Starting fastman92 limit adjuster 5.1, compilation time: Feb 13 2020 20:34:18 (UTC)
Website: http://fastman92.com

Launch time: 7-2-2021 14:09:31 (UTC)
Launched during the day.

Solution platform: WIN_X86
FASTMAN92_LIMIT_ADJUSTER_RELEASE_DIRECTORY is not defined. Documentation files will not be written.
Game detected: GTA SA 1.0 US HOODLUM 14383616 bytes
Game uses dynamic image base? No
Game preferred image base: 0x400000
Game current image base: 0x400000

Delayed processing of limits? No

Root base directory: 
Root directory: D:\GTA V
Initial directory: D:\GTA V
INI filename: fastman92limitAdjuster_GTASA.ini

Global exception handler has been registered.
---------------------------------------------
---------------------------------------------
Modified limit of IDE:objs:type1 section to 14017
---------------------------------------------
Modified limit of IDE:peds section to 280
---------------------------------------------
Error reporting going to be applied.
GTA_ERROR_ATTEMPT_TO_LOAD_OBJECT_INSTANCE_WITH_UNDEFINED_ID enabled.
GTA_ERROR_MODEL_DOES_NOT_HAVE_COLLISION_LOADED enabled.
GTA_ERROR_CAR_GENERATOR_WITH_INVALID_MODEL_ID_IS_GETTING_REGISTERED enabled.
GTA_ERROR_IMG_ARCHIVE_NEEDS_REBUILDING enabled.
GTA_ERROR_STREAM_HANDLES_LIMIT_EXCEEDED enabled.
Error reporting is applied now.
---------------------------------------------
---------------------------------------------
Number of memory changes made: 77
---------------------------------------------

Game has crashed, here's a crash log:
Current process ID: 216
Current thread ID: 3592
Last file to be loaded: DATA\FONTS.DAT
Last library loaded: C:\WINDOWS\SYSTEM32\d3d9.dll
Exception address: 0x76F7ADD5 ("ntdll.dll"+0x4ADD5)
Exception code: 0xC0000005 (EXCEPTION_ACCESS_VIOLATION)
Inaccessible memory address: 0x24

General registers:
EAX: 0x00000024 (36)
EBX: 0x00B71848 (11999304)
ECX: 0x00000020 (32)
EDX: 0x003F0000 (4128768)
ESI: 0x00000000 (0)
EDI: 0x00B71848 (11999304)
EBP: 0x0177F77C (24639356)
ESP: 0x0177F778 (24639352)
EIP: 0x76F7ADD5 (1995943381) ["ntdll.dll"+0x4ADD5]
EFL: 0x00010206 (66054)

Segment registers:
CS: 0023
DS: 002B
ES: 002B
FS: 0053
GS: 002B
SS: 002B

FPU registers:
ST0: 25.306667 bytes: 00 00 00 00 00 0E 74 CA 03 40
ST1: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
ST2: -0.241845 bytes: 00 00 00 00 00 2A A6 F7 FC BF
ST3: 0.969846 bytes: 00 00 00 00 00 D8 47 F8 FE 3F
ST4: 0.241845 bytes: 00 00 00 00 00 2A A6 F7 FC 3F
ST5: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
ST6: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST7: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
CTRL: 007F
STAT: 0124
TAGS: FFFF

MMX registers, 8 bytes:
MM0: 00 00 00 00 00 0E 74 CA
MM1: 00 00 00 00 00 00 00 80
MM2: 00 00 00 00 00 2A A6 F7
MM3: 00 00 00 00 00 D8 47 F8
MM4: 00 00 00 00 00 2A A6 F7
MM5: 00 00 00 00 00 00 00 80
MM6: 00 00 00 00 00 00 00 00
MM7: 00 00 00 00 00 00 00 00

XMM registers, 16 bytes:
XMM0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM1: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM2: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM3: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM4: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM6: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Module list
; Path    Module file size        Base    Size of image    Entry point
D:\GTA V\gta_sa.exe    14383616    0x00400000    0x01177000    0x00824570
C:\WINDOWS\SYSTEM32\ntdll.dll    1665192    0x76F30000    0x0019A000    0x00000000
C:\WINDOWS\System32\KERNEL32.DLL    628416    0x755F0000    0x000E0000    0x75605F70
C:\WINDOWS\System32\KERNELBASE.dll    2092336    0x76530000    0x001FF000    0x7661DF90
C:\WINDOWS\SYSTEM32\apphelp.dll    635904    0x70F70000    0x0009F000    0x70FA8CD0
C:\WINDOWS\SYSTEM32\AcGenral.DLL    2399232    0x6CE10000    0x00251000    0x6CE40F30
C:\WINDOWS\System32\msvcrt.dll    776472    0x75E70000    0x000BF000    0x75EA5B00
C:\WINDOWS\System32\sechost.dll    480344    0x74980000    0x00076000    0x74992640
C:\WINDOWS\System32\RPCRT4.dll    767984    0x748C0000    0x000BB000    0x748FBDD0
C:\WINDOWS\System32\SspiCli.dll    146640    0x74670000    0x00025000    0x7467CEF0
C:\WINDOWS\System32\CRYPTBASE.dll    31752    0x74660000    0x0000A000    0x74662A40
C:\WINDOWS\System32\bcryptPrimitives.dll    389952    0x759F0000    0x00060000    0x75A22890
C:\WINDOWS\System32\SHLWAPI.dll    275240    0x746A0000    0x00044000    0x746B7AA0
C:\WINDOWS\System32\combase.dll    2585592    0x75F80000    0x00276000    0x760B26F0
C:\WINDOWS\System32\ucrtbase.dll    1182744    0x758D0000    0x00120000    0x758FA960
C:\WINDOWS\System32\GDI32.dll    127576    0x76250000    0x00021000    0x76254B50
C:\WINDOWS\System32\win32u.dll    89344    0x76510000    0x00017000    0x00000000
C:\WINDOWS\System32\gdi32full.dll    1421408    0x75750000    0x0015C000    0x75811060
C:\WINDOWS\System32\msvcp_win.dll    501000    0x75B10000    0x0007C000    0x75B26760
C:\WINDOWS\System32\USER32.dll    1668336    0x76280000    0x00198000    0x762AC9F0
C:\WINDOWS\System32\ole32.dll    1009200    0x75BD0000    0x000F7000    0x75C0A0D0
C:\WINDOWS\System32\advapi32.dll    487784    0x75DE0000    0x00079000    0x75DF7450
C:\WINDOWS\System32\OLEAUT32.dll    593416    0x76CC0000    0x00092000    0x76CF54D0
C:\WINDOWS\System32\SHELL32.dll    5770856    0x76730000    0x0057B000    0x76898B30
C:\WINDOWS\System32\cfgmgr32.dll    236520    0x75B90000    0x0003B000    0x75B9CF50
C:\WINDOWS\System32\shcore.dll    537656    0x74F80000    0x00084000    0x74FC14A0
C:\WINDOWS\System32\windows.storage.dll    6071392    0x75020000    0x005C1000    0x7521B910
C:\WINDOWS\System32\profapi.dll    102760    0x758B0000    0x0001B000    0x758BA3A0
C:\WINDOWS\System32\powrprof.dll    267528    0x75F30000    0x00043000    0x75F36D40
C:\WINDOWS\System32\UMPDC.dll    46656    0x74B20000    0x0000D000    0x74B27450
C:\WINDOWS\System32\kernel.appcore.dll    51632    0x76CB0000    0x0000F000    0x76CB46E0
C:\WINDOWS\System32\cryptsp.dll    68192    0x76E80000    0x00013000    0x76E85D20
C:\WINDOWS\SYSTEM32\UxTheme.dll    477184    0x6E4D0000    0x0007A000    0x6E50B660
C:\WINDOWS\SYSTEM32\WINMM.dll    134320    0x6DAD0000    0x00024000    0x6DAD4350
C:\WINDOWS\SYSTEM32\samcli.dll    70144    0x72CF0000    0x00015000    0x72CF5980
C:\WINDOWS\SYSTEM32\MSACM32.dll    93680    0x703F0000    0x00019000    0x703F4420
C:\WINDOWS\SYSTEM32\VERSION.dll    27328    0x74480000    0x00008000    0x744817F0
C:\WINDOWS\SYSTEM32\USERENV.dll    117208    0x74640000    0x0001E000    0x74647460
C:\WINDOWS\SYSTEM32\dwmapi.dll    135000    0x6DA80000    0x00025000    0x6DA85290
C:\WINDOWS\SYSTEM32\urlmon.dll    1693696    0x6D2A0000    0x001AC000    0x6D326620
C:\WINDOWS\SYSTEM32\WINSPOOL.DRV    415744    0x6C6C0000    0x0006B000    0x6C6D4120
C:\WINDOWS\System32\bcrypt.dll    96032    0x76E60000    0x00019000    0x76E69380
C:\WINDOWS\SYSTEM32\MPR.dll    89856    0x6DFF0000    0x00018000    0x6DFF3490
C:\WINDOWS\SYSTEM32\WINMMBASE.dll    131176    0x6D480000    0x00023000    0x6D4887E0
C:\WINDOWS\SYSTEM32\iertutil.dll    2263296    0x6D070000    0x0022A000    0x6D229CC0
C:\WINDOWS\SYSTEM32\PROPSYS.dll    801832    0x6F280000    0x000C6000    0x6F2E8F30
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL    196776    0x74550000    0x00032000    0x7455C320
C:\WINDOWS\SYSTEM32\AcLayers.DLL    407040    0x6C2A0000    0x0028A000    0x6C2BDB40
C:\WINDOWS\System32\SETUPAPI.dll    4518336    0x74B30000    0x00449000    0x74B616E0
C:\WINDOWS\SYSTEM32\sfc.dll    2560    0x66680000    0x00003000    0x00000000
C:\WINDOWS\SYSTEM32\sfc_os.DLL    40960    0x6F210000    0x0000F000    0x6F215D60
C:\WINDOWS\SYSTEM32\SortWindows61.dll    41984    0x70F60000    0x0000F000    0x70F69960
C:\WINDOWS\System32\IMM32.DLL    143808    0x75AE0000    0x00025000    0x75AE4390
C:\WINDOWS\System32\WS2_32.dll    379840    0x764B0000    0x0005E000    0x764C5270
D:\GTA V\vorbisfile.dll    53760    0x6DFD0000    0x00011000    0x6DFD197B
D:\GTA V\EAX.DLL    188416    0x10000000    0x00030000    0x1001A472
D:\GTA V\vorbishooked.DLL    65536    0x001D0000    0x00011000    0x001D4C98
D:\GTA V\vorbis.dll    1060864    0x03EF0000    0x00108000    0x03F03F7C
D:\GTA V\ogg.dll    36864    0x017D0000    0x00009000    0x017D302E
D:\GTA V\$fastman92limitAdjuster.asi    11243008    0x6B7D0000    0x00AC9000    0x6B8D7A57
C:\WINDOWS\System32\PSAPI.DLL    17008    0x74A00000    0x00006000    0x74A014D0
D:\GTA V\MinHook.x86.dll    14848    0x703E0000    0x00007000    0x00000000
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.18362.1256_none_bb620395ec90b7a9\COMCTL32.dll    568136    0x6D510000    0x0008D000    0x6D5771E0
D:\GTA V\zlib1.dll    107520    0x62E80000    0x00022000    0x62E81440
D:\GTA V\DllTricks.dll    33792    0x70E30000    0x0000D000    0x70E3147F
D:\GTA V\CLEO.asi    264704    0x6DF60000    0x0006B000    0x6DF6E484
D:\GTA V\BASS.dll    107584    0x11000000    0x0004D000    0x1104C036
D:\GTA V\cleo\FileSystemOperations.cleo    65024    0x6DAB0000    0x00014000    0x6DAB1203
D:\GTA V\cleo\IniFiles.cleo    81920    0x6D4F0000    0x00018000    0x6D4F13AC
D:\GTA V\cleo\IntOperations.cleo    58368    0x6D4D0000    0x00013000    0x6D4D1181
D:\GTA V\modloader.asi    700928    0x6B710000    0x000B2000    0x6B764637
C:\WINDOWS\SYSTEM32\dbghelp.dll    1521664    0x6DDC0000    0x0018F000    0x6DDFAF90
D:\GTA V\skygrad.asi    13312    0x6DA70000    0x00007000    0x6DA7211E
C:\WINDOWS\SYSTEM32\MSVCR100.dll    773968    0x6B650000    0x000BF000    0x6B661DFC
D:\GTA V\modloader\.data\plugins\gta3\std.asi.dll    285184    0x6CDC0000    0x0004A000    0x6CDDF29F
D:\GTA V\modloader\.data\plugins\gta3\std.bank.dll    293888    0x6B600000    0x0004F000    0x6B61E5D7
D:\GTA V\modloader\.data\plugins\gta3\std.data.dll    3527680    0x6B290000    0x00364000    0x6B4B3D47
D:\GTA V\modloader\.data\plugins\gta3\std.fx.dll    399872    0x6B220000    0x00067000    0x6B24E370
D:\GTA V\modloader\.data\plugins\gta3\std.movies.dll    174080    0x6B1F0000    0x00030000    0x6B1FF2F3
D:\GTA V\modloader\.data\plugins\gta3\std.scm.dll    174080    0x6ADF0000    0x00030000    0x6ADFF18D
D:\GTA V\modloader\.data\plugins\gta3\std.sprites.dll    482304    0x6AD70000    0x0007B000    0x6ADA014A
D:\GTA V\modloader\.data\plugins\gta3\std.stream.dll    584192    0x68910000    0x00094000    0x68956ECA
D:\GTA V\modloader\.data\plugins\gta3\std.text.dll    206336    0x677A0000    0x00037000    0x677B2BCE
D:\GTA V\modloader\.data\plugins\gta3\std.tracks.dll    212992    0x67760000    0x00039000    0x677752EA
C:\WINDOWS\SYSTEM32\dxcore.dll    85416    0x6C940000    0x00019000    0x6C94C890
C:\WINDOWS\SYSTEM32\DDRAW.dll    528896    0x67670000    0x000E9000    0x67681280
C:\WINDOWS\SYSTEM32\DCIMAN32.dll    11776    0x6D4C0000    0x00007000    0x6D4C2020
C:\WINDOWS\SYSTEM32\dxgi.dll    775768    0x6C960000    0x000C1000    0x6C993FB0
C:\WINDOWS\SYSTEM32\DSOUND.dll    490496    0x5D4C0000    0x0007E000    0x5D4EE890
C:\WINDOWS\System32\clbcatq.dll    512304    0x756D0000    0x00080000    0x756F0630
C:\WINDOWS\System32\MMDevApi.dll    383984    0x5D450000    0x00062000    0x5D476250
C:\WINDOWS\System32\DEVOBJ.dll    137864    0x69C50000    0x00023000    0x69C597C0
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL    1154968    0x5D330000    0x0011E000    0x5D373780
C:\WINDOWS\SYSTEM32\wintypes.dll    894032    0x68710000    0x000DA000    0x68782E80
C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll    52152    0x6D4B0000    0x0000F000    0x6D4B4280
C:\WINDOWS\System32\MSCTF.dll    1053120    0x75CD0000    0x00103000    0x75D29750
D:\GTA V\DINPUT8.dll    208896    0x70000000    0x0003C000    0x7001FBA3
C:\WINDOWS\SYSTEM32\HID.DLL    28160    0x6D470000    0x0000B000    0x6D471F30
C:\WINDOWS\System32\WINTRUST.dll    285568    0x76200000    0x00046000    0x76215B80
C:\WINDOWS\System32\MSASN1.dll    50608    0x75010000    0x0000E000    0x75015630
C:\WINDOWS\System32\CRYPT32.dll    1020032    0x76D60000    0x000FB000    0x76DB2790
C:\WINDOWS\SYSTEM32\DINPUT.DLL    134656    0x688E0000    0x00026000    0x688FB6F0
C:\WINDOWS\SYSTEM32\inputhost.dll    793840    0x5D260000    0x000C2000    0x5D301FD0
C:\WINDOWS\SYSTEM32\CoreUIComponents.dll    2491032    0x6D5A0000    0x0025E000    0x6D60B720
C:\WINDOWS\SYSTEM32\CoreMessaging.dll    553664    0x70E40000    0x00089000    0x70E927B0
C:\WINDOWS\SYSTEM32\ntmarta.dll    152896    0x73C40000    0x00029000    0x73C48030
C:\WINDOWS\SYSTEM32\d3d9.dll    1617088    0x5E6E0000    0x0018E000    0x5E75ACA0
C:\WINDOWS\SYSTEM32\igdumd32.dll    11330576    0x5DC40000    0x00A9D000    0x5E130BEF
C:\WINDOWS\System32\TextInputFramework.dll    531472    0x70ED0000    0x00084000    0x70F06690
Game terminated.

Link to comment
Share on other sites

Hey @fastman92.

 

I am having a problem:

If I save a game with the player having an added weapon, remove the weapon from the game, and then load the saved game, a crash occurs. But here's the thing: the crash only occurs if fastman92 Limit Adjuster is installed. If I remove fastman92 Limit Adjuster along with the added weapon, then the crash no longer occurs; the fist appears instead. Do you think that fastman92 Limit Adjuster could replicate the vanilla behavior, where removing the added weapon from the game does not cause a crash?

 

fastman92limitAdjuster.log

Link to comment
Share on other sites

@HzanRsxa2959, I have got no working computer at the moment, I don't know. 

 

------------------------------

 

I am looking for someone who's got an actual experience with building computers to help me to choose the parts.

The computer should run 2021 games, although it doesn't neccessarily have to offer the absolutely best performance - most of the time the computer will be used for programming, which has got nothing to do with the newest and the most demanding graphic possibilities. 

Edited by fastman92
  • Like 2
Link to comment
Share on other sites

Officer_TenGrand

Hello, is anyone still active here? It seems like FLA92 keeps crashing with KeepNoAmmo script from @Junior_Djjr even after deleting it. Does FLA has any incompatibility to another script?

 

Here's the log:

Spoiler

Starting fastman92 limit adjuster 5.6, compilation time: Jul 12 2020 06:49:24 (UTC) Website: http://fastman92.com Launch time: 18-2-2021 9:53:14 (UTC) Launched during the day. Solution platform: WIN_X86 FASTMAN92_LIMIT_ADJUSTER_RELEASE_DIRECTORY is not defined. Documentation files will not be written. Game detected: GTA SA 1.0 US HOODLUM 14383616 bytes Game uses dynamic image base? No Game preferred image base: 0x400000 Game current image base: 0x400000 Number of FLA modules: 67 Delayed processing of limits? No Root base directory: Root directory: D:\Games\gtasa\GTA San Andreas Initial directory: D:\Games\gtasa\GTA San Andreas INI filename: fastman92limitAdjuster_GTASA.ini Global exception handler has been registered. --------------------------------------------- Modified count of killable model IDs: 12600 --------------------------------------------- --------------------------------------------- Enabling handling.cfg limit adjuster. New limits: Number of standard lines = 300 Number of bike lines = 13 Number of flying lines = 24 Number of boat lines = 12 Number of animation group lines = 30 &mod_HandlingManager = 0x19D2440, sizeof(mod_HandlingManager) = 0x13608 --------------------------------------------- Modified limit of cargrp.dat, number of groups: 34 number of members per group to: 30 --------------------------------------------- Vehicle special features are enabled Number of hydra vehicles = 1 Hydra 0 = 520 Number of ZR350 vehicles = 1 ZR350 0 = 411 ZR350 1 = 415 ZR350 2 = 419 ZR350 3 = 451 ZR350 4 = 477 ZR350 5 = 506 ZR350 6 = 558 ZR350 7 = 565 ZR350 8 = 587 --------------------------------------------- Error reporting going to be applied. GTA_ERROR_ATTEMPT_TO_LOAD_OBJECT_INSTANCE_WITH_UNDEFINED_ID enabled. GTA_ERROR_MODEL_DOES_NOT_HAVE_COLLISION_LOADED enabled. GTA_ERROR_CAR_GENERATOR_WITH_INVALID_MODEL_ID_IS_GETTING_REGISTERED enabled. GTA_ERROR_IMG_ARCHIVE_NEEDS_REBUILDING enabled. GTA_ERROR_STREAM_HANDLES_LIMIT_EXCEEDED enabled. Error reporting is applied now. --------------------------------------------- --------------------------------------------- Vehicle audio loader is enabled --------------------------------------------- FLA loading text is disabled. --------------------------------------------- Number of memory changes made: 362 --------------------------------------------- Game has crashed, here's a crash log: Current process ID: 7128 Current thread ID: 7796 Last file to be loaded: AUDIO\STREAMS\CO Last library loaded: KeepNoAmmo.SA.asi Exception address: 0x0040AE92 ("gta_sa.exe"+0xAE92) Exception code: 0xC0000005 (EXCEPTION_ACCESS_VIOLATION) Inaccessible memory address: 0x327000A General registers: EAX: 0x03270000 (52887552) EBX: 0x00006C15 (27669) ECX: 0x0096BE64 (9879140) EDX: 0x00000200 (512) ESI: 0x00000014 (20) EDI: 0x019E60E0 (27156704) EBP: 0x00000000 (0) ESP: 0x0177F3DC (24638428) EIP: 0x0040AE92 (4238994) ["gta_sa.exe"+0xAE92] EFL: 0x00210202 (2163202) Segment registers: CS: 0023 DS: 002B ES: 002B FS: 0053 GS: 002B SS: 002B FPU registers: ST0: 83.333336 bytes: 00 00 00 00 00 AB AA A6 05 40 ST1: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F ST2: 196.896469 bytes: 00 00 00 00 00 7F E5 C4 06 40 ST3: 17.737572 bytes: 00 00 00 00 00 8C E6 8D 03 40 ST4: 0.988964 bytes: 00 00 00 00 00 C3 2C FD FE 3F ST5: 0.978051 bytes: 00 00 00 00 00 87 61 FA FE 3F ST6: 70.000000 bytes: 00 00 00 00 00 00 00 8C 05 40 ST7: 2.647175 bytes: 00 00 00 00 00 50 6B A9 00 40 CTRL: 007F STAT: 0137 TAGS: FFFF MMX registers, 8 bytes: MM0: 00 00 00 00 00 AB AA A6 MM1: 00 00 00 00 00 00 00 80 MM2: 00 00 00 00 00 7F E5 C4 MM3: 00 00 00 00 00 8C E6 8D MM4: 00 00 00 00 00 C3 2C FD MM5: 00 00 00 00 00 87 61 FA MM6: 00 00 00 00 00 00 00 8C MM7: 00 00 00 00 00 50 6B A9 XMM registers, 16 bytes: XMM0: B7 01 FF FF FF FF FF FF FF FF FF FF FF FF FF FF XMM1: B7 01 FF FF FF FF FF FF FF FF FF FF FF FF FF FF XMM2: B7 01 FF FF FF FF FF FF FF FF FF FF FF FF FF FF XMM3: B7 01 FF FF FF FF FF FF FF FF FF FF FF FF FF FF XMM4: B7 01 FF FF FF FF FF FF FF FF FF FF FF FF FF FF XMM5: B7 01 FF FF FF FF FF FF FF FF FF FF FF FF FF FF XMM6: B7 01 FF FF FF FF FF FF FF FF FF FF FF FF FF FF XMM7: B7 01 FF FF FF FF FF FF FF FF FF FF FF FF FF FF Module list ; Path Module file size Base Size of image Entry point D:\Games\gtasa\GTA San Andreas\gta_sa.exe 14383616 0x00400000 0x01177000 0x00824570 C:\WINDOWS\SYSTEM32\ntdll.dll 1696760 0x775B0000 0x001A3000 0x00000000 C:\WINDOWS\System32\KERNEL32.DLL 632552 0x76CB0000 0x000F0000 0x76CCF640 C:\WINDOWS\System32\KERNELBASE.dll 2181672 0x75850000 0x00214000 0x75964F80 C:\WINDOWS\SYSTEM32\apphelp.dll 638464 0x72470000 0x0009F000 0x724A85D0 C:\WINDOWS\SYSTEM32\AcLayers.DLL 415744 0x6E1C0000 0x0028C000 0x6E1DEEC0 C:\WINDOWS\System32\msvcrt.dll 775256 0x75550000 0x000BF000 0x75585AC0 C:\WINDOWS\System32\USER32.dll 1663656 0x75EB0000 0x00196000 0x75EEAD10 C:\WINDOWS\System32\win32u.dll 92960 0x762E0000 0x00018000 0x00000000 C:\WINDOWS\System32\GDI32.dll 136328 0x77570000 0x00023000 0x775773C0 C:\WINDOWS\System32\gdi32full.dll 895040 0x75A80000 0x000DC000 0x75ADFE90 C:\WINDOWS\System32\msvcp_win.dll 495840 0x76670000 0x0007B000 0x76687800 C:\WINDOWS\System32\ucrtbase.dll 1181208 0x77000000 0x00120000 0x7702BA30 C:\WINDOWS\System32\SHELL32.dll 6005368 0x766F0000 0x005B4000 0x7686BE50 C:\WINDOWS\System32\SHLWAPI.dll 275808 0x75720000 0x00045000 0x75737860 C:\WINDOWS\System32\OLEAUT32.dll 606880 0x75660000 0x00096000 0x75695670 C:\WINDOWS\System32\combase.dll 2638248 0x75C20000 0x00282000 0x75D5C6B0 C:\WINDOWS\System32\RPCRT4.dll 786608 0x75B60000 0x000C0000 0x75B9A8E0 C:\WINDOWS\System32\SETUPAPI.dll 4433640 0x77120000 0x00434000 0x7714EFC0 C:\WINDOWS\System32\cfgmgr32.dll 236520 0x76390000 0x0003B000 0x7639D450 C:\WINDOWS\System32\bcrypt.dll 96032 0x75700000 0x00019000 0x757093E0 C:\WINDOWS\SYSTEM32\MPR.dll 93488 0x72450000 0x00019000 0x72453540 C:\WINDOWS\SYSTEM32\sfc.dll 11272 0x66680000 0x00003000 0x00000000 C:\WINDOWS\SYSTEM32\WINSPOOL.DRV 422912 0x6E880000 0x0006D000 0x6E8972E0 C:\WINDOWS\SYSTEM32\sfc_os.DLL 50104 0x72440000 0x0000F000 0x72445D70 C:\WINDOWS\SYSTEM32\AcGenral.DLL 2398720 0x6DF60000 0x00251000 0x6DF90F20 C:\WINDOWS\System32\sechost.dll 477800 0x76050000 0x00076000 0x760700A0 C:\WINDOWS\System32\ole32.dll 924528 0x76DA0000 0x000E3000 0x76DCC8E0 C:\WINDOWS\System32\ADVAPI32.dll 489128 0x76160000 0x0007A000 0x76171D00 C:\WINDOWS\SYSTEM32\UxTheme.dll 453632 0x720E0000 0x00074000 0x721173D0 C:\WINDOWS\SYSTEM32\WINMM.dll 149272 0x72410000 0x00028000 0x724155B0 C:\WINDOWS\SYSTEM32\samcli.dll 70144 0x723F0000 0x00015000 0x723F5960 C:\WINDOWS\SYSTEM32\MSACM32.dll 93472 0x723D0000 0x00019000 0x723D4420 C:\WINDOWS\SYSTEM32\VERSION.dll 27320 0x75360000 0x00008000 0x75361800 C:\WINDOWS\SYSTEM32\USERENV.dll 141008 0x72030000 0x00025000 0x72038890 C:\WINDOWS\SYSTEM32\dwmapi.dll 138936 0x723A0000 0x00026000 0x723A6050 C:\WINDOWS\SYSTEM32\urlmon.dll 1683456 0x6E680000 0x001A9000 0x6E7022B0 C:\WINDOWS\SYSTEM32\SspiCli.dll 153400 0x71B70000 0x00028000 0x71B7DD40 C:\WINDOWS\SYSTEM32\winmmbase.dll 110720 0x72380000 0x0001D000 0x72393850 C:\WINDOWS\SYSTEM32\iertutil.dll 2268456 0x6E450000 0x0022B000 0x6E60A2D0 C:\WINDOWS\System32\shcore.dll 548528 0x760D0000 0x00087000 0x76112E90 C:\WINDOWS\System32\IMM32.DLL 143056 0x762B0000 0x00025000 0x762B4410 C:\WINDOWS\System32\WS2_32.dll 397728 0x76540000 0x00063000 0x76544B40 D:\Games\gtasa\GTA San Andreas\vorbisfile.dll 53760 0x72360000 0x00011000 0x72361A0B D:\Games\gtasa\GTA San Andreas\EAX.DLL 188416 0x10000000 0x00030000 0x1001A472 D:\Games\gtasa\GTA San Andreas\vorbishooked.DLL 65536 0x01840000 0x00011000 0x01844C98 D:\Games\gtasa\GTA San Andreas\ogg.dll 36864 0x01860000 0x00009000 0x0186302E D:\Games\gtasa\GTA San Andreas\vorbis.dll 1060864 0x03A90000 0x00108000 0x03AA3F7C D:\Games\gtasa\GTA San Andreas\$fastman92limitAdjuster.asi 11256320 0x6D490000 0x00ACD000 0x6D59A427 C:\WINDOWS\System32\PSAPI.DLL 17016 0x77560000 0x00006000 0x775614D0 D:\Games\gtasa\GTA San Andreas\zlib1.dll 107520 0x62E80000 0x00022000 0x62E81440 C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.488_none_89e6152f0b32762e\COMCTL32.dll 568120 0x71FA0000 0x0008D000 0x72007340 D:\Games\gtasa\GTA San Andreas\MinHook.x86.dll 14848 0x72350000 0x00007000 0x00000000 D:\Games\gtasa\GTA San Andreas\DllTricks.dll 33792 0x72340000 0x0000D000 0x7234147F D:\Games\gtasa\GTA San Andreas\cleo.asi 334848 0x71F20000 0x0007B000 0x71F35676 D:\Games\gtasa\GTA San Andreas\BASS.dll 107584 0x11000000 0x0004D000 0x1104C036 D:\Games\gtasa\GTA San Andreas\cleo\CLEO+.cleo 518656 0x71E70000 0x000A3000 0x71EAA317 D:\Games\gtasa\GTA San Andreas\cleo\FileSystemOperations.cleo 98304 0x71E50000 0x0001C000 0x71E51A5A D:\Games\gtasa\GTA San Andreas\cleo\GxtHook.cleo 49152 0x01930000 0x00022000 0x019500E0 D:\Games\gtasa\GTA San Andreas\cleo\IniFiles.cleo 110080 0x71E30000 0x0001F000 0x71E31971 D:\Games\gtasa\GTA San Andreas\cleo\IntOperations.cleo 76800 0x71E10000 0x00017000 0x71E116A4 D:\Games\gtasa\GTA San Andreas\FixSittingInCarOpcode.asi 72704 0x6FD80000 0x00016000 0x6FD81953 D:\Games\gtasa\GTA San Andreas\flickr.asi 32768 0x72330000 0x0000C000 0x723312E2 D:\Games\gtasa\GTA San Andreas\FramerateVigilante.SA.asi 74752 0x6FD60000 0x00016000 0x6FD620A9 D:\Games\gtasa\GTA San Andreas\GFXHack.asi 27648 0x03360000 0x00011000 0x0336E001 D:\Games\gtasa\GTA San Andreas\GraphicsTweaker.SA.asi 282624 0x6FD10000 0x00049000 0x6FD1F0A6 D:\Games\gtasa\GTA San Andreas\grgx.asi 40960 0x72160000 0x0000D000 0x72162186 C:\WINDOWS\SYSTEM32\MSVCP100.dll 421200 0x6FCA0000 0x00069000 0x6FCD3CF4 C:\WINDOWS\SYSTEM32\MSVCR100.dll 773968 0x6FB60000 0x000BF000 0x6FB71DFC D:\Games\gtasa\GTA San Andreas\gsx.asi 323584 0x6FB00000 0x00054000 0x6FB170B2 D:\Games\gtasa\GTA San Andreas\Hooks.asi 15360 0x6D440000 0x00043000 0x6D442CF0 D:\Games\gtasa\GTA San Andreas\GUI.fp 173056 0x6C6A0000 0x00D9A000 0x6C6AAF8B D:\Games\gtasa\GTA San Andreas\FirstPerson.sp 442368 0x6C630000 0x0006F000 0x6C6397DB D:\Games\gtasa\GTA San Andreas\III.VC.SA.LimitAdjuster.asi 390656 0x6C5C0000 0x00065000 0x6C5F8DCE D:\Games\gtasa\GTA San Andreas\ImprovedMove.asi 244224 0x6C580000 0x00040000 0x6C58B42A D:\Games\gtasa\GTA San Andreas\ImVehFt.asi 247296 0x6C530000 0x00043000 0x6C5411B3 C:\WINDOWS\SYSTEM32\d3dx9_43.dll 1998168 0x6C330000 0x001FF000 0x6C4EEC0D D:\Games\gtasa\GTA San Andreas\ImVehFtFix.asi 247808 0x6C2E0000 0x00041000 0x6C2EAF26 D:\Games\gtasa\GTA San Andreas\IndieVehicles.asi 289792 0x6C290000 0x0004C000 0x6C2A0CA6 D:\Games\gtasa\GTA San Andreas\LoadWholeMap.SA.asi 341504 0x6C230000 0x00057000 0x6C246018 D:\Games\gtasa\GTA San Andreas\MixSets.asi 508928 0x6C1A0000 0x00081000 0x6C1D1569 D:\Games\gtasa\GTA San Andreas\modloader.asi 700928 0x6C0E0000 0x000B2000 0x6C134637 C:\WINDOWS\SYSTEM32\dbghelp.dll 1494016 0x721A0000 0x00188000 0x721D8B50 D:\Games\gtasa\GTA San Andreas\OpenDoorAnim.asi 171008 0x6C0B0000 0x0002D000 0x6C0B8AD0 D:\Games\gtasa\GTA San Andreas\paynspray.asi 74240 0x6C090000 0x00017000 0x6C09223A D:\Games\gtasa\GTA San Andreas\ped_spec.asi 64000 0x6C070000 0x00014000 0x6C07835A D:\Games\gtasa\GTA San Andreas\radarrect.asi 63488 0x6C050000 0x00013000 0x6C051DFE D:\Games\gtasa\GTA San Andreas\RealSkybox.SA.asi 345088 0x6BFF0000 0x00059000 0x6C004523 D:\Games\gtasa\GTA San Andreas\rundll32exefix.asi 11264 0x720D0000 0x00007000 0x720D1C18 D:\Games\gtasa\GTA San Andreas\SA.Player_SprintArmed.asi 69632 0x6BFD0000 0x00016000 0x6BFD1650 C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL 31528 0x71AF0000 0x0000A000 0x71AF2A60 D:\Games\gtasa\GTA San Andreas\SAEnexLimit.asi 32768 0x71DC0000 0x0000C000 0x71DC1318 D:\Games\gtasa\GTA San Andreas\SilentPatchSA.asi 282624 0x6BF80000 0x00049000 0x6BFA1860 D:\Games\gtasa\GTA San Andreas\timecycle24.asi 86016 0x6BF50000 0x00021000 0x6BF52E05 D:\Games\gtasa\GTA San Andreas\VehFuncs.asi 526848 0x6BEA0000 0x000A3000 0x6BED4283 D:\Games\gtasa\GTA San Andreas\_noDEP.asi 69632 0x6BE80000 0x00016000 0x6BE811A3 C:\WINDOWS\SYSTEM32\windows.storage.dll 6363248 0x72540000 0x00609000 0x7271B470 C:\WINDOWS\SYSTEM32\Wldp.dll 139960 0x72510000 0x00024000 0x725185A0 C:\WINDOWS\SYSTEM32\profapi.dll 110008 0x70A10000 0x0001D000 0x70A1AF90 D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.asi.dll 285184 0x6BE30000 0x0004A000 0x6BE4F29F D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.bank.dll 293888 0x6BDE0000 0x0004F000 0x6BDFE5D7 D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.data.dll 3527680 0x6BA70000 0x00364000 0x6BC93D47 D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.fx.dll 399872 0x6BA00000 0x00067000 0x6BA2E370 D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.movies.dll 174080 0x6B9D0000 0x00030000 0x6B9DF2F3 D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.scm.dll 174080 0x6B9A0000 0x00030000 0x6B9AF18D D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.sprites.dll 482304 0x6B920000 0x0007B000 0x6B95014A D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.stream.dll 584192 0x6B880000 0x00094000 0x6B8C6ECA D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.text.dll 206336 0x6B840000 0x00037000 0x6B852BCE D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.tracks.dll 212992 0x6B800000 0x00039000 0x6B8152EA D:\Games\gtasa\GTA San Andreas\modloader\trucktrailer\trucktrailer.asi 304128 0x6B7B0000 0x0004F000 0x6B7C1191 D:\Games\gtasa\GTA San Andreas\modloader\new effects\fxsfuncs\fxsfuncs.asi 392704 0x6B740000 0x00068000 0x6B75F770 C:\WINDOWS\SYSTEM32\DDRAW.dll 527360 0x6B650000 0x000E9000 0x6B6612A0 C:\WINDOWS\SYSTEM32\kernel.appcore.dll 52672 0x75370000 0x0000F000 0x753747E0 C:\WINDOWS\SYSTEM32\DCIMAN32.dll 11776 0x71B60000 0x00007000 0x71B62020 C:\WINDOWS\SYSTEM32\dxgi.dll 784016 0x6F0F0000 0x000C2000 0x6F123B80 C:\WINDOWS\SYSTEM32\dxcore.dll 163216 0x6AB80000 0x0002C000 0x6AB9A570 C:\WINDOWS\System32\bcryptPrimitives.dll 375000 0x765B0000 0x0005D000 0x765E1830 C:\WINDOWS\SYSTEM32\DSOUND.dll 493056 0x6B5D0000 0x0007F000 0x6B5FF300 C:\WINDOWS\SYSTEM32\powrprof.dll 268080 0x6B580000 0x00044000 0x6B586ED0 C:\WINDOWS\SYSTEM32\UMPDC.dll 47472 0x70540000 0x0000D000 0x70547560 C:\WINDOWS\System32\clbcatq.dll 504552 0x75470000 0x0007E000 0x754DBD50 C:\WINDOWS\System32\MMDevApi.dll 420936 0x6B510000 0x0006A000 0x6B535C20 C:\WINDOWS\System32\DEVOBJ.dll 138936 0x72B50000 0x00024000 0x72B59990 C:\WINDOWS\SYSTEM32\AUDIOSES.DLL 1265512 0x6B3D0000 0x00138000 0x6B4136A0 C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll 52664 0x6FC90000 0x0000F000 0x6FC942F0 C:\WINDOWS\System32\MSCTF.dll 861472 0x75770000 0x000D4000 0x757BE170 C:\WINDOWS\SYSTEM32\DINPUT8.dll 171008 0x6B390000 0x00037000 0x6B397F90 C:\WINDOWS\SYSTEM32\inputhost.dll 968424 0x6B2A0000 0x000ED000 0x6B3661F0 C:\WINDOWS\SYSTEM32\CoreUIComponents.dll 2621720 0x6E8F0000 0x0027E000 0x6E94E960 C:\WINDOWS\SYSTEM32\PROPSYS.dll 797472 0x6F660000 0x000C3000 0x6F6C1C10 C:\WINDOWS\SYSTEM32\CoreMessaging.dll 630624 0x6EC70000 0x0009B000 0x6ECD0F00 C:\WINDOWS\SYSTEM32\wintypes.dll 896096 0x6EB90000 0x000DB000 0x6EC08590 C:\WINDOWS\SYSTEM32\ntmarta.dll 152904 0x6FC20000 0x00029000 0x6FC27E90 C:\WINDOWS\SYSTEM32\HID.DLL 25600 0x6FAF0000 0x0000A000 0x6FAF1BB0 C:\WINDOWS\System32\WINTRUST.dll 288680 0x75610000 0x00047000 0x75625970 C:\WINDOWS\System32\CRYPT32.dll 1013352 0x763D0000 0x000FA000 0x76425030 C:\WINDOWS\SYSTEM32\MSASN1.dll 50616 0x720C0000 0x0000E000 0x720C5690 C:\WINDOWS\SYSTEM32\d3d9.dll 1623312 0x6B110000 0x00190000 0x6B188400 C:\WINDOWS\System32\DriverStore\FileRepository\c0315305.inf_amd64_4a255a9cc495b028\aticfx32.dll 1304648 0x6AFD0000 0x0013C000 0x6B07A79E C:\WINDOWS\System32\DriverStore\FileRepository\c0315305.inf_amd64_4a255a9cc495b028\atiu9pag.dll 134312 0x6AFA0000 0x00022000 0x6AFAD14C C:\WINDOWS\System32\DriverStore\FileRepository\c0315305.inf_amd64_4a255a9cc495b028\atiumdag.dll 9063528 0x69B30000 0x008D8000 0x69B31590 C:\WINDOWS\System32\DriverStore\FileRepository\c0315305.inf_amd64_4a255a9cc495b028\atiumdva.dll 10839048 0x68E10000 0x00A69000 0x68E14BD0 C:\WINDOWS\SYSTEM32\TextShaping.dll 611952 0x6F5C0000 0x00094000 0x6F64F1A0 C:\WINDOWS\SYSTEM32\textinputframework.dll 755680 0x6ED10000 0x000BA000 0x6ED506D0 C:\Program Files (x86)\Internet Download Manager\idmmkb.dll 33080 0x6F590000 0x00007000 0x6F592B21 C:\Windows\System32\quartz.dll 1470976 0x6AE00000 0x0019A000 0x6AE2B160 C:\Windows\System32\devenum.dll 93960 0x6ADE0000 0x00018000 0x6ADF0D60 C:\WINDOWS\SYSTEM32\D3DIM700.DLL 388096 0x6AD70000 0x00063000 0x6ADBFEA0 C:\WINDOWS\SYSTEM32\wdmaud.drv 215040 0x6AD30000 0x0003A000 0x6AD3CEA0 C:\WINDOWS\SYSTEM32\AVRT.dll 27336 0x6AD10000 0x00008000 0x6AD11AA0 C:\WINDOWS\SYSTEM32\ksuser.dll 20328 0x6AD20000 0x00007000 0x6AD21EC0 C:\WINDOWS\SYSTEM32\msacm32.drv 23552 0x6AD00000 0x0000A000 0x6AD04200 C:\WINDOWS\SYSTEM32\midimap.dll 18944 0x6ACF0000 0x00008000 0x6ACF1990 C:\Windows\System32\Windows.UI.dll 998352 0x6ABF0000 0x000F3000 0x6AC4B230 C:\Windows\System32\WindowManagementAPI.dll 455680 0x6AB00000 0x00073000 0x6AB5ED80 C:\Windows\System32\twinapi.appcore.dll 1634208 0x6EF60000 0x0018F000 0x6EFE3930 C:\WINDOWS\SYSTEM32\wmvcore.dll 2136736 0x6A8F0000 0x0020D000 0x6A92DA40 C:\WINDOWS\SYSTEM32\WMASF.DLL 247344 0x6ABB0000 0x0003D000 0x6ABE5DC0 C:\WINDOWS\SYSTEM32\mfperfhelper.dll 1075528 0x6A7E0000 0x00106000 0x6A8CC3B0 C:\WINDOWS\system32\mlang.dll 198656 0x6A7A0000 0x00034000 0x6A7B0580 Game terminated.

 

Update:

Now I can't even play the game without crashing just for one minute straight for some reason I don't know, and I left the configs unchanged except some for adding a car. Here's the log:

 

Spoiler

Starting fastman92 limit adjuster 5.6, compilation time: Jul 12 2020 06:49:24 (UTC)
Website: http://fastman92.com

Launch time: 18-2-2021 11:48:36 (UTC)
Launched during the day.

Solution platform: WIN_X86
FASTMAN92_LIMIT_ADJUSTER_RELEASE_DIRECTORY is not defined. Documentation files will not be written.
Game detected: GTA SA 1.0 US HOODLUM 14383616 bytes
Game uses dynamic image base? No
Game preferred image base: 0x400000
Game current image base: 0x400000

Number of FLA modules: 67
Delayed processing of limits? No

Root base directory: 
Root directory: D:\Games\gtasa\GTA San Andreas
Initial directory: D:\Games\gtasa\GTA San Andreas
INI filename: fastman92limitAdjuster_GTASA.ini

Global exception handler has been registered.
---------------------------------------------
None of ID limits is changed. Nothing to do.
---------------------------------------------
Modified count of killable model IDs: 12600
---------------------------------------------
---------------------------------------------
Enabling handling.cfg limit adjuster.
New limits:
Number of standard lines = 300
Number of bike lines = 13
Number of flying lines = 24
Number of boat lines = 12
Number of animation group lines = 30

&mod_HandlingManager = 0x1A63D18, sizeof(mod_HandlingManager) = 0x13608
---------------------------------------------
Modified limit of cargrp.dat, number of groups: 34 number of members per group to: 40
---------------------------------------------
Vehicle special features are enabled
Number of hydra vehicles = 1
Hydra 0 = 520
Number of ZR350 vehicles = 1
ZR350 0 = 411
ZR350 1 = 415
ZR350 2 = 419
ZR350 3 = 451
ZR350 4 = 477
ZR350 5 = 506
ZR350 6 = 558
ZR350 7 = 565
ZR350 8 = 587
ZR350 9 = 12500
---------------------------------------------
SPECIAL: Make paintjobs work for any ID applied.
---------------------------------------------
Error reporting going to be applied.
GTA_ERROR_ATTEMPT_TO_LOAD_OBJECT_INSTANCE_WITH_UNDEFINED_ID enabled.
GTA_ERROR_MODEL_DOES_NOT_HAVE_COLLISION_LOADED enabled.
GTA_ERROR_CAR_GENERATOR_WITH_INVALID_MODEL_ID_IS_GETTING_REGISTERED enabled.
GTA_ERROR_IMG_ARCHIVE_NEEDS_REBUILDING enabled.
GTA_ERROR_STREAM_HANDLES_LIMIT_EXCEEDED enabled.
Error reporting is applied now.
---------------------------------------------
---------------------------------------------
Vehicle audio loader is enabled
---------------------------------------------
FLA loading text is disabled.
---------------------------------------------
Number of memory changes made: 363
---------------------------------------------

Game has crashed, here's a crash log:
Current process ID: 6304
Current thread ID: 1440
Last file to be loaded: AUDIO\STREAMS\HC
Last library loaded: kernel32
Exception address: 0x00611C24 ("gta_sa.exe"+0x211C24)
Exception code: 0xC0000005 (EXCEPTION_ACCESS_VIOLATION)
Inaccessible memory address: 0xF039AD22

General registers:
EAX: 0x7760DC8B (2002836619)
EBX: 0x008D263C (9250364)
ECX: 0x0177F40C (24638476)
EDX: 0x00000028 (40)
ESI: 0x01A77418 (27751448)
EDI: 0x00000003 (3)
EBP: 0x00000008 (8)
ESP: 0x0177F3D4 (24638420)
EIP: 0x00611C24 (6364196) ["gta_sa.exe"+0x211C24]
EFL: 0x00210202 (2163202)

Segment registers:
CS: 0023
DS: 002B
ES: 002B
FS: 0053
GS: 002B
SS: 002B

FPU registers:
ST0: 83.333336 bytes: 00 00 00 00 00 AB AA A6 05 40
ST1: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
ST2: 197.281235 bytes: 00 00 00 00 00 FF 47 C5 06 40
ST3: 17.170122 bytes: 00 00 00 00 00 69 5C 89 03 40
ST4: 0.984656 bytes: 00 00 00 00 00 64 12 FC FE 3F
ST5: 0.969547 bytes: 00 00 00 00 00 40 34 F8 FE 3F
ST6: 2.512177 bytes: 00 00 00 00 00 80 C7 A0 00 40
ST7: 2.512177 bytes: 00 00 00 00 00 80 C7 A0 00 40
CTRL: 007F
STAT: 0123
TAGS: FFFF

MMX registers, 8 bytes:
MM0: 00 00 00 00 00 AB AA A6
MM1: 00 00 00 00 00 00 00 80
MM2: 00 00 00 00 00 FF 47 C5
MM3: 00 00 00 00 00 69 5C 89
MM4: 00 00 00 00 00 64 12 FC
MM5: 00 00 00 00 00 40 34 F8
MM6: 00 00 00 00 00 80 C7 A0
MM7: 00 00 00 00 00 80 C7 A0

XMM registers, 16 bytes:
XMM0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
XMM1: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
XMM2: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
XMM3: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
XMM4: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
XMM5: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
XMM6: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
XMM7: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

Module list
; Path    Module file size        Base    Size of image    Entry point
D:\Games\gtasa\GTA San Andreas\gta_sa.exe    14383616    0x00400000    0x01177000    0x00824570
C:\WINDOWS\SYSTEM32\ntdll.dll    1696760    0x775B0000    0x001A3000    0x00000000
C:\WINDOWS\System32\KERNEL32.DLL    632552    0x76CB0000    0x000F0000    0x76CCF640
C:\WINDOWS\System32\KERNELBASE.dll    2181672    0x75850000    0x00214000    0x75964F80
C:\WINDOWS\SYSTEM32\apphelp.dll    638464    0x6FD00000    0x0009F000    0x6FD385D0
C:\WINDOWS\SYSTEM32\AcLayers.DLL    415744    0x6DE20000    0x0028C000    0x6DE3EEC0
C:\WINDOWS\System32\msvcrt.dll    775256    0x75550000    0x000BF000    0x75585AC0
C:\WINDOWS\System32\USER32.dll    1663656    0x75EB0000    0x00196000    0x75EEAD10
C:\WINDOWS\System32\win32u.dll    92960    0x762E0000    0x00018000    0x00000000
C:\WINDOWS\System32\GDI32.dll    136328    0x77570000    0x00023000    0x775773C0
C:\WINDOWS\System32\gdi32full.dll    895040    0x75A80000    0x000DC000    0x75ADFE90
C:\WINDOWS\System32\msvcp_win.dll    495840    0x76670000    0x0007B000    0x76687800
C:\WINDOWS\System32\ucrtbase.dll    1181208    0x77000000    0x00120000    0x7702BA30
C:\WINDOWS\System32\SHELL32.dll    6005368    0x766F0000    0x005B4000    0x7686BE50
C:\WINDOWS\System32\SHLWAPI.dll    275808    0x75720000    0x00045000    0x75737860
C:\WINDOWS\System32\OLEAUT32.dll    606880    0x75660000    0x00096000    0x75695670
C:\WINDOWS\System32\combase.dll    2638248    0x75C20000    0x00282000    0x75D5C6B0
C:\WINDOWS\System32\RPCRT4.dll    786608    0x75B60000    0x000C0000    0x75B9A8E0
C:\WINDOWS\System32\SETUPAPI.dll    4433640    0x77120000    0x00434000    0x7714EFC0
C:\WINDOWS\System32\cfgmgr32.dll    236520    0x76390000    0x0003B000    0x7639D450
C:\WINDOWS\System32\bcrypt.dll    96032    0x75700000    0x00019000    0x757093E0
C:\WINDOWS\SYSTEM32\MPR.dll    93488    0x71DC0000    0x00019000    0x71DC3540
C:\WINDOWS\SYSTEM32\sfc.dll    11272    0x66680000    0x00003000    0x00000000
C:\WINDOWS\SYSTEM32\WINSPOOL.DRV    422912    0x6E880000    0x0006D000    0x6E8972E0
C:\WINDOWS\SYSTEM32\sfc_os.DLL    50104    0x720D0000    0x0000F000    0x720D5D70
C:\WINDOWS\SYSTEM32\AcGenral.DLL    2398720    0x6DBC0000    0x00251000    0x6DBF0F20
C:\WINDOWS\System32\sechost.dll    477800    0x76050000    0x00076000    0x760700A0
C:\WINDOWS\System32\ole32.dll    924528    0x76DA0000    0x000E3000    0x76DCC8E0
C:\WINDOWS\System32\ADVAPI32.dll    489128    0x76160000    0x0007A000    0x76171D00
C:\WINDOWS\SYSTEM32\UxTheme.dll    453632    0x720E0000    0x00074000    0x721173D0
C:\WINDOWS\SYSTEM32\WINMM.dll    149272    0x72490000    0x00028000    0x724955B0
C:\WINDOWS\SYSTEM32\samcli.dll    70144    0x6FCE0000    0x00015000    0x6FCE5960
C:\WINDOWS\SYSTEM32\MSACM32.dll    93472    0x6FCC0000    0x00019000    0x6FCC4420
C:\WINDOWS\SYSTEM32\VERSION.dll    27320    0x75360000    0x00008000    0x75361800
C:\WINDOWS\SYSTEM32\USERENV.dll    141008    0x72030000    0x00025000    0x72038890
C:\WINDOWS\SYSTEM32\dwmapi.dll    138936    0x72360000    0x00026000    0x72366050
C:\WINDOWS\SYSTEM32\urlmon.dll    1683456    0x6E680000    0x001A9000    0x6E7022B0
C:\WINDOWS\SYSTEM32\SspiCli.dll    153400    0x71B70000    0x00028000    0x71B7DD40
C:\WINDOWS\SYSTEM32\winmmbase.dll    110720    0x6FCA0000    0x0001D000    0x6FCB3850
C:\WINDOWS\SYSTEM32\iertutil.dll    2268456    0x6E450000    0x0022B000    0x6E60A2D0
C:\WINDOWS\System32\shcore.dll    548528    0x760D0000    0x00087000    0x76112E90
C:\WINDOWS\System32\IMM32.DLL    143056    0x762B0000    0x00025000    0x762B4410
C:\WINDOWS\System32\WS2_32.dll    397728    0x76540000    0x00063000    0x76544B40
D:\Games\gtasa\GTA San Andreas\vorbisfile.dll    53760    0x6FB30000    0x00011000    0x6FB31A0B
D:\Games\gtasa\GTA San Andreas\EAX.DLL    188416    0x10000000    0x00030000    0x1001A472
D:\Games\gtasa\GTA San Andreas\vorbishooked.DLL    65536    0x01840000    0x00011000    0x01844C98
D:\Games\gtasa\GTA San Andreas\ogg.dll    36864    0x01860000    0x00009000    0x0186302E
D:\Games\gtasa\GTA San Andreas\vorbis.dll    1060864    0x03B10000    0x00108000    0x03B23F7C
D:\Games\gtasa\GTA San Andreas\$fastman92limitAdjuster.asi    11256320    0x6D0F0000    0x00ACD000    0x6D1FA427
C:\WINDOWS\System32\PSAPI.DLL    17016    0x77560000    0x00006000    0x775614D0
D:\Games\gtasa\GTA San Andreas\DllTricks.dll    33792    0x71E10000    0x0000D000    0x71E1147F
D:\Games\gtasa\GTA San Andreas\zlib1.dll    107520    0x62E80000    0x00022000    0x62E81440
D:\Games\gtasa\GTA San Andreas\MinHook.x86.dll    14848    0x71B60000    0x00007000    0x00000000
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.488_none_89e6152f0b32762e\COMCTL32.dll    568120    0x6D060000    0x0008D000    0x6D0C7340
D:\Games\gtasa\GTA San Andreas\cleo.asi    334848    0x6CFE0000    0x0007B000    0x6CFF5676
D:\Games\gtasa\GTA San Andreas\BASS.dll    107584    0x11000000    0x0004D000    0x1104C036
D:\Games\gtasa\GTA San Andreas\cleo\CLEO+.cleo    518656    0x6CF30000    0x000A3000    0x6CF6A317
D:\Games\gtasa\GTA San Andreas\cleo\FileSystemOperations.cleo    98304    0x6FB10000    0x0001C000    0x6FB11A5A
D:\Games\gtasa\GTA San Andreas\cleo\GxtHook.cleo    49152    0x01910000    0x00022000    0x019300E0
D:\Games\gtasa\GTA San Andreas\cleo\IniFiles.cleo    110080    0x6FAF0000    0x0001F000    0x6FAF1971
D:\Games\gtasa\GTA San Andreas\cleo\IntOperations.cleo    76800    0x6CF10000    0x00017000    0x6CF116A4
D:\Games\gtasa\GTA San Andreas\FixSittingInCarOpcode.asi    72704    0x6CEF0000    0x00016000    0x6CEF1953
D:\Games\gtasa\GTA San Andreas\flickr.asi    32768    0x70540000    0x0000C000    0x705412E2
D:\Games\gtasa\GTA San Andreas\FramerateVigilante.SA.asi    74752    0x6CED0000    0x00016000    0x6CED20A9
D:\Games\gtasa\GTA San Andreas\GFXHack.asi    27648    0x039A0000    0x00011000    0x039AE001
D:\Games\gtasa\GTA San Andreas\GraphicsTweaker.SA.asi    282624    0x6CE80000    0x00049000    0x6CE8F0A6
D:\Games\gtasa\GTA San Andreas\grgx.asi    40960    0x6FC90000    0x0000D000    0x6FC92186
C:\WINDOWS\SYSTEM32\MSVCP100.dll    421200    0x6CE10000    0x00069000    0x6CE43CF4
C:\WINDOWS\SYSTEM32\MSVCR100.dll    773968    0x6CD50000    0x000BF000    0x6CD61DFC
D:\Games\gtasa\GTA San Andreas\gsx.asi    323584    0x6CCF0000    0x00054000    0x6CD070B2
D:\Games\gtasa\GTA San Andreas\Hooks.asi    15360    0x6CCA0000    0x00043000    0x6CCA2CF0
D:\Games\gtasa\GTA San Andreas\GUI.fp    173056    0x6BF00000    0x00D9A000    0x6BF0AF8B
D:\Games\gtasa\GTA San Andreas\FirstPerson.sp    442368    0x6BE90000    0x0006F000    0x6BE997DB
D:\Games\gtasa\GTA San Andreas\III.VC.SA.LimitAdjuster.asi    390656    0x6BE20000    0x00065000    0x6BE58DCE
D:\Games\gtasa\GTA San Andreas\ImprovedMove.asi    244224    0x6BDE0000    0x00040000    0x6BDEB42A
D:\Games\gtasa\GTA San Andreas\ImVehFt.asi    247296    0x6BD90000    0x00043000    0x6BDA11B3
C:\WINDOWS\SYSTEM32\d3dx9_43.dll    1998168    0x6BB90000    0x001FF000    0x6BD4EC0D
D:\Games\gtasa\GTA San Andreas\ImVehFtFix.asi    247808    0x6BB40000    0x00041000    0x6BB4AF26
D:\Games\gtasa\GTA San Andreas\IndieVehicles.asi    289792    0x6BAF0000    0x0004C000    0x6BB00CA6
D:\Games\gtasa\GTA San Andreas\MixSets.asi    508928    0x6BA60000    0x00081000    0x6BA91569
D:\Games\gtasa\GTA San Andreas\modloader.asi    700928    0x6B9A0000    0x000B2000    0x6B9F4637
C:\WINDOWS\SYSTEM32\dbghelp.dll    1494016    0x721A0000    0x00188000    0x721D8B50
D:\Games\gtasa\GTA San Andreas\OpenDoorAnim.asi    171008    0x6B970000    0x0002D000    0x6B978AD0
D:\Games\gtasa\GTA San Andreas\paynspray.asi    74240    0x6B950000    0x00017000    0x6B95223A
D:\Games\gtasa\GTA San Andreas\ped_spec.asi    64000    0x6B930000    0x00014000    0x6B93835A
D:\Games\gtasa\GTA San Andreas\radarrect.asi    63488    0x6B910000    0x00013000    0x6B911DFE
D:\Games\gtasa\GTA San Andreas\RealSkybox.SA.asi    345088    0x6B8B0000    0x00059000    0x6B8C4523
D:\Games\gtasa\GTA San Andreas\rundll32exefix.asi    11264    0x6B8A0000    0x00007000    0x6B8A1C18
D:\Games\gtasa\GTA San Andreas\SA.Player_SprintArmed.asi    69632    0x6B880000    0x00016000    0x6B881650
C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL    31528    0x71AF0000    0x0000A000    0x71AF2A60
D:\Games\gtasa\GTA San Andreas\SAEnexLimit.asi    32768    0x6B870000    0x0000C000    0x6B871318
D:\Games\gtasa\GTA San Andreas\SilentPatchSA.asi    282624    0x6B820000    0x00049000    0x6B841860
D:\Games\gtasa\GTA San Andreas\timecycle24.asi    86016    0x6B7F0000    0x00021000    0x6B7F2E05
D:\Games\gtasa\GTA San Andreas\VehFuncs.asi    526848    0x6B740000    0x000A3000    0x6B774283
D:\Games\gtasa\GTA San Andreas\_noDEP.asi    69632    0x6B720000    0x00016000    0x6B7211A3
C:\WINDOWS\SYSTEM32\windows.storage.dll    6363248    0x72540000    0x00609000    0x7271B470
C:\WINDOWS\SYSTEM32\Wldp.dll    139960    0x72510000    0x00024000    0x725185A0
C:\WINDOWS\SYSTEM32\profapi.dll    110008    0x70A10000    0x0001D000    0x70A1AF90
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.asi.dll    285184    0x6B6D0000    0x0004A000    0x6B6EF29F
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.bank.dll    293888    0x6B680000    0x0004F000    0x6B69E5D7
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.data.dll    3527680    0x6B310000    0x00364000    0x6B533D47
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.fx.dll    399872    0x6B2A0000    0x00067000    0x6B2CE370
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.movies.dll    174080    0x6B270000    0x00030000    0x6B27F2F3
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.scm.dll    174080    0x6B240000    0x00030000    0x6B24F18D
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.sprites.dll    482304    0x6B1C0000    0x0007B000    0x6B1F014A
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.stream.dll    584192    0x6B120000    0x00094000    0x6B166ECA
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.text.dll    206336    0x6B0E0000    0x00037000    0x6B0F2BCE
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.tracks.dll    212992    0x6B0A0000    0x00039000    0x6B0B52EA
D:\Games\gtasa\GTA San Andreas\modloader\trucktrailer\trucktrailer.asi    304128    0x6B050000    0x0004F000    0x6B061191
D:\Games\gtasa\GTA San Andreas\modloader\new effects\fxsfuncs\fxsfuncs.asi    392704    0x6AFE0000    0x00068000    0x6AFFF770
C:\WINDOWS\SYSTEM32\DDRAW.dll    527360    0x6AEF0000    0x000E9000    0x6AF012A0
C:\WINDOWS\SYSTEM32\DCIMAN32.dll    11776    0x6AEE0000    0x00007000    0x6AEE2020
C:\WINDOWS\SYSTEM32\dxgi.dll    784016    0x6F0F0000    0x000C2000    0x6F123B80
C:\WINDOWS\SYSTEM32\kernel.appcore.dll    52672    0x75370000    0x0000F000    0x753747E0
C:\WINDOWS\SYSTEM32\dxcore.dll    163216    0x6ACE0000    0x0002C000    0x6ACFA570
C:\WINDOWS\System32\bcryptPrimitives.dll    375000    0x765B0000    0x0005D000    0x765E1830
C:\WINDOWS\SYSTEM32\DSOUND.dll    493056    0x6AE60000    0x0007F000    0x6AE8F300
C:\WINDOWS\SYSTEM32\powrprof.dll    268080    0x6AE10000    0x00044000    0x6AE16ED0
C:\WINDOWS\SYSTEM32\UMPDC.dll    47472    0x6AE00000    0x0000D000    0x6AE07560
C:\WINDOWS\System32\clbcatq.dll    504552    0x75470000    0x0007E000    0x754DBD50
C:\WINDOWS\System32\MMDevApi.dll    420936    0x6AD90000    0x0006A000    0x6ADB5C20
C:\WINDOWS\System32\DEVOBJ.dll    138936    0x72B50000    0x00024000    0x72B59990
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL    1265512    0x6ABA0000    0x00138000    0x6ABE36A0
C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll    52664    0x6AD80000    0x0000F000    0x6AD842F0
C:\WINDOWS\System32\MSCTF.dll    861472    0x75770000    0x000D4000    0x757BE170
C:\WINDOWS\SYSTEM32\DINPUT8.dll    171008    0x724D0000    0x00037000    0x724D7F90
C:\WINDOWS\SYSTEM32\inputhost.dll    968424    0x723A0000    0x000ED000    0x724661F0
C:\WINDOWS\SYSTEM32\CoreMessaging.dll    630624    0x6EC70000    0x0009B000    0x6ECD0F00
C:\WINDOWS\SYSTEM32\PROPSYS.dll    797472    0x6F660000    0x000C3000    0x6F6C1C10
C:\WINDOWS\SYSTEM32\wintypes.dll    896096    0x6EB90000    0x000DB000    0x6EC08590
C:\WINDOWS\SYSTEM32\CoreUIComponents.dll    2621720    0x6E8F0000    0x0027E000    0x6E94E960
C:\WINDOWS\SYSTEM32\ntmarta.dll    152904    0x6FC20000    0x00029000    0x6FC27E90
C:\WINDOWS\SYSTEM32\HID.DLL    25600    0x72390000    0x0000A000    0x72391BB0
C:\WINDOWS\System32\WINTRUST.dll    288680    0x75610000    0x00047000    0x75625970
C:\WINDOWS\System32\CRYPT32.dll    1013352    0x763D0000    0x000FA000    0x76425030
C:\WINDOWS\SYSTEM32\MSASN1.dll    50616    0x720C0000    0x0000E000    0x720C5690
C:\WINDOWS\SYSTEM32\d3d9.dll    1623312    0x6AA10000    0x00190000    0x6AA88400
C:\WINDOWS\System32\DriverStore\FileRepository\c0315305.inf_amd64_4a255a9cc495b028\aticfx32.dll    1304648    0x6A8D0000    0x0013C000    0x6A97A79E
C:\WINDOWS\System32\DriverStore\FileRepository\c0315305.inf_amd64_4a255a9cc495b028\atiu9pag.dll    134312    0x6AD50000    0x00022000    0x6AD5D14C
C:\WINDOWS\System32\DriverStore\FileRepository\c0315305.inf_amd64_4a255a9cc495b028\atiumdag.dll    9063528    0x69B30000    0x008D8000    0x69B31590
C:\WINDOWS\System32\DriverStore\FileRepository\c0315305.inf_amd64_4a255a9cc495b028\atiumdva.dll    10839048    0x68E10000    0x00A69000    0x68E14BD0
C:\WINDOWS\SYSTEM32\TextShaping.dll    611952    0x6F5C0000    0x00094000    0x6F64F1A0
C:\WINDOWS\SYSTEM32\textinputframework.dll    755680    0x6ED10000    0x000BA000    0x6ED506D0
C:\Program Files (x86)\Internet Download Manager\idmmkb.dll    33080    0x6F590000    0x00007000    0x6F592B21
C:\Windows\System32\quartz.dll    1470976    0x6A730000    0x0019A000    0x6A75B160
C:\Windows\System32\devenum.dll    93960    0x6AD30000    0x00018000    0x6AD40D60
C:\WINDOWS\SYSTEM32\D3DIM700.DLL    388096    0x6A6C0000    0x00063000    0x6A70FEA0
C:\WINDOWS\SYSTEM32\wdmaud.drv    215040    0x6A680000    0x0003A000    0x6A68CEA0
C:\WINDOWS\SYSTEM32\ksuser.dll    20328    0x6AD20000    0x00007000    0x6AD21EC0
C:\WINDOWS\SYSTEM32\AVRT.dll    27336    0x6AD10000    0x00008000    0x6AD11AA0
C:\WINDOWS\SYSTEM32\msacm32.drv    23552    0x6A670000    0x0000A000    0x6A674200
C:\WINDOWS\SYSTEM32\midimap.dll    18944    0x6A660000    0x00008000    0x6A661990
C:\Windows\System32\Windows.UI.dll    998352    0x6A560000    0x000F3000    0x6A5BB230
C:\Windows\System32\WindowManagementAPI.dll    455680    0x69AB0000    0x00073000    0x69B0ED80
C:\WINDOWS\SYSTEM32\twinapi.appcore.dll    1634208    0x6EF60000    0x0018F000    0x6EFE3930
C:\WINDOWS\SYSTEM32\wmvcore.dll    2136736    0x68C00000    0x0020D000    0x68C3DA40
C:\WINDOWS\SYSTEM32\WMASF.DLL    247344    0x69A70000    0x0003D000    0x69AA5DC0
C:\WINDOWS\SYSTEM32\mfperfhelper.dll    1075528    0x69960000    0x00106000    0x69A4C3B0
C:\WINDOWS\system32\mlang.dll    198656    0x68BC0000    0x00034000    0x68BD0580
Game terminated.

 

You may want to take a look at this @fastman92

Best regards.

Edited by Officer_TenGrand
Link to comment
Share on other sites

9 hours ago, Officer_TenGrand said:

Hello, is anyone still active here? It seems like FLA92 keeps crashing with KeepNoAmmo script from @Junior_Djjr even after deleting it. Does FLA has any incompatibility to another script?

 

Here's the log:

  Reveal hidden contents

Starting fastman92 limit adjuster 5.6, compilation time: Jul 12 2020 06:49:24 (UTC) Website: http://fastman92.com Launch time: 18-2-2021 9:53:14 (UTC) Launched during the day. Solution platform: WIN_X86 FASTMAN92_LIMIT_ADJUSTER_RELEASE_DIRECTORY is not defined. Documentation files will not be written. Game detected: GTA SA 1.0 US HOODLUM 14383616 bytes Game uses dynamic image base? No Game preferred image base: 0x400000 Game current image base: 0x400000 Number of FLA modules: 67 Delayed processing of limits? No Root base directory: Root directory: D:\Games\gtasa\GTA San Andreas Initial directory: D:\Games\gtasa\GTA San Andreas INI filename: fastman92limitAdjuster_GTASA.ini Global exception handler has been registered. --------------------------------------------- Modified count of killable model IDs: 12600 --------------------------------------------- --------------------------------------------- Enabling handling.cfg limit adjuster. New limits: Number of standard lines = 300 Number of bike lines = 13 Number of flying lines = 24 Number of boat lines = 12 Number of animation group lines = 30 &mod_HandlingManager = 0x19D2440, sizeof(mod_HandlingManager) = 0x13608 --------------------------------------------- Modified limit of cargrp.dat, number of groups: 34 number of members per group to: 30 --------------------------------------------- Vehicle special features are enabled Number of hydra vehicles = 1 Hydra 0 = 520 Number of ZR350 vehicles = 1 ZR350 0 = 411 ZR350 1 = 415 ZR350 2 = 419 ZR350 3 = 451 ZR350 4 = 477 ZR350 5 = 506 ZR350 6 = 558 ZR350 7 = 565 ZR350 8 = 587 --------------------------------------------- Error reporting going to be applied. GTA_ERROR_ATTEMPT_TO_LOAD_OBJECT_INSTANCE_WITH_UNDEFINED_ID enabled. GTA_ERROR_MODEL_DOES_NOT_HAVE_COLLISION_LOADED enabled. GTA_ERROR_CAR_GENERATOR_WITH_INVALID_MODEL_ID_IS_GETTING_REGISTERED enabled. GTA_ERROR_IMG_ARCHIVE_NEEDS_REBUILDING enabled. GTA_ERROR_STREAM_HANDLES_LIMIT_EXCEEDED enabled. Error reporting is applied now. --------------------------------------------- --------------------------------------------- Vehicle audio loader is enabled --------------------------------------------- FLA loading text is disabled. --------------------------------------------- Number of memory changes made: 362 --------------------------------------------- Game has crashed, here's a crash log: Current process ID: 7128 Current thread ID: 7796 Last file to be loaded: AUDIO\STREAMS\CO Last library loaded: KeepNoAmmo.SA.asi Exception address: 0x0040AE92 ("gta_sa.exe"+0xAE92) Exception code: 0xC0000005 (EXCEPTION_ACCESS_VIOLATION) Inaccessible memory address: 0x327000A General registers: EAX: 0x03270000 (52887552) EBX: 0x00006C15 (27669) ECX: 0x0096BE64 (9879140) EDX: 0x00000200 (512) ESI: 0x00000014 (20) EDI: 0x019E60E0 (27156704) EBP: 0x00000000 (0) ESP: 0x0177F3DC (24638428) EIP: 0x0040AE92 (4238994) ["gta_sa.exe"+0xAE92] EFL: 0x00210202 (2163202) Segment registers: CS: 0023 DS: 002B ES: 002B FS: 0053 GS: 002B SS: 002B FPU registers: ST0: 83.333336 bytes: 00 00 00 00 00 AB AA A6 05 40 ST1: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F ST2: 196.896469 bytes: 00 00 00 00 00 7F E5 C4 06 40 ST3: 17.737572 bytes: 00 00 00 00 00 8C E6 8D 03 40 ST4: 0.988964 bytes: 00 00 00 00 00 C3 2C FD FE 3F ST5: 0.978051 bytes: 00 00 00 00 00 87 61 FA FE 3F ST6: 70.000000 bytes: 00 00 00 00 00 00 00 8C 05 40 ST7: 2.647175 bytes: 00 00 00 00 00 50 6B A9 00 40 CTRL: 007F STAT: 0137 TAGS: FFFF MMX registers, 8 bytes: MM0: 00 00 00 00 00 AB AA A6 MM1: 00 00 00 00 00 00 00 80 MM2: 00 00 00 00 00 7F E5 C4 MM3: 00 00 00 00 00 8C E6 8D MM4: 00 00 00 00 00 C3 2C FD MM5: 00 00 00 00 00 87 61 FA MM6: 00 00 00 00 00 00 00 8C MM7: 00 00 00 00 00 50 6B A9 XMM registers, 16 bytes: XMM0: B7 01 FF FF FF FF FF FF FF FF FF FF FF FF FF FF XMM1: B7 01 FF FF FF FF FF FF FF FF FF FF FF FF FF FF XMM2: B7 01 FF FF FF FF FF FF FF FF FF FF FF FF FF FF XMM3: B7 01 FF FF FF FF FF FF FF FF FF FF FF FF FF FF XMM4: B7 01 FF FF FF FF FF FF FF FF FF FF FF FF FF FF XMM5: B7 01 FF FF FF FF FF FF FF FF FF FF FF FF FF FF XMM6: B7 01 FF FF FF FF FF FF FF FF FF FF FF FF FF FF XMM7: B7 01 FF FF FF FF FF FF FF FF FF FF FF FF FF FF Module list ; Path Module file size Base Size of image Entry point D:\Games\gtasa\GTA San Andreas\gta_sa.exe 14383616 0x00400000 0x01177000 0x00824570 C:\WINDOWS\SYSTEM32\ntdll.dll 1696760 0x775B0000 0x001A3000 0x00000000 C:\WINDOWS\System32\KERNEL32.DLL 632552 0x76CB0000 0x000F0000 0x76CCF640 C:\WINDOWS\System32\KERNELBASE.dll 2181672 0x75850000 0x00214000 0x75964F80 C:\WINDOWS\SYSTEM32\apphelp.dll 638464 0x72470000 0x0009F000 0x724A85D0 C:\WINDOWS\SYSTEM32\AcLayers.DLL 415744 0x6E1C0000 0x0028C000 0x6E1DEEC0 C:\WINDOWS\System32\msvcrt.dll 775256 0x75550000 0x000BF000 0x75585AC0 C:\WINDOWS\System32\USER32.dll 1663656 0x75EB0000 0x00196000 0x75EEAD10 C:\WINDOWS\System32\win32u.dll 92960 0x762E0000 0x00018000 0x00000000 C:\WINDOWS\System32\GDI32.dll 136328 0x77570000 0x00023000 0x775773C0 C:\WINDOWS\System32\gdi32full.dll 895040 0x75A80000 0x000DC000 0x75ADFE90 C:\WINDOWS\System32\msvcp_win.dll 495840 0x76670000 0x0007B000 0x76687800 C:\WINDOWS\System32\ucrtbase.dll 1181208 0x77000000 0x00120000 0x7702BA30 C:\WINDOWS\System32\SHELL32.dll 6005368 0x766F0000 0x005B4000 0x7686BE50 C:\WINDOWS\System32\SHLWAPI.dll 275808 0x75720000 0x00045000 0x75737860 C:\WINDOWS\System32\OLEAUT32.dll 606880 0x75660000 0x00096000 0x75695670 C:\WINDOWS\System32\combase.dll 2638248 0x75C20000 0x00282000 0x75D5C6B0 C:\WINDOWS\System32\RPCRT4.dll 786608 0x75B60000 0x000C0000 0x75B9A8E0 C:\WINDOWS\System32\SETUPAPI.dll 4433640 0x77120000 0x00434000 0x7714EFC0 C:\WINDOWS\System32\cfgmgr32.dll 236520 0x76390000 0x0003B000 0x7639D450 C:\WINDOWS\System32\bcrypt.dll 96032 0x75700000 0x00019000 0x757093E0 C:\WINDOWS\SYSTEM32\MPR.dll 93488 0x72450000 0x00019000 0x72453540 C:\WINDOWS\SYSTEM32\sfc.dll 11272 0x66680000 0x00003000 0x00000000 C:\WINDOWS\SYSTEM32\WINSPOOL.DRV 422912 0x6E880000 0x0006D000 0x6E8972E0 C:\WINDOWS\SYSTEM32\sfc_os.DLL 50104 0x72440000 0x0000F000 0x72445D70 C:\WINDOWS\SYSTEM32\AcGenral.DLL 2398720 0x6DF60000 0x00251000 0x6DF90F20 C:\WINDOWS\System32\sechost.dll 477800 0x76050000 0x00076000 0x760700A0 C:\WINDOWS\System32\ole32.dll 924528 0x76DA0000 0x000E3000 0x76DCC8E0 C:\WINDOWS\System32\ADVAPI32.dll 489128 0x76160000 0x0007A000 0x76171D00 C:\WINDOWS\SYSTEM32\UxTheme.dll 453632 0x720E0000 0x00074000 0x721173D0 C:\WINDOWS\SYSTEM32\WINMM.dll 149272 0x72410000 0x00028000 0x724155B0 C:\WINDOWS\SYSTEM32\samcli.dll 70144 0x723F0000 0x00015000 0x723F5960 C:\WINDOWS\SYSTEM32\MSACM32.dll 93472 0x723D0000 0x00019000 0x723D4420 C:\WINDOWS\SYSTEM32\VERSION.dll 27320 0x75360000 0x00008000 0x75361800 C:\WINDOWS\SYSTEM32\USERENV.dll 141008 0x72030000 0x00025000 0x72038890 C:\WINDOWS\SYSTEM32\dwmapi.dll 138936 0x723A0000 0x00026000 0x723A6050 C:\WINDOWS\SYSTEM32\urlmon.dll 1683456 0x6E680000 0x001A9000 0x6E7022B0 C:\WINDOWS\SYSTEM32\SspiCli.dll 153400 0x71B70000 0x00028000 0x71B7DD40 C:\WINDOWS\SYSTEM32\winmmbase.dll 110720 0x72380000 0x0001D000 0x72393850 C:\WINDOWS\SYSTEM32\iertutil.dll 2268456 0x6E450000 0x0022B000 0x6E60A2D0 C:\WINDOWS\System32\shcore.dll 548528 0x760D0000 0x00087000 0x76112E90 C:\WINDOWS\System32\IMM32.DLL 143056 0x762B0000 0x00025000 0x762B4410 C:\WINDOWS\System32\WS2_32.dll 397728 0x76540000 0x00063000 0x76544B40 D:\Games\gtasa\GTA San Andreas\vorbisfile.dll 53760 0x72360000 0x00011000 0x72361A0B D:\Games\gtasa\GTA San Andreas\EAX.DLL 188416 0x10000000 0x00030000 0x1001A472 D:\Games\gtasa\GTA San Andreas\vorbishooked.DLL 65536 0x01840000 0x00011000 0x01844C98 D:\Games\gtasa\GTA San Andreas\ogg.dll 36864 0x01860000 0x00009000 0x0186302E D:\Games\gtasa\GTA San Andreas\vorbis.dll 1060864 0x03A90000 0x00108000 0x03AA3F7C D:\Games\gtasa\GTA San Andreas\$fastman92limitAdjuster.asi 11256320 0x6D490000 0x00ACD000 0x6D59A427 C:\WINDOWS\System32\PSAPI.DLL 17016 0x77560000 0x00006000 0x775614D0 D:\Games\gtasa\GTA San Andreas\zlib1.dll 107520 0x62E80000 0x00022000 0x62E81440 C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.488_none_89e6152f0b32762e\COMCTL32.dll 568120 0x71FA0000 0x0008D000 0x72007340 D:\Games\gtasa\GTA San Andreas\MinHook.x86.dll 14848 0x72350000 0x00007000 0x00000000 D:\Games\gtasa\GTA San Andreas\DllTricks.dll 33792 0x72340000 0x0000D000 0x7234147F D:\Games\gtasa\GTA San Andreas\cleo.asi 334848 0x71F20000 0x0007B000 0x71F35676 D:\Games\gtasa\GTA San Andreas\BASS.dll 107584 0x11000000 0x0004D000 0x1104C036 D:\Games\gtasa\GTA San Andreas\cleo\CLEO+.cleo 518656 0x71E70000 0x000A3000 0x71EAA317 D:\Games\gtasa\GTA San Andreas\cleo\FileSystemOperations.cleo 98304 0x71E50000 0x0001C000 0x71E51A5A D:\Games\gtasa\GTA San Andreas\cleo\GxtHook.cleo 49152 0x01930000 0x00022000 0x019500E0 D:\Games\gtasa\GTA San Andreas\cleo\IniFiles.cleo 110080 0x71E30000 0x0001F000 0x71E31971 D:\Games\gtasa\GTA San Andreas\cleo\IntOperations.cleo 76800 0x71E10000 0x00017000 0x71E116A4 D:\Games\gtasa\GTA San Andreas\FixSittingInCarOpcode.asi 72704 0x6FD80000 0x00016000 0x6FD81953 D:\Games\gtasa\GTA San Andreas\flickr.asi 32768 0x72330000 0x0000C000 0x723312E2 D:\Games\gtasa\GTA San Andreas\FramerateVigilante.SA.asi 74752 0x6FD60000 0x00016000 0x6FD620A9 D:\Games\gtasa\GTA San Andreas\GFXHack.asi 27648 0x03360000 0x00011000 0x0336E001 D:\Games\gtasa\GTA San Andreas\GraphicsTweaker.SA.asi 282624 0x6FD10000 0x00049000 0x6FD1F0A6 D:\Games\gtasa\GTA San Andreas\grgx.asi 40960 0x72160000 0x0000D000 0x72162186 C:\WINDOWS\SYSTEM32\MSVCP100.dll 421200 0x6FCA0000 0x00069000 0x6FCD3CF4 C:\WINDOWS\SYSTEM32\MSVCR100.dll 773968 0x6FB60000 0x000BF000 0x6FB71DFC D:\Games\gtasa\GTA San Andreas\gsx.asi 323584 0x6FB00000 0x00054000 0x6FB170B2 D:\Games\gtasa\GTA San Andreas\Hooks.asi 15360 0x6D440000 0x00043000 0x6D442CF0 D:\Games\gtasa\GTA San Andreas\GUI.fp 173056 0x6C6A0000 0x00D9A000 0x6C6AAF8B D:\Games\gtasa\GTA San Andreas\FirstPerson.sp 442368 0x6C630000 0x0006F000 0x6C6397DB D:\Games\gtasa\GTA San Andreas\III.VC.SA.LimitAdjuster.asi 390656 0x6C5C0000 0x00065000 0x6C5F8DCE D:\Games\gtasa\GTA San Andreas\ImprovedMove.asi 244224 0x6C580000 0x00040000 0x6C58B42A D:\Games\gtasa\GTA San Andreas\ImVehFt.asi 247296 0x6C530000 0x00043000 0x6C5411B3 C:\WINDOWS\SYSTEM32\d3dx9_43.dll 1998168 0x6C330000 0x001FF000 0x6C4EEC0D D:\Games\gtasa\GTA San Andreas\ImVehFtFix.asi 247808 0x6C2E0000 0x00041000 0x6C2EAF26 D:\Games\gtasa\GTA San Andreas\IndieVehicles.asi 289792 0x6C290000 0x0004C000 0x6C2A0CA6 D:\Games\gtasa\GTA San Andreas\LoadWholeMap.SA.asi 341504 0x6C230000 0x00057000 0x6C246018 D:\Games\gtasa\GTA San Andreas\MixSets.asi 508928 0x6C1A0000 0x00081000 0x6C1D1569 D:\Games\gtasa\GTA San Andreas\modloader.asi 700928 0x6C0E0000 0x000B2000 0x6C134637 C:\WINDOWS\SYSTEM32\dbghelp.dll 1494016 0x721A0000 0x00188000 0x721D8B50 D:\Games\gtasa\GTA San Andreas\OpenDoorAnim.asi 171008 0x6C0B0000 0x0002D000 0x6C0B8AD0 D:\Games\gtasa\GTA San Andreas\paynspray.asi 74240 0x6C090000 0x00017000 0x6C09223A D:\Games\gtasa\GTA San Andreas\ped_spec.asi 64000 0x6C070000 0x00014000 0x6C07835A D:\Games\gtasa\GTA San Andreas\radarrect.asi 63488 0x6C050000 0x00013000 0x6C051DFE D:\Games\gtasa\GTA San Andreas\RealSkybox.SA.asi 345088 0x6BFF0000 0x00059000 0x6C004523 D:\Games\gtasa\GTA San Andreas\rundll32exefix.asi 11264 0x720D0000 0x00007000 0x720D1C18 D:\Games\gtasa\GTA San Andreas\SA.Player_SprintArmed.asi 69632 0x6BFD0000 0x00016000 0x6BFD1650 C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL 31528 0x71AF0000 0x0000A000 0x71AF2A60 D:\Games\gtasa\GTA San Andreas\SAEnexLimit.asi 32768 0x71DC0000 0x0000C000 0x71DC1318 D:\Games\gtasa\GTA San Andreas\SilentPatchSA.asi 282624 0x6BF80000 0x00049000 0x6BFA1860 D:\Games\gtasa\GTA San Andreas\timecycle24.asi 86016 0x6BF50000 0x00021000 0x6BF52E05 D:\Games\gtasa\GTA San Andreas\VehFuncs.asi 526848 0x6BEA0000 0x000A3000 0x6BED4283 D:\Games\gtasa\GTA San Andreas\_noDEP.asi 69632 0x6BE80000 0x00016000 0x6BE811A3 C:\WINDOWS\SYSTEM32\windows.storage.dll 6363248 0x72540000 0x00609000 0x7271B470 C:\WINDOWS\SYSTEM32\Wldp.dll 139960 0x72510000 0x00024000 0x725185A0 C:\WINDOWS\SYSTEM32\profapi.dll 110008 0x70A10000 0x0001D000 0x70A1AF90 D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.asi.dll 285184 0x6BE30000 0x0004A000 0x6BE4F29F D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.bank.dll 293888 0x6BDE0000 0x0004F000 0x6BDFE5D7 D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.data.dll 3527680 0x6BA70000 0x00364000 0x6BC93D47 D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.fx.dll 399872 0x6BA00000 0x00067000 0x6BA2E370 D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.movies.dll 174080 0x6B9D0000 0x00030000 0x6B9DF2F3 D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.scm.dll 174080 0x6B9A0000 0x00030000 0x6B9AF18D D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.sprites.dll 482304 0x6B920000 0x0007B000 0x6B95014A D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.stream.dll 584192 0x6B880000 0x00094000 0x6B8C6ECA D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.text.dll 206336 0x6B840000 0x00037000 0x6B852BCE D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.tracks.dll 212992 0x6B800000 0x00039000 0x6B8152EA D:\Games\gtasa\GTA San Andreas\modloader\trucktrailer\trucktrailer.asi 304128 0x6B7B0000 0x0004F000 0x6B7C1191 D:\Games\gtasa\GTA San Andreas\modloader\new effects\fxsfuncs\fxsfuncs.asi 392704 0x6B740000 0x00068000 0x6B75F770 C:\WINDOWS\SYSTEM32\DDRAW.dll 527360 0x6B650000 0x000E9000 0x6B6612A0 C:\WINDOWS\SYSTEM32\kernel.appcore.dll 52672 0x75370000 0x0000F000 0x753747E0 C:\WINDOWS\SYSTEM32\DCIMAN32.dll 11776 0x71B60000 0x00007000 0x71B62020 C:\WINDOWS\SYSTEM32\dxgi.dll 784016 0x6F0F0000 0x000C2000 0x6F123B80 C:\WINDOWS\SYSTEM32\dxcore.dll 163216 0x6AB80000 0x0002C000 0x6AB9A570 C:\WINDOWS\System32\bcryptPrimitives.dll 375000 0x765B0000 0x0005D000 0x765E1830 C:\WINDOWS\SYSTEM32\DSOUND.dll 493056 0x6B5D0000 0x0007F000 0x6B5FF300 C:\WINDOWS\SYSTEM32\powrprof.dll 268080 0x6B580000 0x00044000 0x6B586ED0 C:\WINDOWS\SYSTEM32\UMPDC.dll 47472 0x70540000 0x0000D000 0x70547560 C:\WINDOWS\System32\clbcatq.dll 504552 0x75470000 0x0007E000 0x754DBD50 C:\WINDOWS\System32\MMDevApi.dll 420936 0x6B510000 0x0006A000 0x6B535C20 C:\WINDOWS\System32\DEVOBJ.dll 138936 0x72B50000 0x00024000 0x72B59990 C:\WINDOWS\SYSTEM32\AUDIOSES.DLL 1265512 0x6B3D0000 0x00138000 0x6B4136A0 C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll 52664 0x6FC90000 0x0000F000 0x6FC942F0 C:\WINDOWS\System32\MSCTF.dll 861472 0x75770000 0x000D4000 0x757BE170 C:\WINDOWS\SYSTEM32\DINPUT8.dll 171008 0x6B390000 0x00037000 0x6B397F90 C:\WINDOWS\SYSTEM32\inputhost.dll 968424 0x6B2A0000 0x000ED000 0x6B3661F0 C:\WINDOWS\SYSTEM32\CoreUIComponents.dll 2621720 0x6E8F0000 0x0027E000 0x6E94E960 C:\WINDOWS\SYSTEM32\PROPSYS.dll 797472 0x6F660000 0x000C3000 0x6F6C1C10 C:\WINDOWS\SYSTEM32\CoreMessaging.dll 630624 0x6EC70000 0x0009B000 0x6ECD0F00 C:\WINDOWS\SYSTEM32\wintypes.dll 896096 0x6EB90000 0x000DB000 0x6EC08590 C:\WINDOWS\SYSTEM32\ntmarta.dll 152904 0x6FC20000 0x00029000 0x6FC27E90 C:\WINDOWS\SYSTEM32\HID.DLL 25600 0x6FAF0000 0x0000A000 0x6FAF1BB0 C:\WINDOWS\System32\WINTRUST.dll 288680 0x75610000 0x00047000 0x75625970 C:\WINDOWS\System32\CRYPT32.dll 1013352 0x763D0000 0x000FA000 0x76425030 C:\WINDOWS\SYSTEM32\MSASN1.dll 50616 0x720C0000 0x0000E000 0x720C5690 C:\WINDOWS\SYSTEM32\d3d9.dll 1623312 0x6B110000 0x00190000 0x6B188400 C:\WINDOWS\System32\DriverStore\FileRepository\c0315305.inf_amd64_4a255a9cc495b028\aticfx32.dll 1304648 0x6AFD0000 0x0013C000 0x6B07A79E C:\WINDOWS\System32\DriverStore\FileRepository\c0315305.inf_amd64_4a255a9cc495b028\atiu9pag.dll 134312 0x6AFA0000 0x00022000 0x6AFAD14C C:\WINDOWS\System32\DriverStore\FileRepository\c0315305.inf_amd64_4a255a9cc495b028\atiumdag.dll 9063528 0x69B30000 0x008D8000 0x69B31590 C:\WINDOWS\System32\DriverStore\FileRepository\c0315305.inf_amd64_4a255a9cc495b028\atiumdva.dll 10839048 0x68E10000 0x00A69000 0x68E14BD0 C:\WINDOWS\SYSTEM32\TextShaping.dll 611952 0x6F5C0000 0x00094000 0x6F64F1A0 C:\WINDOWS\SYSTEM32\textinputframework.dll 755680 0x6ED10000 0x000BA000 0x6ED506D0 C:\Program Files (x86)\Internet Download Manager\idmmkb.dll 33080 0x6F590000 0x00007000 0x6F592B21 C:\Windows\System32\quartz.dll 1470976 0x6AE00000 0x0019A000 0x6AE2B160 C:\Windows\System32\devenum.dll 93960 0x6ADE0000 0x00018000 0x6ADF0D60 C:\WINDOWS\SYSTEM32\D3DIM700.DLL 388096 0x6AD70000 0x00063000 0x6ADBFEA0 C:\WINDOWS\SYSTEM32\wdmaud.drv 215040 0x6AD30000 0x0003A000 0x6AD3CEA0 C:\WINDOWS\SYSTEM32\AVRT.dll 27336 0x6AD10000 0x00008000 0x6AD11AA0 C:\WINDOWS\SYSTEM32\ksuser.dll 20328 0x6AD20000 0x00007000 0x6AD21EC0 C:\WINDOWS\SYSTEM32\msacm32.drv 23552 0x6AD00000 0x0000A000 0x6AD04200 C:\WINDOWS\SYSTEM32\midimap.dll 18944 0x6ACF0000 0x00008000 0x6ACF1990 C:\Windows\System32\Windows.UI.dll 998352 0x6ABF0000 0x000F3000 0x6AC4B230 C:\Windows\System32\WindowManagementAPI.dll 455680 0x6AB00000 0x00073000 0x6AB5ED80 C:\Windows\System32\twinapi.appcore.dll 1634208 0x6EF60000 0x0018F000 0x6EFE3930 C:\WINDOWS\SYSTEM32\wmvcore.dll 2136736 0x6A8F0000 0x0020D000 0x6A92DA40 C:\WINDOWS\SYSTEM32\WMASF.DLL 247344 0x6ABB0000 0x0003D000 0x6ABE5DC0 C:\WINDOWS\SYSTEM32\mfperfhelper.dll 1075528 0x6A7E0000 0x00106000 0x6A8CC3B0 C:\WINDOWS\system32\mlang.dll 198656 0x6A7A0000 0x00034000 0x6A7B0580 Game terminated.

 

Update:

Now I can't even play the game without crashing just for one minute straight for some reason I don't know, and I left the configs unchanged except some for adding a car. Here's the log:

 

  Reveal hidden contents

Starting fastman92 limit adjuster 5.6, compilation time: Jul 12 2020 06:49:24 (UTC)
Website: http://fastman92.com

Launch time: 18-2-2021 11:48:36 (UTC)
Launched during the day.

Solution platform: WIN_X86
FASTMAN92_LIMIT_ADJUSTER_RELEASE_DIRECTORY is not defined. Documentation files will not be written.
Game detected: GTA SA 1.0 US HOODLUM 14383616 bytes
Game uses dynamic image base? No
Game preferred image base: 0x400000
Game current image base: 0x400000

Number of FLA modules: 67
Delayed processing of limits? No

Root base directory: 
Root directory: D:\Games\gtasa\GTA San Andreas
Initial directory: D:\Games\gtasa\GTA San Andreas
INI filename: fastman92limitAdjuster_GTASA.ini

Global exception handler has been registered.
---------------------------------------------
None of ID limits is changed. Nothing to do.
---------------------------------------------
Modified count of killable model IDs: 12600
---------------------------------------------
---------------------------------------------
Enabling handling.cfg limit adjuster.
New limits:
Number of standard lines = 300
Number of bike lines = 13
Number of flying lines = 24
Number of boat lines = 12
Number of animation group lines = 30

&mod_HandlingManager = 0x1A63D18, sizeof(mod_HandlingManager) = 0x13608
---------------------------------------------
Modified limit of cargrp.dat, number of groups: 34 number of members per group to: 40
---------------------------------------------
Vehicle special features are enabled
Number of hydra vehicles = 1
Hydra 0 = 520
Number of ZR350 vehicles = 1
ZR350 0 = 411
ZR350 1 = 415
ZR350 2 = 419
ZR350 3 = 451
ZR350 4 = 477
ZR350 5 = 506
ZR350 6 = 558
ZR350 7 = 565
ZR350 8 = 587
ZR350 9 = 12500
---------------------------------------------
SPECIAL: Make paintjobs work for any ID applied.
---------------------------------------------
Error reporting going to be applied.
GTA_ERROR_ATTEMPT_TO_LOAD_OBJECT_INSTANCE_WITH_UNDEFINED_ID enabled.
GTA_ERROR_MODEL_DOES_NOT_HAVE_COLLISION_LOADED enabled.
GTA_ERROR_CAR_GENERATOR_WITH_INVALID_MODEL_ID_IS_GETTING_REGISTERED enabled.
GTA_ERROR_IMG_ARCHIVE_NEEDS_REBUILDING enabled.
GTA_ERROR_STREAM_HANDLES_LIMIT_EXCEEDED enabled.
Error reporting is applied now.
---------------------------------------------
---------------------------------------------
Vehicle audio loader is enabled
---------------------------------------------
FLA loading text is disabled.
---------------------------------------------
Number of memory changes made: 363
---------------------------------------------

Game has crashed, here's a crash log:
Current process ID: 6304
Current thread ID: 1440
Last file to be loaded: AUDIO\STREAMS\HC
Last library loaded: kernel32
Exception address: 0x00611C24 ("gta_sa.exe"+0x211C24)
Exception code: 0xC0000005 (EXCEPTION_ACCESS_VIOLATION)
Inaccessible memory address: 0xF039AD22

General registers:
EAX: 0x7760DC8B (2002836619)
EBX: 0x008D263C (9250364)
ECX: 0x0177F40C (24638476)
EDX: 0x00000028 (40)
ESI: 0x01A77418 (27751448)
EDI: 0x00000003 (3)
EBP: 0x00000008 (8)
ESP: 0x0177F3D4 (24638420)
EIP: 0x00611C24 (6364196) ["gta_sa.exe"+0x211C24]
EFL: 0x00210202 (2163202)

Segment registers:
CS: 0023
DS: 002B
ES: 002B
FS: 0053
GS: 002B
SS: 002B

FPU registers:
ST0: 83.333336 bytes: 00 00 00 00 00 AB AA A6 05 40
ST1: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
ST2: 197.281235 bytes: 00 00 00 00 00 FF 47 C5 06 40
ST3: 17.170122 bytes: 00 00 00 00 00 69 5C 89 03 40
ST4: 0.984656 bytes: 00 00 00 00 00 64 12 FC FE 3F
ST5: 0.969547 bytes: 00 00 00 00 00 40 34 F8 FE 3F
ST6: 2.512177 bytes: 00 00 00 00 00 80 C7 A0 00 40
ST7: 2.512177 bytes: 00 00 00 00 00 80 C7 A0 00 40
CTRL: 007F
STAT: 0123
TAGS: FFFF

MMX registers, 8 bytes:
MM0: 00 00 00 00 00 AB AA A6
MM1: 00 00 00 00 00 00 00 80
MM2: 00 00 00 00 00 FF 47 C5
MM3: 00 00 00 00 00 69 5C 89
MM4: 00 00 00 00 00 64 12 FC
MM5: 00 00 00 00 00 40 34 F8
MM6: 00 00 00 00 00 80 C7 A0
MM7: 00 00 00 00 00 80 C7 A0

XMM registers, 16 bytes:
XMM0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
XMM1: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
XMM2: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
XMM3: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
XMM4: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
XMM5: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
XMM6: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
XMM7: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

Module list
; Path    Module file size        Base    Size of image    Entry point
D:\Games\gtasa\GTA San Andreas\gta_sa.exe    14383616    0x00400000    0x01177000    0x00824570
C:\WINDOWS\SYSTEM32\ntdll.dll    1696760    0x775B0000    0x001A3000    0x00000000
C:\WINDOWS\System32\KERNEL32.DLL    632552    0x76CB0000    0x000F0000    0x76CCF640
C:\WINDOWS\System32\KERNELBASE.dll    2181672    0x75850000    0x00214000    0x75964F80
C:\WINDOWS\SYSTEM32\apphelp.dll    638464    0x6FD00000    0x0009F000    0x6FD385D0
C:\WINDOWS\SYSTEM32\AcLayers.DLL    415744    0x6DE20000    0x0028C000    0x6DE3EEC0
C:\WINDOWS\System32\msvcrt.dll    775256    0x75550000    0x000BF000    0x75585AC0
C:\WINDOWS\System32\USER32.dll    1663656    0x75EB0000    0x00196000    0x75EEAD10
C:\WINDOWS\System32\win32u.dll    92960    0x762E0000    0x00018000    0x00000000
C:\WINDOWS\System32\GDI32.dll    136328    0x77570000    0x00023000    0x775773C0
C:\WINDOWS\System32\gdi32full.dll    895040    0x75A80000    0x000DC000    0x75ADFE90
C:\WINDOWS\System32\msvcp_win.dll    495840    0x76670000    0x0007B000    0x76687800
C:\WINDOWS\System32\ucrtbase.dll    1181208    0x77000000    0x00120000    0x7702BA30
C:\WINDOWS\System32\SHELL32.dll    6005368    0x766F0000    0x005B4000    0x7686BE50
C:\WINDOWS\System32\SHLWAPI.dll    275808    0x75720000    0x00045000    0x75737860
C:\WINDOWS\System32\OLEAUT32.dll    606880    0x75660000    0x00096000    0x75695670
C:\WINDOWS\System32\combase.dll    2638248    0x75C20000    0x00282000    0x75D5C6B0
C:\WINDOWS\System32\RPCRT4.dll    786608    0x75B60000    0x000C0000    0x75B9A8E0
C:\WINDOWS\System32\SETUPAPI.dll    4433640    0x77120000    0x00434000    0x7714EFC0
C:\WINDOWS\System32\cfgmgr32.dll    236520    0x76390000    0x0003B000    0x7639D450
C:\WINDOWS\System32\bcrypt.dll    96032    0x75700000    0x00019000    0x757093E0
C:\WINDOWS\SYSTEM32\MPR.dll    93488    0x71DC0000    0x00019000    0x71DC3540
C:\WINDOWS\SYSTEM32\sfc.dll    11272    0x66680000    0x00003000    0x00000000
C:\WINDOWS\SYSTEM32\WINSPOOL.DRV    422912    0x6E880000    0x0006D000    0x6E8972E0
C:\WINDOWS\SYSTEM32\sfc_os.DLL    50104    0x720D0000    0x0000F000    0x720D5D70
C:\WINDOWS\SYSTEM32\AcGenral.DLL    2398720    0x6DBC0000    0x00251000    0x6DBF0F20
C:\WINDOWS\System32\sechost.dll    477800    0x76050000    0x00076000    0x760700A0
C:\WINDOWS\System32\ole32.dll    924528    0x76DA0000    0x000E3000    0x76DCC8E0
C:\WINDOWS\System32\ADVAPI32.dll    489128    0x76160000    0x0007A000    0x76171D00
C:\WINDOWS\SYSTEM32\UxTheme.dll    453632    0x720E0000    0x00074000    0x721173D0
C:\WINDOWS\SYSTEM32\WINMM.dll    149272    0x72490000    0x00028000    0x724955B0
C:\WINDOWS\SYSTEM32\samcli.dll    70144    0x6FCE0000    0x00015000    0x6FCE5960
C:\WINDOWS\SYSTEM32\MSACM32.dll    93472    0x6FCC0000    0x00019000    0x6FCC4420
C:\WINDOWS\SYSTEM32\VERSION.dll    27320    0x75360000    0x00008000    0x75361800
C:\WINDOWS\SYSTEM32\USERENV.dll    141008    0x72030000    0x00025000    0x72038890
C:\WINDOWS\SYSTEM32\dwmapi.dll    138936    0x72360000    0x00026000    0x72366050
C:\WINDOWS\SYSTEM32\urlmon.dll    1683456    0x6E680000    0x001A9000    0x6E7022B0
C:\WINDOWS\SYSTEM32\SspiCli.dll    153400    0x71B70000    0x00028000    0x71B7DD40
C:\WINDOWS\SYSTEM32\winmmbase.dll    110720    0x6FCA0000    0x0001D000    0x6FCB3850
C:\WINDOWS\SYSTEM32\iertutil.dll    2268456    0x6E450000    0x0022B000    0x6E60A2D0
C:\WINDOWS\System32\shcore.dll    548528    0x760D0000    0x00087000    0x76112E90
C:\WINDOWS\System32\IMM32.DLL    143056    0x762B0000    0x00025000    0x762B4410
C:\WINDOWS\System32\WS2_32.dll    397728    0x76540000    0x00063000    0x76544B40
D:\Games\gtasa\GTA San Andreas\vorbisfile.dll    53760    0x6FB30000    0x00011000    0x6FB31A0B
D:\Games\gtasa\GTA San Andreas\EAX.DLL    188416    0x10000000    0x00030000    0x1001A472
D:\Games\gtasa\GTA San Andreas\vorbishooked.DLL    65536    0x01840000    0x00011000    0x01844C98
D:\Games\gtasa\GTA San Andreas\ogg.dll    36864    0x01860000    0x00009000    0x0186302E
D:\Games\gtasa\GTA San Andreas\vorbis.dll    1060864    0x03B10000    0x00108000    0x03B23F7C
D:\Games\gtasa\GTA San Andreas\$fastman92limitAdjuster.asi    11256320    0x6D0F0000    0x00ACD000    0x6D1FA427
C:\WINDOWS\System32\PSAPI.DLL    17016    0x77560000    0x00006000    0x775614D0
D:\Games\gtasa\GTA San Andreas\DllTricks.dll    33792    0x71E10000    0x0000D000    0x71E1147F
D:\Games\gtasa\GTA San Andreas\zlib1.dll    107520    0x62E80000    0x00022000    0x62E81440
D:\Games\gtasa\GTA San Andreas\MinHook.x86.dll    14848    0x71B60000    0x00007000    0x00000000
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.488_none_89e6152f0b32762e\COMCTL32.dll    568120    0x6D060000    0x0008D000    0x6D0C7340
D:\Games\gtasa\GTA San Andreas\cleo.asi    334848    0x6CFE0000    0x0007B000    0x6CFF5676
D:\Games\gtasa\GTA San Andreas\BASS.dll    107584    0x11000000    0x0004D000    0x1104C036
D:\Games\gtasa\GTA San Andreas\cleo\CLEO+.cleo    518656    0x6CF30000    0x000A3000    0x6CF6A317
D:\Games\gtasa\GTA San Andreas\cleo\FileSystemOperations.cleo    98304    0x6FB10000    0x0001C000    0x6FB11A5A
D:\Games\gtasa\GTA San Andreas\cleo\GxtHook.cleo    49152    0x01910000    0x00022000    0x019300E0
D:\Games\gtasa\GTA San Andreas\cleo\IniFiles.cleo    110080    0x6FAF0000    0x0001F000    0x6FAF1971
D:\Games\gtasa\GTA San Andreas\cleo\IntOperations.cleo    76800    0x6CF10000    0x00017000    0x6CF116A4
D:\Games\gtasa\GTA San Andreas\FixSittingInCarOpcode.asi    72704    0x6CEF0000    0x00016000    0x6CEF1953
D:\Games\gtasa\GTA San Andreas\flickr.asi    32768    0x70540000    0x0000C000    0x705412E2
D:\Games\gtasa\GTA San Andreas\FramerateVigilante.SA.asi    74752    0x6CED0000    0x00016000    0x6CED20A9
D:\Games\gtasa\GTA San Andreas\GFXHack.asi    27648    0x039A0000    0x00011000    0x039AE001
D:\Games\gtasa\GTA San Andreas\GraphicsTweaker.SA.asi    282624    0x6CE80000    0x00049000    0x6CE8F0A6
D:\Games\gtasa\GTA San Andreas\grgx.asi    40960    0x6FC90000    0x0000D000    0x6FC92186
C:\WINDOWS\SYSTEM32\MSVCP100.dll    421200    0x6CE10000    0x00069000    0x6CE43CF4
C:\WINDOWS\SYSTEM32\MSVCR100.dll    773968    0x6CD50000    0x000BF000    0x6CD61DFC
D:\Games\gtasa\GTA San Andreas\gsx.asi    323584    0x6CCF0000    0x00054000    0x6CD070B2
D:\Games\gtasa\GTA San Andreas\Hooks.asi    15360    0x6CCA0000    0x00043000    0x6CCA2CF0
D:\Games\gtasa\GTA San Andreas\GUI.fp    173056    0x6BF00000    0x00D9A000    0x6BF0AF8B
D:\Games\gtasa\GTA San Andreas\FirstPerson.sp    442368    0x6BE90000    0x0006F000    0x6BE997DB
D:\Games\gtasa\GTA San Andreas\III.VC.SA.LimitAdjuster.asi    390656    0x6BE20000    0x00065000    0x6BE58DCE
D:\Games\gtasa\GTA San Andreas\ImprovedMove.asi    244224    0x6BDE0000    0x00040000    0x6BDEB42A
D:\Games\gtasa\GTA San Andreas\ImVehFt.asi    247296    0x6BD90000    0x00043000    0x6BDA11B3
C:\WINDOWS\SYSTEM32\d3dx9_43.dll    1998168    0x6BB90000    0x001FF000    0x6BD4EC0D
D:\Games\gtasa\GTA San Andreas\ImVehFtFix.asi    247808    0x6BB40000    0x00041000    0x6BB4AF26
D:\Games\gtasa\GTA San Andreas\IndieVehicles.asi    289792    0x6BAF0000    0x0004C000    0x6BB00CA6
D:\Games\gtasa\GTA San Andreas\MixSets.asi    508928    0x6BA60000    0x00081000    0x6BA91569
D:\Games\gtasa\GTA San Andreas\modloader.asi    700928    0x6B9A0000    0x000B2000    0x6B9F4637
C:\WINDOWS\SYSTEM32\dbghelp.dll    1494016    0x721A0000    0x00188000    0x721D8B50
D:\Games\gtasa\GTA San Andreas\OpenDoorAnim.asi    171008    0x6B970000    0x0002D000    0x6B978AD0
D:\Games\gtasa\GTA San Andreas\paynspray.asi    74240    0x6B950000    0x00017000    0x6B95223A
D:\Games\gtasa\GTA San Andreas\ped_spec.asi    64000    0x6B930000    0x00014000    0x6B93835A
D:\Games\gtasa\GTA San Andreas\radarrect.asi    63488    0x6B910000    0x00013000    0x6B911DFE
D:\Games\gtasa\GTA San Andreas\RealSkybox.SA.asi    345088    0x6B8B0000    0x00059000    0x6B8C4523
D:\Games\gtasa\GTA San Andreas\rundll32exefix.asi    11264    0x6B8A0000    0x00007000    0x6B8A1C18
D:\Games\gtasa\GTA San Andreas\SA.Player_SprintArmed.asi    69632    0x6B880000    0x00016000    0x6B881650
C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL    31528    0x71AF0000    0x0000A000    0x71AF2A60
D:\Games\gtasa\GTA San Andreas\SAEnexLimit.asi    32768    0x6B870000    0x0000C000    0x6B871318
D:\Games\gtasa\GTA San Andreas\SilentPatchSA.asi    282624    0x6B820000    0x00049000    0x6B841860
D:\Games\gtasa\GTA San Andreas\timecycle24.asi    86016    0x6B7F0000    0x00021000    0x6B7F2E05
D:\Games\gtasa\GTA San Andreas\VehFuncs.asi    526848    0x6B740000    0x000A3000    0x6B774283
D:\Games\gtasa\GTA San Andreas\_noDEP.asi    69632    0x6B720000    0x00016000    0x6B7211A3
C:\WINDOWS\SYSTEM32\windows.storage.dll    6363248    0x72540000    0x00609000    0x7271B470
C:\WINDOWS\SYSTEM32\Wldp.dll    139960    0x72510000    0x00024000    0x725185A0
C:\WINDOWS\SYSTEM32\profapi.dll    110008    0x70A10000    0x0001D000    0x70A1AF90
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.asi.dll    285184    0x6B6D0000    0x0004A000    0x6B6EF29F
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.bank.dll    293888    0x6B680000    0x0004F000    0x6B69E5D7
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.data.dll    3527680    0x6B310000    0x00364000    0x6B533D47
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.fx.dll    399872    0x6B2A0000    0x00067000    0x6B2CE370
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.movies.dll    174080    0x6B270000    0x00030000    0x6B27F2F3
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.scm.dll    174080    0x6B240000    0x00030000    0x6B24F18D
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.sprites.dll    482304    0x6B1C0000    0x0007B000    0x6B1F014A
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.stream.dll    584192    0x6B120000    0x00094000    0x6B166ECA
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.text.dll    206336    0x6B0E0000    0x00037000    0x6B0F2BCE
D:\Games\gtasa\GTA San Andreas\modloader\.data\plugins\gta3\std.tracks.dll    212992    0x6B0A0000    0x00039000    0x6B0B52EA
D:\Games\gtasa\GTA San Andreas\modloader\trucktrailer\trucktrailer.asi    304128    0x6B050000    0x0004F000    0x6B061191
D:\Games\gtasa\GTA San Andreas\modloader\new effects\fxsfuncs\fxsfuncs.asi    392704    0x6AFE0000    0x00068000    0x6AFFF770
C:\WINDOWS\SYSTEM32\DDRAW.dll    527360    0x6AEF0000    0x000E9000    0x6AF012A0
C:\WINDOWS\SYSTEM32\DCIMAN32.dll    11776    0x6AEE0000    0x00007000    0x6AEE2020
C:\WINDOWS\SYSTEM32\dxgi.dll    784016    0x6F0F0000    0x000C2000    0x6F123B80
C:\WINDOWS\SYSTEM32\kernel.appcore.dll    52672    0x75370000    0x0000F000    0x753747E0
C:\WINDOWS\SYSTEM32\dxcore.dll    163216    0x6ACE0000    0x0002C000    0x6ACFA570
C:\WINDOWS\System32\bcryptPrimitives.dll    375000    0x765B0000    0x0005D000    0x765E1830
C:\WINDOWS\SYSTEM32\DSOUND.dll    493056    0x6AE60000    0x0007F000    0x6AE8F300
C:\WINDOWS\SYSTEM32\powrprof.dll    268080    0x6AE10000    0x00044000    0x6AE16ED0
C:\WINDOWS\SYSTEM32\UMPDC.dll    47472    0x6AE00000    0x0000D000    0x6AE07560
C:\WINDOWS\System32\clbcatq.dll    504552    0x75470000    0x0007E000    0x754DBD50
C:\WINDOWS\System32\MMDevApi.dll    420936    0x6AD90000    0x0006A000    0x6ADB5C20
C:\WINDOWS\System32\DEVOBJ.dll    138936    0x72B50000    0x00024000    0x72B59990
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL    1265512    0x6ABA0000    0x00138000    0x6ABE36A0
C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll    52664    0x6AD80000    0x0000F000    0x6AD842F0
C:\WINDOWS\System32\MSCTF.dll    861472    0x75770000    0x000D4000    0x757BE170
C:\WINDOWS\SYSTEM32\DINPUT8.dll    171008    0x724D0000    0x00037000    0x724D7F90
C:\WINDOWS\SYSTEM32\inputhost.dll    968424    0x723A0000    0x000ED000    0x724661F0
C:\WINDOWS\SYSTEM32\CoreMessaging.dll    630624    0x6EC70000    0x0009B000    0x6ECD0F00
C:\WINDOWS\SYSTEM32\PROPSYS.dll    797472    0x6F660000    0x000C3000    0x6F6C1C10
C:\WINDOWS\SYSTEM32\wintypes.dll    896096    0x6EB90000    0x000DB000    0x6EC08590
C:\WINDOWS\SYSTEM32\CoreUIComponents.dll    2621720    0x6E8F0000    0x0027E000    0x6E94E960
C:\WINDOWS\SYSTEM32\ntmarta.dll    152904    0x6FC20000    0x00029000    0x6FC27E90
C:\WINDOWS\SYSTEM32\HID.DLL    25600    0x72390000    0x0000A000    0x72391BB0
C:\WINDOWS\System32\WINTRUST.dll    288680    0x75610000    0x00047000    0x75625970
C:\WINDOWS\System32\CRYPT32.dll    1013352    0x763D0000    0x000FA000    0x76425030
C:\WINDOWS\SYSTEM32\MSASN1.dll    50616    0x720C0000    0x0000E000    0x720C5690
C:\WINDOWS\SYSTEM32\d3d9.dll    1623312    0x6AA10000    0x00190000    0x6AA88400
C:\WINDOWS\System32\DriverStore\FileRepository\c0315305.inf_amd64_4a255a9cc495b028\aticfx32.dll    1304648    0x6A8D0000    0x0013C000    0x6A97A79E
C:\WINDOWS\System32\DriverStore\FileRepository\c0315305.inf_amd64_4a255a9cc495b028\atiu9pag.dll    134312    0x6AD50000    0x00022000    0x6AD5D14C
C:\WINDOWS\System32\DriverStore\FileRepository\c0315305.inf_amd64_4a255a9cc495b028\atiumdag.dll    9063528    0x69B30000    0x008D8000    0x69B31590
C:\WINDOWS\System32\DriverStore\FileRepository\c0315305.inf_amd64_4a255a9cc495b028\atiumdva.dll    10839048    0x68E10000    0x00A69000    0x68E14BD0
C:\WINDOWS\SYSTEM32\TextShaping.dll    611952    0x6F5C0000    0x00094000    0x6F64F1A0
C:\WINDOWS\SYSTEM32\textinputframework.dll    755680    0x6ED10000    0x000BA000    0x6ED506D0
C:\Program Files (x86)\Internet Download Manager\idmmkb.dll    33080    0x6F590000    0x00007000    0x6F592B21
C:\Windows\System32\quartz.dll    1470976    0x6A730000    0x0019A000    0x6A75B160
C:\Windows\System32\devenum.dll    93960    0x6AD30000    0x00018000    0x6AD40D60
C:\WINDOWS\SYSTEM32\D3DIM700.DLL    388096    0x6A6C0000    0x00063000    0x6A70FEA0
C:\WINDOWS\SYSTEM32\wdmaud.drv    215040    0x6A680000    0x0003A000    0x6A68CEA0
C:\WINDOWS\SYSTEM32\ksuser.dll    20328    0x6AD20000    0x00007000    0x6AD21EC0
C:\WINDOWS\SYSTEM32\AVRT.dll    27336    0x6AD10000    0x00008000    0x6AD11AA0
C:\WINDOWS\SYSTEM32\msacm32.drv    23552    0x6A670000    0x0000A000    0x6A674200
C:\WINDOWS\SYSTEM32\midimap.dll    18944    0x6A660000    0x00008000    0x6A661990
C:\Windows\System32\Windows.UI.dll    998352    0x6A560000    0x000F3000    0x6A5BB230
C:\Windows\System32\WindowManagementAPI.dll    455680    0x69AB0000    0x00073000    0x69B0ED80
C:\WINDOWS\SYSTEM32\twinapi.appcore.dll    1634208    0x6EF60000    0x0018F000    0x6EFE3930
C:\WINDOWS\SYSTEM32\wmvcore.dll    2136736    0x68C00000    0x0020D000    0x68C3DA40
C:\WINDOWS\SYSTEM32\WMASF.DLL    247344    0x69A70000    0x0003D000    0x69AA5DC0
C:\WINDOWS\SYSTEM32\mfperfhelper.dll    1075528    0x69960000    0x00106000    0x69A4C3B0
C:\WINDOWS\system32\mlang.dll    198656    0x68BC0000    0x00034000    0x68BD0580
Game terminated.

 

You may want to take a look at this @fastman92

Best regards.

Try deleting gta_sa.set in Documents folder

Link to comment
Share on other sites

Officer_TenGrand
21 hours ago, Leinad said:

Try deleting gta_sa.set in Documents folder

 

It doesn't work. Game still crashes. Anyway do you use it? If you do, then how you can make this stable?

Link to comment
Share on other sites

Hey guys.

 

Does anyone know how to add melee combos?

 

Here's what I did:

Spoiler

Added to gtasa_melee_config.dat:



17 COMBO

 

Added to melee.dat:



START_COMBO COMBO
 ANIMGROUP combo
 RANGES 1.6
 ATTACK1 6.0 18.0 0.4 L 10 8 8
 ATTACK2 8.0 27.0 0.4 H 7 8 8
 ATTACK3 11.0 99.0 0.4 H 16 8 8
 AGROUND 12.0 21.0 0.4 G 25 4 4 8.0
 AMOVING 4.0 10.0 0.35 HL 5 8 8
 ABLOCK 6.0 11.0
 FLAGS 0x64f
END_COMBO

 

Changed in fastman92limitAdjuster_GTASA.ini:



[WEAPON LIMITS]
Enable melee combo type loader = 1
Max number of melee combos = 255

 

Contents of COMBO.ifp:

g90NKsz.png

 

CLEO script to set the fighting style:



{$CLEO .cs}
{$USE INI}

01F5: [email protected] = get_player_actor 0

07FE: set_actor [email protected] fighting_style_to 17 moves 6

0A93: terminate_this_custom_script

 

The player just uses the default punch, which is not even a combo. Just a single-punch attack.

 

EDIT:

@fastman92: Is the below configuration correct? Or is there a highest limit for this setting?

[PED STREAMING]
Pedgrp peds per group = 127

 

Edited by HzanRsxa2959
Link to comment
Share on other sites

Hello everyone. Suddenly, GTA SA stopped starting. Moreover, on my computer I have two versions of the game and both do not start. Please help. Thank you in advance.

Spoiler

Starting fastman92 limit adjuster 5.6, compilation time: Jul 12 2020 06:49:24 (UTC)
Website: http://fastman92.com

Launch time: 21-2-2021 10:16:04 (UTC)
Launched during the day.

Solution platform: WIN_X86
FASTMAN92_LIMIT_ADJUSTER_RELEASE_DIRECTORY is not defined. Documentation files will not be written.
Game detected: GTA SA 1.0 US HOODLUM 14383616 bytes
Game uses dynamic image base? No
Game preferred image base: 0x400000
Game current image base: 0x400000

Number of FLA modules: 67
Delayed processing of limits? No

Root base directory: 
Root directory: E:\GTA San Andreas
Initial directory: E:\GTA San Andreas
INI filename: fastman92limitAdjuster_GTASA.ini

Global exception handler has been registered.
---------------------------------------------
---------------------------------------------
Error reporting going to be applied.
GTA_ERROR_ATTEMPT_TO_LOAD_OBJECT_INSTANCE_WITH_UNDEFINED_ID enabled.
GTA_ERROR_MODEL_DOES_NOT_HAVE_COLLISION_LOADED enabled.
GTA_ERROR_CAR_GENERATOR_WITH_INVALID_MODEL_ID_IS_GETTING_REGISTERED enabled.
GTA_ERROR_IMG_ARCHIVE_NEEDS_REBUILDING enabled.
GTA_ERROR_STREAM_HANDLES_LIMIT_EXCEEDED enabled.
Error reporting is applied now.
---------------------------------------------
---------------------------------------------
Number of memory changes made: 28
---------------------------------------------

Game has crashed, here's a crash log:
Current process ID: 4676
Current thread ID: 4240
Last file to be loaded: C:\ProgramData\NVIDIA Corporation\ShadowPlay\CaptureCore.log
Last library loaded: C:\Windows\system32\user32.dll
Exception address: 0x007F67CF ("gta_sa.exe"+0x3F67CF)
Exception code: 0xC0000005 (EXCEPTION_ACCESS_VIOLATION)
Inaccessible memory address: 0xDDDDDE75

General registers:
EAX: 0x0E6F2FA8 (242167720)
EBX: 0x00000000 (0)
ECX: 0xDDDDDDDD (-572662307)
EDX: 0x00000780 (1920)
ESI: 0x03BF4400 (62866432)
EDI: 0x00C9C078 (13222008)
EBP: 0x00000000 (0)
ESP: 0x0177F39C (24638364)
EIP: 0x007F67CF (8349647) ["gta_sa.exe"+0x3F67CF]
EFL: 0x00010246 (66118)

Segment registers:
CS: 0023
DS: 002B
ES: 002B
FS: 0053
GS: 002B
SS: 002B

FPU registers:
ST0: 185183.187500 bytes: 00 00 00 00 00 CC D7 B4 10 40
ST1: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
ST2: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
ST3: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
ST4: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
ST5: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST6: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST7: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
CTRL: 007F
STAT: 4020
TAGS: FFFF

MMX registers, 8 bytes:
MM0: 00 00 00 00 00 CC D7 B4
MM1: 00 00 00 00 00 00 00 80
MM2: 00 00 00 00 00 00 00 80
MM3: 00 00 00 00 00 00 00 80
MM4: 00 00 00 00 00 00 00 80
MM5: 00 00 00 00 00 00 00 00
MM6: 00 00 00 00 00 00 00 00
MM7: 00 00 00 00 00 00 00 00

XMM registers, 16 bytes:
XMM0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM1: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM2: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM3: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM4: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM6: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Module list
; Path    Module file size        Base    Size of image    Entry point
E:\GTA San Andreas\gta_sa.exe    14383616    0x00400000    0x01177000    0x00824570
C:\Windows\SYSTEM32\ntdll.dll    1665208    0x77E50000    0x0019A000    0x00000000
C:\Windows\System32\KERNEL32.DLL    628416    0x77C60000    0x000E0000    0x77C75F70
C:\Windows\System32\KERNELBASE.dll    2092320    0x77980000    0x001FF000    0x77A6DF90
C:\Windows\SYSTEM32\apphelp.dll    635904    0x75570000    0x0009F000    0x755A8CD0
C:\Windows\SYSTEM32\AcLayers.DLL    407040    0x6D370000    0x0028A000    0x6D38DB40
C:\Windows\System32\msvcrt.dll    776472    0x75CE0000    0x000BF000    0x75D15B00
C:\Windows\System32\USER32.dll    1668320    0x775D0000    0x00198000    0x775FC9F0
C:\Windows\System32\win32u.dll    89336    0x75B20000    0x00017000    0x00000000
C:\Windows\System32\GDI32.dll    127552    0x773F0000    0x00021000    0x773F4B50
C:\Windows\System32\gdi32full.dll    1425024    0x77290000    0x0015D000    0x77350EB0
C:\Windows\System32\msvcp_win.dll    501000    0x75650000    0x0007C000    0x75666760
C:\Windows\System32\ucrtbase.dll    1182744    0x76040000    0x00120000    0x7606A960
C:\Windows\System32\SHELL32.dll    5769328    0x767B0000    0x0057B000    0x769188A0
C:\Windows\System32\cfgmgr32.dll    236520    0x75DB0000    0x0003B000    0x75DBCF50
C:\Windows\System32\shcore.dll    535072    0x76160000    0x00083000    0x761A15B0
C:\Windows\System32\RPCRT4.dll    768504    0x77470000    0x000BB000    0x774ABDD0
C:\Windows\System32\SspiCli.dll    146640    0x75620000    0x00025000    0x7562CEF0
C:\Windows\System32\CRYPTBASE.dll    31752    0x75610000    0x0000A000    0x75612A40
C:\Windows\System32\bcryptPrimitives.dll    389952    0x76D30000    0x00060000    0x76D62890
C:\Windows\System32\sechost.dll    480336    0x77770000    0x00076000    0x77782640
C:\Windows\System32\combase.dll    2586104    0x76D90000    0x00276000    0x76EC2DC0
C:\Windows\System32\windows.storage.dll    6062120    0x761F0000    0x005BF000    0x763EBDC0
C:\Windows\System32\advapi32.dll    487784    0x75C40000    0x00079000    0x75C57450
C:\Windows\System32\profapi.dll    102760    0x77C40000    0x0001B000    0x77C4A3A0
C:\Windows\System32\powrprof.dll    267528    0x77930000    0x00043000    0x77936D40
C:\Windows\System32\UMPDC.dll    46656    0x777F0000    0x0000D000    0x777F7450
C:\Windows\System32\shlwapi.dll    275272    0x75BF0000    0x00044000    0x75C07A90
C:\Windows\System32\kernel.appcore.dll    51632    0x76030000    0x0000F000    0x760346E0
C:\Windows\System32\cryptsp.dll    68192    0x77530000    0x00013000    0x77535D20
C:\Windows\System32\OLEAUT32.dll    593416    0x75B40000    0x00092000    0x75B754D0
C:\Windows\System32\SETUPAPI.dll    4518336    0x756D0000    0x00449000    0x757016E0
C:\Windows\System32\bcrypt.dll    96032    0x775B0000    0x00019000    0x775B9380
C:\Windows\SYSTEM32\MPR.dll    89856    0x73C60000    0x00018000    0x73C63490
C:\Windows\SYSTEM32\sfc.dll    2560    0x66680000    0x00003000    0x00000000
C:\Windows\SYSTEM32\WINSPOOL.DRV    415744    0x6BCA0000    0x0006B000    0x6BCB4120
C:\Windows\SYSTEM32\PROPSYS.dll    802152    0x6E8A0000    0x000C6000    0x6E908F40
C:\Windows\SYSTEM32\IPHLPAPI.DLL    196776    0x74310000    0x00032000    0x7431C320
C:\Windows\SYSTEM32\sfc_os.DLL    40960    0x6DD10000    0x0000F000    0x6DD15D60
C:\Windows\System32\IMM32.DLL    143808    0x77C10000    0x00025000    0x77C14390
C:\Windows\System32\WS2_32.dll    379840    0x75E60000    0x0005E000    0x75E75270
C:\Windows\System32\ole32.dll    1009208    0x77010000    0x000F7000    0x7704A090
C:\Windows\SYSTEM32\WINMM.dll    134320    0x742C0000    0x00024000    0x742C4350
C:\Windows\SYSTEM32\WINMMBASE.dll    131176    0x73C30000    0x00023000    0x73C387E0
E:\GTA San Andreas\EAX.DLL    188416    0x10000000    0x00030000    0x1001A472
E:\GTA San Andreas\vorbisfile.dll    53760    0x75220000    0x00011000    0x75221A0B
E:\GTA San Andreas\vorbishooked.DLL    65536    0x01900000    0x00011000    0x01904C98
E:\GTA San Andreas\ogg.dll    36864    0x001F0000    0x00009000    0x001F302E
E:\GTA San Andreas\vorbis.dll    1060864    0x03C40000    0x00108000    0x03C53F7C
E:\GTA San Andreas\$fastman92limitAdjuster.asi    11256320    0x69DC0000    0x00ACD000    0x69ECA427
C:\Windows\System32\PSAPI.DLL    17008    0x75E50000    0x00006000    0x75E514D0
C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.18362.1379_none_bb62dc01ec8ffbb7\COMCTL32.dll    568112    0x73730000    0x0008D000    0x737971E0
E:\GTA San Andreas\MinHook.x86.dll    14848    0x75210000    0x00007000    0x00000000
E:\GTA San Andreas\zlib1.dll    107520    0x62E80000    0x00022000    0x62E81440
E:\GTA San Andreas\DllTricks.dll    33792    0x75200000    0x0000D000    0x7520147F
E:\GTA San Andreas\2dfx.asi    107520    0x751E0000    0x00020000    0x751E3F62
E:\GTA San Andreas\anticrasher.asi    67584    0x751C0000    0x00015000    0x751C2022
E:\GTA San Andreas\bullethole.asi    305664    0x75170000    0x0004F000    0x75190200
C:\Windows\SYSTEM32\d3dx9_40.dll    4379984    0x74700000    0x0044A000    0x74AE3F4E
E:\GTA San Andreas\cleo.asi    264704    0x75100000    0x0006B000    0x7510E484
E:\GTA San Andreas\BASS.dll    107584    0x11000000    0x0004D000    0x1104C036
C:\Windows\SYSTEM32\MSACM32.dll    93680    0x65CF0000    0x00019000    0x65CF4420
E:\GTA San Andreas\cleo\FileSystemOperations.cleo    65024    0x750E0000    0x00014000    0x750E1203
E:\GTA San Andreas\cleo\GxtHook.cleo    49152    0x03C00000    0x00022000    0x03C200E0
E:\GTA San Andreas\cleo\IniFiles.cleo    81920    0x750C0000    0x00018000    0x750C13AC
E:\GTA San Andreas\cleo\IntOperations.cleo    58368    0x750A0000    0x00013000    0x750A1181
E:\GTA San Andreas\Dynamic_FerrisWheel.asi    162304    0x746D0000    0x0002D000    0x746DD87B
E:\GTA San Andreas\EffectLoader.asi    144896    0x746A0000    0x00028000    0x746A3EB9
E:\GTA San Andreas\flickr.asi    32768    0x75090000    0x0000C000    0x750912E2
E:\GTA San Andreas\GFXHack.asi    27648    0x03D70000    0x00011000    0x03D7E001
E:\GTA San Andreas\Hooks.asi    10240    0x74690000    0x00009000    0x74691D35
C:\Windows\SYSTEM32\MSVCR100.dll    773968    0x745D0000    0x000BF000    0x745E1DFC
E:\GTA San Andreas\GUI.fp    59904    0x635C0000    0x00D7C000    0x635C93AF
E:\GTA San Andreas\FirstPerson.sp    445952    0x74550000    0x00072000    0x7455A313
E:\GTA San Andreas\IDE_DD_Tweaker.asi    68608    0x74530000    0x00016000    0x74532181
E:\GTA San Andreas\imfx.asi    13824    0x74520000    0x00008000    0x74522C64
E:\GTA San Andreas\limit_adjuster_gta3vcsa.asi    366080    0x74250000    0x00060000    0x7428588C
E:\GTA San Andreas\modloader.asi    700928    0x74190000    0x000B2000    0x741E4637
C:\Windows\SYSTEM32\dbghelp.dll    1521664    0x6CE30000    0x0018F000    0x6CE6AF90
E:\GTA San Andreas\MoreVehicles.asi    28672    0x04130000    0x00012000    0x0413F001
E:\GTA San Andreas\RagDoll_physics.asi    785920    0x740C0000    0x000C9000    0x7413AB93
E:\GTA San Andreas\RealTrafficFix.SA.asi    384000    0x73E40000    0x00081000    0x73E5E25A
E:\GTA San Andreas\sa_draw_distance_changer.asi    67584    0x74500000    0x00015000    0x74501DBF
E:\GTA San Andreas\set-extra-colors-to-white.asi    137728    0x744D0000    0x00026000    0x744D5337
E:\GTA San Andreas\SilentPatchSA.asi    282624    0x74070000    0x00049000    0x74091860
E:\GTA San Andreas\skygrad.asi    13312    0x74060000    0x00007000    0x7406211E
E:\GTA San Andreas\UpDownLights.asi    52736    0x042E0000    0x00020000    0x042FD001
E:\GTA San Andreas\VehicleAudioLoader.asi    55808    0x04740000    0x00020000    0x0475D001
E:\GTA San Andreas\VMPEditor.asi    145920    0x01C80000    0x0002C000    0x01C95294
E:\GTA San Andreas\modloader\.data\plugins\gta3\std.asi.dll    298496    0x73DF0000    0x0004F000    0x73E129CC
E:\GTA San Andreas\modloader\.data\plugins\gta3\std.bank.dll    293888    0x73DA0000    0x0004F000    0x73DBE5D7
E:\GTA San Andreas\modloader\.data\plugins\gta3\std.data.dll    3527680    0x69A50000    0x00364000    0x69C73D47
E:\GTA San Andreas\modloader\.data\plugins\gta3\std.fx.dll    399872    0x73BC0000    0x00067000    0x73BEE370
E:\GTA San Andreas\modloader\.data\plugins\gta3\std.movies.dll    174080    0x73D70000    0x00030000    0x73D7F2F3
E:\GTA San Andreas\modloader\.data\plugins\gta3\std.scm.dll    174080    0x73B90000    0x00030000    0x73B9F18D
E:\GTA San Andreas\modloader\.data\plugins\gta3\std.sprites.dll    482304    0x73B10000    0x0007B000    0x73B4014A
E:\GTA San Andreas\modloader\.data\plugins\gta3\std.stream.dll    588800    0x70280000    0x00096000    0x702C7D2A
E:\GTA San Andreas\modloader\.data\plugins\gta3\std.text.dll    206336    0x6D1D0000    0x00037000    0x6D1E2BCE
E:\GTA San Andreas\modloader\.data\plugins\gta3\std.tracks.dll    212992    0x6D190000    0x00039000    0x6D1A52EA
E:\GTA San Andreas\modloader\imvehft\imvehft.asi    247296    0x6CDB0000    0x00043000    0x6CDC11B3
C:\Windows\SYSTEM32\d3dx9_43.dll    1998168    0x69850000    0x001FF000    0x69A0EC0D
E:\GTA San Andreas\modloader\imvehft\imvehftfix.asi    247808    0x6CD60000    0x00041000    0x6CD6AF26
E:\GTA San Andreas\modloader\vehfuncs\to copy to game folder\gsx.asi    323584    0x6CB10000    0x00054000    0x6CB270B2
E:\GTA San Andreas\modloader\vehfuncs\to copy to game folder\vehfuncs.asi    521728    0x697A0000    0x000A3000    0x697D5AB7
E:\GTA San Andreas\modloader\helmet mod\helmetmod.sa.asi    336384    0x69720000    0x00074000    0x69733E9B
E:\GTA San Andreas\modloader\real skybox\realskybox.sa.asi    340992    0x696C0000    0x00058000    0x696D63E6
E:\GTA San Andreas\modloader\wheel detach\wheeldetach.sa.asi    276992    0x6CAC0000    0x00048000    0x6CACD9AC
C:\Windows\system32\uxtheme.dll    477184    0x73A70000    0x0007A000    0x73AAB640
C:\Windows\System32\MSCTF.dll    1053144    0x77110000    0x00103000    0x77169960
C:\Windows\System32\TextInputFramework.dll    525768    0x6ED30000    0x00082000    0x6ED69CC0
C:\Windows\System32\CoreUIComponents.dll    2491032    0x6EA00000    0x0025E000    0x6EA6B720
C:\Windows\System32\CoreMessaging.dll    553664    0x6E970000    0x00089000    0x6E9C28B0
C:\Windows\SYSTEM32\wintypes.dll    882160    0x6E7C0000    0x000D7000    0x6E833B50
C:\Windows\SYSTEM32\ntmarta.dll    152896    0x73170000    0x00029000    0x73178030
C:\Windows\System32\iertutil.dll    2263808    0x6EED0000    0x0022A000    0x6F089F80
C:\Windows\SYSTEM32\DDRAW.dll    528896    0x75250000    0x000E9000    0x75261280
C:\Windows\SYSTEM32\dxgi.dll    776272    0x67C50000    0x000C1000    0x67C83FE0
C:\Windows\SYSTEM32\DCIMAN32.dll    11776    0x75240000    0x00007000    0x75242020
C:\Windows\SYSTEM32\dxcore.dll    85232    0x67C30000    0x00019000    0x67C3C920
C:\Windows\SYSTEM32\VERSION.DLL    27328    0x74490000    0x00008000    0x744917F0
C:\Windows\System32\msasn1.dll    50608    0x75DA0000    0x0000E000    0x75DA5630
C:\Windows\SYSTEM32\cryptnet.dll    135168    0x6C3C0000    0x00026000    0x6C3CDB80
C:\Windows\System32\CRYPT32.dll    1020544    0x77D40000    0x000FB000    0x77D92CC0
C:\Windows\System32\WINTRUST.DLL    285560    0x77420000    0x00046000    0x77435B80
C:\Windows\System32\imagehlp.dll    97816    0x75CC0000    0x0001B000    0x75CC6740
C:\Windows\system32\rsaenh.dll    185912    0x72410000    0x0002F000    0x7241B9A0
C:\Windows\system32\nvspcap.dll    2154224    0x694A0000    0x00217000    0x694A6A87
C:\Windows\SYSTEM32\gpapi.dll    111536    0x6D350000    0x0001E000    0x6D358F40
C:\Windows\SYSTEM32\DSOUND.dll    490496    0x69420000    0x0007E000    0x6944E890
C:\Windows\System32\clbcatq.dll    512304    0x77800000    0x00080000    0x77820630
C:\Windows\System32\MMDevApi.dll    383256    0x693B0000    0x00062000    0x693D6470
C:\Windows\System32\DEVOBJ.dll    137864    0x6A970000    0x00023000    0x6A9797C0
C:\Windows\SYSTEM32\AUDIOSES.DLL    1160624    0x69290000    0x0011F000    0x692D36D0
C:\Windows\SYSTEM32\resourcepolicyclient.dll    52152    0x74050000    0x0000F000    0x74054280
C:\Windows\SYSTEM32\DINPUT8.dll    169984    0x69020000    0x00037000    0x69027E30
C:\Windows\SYSTEM32\inputhost.dll    794336    0x6EC60000    0x000C2000    0x6ED02230
C:\Windows\SYSTEM32\HID.DLL    28160    0x66910000    0x0000B000    0x66911F30
E:\GTA San Andreas\d3d9.dll    704512    0x0E540000    0x000F4000    0x0E584E83
C:\Windows\system32\d3d9.dll    1616584    0x664E0000    0x0018E000    0x6655ACA0
C:\Windows\SYSTEM32\dwmapi.dll    134808    0x73A40000    0x00025000    0x73A45290
C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_aba80042aca9c3c9\nvldumd.dll    876928    0x5C0B0000    0x000D8000    0x5C0B8980
C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_aba80042aca9c3c9\nvd3dum.dll    25176640    0x7A520000    0x017B5000    0x7B11BA40
C:\Windows\SYSTEM32\dcomp.dll    1478672    0x73ED0000    0x0016A000    0x73F4D4D0
Game terminated.

 

Link to comment
Share on other sites

Path limits almost complete.

 

8c7b491371269211.jpg

 

Very complicated problem for the end: coordinates. Once this is solved, then the path limits will be done.

Edited by fastman92
Link to comment
Share on other sites

Spoiler

 

Game crashed unfortunately, here's a crash log:
Current process ID: 8948
Current thread ID: 10776
Last file to be loaded: AUDIO\STREAMS\MH
Last library loaded: C:\WINDOWS\system32\QuickTime.qts
Exception address: 0x004F1464 ("gta_sa.exe"+0xF1464)
Exception code: 0xC0000094
Exception name: EXCEPTION_INT_DIVIDE_BY_ZERO

General registers:
EAX: 0x000402A5 (262821)
EBX: 0x00862D70 (8793456)
ECX: 0x00000000 (0)
EDX: 0x00000000 (0)
ESI: 0x00B606CC (11929292)
EDI: 0x05437CF0 (88308976)
EBP: 0x05432030 (88285232)
ESP: 0x22C7FF24 (583532324)
EIP: 0x004F1464 (5182564)
EFL: 0x00010246 (66118)

Segment registers:
CS: 0023
DS: 002B
ES: 002B
FS: 0053
GS: 002B
SS: 002B

FPU registers:
ST0: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST1: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST2: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST3: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST4: -0.026064 bytes: 00 00 07 33 1C F5 83 D5 F9 BF
ST5: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
ST6: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST7: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
CTRL: 027F
STAT: 4020
TAGS: FFFF

MMX registers, 8 bytes:
MM0: 00 00 00 00 00 00 00 00
MM1: 00 00 00 00 00 00 00 00
MM2: 00 00 00 00 00 00 00 00
MM3: 00 00 00 00 00 00 00 00
MM4: 00 00 07 33 1C F5 83 D5
MM5: 00 00 00 00 00 00 00 80
MM6: 00 00 00 00 00 00 00 00
MM7: 00 00 00 00 00 00 00 00

XMM registers, 16 bytes:
XMM0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM1: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM2: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM3: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM4: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM6: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Module list
; Path    Module file size        Base    Size of image    Entry point
C:\PROGRA~1\ROCKST~1\GRANDT~1\gta_sa.exe    14383616    0x00400000    0x01177000    0x00824570
C:\WINDOWS\SYSTEM32\ntdll.dll    1696248    0x77D70000    0x001A3000    0x00000000
C:\WINDOWS\System32\KERNEL32.DLL    632544    0x77A40000    0x000F0000    0x77A5F640
C:\PROGRA~1\AVASTS~1\Avast\x86\aswhook.dll    51224    0x75C20000    0x0000F000    0x75C26A50
C:\WINDOWS\System32\KERNELBASE.dll    2182176    0x76530000    0x00214000    0x76644FD0
C:\WINDOWS\SYSTEM32\apphelp.dll    638464    0x62AA0000    0x0009F000    0x62AD85D0
C:\WINDOWS\SYSTEM32\AcLayers.DLL    415744    0x69AF0000    0x0028C000    0x69B0EEC0
C:\WINDOWS\System32\msvcrt.dll    775256    0x76980000    0x000BF000    0x769B5AC0
C:\WINDOWS\System32\USER32.dll    1663656    0x77BC0000    0x00196000    0x77BFAD10
C:\WINDOWS\System32\win32u.dll    92952    0x75E50000    0x00018000    0x00000000
C:\WINDOWS\System32\GDI32.dll    136328    0x76750000    0x00023000    0x767573C0
C:\WINDOWS\System32\gdi32full.dll    895040    0x76BA0000    0x000DC000    0x76BFFE90
C:\WINDOWS\System32\msvcp_win.dll    495840    0x76040000    0x0007B000    0x76057800
C:\WINDOWS\System32\ucrtbase.dll    1181208    0x75C30000    0x00120000    0x75C5BA30
C:\WINDOWS\System32\SHELL32.dll    6004840    0x77230000    0x005B4000    0x773ABED0
C:\WINDOWS\System32\SHLWAPI.dll    275808    0x764E0000    0x00045000    0x764F7860
C:\WINDOWS\System32\OLEAUT32.dll    606872    0x75D90000    0x00096000    0x75DC5670
C:\WINDOWS\System32\combase.dll    2637728    0x76170000    0x00282000    0x762AC660
C:\WINDOWS\System32\RPCRT4.dll    786608    0x777F0000    0x000C0000    0x7782A8E0
C:\WINDOWS\System32\SETUPAPI.dll    4433640    0x76D00000    0x00434000    0x76D2EFC0
C:\WINDOWS\System32\cfgmgr32.dll    236520    0x75D50000    0x0003B000    0x75D5D450
C:\WINDOWS\System32\bcrypt.dll    96032    0x768E0000    0x00019000    0x768E93E0
C:\WINDOWS\SYSTEM32\MPR.dll    93488    0x73BD0000    0x00019000    0x73BD3540
C:\WINDOWS\SYSTEM32\sfc.dll    11272    0x66680000    0x00003000    0x00000000
C:\WINDOWS\SYSTEM32\WINSPOOL.DRV    422912    0x73A90000    0x0006D000    0x73AA72E0
C:\WINDOWS\SYSTEM32\sfc_os.DLL    50104    0x74A10000    0x0000F000    0x74A15D70
C:\WINDOWS\SYSTEM32\AcGenral.DLL    2398720    0x69550000    0x00251000    0x69580F20
C:\WINDOWS\System32\sechost.dll    477784    0x76A40000    0x00076000    0x76A601C0
C:\WINDOWS\System32\ole32.dll    924528    0x77140000    0x000E3000    0x7716C8E0
C:\WINDOWS\System32\ADVAPI32.dll    489128    0x76AC0000    0x0007A000    0x76AD1D00
C:\WINDOWS\SYSTEM32\UxTheme.dll    453632    0x73B30000    0x00074000    0x73B673D0
C:\WINDOWS\SYSTEM32\WINMM.dll    149272    0x74650000    0x00028000    0x746555B0
C:\WINDOWS\SYSTEM32\samcli.dll    70144    0x73BB0000    0x00015000    0x73BB5960
C:\WINDOWS\SYSTEM32\MSACM32.dll    93472    0x73A70000    0x00019000    0x73A74420
C:\WINDOWS\SYSTEM32\VERSION.dll    27320    0x75B50000    0x00008000    0x75B51800
C:\WINDOWS\SYSTEM32\USERENV.dll    141008    0x75BA0000    0x00025000    0x75BA8890
C:\WINDOWS\SYSTEM32\dwmapi.dll    138936    0x73A40000    0x00026000    0x73A46050
C:\WINDOWS\SYSTEM32\urlmon.dll    1684992    0x6A080000    0x001A9000    0x6A102410
C:\WINDOWS\SYSTEM32\SspiCli.dll    153400    0x718D0000    0x00028000    0x718DDD40
C:\WINDOWS\SYSTEM32\winmmbase.dll    110720    0x73A20000    0x0001D000    0x73A33850
C:\WINDOWS\SYSTEM32\iertutil.dll    2268448    0x697B0000    0x0022B000    0x6996A520
C:\WINDOWS\System32\shcore.dll    548528    0x77B30000    0x00087000    0x77B72E90
C:\WINDOWS\SYSTEM32\SortServer2003Compat.dll    39936    0x74950000    0x0000E000    0x74958DF0
C:\WINDOWS\System32\IMM32.DLL    143056    0x760C0000    0x00025000    0x760C4410
C:\WINDOWS\System32\WS2_32.dll    397728    0x76910000    0x00063000    0x76914B40
C:\PROGRA~1\ROCKST~1\GRANDT~1\EAX.DLL    188416    0x10000000    0x00030000    0x1001A472
C:\PROGRA~1\ROCKST~1\GRANDT~1\VORBIS~1.DLL    2157568    0x692A0000    0x002A3000    0x692CDAFE
C:\WINDOWS\SYSTEM32\d3d9.dll    1623312    0x71D40000    0x00190000    0x71DB8400
C:\WINDOWS\SYSTEM32\dbghelp.dll    1494016    0x74F60000    0x00188000    0x74F98B50
C:\WINDOWS\SYSTEM32\kernel.appcore.dll    52672    0x74F20000    0x0000F000    0x74F247E0
C:\WINDOWS\SYSTEM32\windows.storage.dll    6362216    0x74040000    0x00609000    0x7421B8C0
C:\WINDOWS\SYSTEM32\Wldp.dll    139960    0x74010000    0x00024000    0x740185A0
C:\WINDOWS\SYSTEM32\dbgcore.DLL    138752    0x74F30000    0x00026000    0x74F4D3B0
C:\WINDOWS\SYSTEM32\profapi.dll    110008    0x72B50000    0x0001D000    0x72B5AF90
C:\PROGRA~1\ROCKST~1\GRANDT~1\VORBIS~2.DLL    65536    0x01840000    0x00011000    0x01844C98
C:\PROGRA~1\ROCKST~1\GRANDT~1\ogg.dll    36864    0x01860000    0x00009000    0x0186302E
C:\PROGRA~1\ROCKST~1\GRANDT~1\vorbis.dll    1060864    0x04120000    0x00108000    0x04133F7C
C:\PROGRA~1\ROCKST~1\GRANDT~1\$FASTM~1.ASI    5919744    0x68CE0000    0x005B5000    0x68D8E3FE
C:\WINDOWS\System32\PSAPI.DLL    17016    0x76C80000    0x00006000    0x76C814D0
C:\PROGRA~1\ROCKST~1\GRANDT~1\DLLTRI~1.DLL    33792    0x73A10000    0x0000D000    0x73A1147F
C:\PROGRA~1\ROCKST~1\GRANDT~1\MINHOO~1.DLL    14848    0x73A00000    0x00007000    0x00000000
C:\PROGRA~1\ROCKST~1\GRANDT~1\zlib1.dll    107520    0x62E80000    0x00022000    0x62E81440
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.488_none_89e6152f0b32762e\COMCTL32.dll    568120    0x72960000    0x0008D000    0x729C7340
C:\PROGRA~1\ROCKST~1\GRANDT~1\GInputSA.asi    241664    0x739B0000    0x00041000    0x739C7C5B
C:\WINDOWS\SYSTEM32\XINPUT1_3.dll    81768    0x04BB0000    0x00016000    0x04BB801F
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\CLEO.asi    264704    0x73940000    0x0006B000    0x7394E484
C:\PROGRA~1\ROCKST~1\GRANDT~1\BASS.dll    107584    0x11000000    0x0004D000    0x1104C036
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\GTASAW~1.ASI    329216    0x72180000    0x00054000    0x72194232
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\MODLOA~1.ASI    700928    0x69A30000    0x000B2000    0x69A84637
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\RUNDLL~1.ASI    11264    0x73930000    0x00007000    0x73931C18
C:\WINDOWS\SYSTEM32\MSVCP100.dll    421200    0x71CD0000    0x00069000    0x71D03CF4
C:\WINDOWS\SYSTEM32\MSVCR100.dll    773968    0x68C20000    0x000BF000    0x68C31DFC
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\SILENT~1.ASI    282624    0x71880000    0x00049000    0x718A1860
C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL    31528    0x74F10000    0x0000A000    0x74F12A60
C:\WINDOWS\SYSTEM32\DDRAW.dll    527360    0x68630000    0x000E9000    0x686412A0
C:\WINDOWS\SYSTEM32\dxgi.dll    784016    0x68560000    0x000C2000    0x68593B80
C:\WINDOWS\SYSTEM32\DCIMAN32.dll    11776    0x73920000    0x00007000    0x73922020
C:\WINDOWS\SYSTEM32\dxcore.dll    163216    0x70F10000    0x0002C000    0x70F2A570
C:\WINDOWS\System32\bcryptPrimitives.dll    375000    0x76B40000    0x0005D000    0x76B71830
C:\WINDOWS\SYSTEM32\DSOUND.dll    493056    0x684E0000    0x0007F000    0x6850F300
C:\WINDOWS\SYSTEM32\powrprof.dll    268080    0x72BB0000    0x00044000    0x72BB6ED0
C:\WINDOWS\SYSTEM32\UMPDC.dll    47472    0x72BA0000    0x0000D000    0x72BA7560
C:\WINDOWS\System32\clbcatq.dll    504552    0x760F0000    0x0007E000    0x7615BD50
C:\WINDOWS\System32\MMDevApi.dll    421480    0x68470000    0x0006B000    0x68495E60
C:\WINDOWS\System32\DEVOBJ.dll    138936    0x69A00000    0x00024000    0x69A09990
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL    1268576    0x68330000    0x00138000    0x68373820
C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll    52664    0x73910000    0x0000F000    0x739142F0
C:\WINDOWS\System32\MSCTF.dll    860464    0x76400000    0x000D4000    0x7644E070
C:\WINDOWS\SYSTEM32\DINPUT8.dll    171008    0x682F0000    0x00037000    0x682F7F90
C:\WINDOWS\SYSTEM32\HID.DLL    25600    0x72C10000    0x0000A000    0x72C11BB0
C:\WINDOWS\System32\WINTRUST.dll    288672    0x77940000    0x00047000    0x77955970
C:\WINDOWS\System32\CRYPT32.dll    1013344    0x76780000    0x000FA000    0x767D5030
C:\WINDOWS\SYSTEM32\MSASN1.dll    50616    0x74680000    0x0000E000    0x74685690
C:\WINDOWS\SYSTEM32\inputhost.dll    968424    0x68200000    0x000ED000    0x682C61F0
C:\WINDOWS\SYSTEM32\CoreMessaging.dll    630624    0x68160000    0x0009B000    0x681C0F00
C:\WINDOWS\SYSTEM32\PROPSYS.dll    797472    0x69FB0000    0x000C3000    0x6A011C10
C:\WINDOWS\SYSTEM32\wintypes.dll    896096    0x74870000    0x000DB000    0x748E8590
C:\WINDOWS\SYSTEM32\CoreUIComponents.dll    2621720    0x67EE0000    0x0027E000    0x67F3E960
C:\WINDOWS\SYSTEM32\ntmarta.dll    152904    0x72B70000    0x00029000    0x72B77E90
C:\WINDOWS\System32\DriverStore\FileRepository\nvaewu.inf_amd64_8cbfa7509ac4e6cb\nvd3dum.dll    14767816    0x67110000    0x00DCD000    0x677E4B90
C:\WINDOWS\SYSTEM32\TextShaping.dll    611952    0x64340000    0x00094000    0x643CF1A0
C:\WINDOWS\SYSTEM32\textinputframework.dll    754088    0x64280000    0x000B9000    0x642C06D0
C:\PROGRA~2\Steam\STEAMC~1.DLL    16258336    0x632C0000    0x00FBD000    0x63CF322C
C:\WINDOWS\System32\imagehlp.dll    95496    0x75E30000    0x00019000    0x75E36560
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL    196784    0x75B60000    0x00032000    0x75B6C340
C:\WINDOWS\SYSTEM32\MSWSOCK.dll    324416    0x72A10000    0x00052000    0x72A1A0A0
C:\WINDOWS\SYSTEM32\Secur32.dll    23040    0x72C00000    0x0000A000    0x72C01820
C:\PROGRA~2\Steam\VSTDLI~1.DLL    320288    0x63260000    0x0005F000    0x6327BC31
C:\PROGRA~2\Steam\tier0_s.dll    326432    0x631C0000    0x0009C000    0x631DDC88
C:\PROGRA~2\Steam\steam.dll    433952    0x630F0000    0x000C5000    0x6311B65C
C:\WINDOWS\SYSTEM32\dcomp.dll    1453392    0x62F80000    0x00165000    0x62FECEA0
C:\Windows\System32\quartz.dll    1470976    0x73E70000    0x0019A000    0x73E9B160
C:\Windows\System32\devenum.dll    93960    0x74A70000    0x00018000    0x74A80D60
C:\WINDOWS\SYSTEM32\D3DIM700.DLL    388096    0x73E00000    0x00063000    0x73E4FEA0
C:\WINDOWS\SYSTEM32\wdmaud.drv    215040    0x74A30000    0x0003A000    0x74A3CEA0
C:\WINDOWS\SYSTEM32\ksuser.dll    20328    0x74A20000    0x00007000    0x74A21EC0
C:\WINDOWS\SYSTEM32\AVRT.dll    27336    0x74730000    0x00008000    0x74731AA0
C:\WINDOWS\SYSTEM32\msacm32.drv    23552    0x74720000    0x0000A000    0x74724200
C:\WINDOWS\SYSTEM32\midimap.dll    18944    0x73DF0000    0x00008000    0x73DF1990
C:\Windows\System32\Windows.UI.dll    998352    0x73CF0000    0x000F3000    0x73D4B230
C:\Windows\System32\WindowManagementAPI.dll    455680    0x73C70000    0x00073000    0x73CCED80
C:\WINDOWS\SYSTEM32\twinapi.appcore.dll    1634208    0x74A90000    0x0018F000    0x74B13930
C:\WINDOWS\SYSTEM32\wmvcore.dll    2136736    0x21E00000    0x0020D000    0x21E3DA40
C:\WINDOWS\SYSTEM32\WMASF.DLL    247344    0x73C30000    0x0003D000    0x73C65DC0
C:\WINDOWS\SYSTEM32\mfperfhelper.dll    1075528    0x62C60000    0x00106000    0x62D4C3B0
C:\WINDOWS\system32\mlang.dll    198656    0x73BF0000    0x00034000    0x73C00580
C:\WINDOWS\SYSTEM32\mscms.dll    594464    0x62BC0000    0x00093000    0x62BD6DF0
C:\WINDOWS\SYSTEM32\ColorAdapterClient.dll    45904    0x72750000    0x0000C000    0x72755B60
C:\Windows\System32\Windows.Internal.Graphics.Display.DisplayColorManagement.dll    183296    0x629D0000    0x00031000    0x629F22B0
C:\WINDOWS\SYSTEM32\igdumdim32.dll    38561040    0x0BF80000    0x02454000    0x0C0BA9B0
C:\WINDOWS\SYSTEM32\igdusc32.dll    5084944    0x643E0000    0x008CA000    0x6445E092
C:\WINDOWS\System32\dsdmo.dll    183808    0x629A0000    0x00030000    0x629C76D0
C:\WINDOWS\System32\msdmo.dll    28896    0x72740000    0x00009000    0x72742970

Game crashed unfortunately, here's a crash log:
Current process ID: 8948
Current thread ID: 11804
Last file to be loaded: C:\WINDOWS\System32\msdmo.dll
Last library loaded: C:\WINDOWS\system32\QuickTime.qts
Exception address: 0x70F47D90 (module not found)
Exception code: 0xC0000005
Exception name: EXCEPTION_ACCESS_VIOLATION
Inaccessible memory address: 0x70F47D90

General registers:
EAX: 0x00000000 (0)
EBX: 0x00000008 (8)
ECX: 0x05296A58 (86600280)
EDX: 0x00000708 (1800)
ESI: 0x00B62CB0 (11938992)
EDI: 0x00B64BA8 (11946920)
EBP: 0x0000002F (47)
ESP: 0x0177F628 (24639016)
EIP: 0x70F47D90 (1895071120)
EFL: 0x00010246 (66118)

Segment registers:
CS: 0023
DS: 002B
ES: 002B
FS: 0053
GS: 002B
SS: 002B

FPU registers:
ST0: 2.651260 bytes: 00 00 00 00 00 40 AE A9 00 40
ST1: -3.141593 bytes: 00 00 00 00 00 DB 0F C9 00 C0
ST2: -3.141593 bytes: 00 00 00 00 00 DB 0F C9 00 C0
ST3: 0.707107 bytes: 00 00 00 00 00 F3 04 B5 FE 3F
ST4: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
ST5: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST6: 1018.000000 bytes: 00 00 00 00 00 00 80 FE 08 40
ST7: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
CTRL: 007F
STAT: 0120
TAGS: FFFF

MMX registers, 8 bytes:
MM0: 00 00 00 00 00 40 AE A9
MM1: 00 00 00 00 00 DB 0F C9
MM2: 00 00 00 00 00 DB 0F C9
MM3: 00 00 00 00 00 F3 04 B5
MM4: 00 00 00 00 00 00 00 80
MM5: 00 00 00 00 00 00 00 00
MM6: 00 00 00 00 00 00 80 FE
MM7: 00 00 00 00 00 00 00 00

XMM registers, 16 bytes:
XMM0: 08 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM1: 08 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM2: 08 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM3: 08 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM4: 08 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM5: 08 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM6: 08 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM7: 08 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Module list
; Path    Module file size        Base    Size of image    Entry point
C:\PROGRA~1\ROCKST~1\GRANDT~1\gta_sa.exe    14383616    0x00400000    0x01177000    0x00824570
C:\WINDOWS\SYSTEM32\ntdll.dll    1696248    0x77D70000    0x001A3000    0x00000000
C:\WINDOWS\System32\KERNEL32.DLL    632544    0x77A40000    0x000F0000    0x77A5F640
C:\PROGRA~1\AVASTS~1\Avast\x86\aswhook.dll    51224    0x75C20000    0x0000F000    0x75C26A50
C:\WINDOWS\System32\KERNELBASE.dll    2182176    0x76530000    0x00214000    0x76644FD0
C:\WINDOWS\SYSTEM32\apphelp.dll    638464    0x62AA0000    0x0009F000    0x62AD85D0
C:\WINDOWS\SYSTEM32\AcLayers.DLL    415744    0x69AF0000    0x0028C000    0x69B0EEC0
C:\WINDOWS\System32\msvcrt.dll    775256    0x76980000    0x000BF000    0x769B5AC0
C:\WINDOWS\System32\USER32.dll    1663656    0x77BC0000    0x00196000    0x77BFAD10
C:\WINDOWS\System32\win32u.dll    92952    0x75E50000    0x00018000    0x00000000
C:\WINDOWS\System32\GDI32.dll    136328    0x76750000    0x00023000    0x767573C0
C:\WINDOWS\System32\gdi32full.dll    895040    0x76BA0000    0x000DC000    0x76BFFE90
C:\WINDOWS\System32\msvcp_win.dll    495840    0x76040000    0x0007B000    0x76057800
C:\WINDOWS\System32\ucrtbase.dll    1181208    0x75C30000    0x00120000    0x75C5BA30
C:\WINDOWS\System32\SHELL32.dll    6004840    0x77230000    0x005B4000    0x773ABED0
C:\WINDOWS\System32\SHLWAPI.dll    275808    0x764E0000    0x00045000    0x764F7860
C:\WINDOWS\System32\OLEAUT32.dll    606872    0x75D90000    0x00096000    0x75DC5670
C:\WINDOWS\System32\combase.dll    2637728    0x76170000    0x00282000    0x762AC660
C:\WINDOWS\System32\RPCRT4.dll    786608    0x777F0000    0x000C0000    0x7782A8E0
C:\WINDOWS\System32\SETUPAPI.dll    4433640    0x76D00000    0x00434000    0x76D2EFC0
C:\WINDOWS\System32\cfgmgr32.dll    236520    0x75D50000    0x0003B000    0x75D5D450
C:\WINDOWS\System32\bcrypt.dll    96032    0x768E0000    0x00019000    0x768E93E0
C:\WINDOWS\SYSTEM32\MPR.dll    93488    0x73BD0000    0x00019000    0x73BD3540
C:\WINDOWS\SYSTEM32\sfc.dll    11272    0x66680000    0x00003000    0x00000000
C:\WINDOWS\SYSTEM32\WINSPOOL.DRV    422912    0x73A90000    0x0006D000    0x73AA72E0
C:\WINDOWS\SYSTEM32\sfc_os.DLL    50104    0x74A10000    0x0000F000    0x74A15D70
C:\WINDOWS\SYSTEM32\AcGenral.DLL    2398720    0x69550000    0x00251000    0x69580F20
C:\WINDOWS\System32\sechost.dll    477784    0x76A40000    0x00076000    0x76A601C0
C:\WINDOWS\System32\ole32.dll    924528    0x77140000    0x000E3000    0x7716C8E0
C:\WINDOWS\System32\ADVAPI32.dll    489128    0x76AC0000    0x0007A000    0x76AD1D00
C:\WINDOWS\SYSTEM32\UxTheme.dll    453632    0x73B30000    0x00074000    0x73B673D0
C:\WINDOWS\SYSTEM32\WINMM.dll    149272    0x74650000    0x00028000    0x746555B0
C:\WINDOWS\SYSTEM32\samcli.dll    70144    0x73BB0000    0x00015000    0x73BB5960
C:\WINDOWS\SYSTEM32\MSACM32.dll    93472    0x73A70000    0x00019000    0x73A74420
C:\WINDOWS\SYSTEM32\VERSION.dll    27320    0x75B50000    0x00008000    0x75B51800
C:\WINDOWS\SYSTEM32\USERENV.dll    141008    0x75BA0000    0x00025000    0x75BA8890
C:\WINDOWS\SYSTEM32\dwmapi.dll    138936    0x73A40000    0x00026000    0x73A46050
C:\WINDOWS\SYSTEM32\urlmon.dll    1684992    0x6A080000    0x001A9000    0x6A102410
C:\WINDOWS\SYSTEM32\SspiCli.dll    153400    0x718D0000    0x00028000    0x718DDD40
C:\WINDOWS\SYSTEM32\winmmbase.dll    110720    0x73A20000    0x0001D000    0x73A33850
C:\WINDOWS\SYSTEM32\iertutil.dll    2268448    0x697B0000    0x0022B000    0x6996A520
C:\WINDOWS\System32\shcore.dll    548528    0x77B30000    0x00087000    0x77B72E90
C:\WINDOWS\SYSTEM32\SortServer2003Compat.dll    39936    0x74950000    0x0000E000    0x74958DF0
C:\WINDOWS\System32\IMM32.DLL    143056    0x760C0000    0x00025000    0x760C4410
C:\WINDOWS\System32\WS2_32.dll    397728    0x76910000    0x00063000    0x76914B40
C:\PROGRA~1\ROCKST~1\GRANDT~1\EAX.DLL    188416    0x10000000    0x00030000    0x1001A472
C:\PROGRA~1\ROCKST~1\GRANDT~1\VORBIS~1.DLL    2157568    0x692A0000    0x002A3000    0x692CDAFE
C:\WINDOWS\SYSTEM32\d3d9.dll    1623312    0x71D40000    0x00190000    0x71DB8400
C:\WINDOWS\SYSTEM32\dbghelp.dll    1494016    0x74F60000    0x00188000    0x74F98B50
C:\WINDOWS\SYSTEM32\kernel.appcore.dll    52672    0x74F20000    0x0000F000    0x74F247E0
C:\WINDOWS\SYSTEM32\windows.storage.dll    6362216    0x74040000    0x00609000    0x7421B8C0
C:\WINDOWS\SYSTEM32\Wldp.dll    139960    0x74010000    0x00024000    0x740185A0
C:\WINDOWS\SYSTEM32\dbgcore.DLL    138752    0x74F30000    0x00026000    0x74F4D3B0
C:\WINDOWS\SYSTEM32\profapi.dll    110008    0x72B50000    0x0001D000    0x72B5AF90
C:\PROGRA~1\ROCKST~1\GRANDT~1\VORBIS~2.DLL    65536    0x01840000    0x00011000    0x01844C98
C:\PROGRA~1\ROCKST~1\GRANDT~1\ogg.dll    36864    0x01860000    0x00009000    0x0186302E
C:\PROGRA~1\ROCKST~1\GRANDT~1\vorbis.dll    1060864    0x04120000    0x00108000    0x04133F7C
C:\PROGRA~1\ROCKST~1\GRANDT~1\$FASTM~1.ASI    5919744    0x68CE0000    0x005B5000    0x68D8E3FE
C:\WINDOWS\System32\PSAPI.DLL    17016    0x76C80000    0x00006000    0x76C814D0
C:\PROGRA~1\ROCKST~1\GRANDT~1\DLLTRI~1.DLL    33792    0x73A10000    0x0000D000    0x73A1147F
C:\PROGRA~1\ROCKST~1\GRANDT~1\MINHOO~1.DLL    14848    0x73A00000    0x00007000    0x00000000
C:\PROGRA~1\ROCKST~1\GRANDT~1\zlib1.dll    107520    0x62E80000    0x00022000    0x62E81440
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.488_none_89e6152f0b32762e\COMCTL32.dll    568120    0x72960000    0x0008D000    0x729C7340
C:\PROGRA~1\ROCKST~1\GRANDT~1\GInputSA.asi    241664    0x739B0000    0x00041000    0x739C7C5B
C:\WINDOWS\SYSTEM32\XINPUT1_3.dll    81768    0x04BB0000    0x00016000    0x04BB801F
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\CLEO.asi    264704    0x73940000    0x0006B000    0x7394E484
C:\PROGRA~1\ROCKST~1\GRANDT~1\BASS.dll    107584    0x11000000    0x0004D000    0x1104C036
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\GTASAW~1.ASI    329216    0x72180000    0x00054000    0x72194232
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\MODLOA~1.ASI    700928    0x69A30000    0x000B2000    0x69A84637
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\RUNDLL~1.ASI    11264    0x73930000    0x00007000    0x73931C18
C:\WINDOWS\SYSTEM32\MSVCP100.dll    421200    0x71CD0000    0x00069000    0x71D03CF4
C:\WINDOWS\SYSTEM32\MSVCR100.dll    773968    0x68C20000    0x000BF000    0x68C31DFC
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\SILENT~1.ASI    282624    0x71880000    0x00049000    0x718A1860
C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL    31528    0x74F10000    0x0000A000    0x74F12A60
C:\WINDOWS\SYSTEM32\DDRAW.dll    527360    0x68630000    0x000E9000    0x686412A0
C:\WINDOWS\SYSTEM32\dxgi.dll    784016    0x68560000    0x000C2000    0x68593B80
C:\WINDOWS\SYSTEM32\DCIMAN32.dll    11776    0x73920000    0x00007000    0x73922020
C:\WINDOWS\SYSTEM32\dxcore.dll    163216    0x70F10000    0x0002C000    0x70F2A570
C:\WINDOWS\System32\bcryptPrimitives.dll    375000    0x76B40000    0x0005D000    0x76B71830
C:\WINDOWS\SYSTEM32\DSOUND.dll    493056    0x684E0000    0x0007F000    0x6850F300
C:\WINDOWS\SYSTEM32\powrprof.dll    268080    0x72BB0000    0x00044000    0x72BB6ED0
C:\WINDOWS\SYSTEM32\UMPDC.dll    47472    0x72BA0000    0x0000D000    0x72BA7560
C:\WINDOWS\System32\clbcatq.dll    504552    0x760F0000    0x0007E000    0x7615BD50
C:\WINDOWS\System32\MMDevApi.dll    421480    0x68470000    0x0006B000    0x68495E60
C:\WINDOWS\System32\DEVOBJ.dll    138936    0x69A00000    0x00024000    0x69A09990
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL    1268576    0x68330000    0x00138000    0x68373820
C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll    52664    0x73910000    0x0000F000    0x739142F0
C:\WINDOWS\System32\MSCTF.dll    860464    0x76400000    0x000D4000    0x7644E070
C:\WINDOWS\SYSTEM32\DINPUT8.dll    171008    0x682F0000    0x00037000    0x682F7F90
C:\WINDOWS\SYSTEM32\HID.DLL    25600    0x72C10000    0x0000A000    0x72C11BB0
C:\WINDOWS\System32\WINTRUST.dll    288672    0x77940000    0x00047000    0x77955970
C:\WINDOWS\System32\CRYPT32.dll    1013344    0x76780000    0x000FA000    0x767D5030
C:\WINDOWS\SYSTEM32\MSASN1.dll    50616    0x74680000    0x0000E000    0x74685690
C:\WINDOWS\SYSTEM32\inputhost.dll    968424    0x68200000    0x000ED000    0x682C61F0
C:\WINDOWS\SYSTEM32\CoreMessaging.dll    630624    0x68160000    0x0009B000    0x681C0F00
C:\WINDOWS\SYSTEM32\PROPSYS.dll    797472    0x69FB0000    0x000C3000    0x6A011C10
C:\WINDOWS\SYSTEM32\wintypes.dll    896096    0x74870000    0x000DB000    0x748E8590
C:\WINDOWS\SYSTEM32\CoreUIComponents.dll    2621720    0x67EE0000    0x0027E000    0x67F3E960
C:\WINDOWS\SYSTEM32\ntmarta.dll    152904    0x72B70000    0x00029000    0x72B77E90
C:\WINDOWS\System32\DriverStore\FileRepository\nvaewu.inf_amd64_8cbfa7509ac4e6cb\nvd3dum.dll    14767816    0x67110000    0x00DCD000    0x677E4B90
C:\WINDOWS\SYSTEM32\TextShaping.dll    611952    0x64340000    0x00094000    0x643CF1A0
C:\WINDOWS\SYSTEM32\textinputframework.dll    754088    0x64280000    0x000B9000    0x642C06D0
C:\PROGRA~2\Steam\STEAMC~1.DLL    16258336    0x632C0000    0x00FBD000    0x63CF322C
C:\WINDOWS\System32\imagehlp.dll    95496    0x75E30000    0x00019000    0x75E36560
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL    196784    0x75B60000    0x00032000    0x75B6C340
C:\WINDOWS\SYSTEM32\MSWSOCK.dll    324416    0x72A10000    0x00052000    0x72A1A0A0
C:\WINDOWS\SYSTEM32\Secur32.dll    23040    0x72C00000    0x0000A000    0x72C01820
C:\PROGRA~2\Steam\VSTDLI~1.DLL    320288    0x63260000    0x0005F000    0x6327BC31
C:\PROGRA~2\Steam\tier0_s.dll    326432    0x631C0000    0x0009C000    0x631DDC88
C:\PROGRA~2\Steam\steam.dll    433952    0x630F0000    0x000C5000    0x6311B65C
C:\WINDOWS\SYSTEM32\dcomp.dll    1453392    0x62F80000    0x00165000    0x62FECEA0
C:\Windows\System32\quartz.dll    1470976    0x73E70000    0x0019A000    0x73E9B160
C:\Windows\System32\devenum.dll    93960    0x74A70000    0x00018000    0x74A80D60
C:\WINDOWS\SYSTEM32\D3DIM700.DLL    388096    0x73E00000    0x00063000    0x73E4FEA0
C:\WINDOWS\SYSTEM32\wdmaud.drv    215040    0x74A30000    0x0003A000    0x74A3CEA0
C:\WINDOWS\SYSTEM32\ksuser.dll    20328    0x74A20000    0x00007000    0x74A21EC0
C:\WINDOWS\SYSTEM32\AVRT.dll    27336    0x74730000    0x00008000    0x74731AA0
C:\WINDOWS\SYSTEM32\msacm32.drv    23552    0x74720000    0x0000A000    0x74724200
C:\WINDOWS\SYSTEM32\midimap.dll    18944    0x73DF0000    0x00008000    0x73DF1990
C:\Windows\System32\Windows.UI.dll    998352    0x73CF0000    0x000F3000    0x73D4B230
C:\Windows\System32\WindowManagementAPI.dll    455680    0x73C70000    0x00073000    0x73CCED80
C:\WINDOWS\SYSTEM32\twinapi.appcore.dll    1634208    0x74A90000    0x0018F000    0x74B13930
C:\WINDOWS\SYSTEM32\wmvcore.dll    2136736    0x21E00000    0x0020D000    0x21E3DA40
C:\WINDOWS\SYSTEM32\WMASF.DLL    247344    0x73C30000    0x0003D000    0x73C65DC0
C:\WINDOWS\SYSTEM32\mfperfhelper.dll    1075528    0x62C60000    0x00106000    0x62D4C3B0
C:\WINDOWS\system32\mlang.dll    198656    0x73BF0000    0x00034000    0x73C00580
C:\WINDOWS\SYSTEM32\mscms.dll    594464    0x62BC0000    0x00093000    0x62BD6DF0
C:\WINDOWS\SYSTEM32\ColorAdapterClient.dll    45904    0x72750000    0x0000C000    0x72755B60
C:\Windows\System32\Windows.Internal.Graphics.Display.DisplayColorManagement.dll    183296    0x629D0000    0x00031000    0x629F22B0
C:\WINDOWS\SYSTEM32\igdumdim32.dll    38561040    0x0BF80000    0x02454000    0x0C0BA9B0
C:\WINDOWS\SYSTEM32\igdusc32.dll    5084944    0x643E0000    0x008CA000    0x6445E092
C:\WINDOWS\System32\dsdmo.dll    183808    0x629A0000    0x00030000    0x629C76D0
C:\WINDOWS\System32\msdmo.dll    28896    0x72740000    0x00009000    0x72742970
Game terminated.

 


Had a crash so here's the log.

Not been having much success getting through more than a couple of missions at most.

 

EDIT - Added Open limit adjuster and Project2dfx and it crashed again, unsure if anything is different however, here's the log:
 

Spoiler

 

Game crashed unfortunately, here's a crash log:
Current process ID: 12556
Current thread ID: 12368
Last file to be loaded: AUDIO\STREAMS\DS
Last library loaded: C:\WINDOWS\system32\QuickTime.qts
Exception address: 0x004F1464 ("gta_sa.exe"+0xF1464)
Exception code: 0xC0000094
Exception name: EXCEPTION_INT_DIVIDE_BY_ZERO

General registers:
EAX: 0x0003900F (233487)
EBX: 0x00862D70 (8793456)
ECX: 0x00000000 (0)
EDX: 0x00000000 (0)
ESI: 0x00B606CC (11929292)
EDI: 0x236FCA80 (594528896)
EBP: 0x236FE060 (594534496)
ESP: 0x2322FF24 (589496100)
EIP: 0x004F1464 (5182564)
EFL: 0x00010246 (66118)

Segment registers:
CS: 0023
DS: 002B
ES: 002B
FS: 0053
GS: 002B
SS: 002B

FPU registers:
ST0: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST1: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST2: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST3: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST4: -0.000002 bytes: 00 00 E8 92 E5 38 A3 98 EC BF
ST5: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
ST6: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST7: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
CTRL: 027F
STAT: 4020
TAGS: FFFF

MMX registers, 8 bytes:
MM0: 00 00 00 00 00 00 00 00
MM1: 00 00 00 00 00 00 00 00
MM2: 00 00 00 00 00 00 00 00
MM3: 00 00 00 00 00 00 00 00
MM4: 00 00 E8 92 E5 38 A3 98
MM5: 00 00 00 00 00 00 00 80
MM6: 00 00 00 00 00 00 00 00
MM7: 00 00 00 00 00 00 00 00

XMM registers, 16 bytes:
XMM0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM1: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM2: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM3: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM4: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM6: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Module list
; Path    Module file size        Base    Size of image    Entry point
C:\PROGRA~1\ROCKST~1\GRANDT~1\gta_sa.exe    14383616    0x00400000    0x01177000    0x00824570
C:\WINDOWS\SYSTEM32\ntdll.dll    1696248    0x77D70000    0x001A3000    0x00000000
C:\WINDOWS\System32\KERNEL32.DLL    632544    0x77A40000    0x000F0000    0x77A5F640
C:\PROGRA~1\AVASTS~1\Avast\x86\aswhook.dll    51224    0x75C20000    0x0000F000    0x75C26A50
C:\WINDOWS\System32\KERNELBASE.dll    2182176    0x76530000    0x00214000    0x76644FD0
C:\WINDOWS\SYSTEM32\apphelp.dll    638464    0x73F70000    0x0009F000    0x73FA85D0
C:\WINDOWS\SYSTEM32\AcLayers.DLL    415744    0x73CE0000    0x0028C000    0x73CFEEC0
C:\WINDOWS\System32\msvcrt.dll    775256    0x76980000    0x000BF000    0x769B5AC0
C:\WINDOWS\System32\USER32.dll    1663656    0x77BC0000    0x00196000    0x77BFAD10
C:\WINDOWS\System32\win32u.dll    92952    0x75E50000    0x00018000    0x00000000
C:\WINDOWS\System32\GDI32.dll    136328    0x76750000    0x00023000    0x767573C0
C:\WINDOWS\System32\gdi32full.dll    895040    0x76BA0000    0x000DC000    0x76BFFE90
C:\WINDOWS\System32\msvcp_win.dll    495840    0x76040000    0x0007B000    0x76057800
C:\WINDOWS\System32\ucrtbase.dll    1181208    0x75C30000    0x00120000    0x75C5BA30
C:\WINDOWS\System32\SHELL32.dll    6004840    0x77230000    0x005B4000    0x773ABED0
C:\WINDOWS\System32\SHLWAPI.dll    275808    0x764E0000    0x00045000    0x764F7860
C:\WINDOWS\System32\OLEAUT32.dll    606872    0x75D90000    0x00096000    0x75DC5670
C:\WINDOWS\System32\combase.dll    2637728    0x76170000    0x00282000    0x762AC660
C:\WINDOWS\System32\RPCRT4.dll    786608    0x777F0000    0x000C0000    0x7782A8E0
C:\WINDOWS\System32\SETUPAPI.dll    4433640    0x76D00000    0x00434000    0x76D2EFC0
C:\WINDOWS\System32\cfgmgr32.dll    236520    0x75D50000    0x0003B000    0x75D5D450
C:\WINDOWS\System32\bcrypt.dll    96032    0x768E0000    0x00019000    0x768E93E0
C:\WINDOWS\SYSTEM32\MPR.dll    93488    0x74A70000    0x00019000    0x74A73540
C:\WINDOWS\SYSTEM32\sfc.dll    11272    0x66680000    0x00003000    0x00000000
C:\WINDOWS\SYSTEM32\WINSPOOL.DRV    422912    0x73C70000    0x0006D000    0x73C872E0
C:\WINDOWS\SYSTEM32\sfc_os.DLL    50104    0x75BF0000    0x0000F000    0x75BF5D70
C:\WINDOWS\SYSTEM32\AcGenral.DLL    2398720    0x71F80000    0x00251000    0x71FB0F20
C:\WINDOWS\System32\sechost.dll    477784    0x76A40000    0x00076000    0x76A601C0
C:\WINDOWS\System32\ole32.dll    924528    0x77140000    0x000E3000    0x7716C8E0
C:\WINDOWS\System32\ADVAPI32.dll    489128    0x76AC0000    0x0007A000    0x76AD1D00
C:\WINDOWS\SYSTEM32\UxTheme.dll    453632    0x73B30000    0x00074000    0x73B673D0
C:\WINDOWS\SYSTEM32\WINMM.dll    149272    0x74650000    0x00028000    0x746555B0
C:\WINDOWS\SYSTEM32\samcli.dll    70144    0x74A50000    0x00015000    0x74A55960
C:\WINDOWS\SYSTEM32\MSACM32.dll    93472    0x74A30000    0x00019000    0x74A34420
C:\WINDOWS\SYSTEM32\VERSION.dll    27320    0x75B50000    0x00008000    0x75B51800
C:\WINDOWS\SYSTEM32\USERENV.dll    141008    0x75BA0000    0x00025000    0x75BA8890
C:\WINDOWS\SYSTEM32\dwmapi.dll    138936    0x73C40000    0x00026000    0x73C46050
C:\WINDOWS\SYSTEM32\urlmon.dll    1684992    0x6A080000    0x001A9000    0x6A102410
C:\WINDOWS\SYSTEM32\SspiCli.dll    153400    0x718D0000    0x00028000    0x718DDD40
C:\WINDOWS\SYSTEM32\winmmbase.dll    110720    0x74A10000    0x0001D000    0x74A23850
C:\WINDOWS\SYSTEM32\iertutil.dll    2268448    0x697B0000    0x0022B000    0x6996A520
C:\WINDOWS\System32\shcore.dll    548528    0x77B30000    0x00087000    0x77B72E90
C:\WINDOWS\SYSTEM32\SortServer2003Compat.dll    39936    0x74950000    0x0000E000    0x74958DF0
C:\WINDOWS\System32\IMM32.DLL    143056    0x760C0000    0x00025000    0x760C4410
C:\WINDOWS\System32\WS2_32.dll    397728    0x76910000    0x00063000    0x76914B40
C:\PROGRA~1\ROCKST~1\GRANDT~1\VORBIS~1.DLL    2157568    0x71CD0000    0x002A3000    0x71CFDAFE
C:\PROGRA~1\ROCKST~1\GRANDT~1\EAX.DLL    188416    0x10000000    0x00030000    0x1001A472
C:\WINDOWS\SYSTEM32\d3d9.dll    1623312    0x73970000    0x00190000    0x739E8400
C:\WINDOWS\SYSTEM32\dbghelp.dll    1494016    0x74F60000    0x00188000    0x74F98B50
C:\WINDOWS\SYSTEM32\kernel.appcore.dll    52672    0x74F20000    0x0000F000    0x74F247E0
C:\WINDOWS\SYSTEM32\windows.storage.dll    6362216    0x74040000    0x00609000    0x7421B8C0
C:\WINDOWS\SYSTEM32\Wldp.dll    139960    0x74010000    0x00024000    0x740185A0
C:\WINDOWS\SYSTEM32\dbgcore.DLL    138752    0x74F30000    0x00026000    0x74F4D3B0
C:\WINDOWS\SYSTEM32\profapi.dll    110008    0x72B50000    0x0001D000    0x72B5AF90
C:\PROGRA~1\ROCKST~1\GRANDT~1\VORBIS~2.DLL    65536    0x01890000    0x00011000    0x01894C98
C:\PROGRA~1\ROCKST~1\GRANDT~1\ogg.dll    36864    0x040E0000    0x00009000    0x040E302E
C:\PROGRA~1\ROCKST~1\GRANDT~1\vorbis.dll    1060864    0x040F0000    0x00108000    0x04103F7C
C:\PROGRA~1\ROCKST~1\GRANDT~1\$FASTM~1.ASI    5919744    0x691F0000    0x005B5000    0x6929E3FE
C:\WINDOWS\System32\PSAPI.DLL    17016    0x76C80000    0x00006000    0x76C814D0
C:\PROGRA~1\ROCKST~1\GRANDT~1\DLLTRI~1.DLL    33792    0x74730000    0x0000D000    0x7473147F
C:\PROGRA~1\ROCKST~1\GRANDT~1\MINHOO~1.DLL    14848    0x74720000    0x00007000    0x00000000
C:\PROGRA~1\ROCKST~1\GRANDT~1\zlib1.dll    107520    0x62E80000    0x00022000    0x62E81440
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.488_none_89e6152f0b32762e\COMCTL32.dll    568120    0x72960000    0x0008D000    0x729C7340
C:\PROGRA~1\ROCKST~1\GRANDT~1\GInputSA.asi    241664    0x73BF0000    0x00041000    0x73C07C5B
C:\WINDOWS\SYSTEM32\XINPUT1_3.dll    81768    0x04BB0000    0x00016000    0x04BB801F
C:\PROGRA~1\ROCKST~1\GRANDT~1\IIIVCS~1.ASI    390656    0x71860000    0x00065000    0x71898DCE
C:\PROGRA~1\ROCKST~1\GRANDT~1\SALODL~1.ASI    359424    0x70FA0000    0x00063000    0x70FB99AA
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\CLEO.asi    264704    0x70F20000    0x0006B000    0x70F2E484
C:\PROGRA~1\ROCKST~1\GRANDT~1\BASS.dll    107584    0x11000000    0x0004D000    0x1104C036
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\GTASAW~1.ASI    329216    0x73910000    0x00054000    0x73924232
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\MODLOA~1.ASI    700928    0x69EF0000    0x000B2000    0x69F44637
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\RUNDLL~1.ASI    11264    0x73BE0000    0x00007000    0x73BE1C18
C:\WINDOWS\SYSTEM32\MSVCP100.dll    421200    0x69E80000    0x00069000    0x69EB3CF4
C:\WINDOWS\SYSTEM32\MSVCR100.dll    773968    0x69CC0000    0x000BF000    0x69CD1DFC
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\SILENT~1.ASI    282624    0x69C70000    0x00049000    0x69C91860
C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL    31528    0x74F10000    0x0000A000    0x74F12A60
C:\WINDOWS\SYSTEM32\DDRAW.dll    527360    0x68D50000    0x000E9000    0x68D612A0
C:\WINDOWS\SYSTEM32\dxgi.dll    784016    0x68C80000    0x000C2000    0x68CB3B80
C:\WINDOWS\SYSTEM32\DCIMAN32.dll    11776    0x72C10000    0x00007000    0x72C12020
C:\WINDOWS\SYSTEM32\dxcore.dll    163216    0x69E50000    0x0002C000    0x69E6A570
C:\WINDOWS\System32\bcryptPrimitives.dll    375000    0x76B40000    0x0005D000    0x76B71830
C:\WINDOWS\SYSTEM32\DSOUND.dll    493056    0x68C00000    0x0007F000    0x68C2F300
C:\WINDOWS\SYSTEM32\powrprof.dll    268080    0x72BB0000    0x00044000    0x72BB6ED0
C:\WINDOWS\SYSTEM32\UMPDC.dll    47472    0x72BA0000    0x0000D000    0x72BA7560
C:\WINDOWS\System32\clbcatq.dll    504552    0x760F0000    0x0007E000    0x7615BD50
C:\WINDOWS\System32\MMDevApi.dll    421480    0x68B90000    0x0006B000    0x68BB5E60
C:\WINDOWS\System32\DEVOBJ.dll    138936    0x68B60000    0x00024000    0x68B69990
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL    1268576    0x68A20000    0x00138000    0x68A63820
C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll    52664    0x72C00000    0x0000F000    0x72C042F0
C:\WINDOWS\System32\MSCTF.dll    860464    0x76400000    0x000D4000    0x7644E070
C:\WINDOWS\SYSTEM32\DINPUT8.dll    171008    0x689E0000    0x00037000    0x689E7F90
C:\WINDOWS\SYSTEM32\HID.DLL    25600    0x72750000    0x0000A000    0x72751BB0
C:\WINDOWS\System32\WINTRUST.dll    288672    0x77940000    0x00047000    0x77955970
C:\WINDOWS\System32\CRYPT32.dll    1013344    0x76780000    0x000FA000    0x767D5030
C:\WINDOWS\SYSTEM32\MSASN1.dll    50616    0x74680000    0x0000E000    0x74685690
C:\WINDOWS\SYSTEM32\inputhost.dll    968424    0x688F0000    0x000ED000    0x689B61F0
C:\WINDOWS\SYSTEM32\CoreMessaging.dll    630624    0x68850000    0x0009B000    0x688B0F00
C:\WINDOWS\SYSTEM32\PROPSYS.dll    797472    0x69FB0000    0x000C3000    0x6A011C10
C:\WINDOWS\SYSTEM32\wintypes.dll    896096    0x74870000    0x000DB000    0x748E8590
C:\WINDOWS\SYSTEM32\CoreUIComponents.dll    2621720    0x685D0000    0x0027E000    0x6862E960
C:\WINDOWS\SYSTEM32\ntmarta.dll    152904    0x72B70000    0x00029000    0x72B77E90
C:\WINDOWS\System32\DriverStore\FileRepository\nvaewu.inf_amd64_8cbfa7509ac4e6cb\nvd3dum.dll    14767816    0x67800000    0x00DCD000    0x67ED4B90
C:\WINDOWS\SYSTEM32\TextShaping.dll    611952    0x64A30000    0x00094000    0x64ABF1A0
C:\WINDOWS\SYSTEM32\textinputframework.dll    754088    0x64970000    0x000B9000    0x649B06D0
C:\PROGRA~2\Steam\STEAMC~1.DLL    16258336    0x639B0000    0x00FBD000    0x643E322C
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL    196784    0x75B60000    0x00032000    0x75B6C340
C:\WINDOWS\System32\imagehlp.dll    95496    0x75E30000    0x00019000    0x75E36560
C:\PROGRA~2\Steam\tier0_s.dll    326432    0x63910000    0x0009C000    0x6392DC88
C:\PROGRA~2\Steam\VSTDLI~1.DLL    320288    0x638B0000    0x0005F000    0x638CBC31
C:\WINDOWS\SYSTEM32\MSWSOCK.dll    324416    0x72A10000    0x00052000    0x72A1A0A0
C:\WINDOWS\SYSTEM32\Secur32.dll    23040    0x72740000    0x0000A000    0x72741820
C:\PROGRA~2\Steam\steam.dll    433952    0x637E0000    0x000C5000    0x6380B65C
C:\WINDOWS\SYSTEM32\dcomp.dll    1453392    0x63670000    0x00165000    0x636DCEA0
C:\Windows\System32\quartz.dll    1470976    0x634D0000    0x0019A000    0x634FB160
C:\Windows\System32\devenum.dll    93960    0x71CB0000    0x00018000    0x71CC0D60
C:\WINDOWS\SYSTEM32\D3DIM700.DLL    388096    0x63460000    0x00063000    0x634AFEA0
C:\WINDOWS\SYSTEM32\wdmaud.drv    215040    0x63420000    0x0003A000    0x6342CEA0
C:\WINDOWS\SYSTEM32\ksuser.dll    20328    0x71900000    0x00007000    0x71901EC0
C:\WINDOWS\SYSTEM32\AVRT.dll    27336    0x71850000    0x00008000    0x71851AA0
C:\WINDOWS\SYSTEM32\msacm32.drv    23552    0x70F10000    0x0000A000    0x70F14200
C:\WINDOWS\SYSTEM32\midimap.dll    18944    0x6BA40000    0x00008000    0x6BA41990
C:\Windows\System32\Windows.UI.dll    998352    0x63320000    0x000F3000    0x6337B230
C:\Windows\System32\WindowManagementAPI.dll    455680    0x632A0000    0x00073000    0x632FED80
C:\WINDOWS\SYSTEM32\twinapi.appcore.dll    1634208    0x74A90000    0x0018F000    0x74B13930
C:\WINDOWS\SYSTEM32\wmvcore.dll    2136736    0x63090000    0x0020D000    0x630CDA40
C:\WINDOWS\SYSTEM32\WMASF.DLL    247344    0x63050000    0x0003D000    0x63085DC0
C:\WINDOWS\SYSTEM32\mfperfhelper.dll    1075528    0x62F40000    0x00106000    0x6302C3B0
C:\WINDOWS\system32\mlang.dll    198656    0x62F00000    0x00034000    0x62F10580
C:\WINDOWS\SYSTEM32\mscms.dll    594464    0x22430000    0x00093000    0x22446DF0
C:\WINDOWS\SYSTEM32\ColorAdapterClient.dll    45904    0x699F0000    0x0000C000    0x699F5B60
C:\Windows\System32\Windows.Internal.Graphics.Display.DisplayColorManagement.dll    183296    0x62E20000    0x00031000    0x62E422B0
C:\WINDOWS\SYSTEM32\igdumdim32.dll    38561040    0x0BB00000    0x02454000    0x0BC3A9B0
C:\WINDOWS\SYSTEM32\igdusc32.dll    5084944    0x64AD0000    0x008CA000    0x64B4E092

Game crashed unfortunately, here's a crash log:
Current process ID: 12556
Current thread ID: 13744
Last file to be loaded: C:\WINDOWS\System32\dsdmo.dll
Last library loaded: C:\WINDOWS\system32\QuickTime.qts
Exception address: 0x69BD7D90 (module not found)
Exception code: 0xC0000005
Exception name: EXCEPTION_ACCESS_VIOLATION
Inaccessible memory address: 0x69BD7D90

General registers:
EAX: 0x00000000 (0)
EBX: 0x0000002F (47)
ECX: 0x056B6A58 (90925656)
EDX: 0x00000708 (1800)
ESI: 0x00B62CB0 (11938992)
EDI: 0x00B646AC (11945644)
EBP: 0x0000002F (47)
ESP: 0x0177F628 (24639016)
EIP: 0x69BD7D90 (1774026128)
EFL: 0x00010246 (66118)

Segment registers:
CS: 0023
DS: 002B
ES: 002B
FS: 0053
GS: 002B
SS: 002B

FPU registers:
ST0: -1.576890 bytes: 00 00 00 00 00 86 D7 C9 FF BF
ST1: -3.141593 bytes: 00 00 00 00 00 DB 0F C9 00 C0
ST2: -3.141593 bytes: 00 00 00 00 00 DB 0F C9 00 C0
ST3: 3.141593 bytes: 00 00 00 00 00 DB 0F C9 00 40
ST4: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST5: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST6: 1116.000000 bytes: 00 00 00 00 00 00 80 8B 09 40
ST7: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
CTRL: 007F
STAT: 0961
TAGS: FFFF

MMX registers, 8 bytes:
MM0: 00 00 00 00 00 86 D7 C9
MM1: 00 00 00 00 00 DB 0F C9
MM2: 00 00 00 00 00 DB 0F C9
MM3: 00 00 00 00 00 DB 0F C9
MM4: 00 00 00 00 00 00 00 00
MM5: 00 00 00 00 00 00 00 00
MM6: 00 00 00 00 00 00 80 8B
MM7: 00 00 00 00 00 00 00 00

XMM registers, 16 bytes:
XMM0: 09 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM1: 09 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM2: 09 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM3: 09 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM4: 09 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM5: 09 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM6: 09 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM7: 09 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Module list
; Path    Module file size        Base    Size of image    Entry point
C:\PROGRA~1\ROCKST~1\GRANDT~1\gta_sa.exe    14383616    0x00400000    0x01177000    0x00824570
C:\WINDOWS\SYSTEM32\ntdll.dll    1696248    0x77D70000    0x001A3000    0x00000000
C:\WINDOWS\System32\KERNEL32.DLL    632544    0x77A40000    0x000F0000    0x77A5F640
C:\PROGRA~1\AVASTS~1\Avast\x86\aswhook.dll    51224    0x75C20000    0x0000F000    0x75C26A50
C:\WINDOWS\System32\KERNELBASE.dll    2182176    0x76530000    0x00214000    0x76644FD0
C:\WINDOWS\SYSTEM32\apphelp.dll    638464    0x73F70000    0x0009F000    0x73FA85D0
C:\WINDOWS\SYSTEM32\AcLayers.DLL    415744    0x73CE0000    0x0028C000    0x73CFEEC0
C:\WINDOWS\System32\msvcrt.dll    775256    0x76980000    0x000BF000    0x769B5AC0
C:\WINDOWS\System32\USER32.dll    1663656    0x77BC0000    0x00196000    0x77BFAD10
C:\WINDOWS\System32\win32u.dll    92952    0x75E50000    0x00018000    0x00000000
C:\WINDOWS\System32\GDI32.dll    136328    0x76750000    0x00023000    0x767573C0
C:\WINDOWS\System32\gdi32full.dll    895040    0x76BA0000    0x000DC000    0x76BFFE90
C:\WINDOWS\System32\msvcp_win.dll    495840    0x76040000    0x0007B000    0x76057800
C:\WINDOWS\System32\ucrtbase.dll    1181208    0x75C30000    0x00120000    0x75C5BA30
C:\WINDOWS\System32\SHELL32.dll    6004840    0x77230000    0x005B4000    0x773ABED0
C:\WINDOWS\System32\SHLWAPI.dll    275808    0x764E0000    0x00045000    0x764F7860
C:\WINDOWS\System32\OLEAUT32.dll    606872    0x75D90000    0x00096000    0x75DC5670
C:\WINDOWS\System32\combase.dll    2637728    0x76170000    0x00282000    0x762AC660
C:\WINDOWS\System32\RPCRT4.dll    786608    0x777F0000    0x000C0000    0x7782A8E0
C:\WINDOWS\System32\SETUPAPI.dll    4433640    0x76D00000    0x00434000    0x76D2EFC0
C:\WINDOWS\System32\cfgmgr32.dll    236520    0x75D50000    0x0003B000    0x75D5D450
C:\WINDOWS\System32\bcrypt.dll    96032    0x768E0000    0x00019000    0x768E93E0
C:\WINDOWS\SYSTEM32\MPR.dll    93488    0x74A70000    0x00019000    0x74A73540
C:\WINDOWS\SYSTEM32\sfc.dll    11272    0x66680000    0x00003000    0x00000000
C:\WINDOWS\SYSTEM32\WINSPOOL.DRV    422912    0x73C70000    0x0006D000    0x73C872E0
C:\WINDOWS\SYSTEM32\sfc_os.DLL    50104    0x75BF0000    0x0000F000    0x75BF5D70
C:\WINDOWS\SYSTEM32\AcGenral.DLL    2398720    0x71F80000    0x00251000    0x71FB0F20
C:\WINDOWS\System32\sechost.dll    477784    0x76A40000    0x00076000    0x76A601C0
C:\WINDOWS\System32\ole32.dll    924528    0x77140000    0x000E3000    0x7716C8E0
C:\WINDOWS\System32\ADVAPI32.dll    489128    0x76AC0000    0x0007A000    0x76AD1D00
C:\WINDOWS\SYSTEM32\UxTheme.dll    453632    0x73B30000    0x00074000    0x73B673D0
C:\WINDOWS\SYSTEM32\WINMM.dll    149272    0x74650000    0x00028000    0x746555B0
C:\WINDOWS\SYSTEM32\samcli.dll    70144    0x74A50000    0x00015000    0x74A55960
C:\WINDOWS\SYSTEM32\MSACM32.dll    93472    0x74A30000    0x00019000    0x74A34420
C:\WINDOWS\SYSTEM32\VERSION.dll    27320    0x75B50000    0x00008000    0x75B51800
C:\WINDOWS\SYSTEM32\USERENV.dll    141008    0x75BA0000    0x00025000    0x75BA8890
C:\WINDOWS\SYSTEM32\dwmapi.dll    138936    0x73C40000    0x00026000    0x73C46050
C:\WINDOWS\SYSTEM32\urlmon.dll    1684992    0x6A080000    0x001A9000    0x6A102410
C:\WINDOWS\SYSTEM32\SspiCli.dll    153400    0x718D0000    0x00028000    0x718DDD40
C:\WINDOWS\SYSTEM32\winmmbase.dll    110720    0x74A10000    0x0001D000    0x74A23850
C:\WINDOWS\SYSTEM32\iertutil.dll    2268448    0x697B0000    0x0022B000    0x6996A520
C:\WINDOWS\System32\shcore.dll    548528    0x77B30000    0x00087000    0x77B72E90
C:\WINDOWS\SYSTEM32\SortServer2003Compat.dll    39936    0x74950000    0x0000E000    0x74958DF0
C:\WINDOWS\System32\IMM32.DLL    143056    0x760C0000    0x00025000    0x760C4410
C:\WINDOWS\System32\WS2_32.dll    397728    0x76910000    0x00063000    0x76914B40
C:\PROGRA~1\ROCKST~1\GRANDT~1\VORBIS~1.DLL    2157568    0x71CD0000    0x002A3000    0x71CFDAFE
C:\PROGRA~1\ROCKST~1\GRANDT~1\EAX.DLL    188416    0x10000000    0x00030000    0x1001A472
C:\WINDOWS\SYSTEM32\d3d9.dll    1623312    0x73970000    0x00190000    0x739E8400
C:\WINDOWS\SYSTEM32\dbghelp.dll    1494016    0x74F60000    0x00188000    0x74F98B50
C:\WINDOWS\SYSTEM32\kernel.appcore.dll    52672    0x74F20000    0x0000F000    0x74F247E0
C:\WINDOWS\System32\dsdmo.dll    183808    0x62DF0000    0x00030000    0x62E176D0
C:\WINDOWS\System32\msdmo.dll    28896    0x699E0000    0x00009000    0x699E2970
C:\WINDOWS\SYSTEM32\windows.storage.dll    6362216    0x74040000    0x00609000    0x7421B8C0
C:\WINDOWS\SYSTEM32\Wldp.dll    139960    0x74010000    0x00024000    0x740185A0
C:\WINDOWS\SYSTEM32\dbgcore.DLL    138752    0x74F30000    0x00026000    0x74F4D3B0
C:\WINDOWS\SYSTEM32\profapi.dll    110008    0x72B50000    0x0001D000    0x72B5AF90
C:\PROGRA~1\ROCKST~1\GRANDT~1\VORBIS~2.DLL    65536    0x01890000    0x00011000    0x01894C98
C:\PROGRA~1\ROCKST~1\GRANDT~1\ogg.dll    36864    0x040E0000    0x00009000    0x040E302E
C:\PROGRA~1\ROCKST~1\GRANDT~1\vorbis.dll    1060864    0x040F0000    0x00108000    0x04103F7C
C:\PROGRA~1\ROCKST~1\GRANDT~1\$FASTM~1.ASI    5919744    0x691F0000    0x005B5000    0x6929E3FE
C:\WINDOWS\System32\PSAPI.DLL    17016    0x76C80000    0x00006000    0x76C814D0
C:\PROGRA~1\ROCKST~1\GRANDT~1\DLLTRI~1.DLL    33792    0x74730000    0x0000D000    0x7473147F
C:\PROGRA~1\ROCKST~1\GRANDT~1\MINHOO~1.DLL    14848    0x74720000    0x00007000    0x00000000
C:\PROGRA~1\ROCKST~1\GRANDT~1\zlib1.dll    107520    0x62E80000    0x00022000    0x62E81440
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.488_none_89e6152f0b32762e\COMCTL32.dll    568120    0x72960000    0x0008D000    0x729C7340
C:\PROGRA~1\ROCKST~1\GRANDT~1\GInputSA.asi    241664    0x73BF0000    0x00041000    0x73C07C5B
C:\WINDOWS\SYSTEM32\XINPUT1_3.dll    81768    0x04BB0000    0x00016000    0x04BB801F
C:\PROGRA~1\ROCKST~1\GRANDT~1\IIIVCS~1.ASI    390656    0x71860000    0x00065000    0x71898DCE
C:\PROGRA~1\ROCKST~1\GRANDT~1\SALODL~1.ASI    359424    0x70FA0000    0x00063000    0x70FB99AA
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\CLEO.asi    264704    0x70F20000    0x0006B000    0x70F2E484
C:\PROGRA~1\ROCKST~1\GRANDT~1\BASS.dll    107584    0x11000000    0x0004D000    0x1104C036
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\GTASAW~1.ASI    329216    0x73910000    0x00054000    0x73924232
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\MODLOA~1.ASI    700928    0x69EF0000    0x000B2000    0x69F44637
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\RUNDLL~1.ASI    11264    0x73BE0000    0x00007000    0x73BE1C18
C:\WINDOWS\SYSTEM32\MSVCP100.dll    421200    0x69E80000    0x00069000    0x69EB3CF4
C:\WINDOWS\SYSTEM32\MSVCR100.dll    773968    0x69CC0000    0x000BF000    0x69CD1DFC
C:\PROGRA~1\ROCKST~1\GRANDT~1\scripts\SILENT~1.ASI    282624    0x69C70000    0x00049000    0x69C91860
C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL    31528    0x74F10000    0x0000A000    0x74F12A60
C:\WINDOWS\SYSTEM32\DDRAW.dll    527360    0x68D50000    0x000E9000    0x68D612A0
C:\WINDOWS\SYSTEM32\dxgi.dll    784016    0x68C80000    0x000C2000    0x68CB3B80
C:\WINDOWS\SYSTEM32\DCIMAN32.dll    11776    0x72C10000    0x00007000    0x72C12020
C:\WINDOWS\SYSTEM32\dxcore.dll    163216    0x69E50000    0x0002C000    0x69E6A570
C:\WINDOWS\System32\bcryptPrimitives.dll    375000    0x76B40000    0x0005D000    0x76B71830
C:\WINDOWS\SYSTEM32\DSOUND.dll    493056    0x68C00000    0x0007F000    0x68C2F300
C:\WINDOWS\SYSTEM32\powrprof.dll    268080    0x72BB0000    0x00044000    0x72BB6ED0
C:\WINDOWS\SYSTEM32\UMPDC.dll    47472    0x72BA0000    0x0000D000    0x72BA7560
C:\WINDOWS\System32\clbcatq.dll    504552    0x760F0000    0x0007E000    0x7615BD50
C:\WINDOWS\System32\MMDevApi.dll    421480    0x68B90000    0x0006B000    0x68BB5E60
C:\WINDOWS\System32\DEVOBJ.dll    138936    0x68B60000    0x00024000    0x68B69990
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL    1268576    0x68A20000    0x00138000    0x68A63820
C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll    52664    0x72C00000    0x0000F000    0x72C042F0
C:\WINDOWS\System32\MSCTF.dll    860464    0x76400000    0x000D4000    0x7644E070
C:\WINDOWS\SYSTEM32\DINPUT8.dll    171008    0x689E0000    0x00037000    0x689E7F90
C:\WINDOWS\SYSTEM32\HID.DLL    25600    0x72750000    0x0000A000    0x72751BB0
C:\WINDOWS\System32\WINTRUST.dll    288672    0x77940000    0x00047000    0x77955970
C:\WINDOWS\System32\CRYPT32.dll    1013344    0x76780000    0x000FA000    0x767D5030
C:\WINDOWS\SYSTEM32\MSASN1.dll    50616    0x74680000    0x0000E000    0x74685690
C:\WINDOWS\SYSTEM32\inputhost.dll    968424    0x688F0000    0x000ED000    0x689B61F0
C:\WINDOWS\SYSTEM32\CoreMessaging.dll    630624    0x68850000    0x0009B000    0x688B0F00
C:\WINDOWS\SYSTEM32\PROPSYS.dll    797472    0x69FB0000    0x000C3000    0x6A011C10
C:\WINDOWS\SYSTEM32\wintypes.dll    896096    0x74870000    0x000DB000    0x748E8590
C:\WINDOWS\SYSTEM32\CoreUIComponents.dll    2621720    0x685D0000    0x0027E000    0x6862E960
C:\WINDOWS\SYSTEM32\ntmarta.dll    152904    0x72B70000    0x00029000    0x72B77E90
C:\WINDOWS\System32\DriverStore\FileRepository\nvaewu.inf_amd64_8cbfa7509ac4e6cb\nvd3dum.dll    14767816    0x67800000    0x00DCD000    0x67ED4B90
C:\WINDOWS\SYSTEM32\TextShaping.dll    611952    0x64A30000    0x00094000    0x64ABF1A0
C:\WINDOWS\SYSTEM32\textinputframework.dll    754088    0x64970000    0x000B9000    0x649B06D0
C:\PROGRA~2\Steam\STEAMC~1.DLL    16258336    0x639B0000    0x00FBD000    0x643E322C
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL    196784    0x75B60000    0x00032000    0x75B6C340
C:\WINDOWS\System32\imagehlp.dll    95496    0x75E30000    0x00019000    0x75E36560
C:\PROGRA~2\Steam\tier0_s.dll    326432    0x63910000    0x0009C000    0x6392DC88
C:\PROGRA~2\Steam\VSTDLI~1.DLL    320288    0x638B0000    0x0005F000    0x638CBC31
C:\WINDOWS\SYSTEM32\MSWSOCK.dll    324416    0x72A10000    0x00052000    0x72A1A0A0
C:\WINDOWS\SYSTEM32\Secur32.dll    23040    0x72740000    0x0000A000    0x72741820
C:\PROGRA~2\Steam\steam.dll    433952    0x637E0000    0x000C5000    0x6380B65C
C:\WINDOWS\SYSTEM32\dcomp.dll    1453392    0x63670000    0x00165000    0x636DCEA0
C:\Windows\System32\quartz.dll    1470976    0x634D0000    0x0019A000    0x634FB160
C:\Windows\System32\devenum.dll    93960    0x71CB0000    0x00018000    0x71CC0D60
C:\WINDOWS\SYSTEM32\D3DIM700.DLL    388096    0x63460000    0x00063000    0x634AFEA0
C:\WINDOWS\SYSTEM32\wdmaud.drv    215040    0x63420000    0x0003A000    0x6342CEA0
C:\WINDOWS\SYSTEM32\ksuser.dll    20328    0x71900000    0x00007000    0x71901EC0
C:\WINDOWS\SYSTEM32\AVRT.dll    27336    0x71850000    0x00008000    0x71851AA0
C:\WINDOWS\SYSTEM32\msacm32.drv    23552    0x70F10000    0x0000A000    0x70F14200
C:\WINDOWS\SYSTEM32\midimap.dll    18944    0x6BA40000    0x00008000    0x6BA41990
C:\Windows\System32\Windows.UI.dll    998352    0x63320000    0x000F3000    0x6337B230
C:\Windows\System32\WindowManagementAPI.dll    455680    0x632A0000    0x00073000    0x632FED80
C:\WINDOWS\SYSTEM32\twinapi.appcore.dll    1634208    0x74A90000    0x0018F000    0x74B13930
C:\WINDOWS\SYSTEM32\wmvcore.dll    2136736    0x63090000    0x0020D000    0x630CDA40
C:\WINDOWS\SYSTEM32\WMASF.DLL    247344    0x63050000    0x0003D000    0x63085DC0
C:\WINDOWS\SYSTEM32\mfperfhelper.dll    1075528    0x62F40000    0x00106000    0x6302C3B0
C:\WINDOWS\system32\mlang.dll    198656    0x62F00000    0x00034000    0x62F10580
C:\WINDOWS\SYSTEM32\mscms.dll    594464    0x22430000    0x00093000    0x22446DF0
C:\WINDOWS\SYSTEM32\ColorAdapterClient.dll    45904    0x699F0000    0x0000C000    0x699F5B60
C:\Windows\System32\Windows.Internal.Graphics.Display.DisplayColorManagement.dll    183296    0x62E20000    0x00031000    0x62E422B0
C:\WINDOWS\SYSTEM32\igdumdim32.dll    38561040    0x0BB00000    0x02454000    0x0BC3A9B0
C:\WINDOWS\SYSTEM32\igdusc32.dll    5084944    0x64AD0000    0x008CA000    0x64B4E092
C:\WINDOWS\System32\dsdmo.dll    183808    0x62DF0000    0x00030000    0x62E176D0
C:\WINDOWS\System32\msdmo.dll    28896    0x699E0000    0x00009000    0x699E2970
Game terminated.

 

 

Edited by matherto
Link to comment
Share on other sites

20 hours ago, pak_design said:

Bruh... April is a 4th month, not 3rd ;)

JTXbTYLJDBI.jpg?size=425x133&quality=96&

In coding/programming you start to count from 0, in this case

0 = January

1 = February

2 = March

3 = April

Edited by Leinad
  • Like 1
Link to comment
Share on other sites

fastman92 limit adjuster 5.7 is available for download
 

New version adds path limits for GTA SA on Android.

This required many months of work and brought a lot of progress to the project.

 

New simplified path format version 4 got implemented.

Exception handler has got a stack dump.

 

6b3e491371503154.jpgdb5d211371503158.jpg


Full list of changes:

    - ANDROID_ARM32, GTA SA 2.0, (ROADBLOCK LIMITS -> Apply roadblox.dat) implemented
    - WIN_X64, GTA 5, global exception handler now working
    - WIN_X86 & WIN_X64, global exception handler has got stack dump implemented
    - ANDROID_ARM32, GTA SA 2.0, (IPL -> Entry exits) implemented.
    - ANDROID_ARM32, GTA SA 2.0, (MAP LIMITS -> Apply paths limit patch, Paths map size) implemented.
        This required many months of work and brought a lot of progress to the project.
        
        Warning: racing won't work. CCarCtrl::SteerAICarWithPhysicsFollowPath is not altered properly. This could be done later.
            Everything else should work as expected.

    - GTA SA, new better simplified path format introduced. Alignment problem of path structures fixed.
        GTA map file renamer can convert standard GTA SA files into new format for testing.
       https://gtaforums.com/topic/944538-gta-map-file-renamer/
    
    - ANDROID_ARM32, GTA III 1.8 & GTA VC 1.09, 'STREAMING -> Memory available' implemented

 

   

 

I am putting a lot of effort to make sure that my projects meet the high quality requirements.
That takes a significant amount of work.
If you like any of my projects, you can consider making a donation. And keep on looking for what projects the future might bring.

btn_donateCC_LG.gif


Download: http://fastman92.com

Edited by fastman92
Link to comment
Share on other sites

How to implement DYNAMIC LIMITS and IDE LIMITS and IPL LIMITS in GTA3 1.8 Android.

Edited by Meng Fan
.
Link to comment
Share on other sites

Hey I am trying to install 74 car mods and 15 weapon mods without replacing but as everyone knows, game crashes at loading screen. I guess your limit adjuster must increase these car and weapon limits but it doesn't work! I will write .log file down below. Now a music starts at same time on loading screen and a messagebox pops up that says an error occured. Game started crashing after starting adding 15 weapons.

 

@fastman92 I really want to add all TBoGT and TLAD cars also most of GTA 5 cars and all EFLC weapons. Could you help me?

 

I don't know if I installed properly. I was went into "WIN_X86" folder and than went into "plugin" folder, copied all files to GTA 4 directory and than went "GTA_IV" folder inside "WIN_X86" and copied all 3 folders inside GTA 4 directory. A messagebox showed up says "there is no ini file found a new one will be created." That means limit adjuster plugin starts properly.

 

Here is the crash log:

Game has crashed, here's a crash log:
Current process ID: 12052
Current thread ID: 15508
Last file to be loaded: common\data\weaponinfo.xml
Last library loaded: d3dcompiler_43.dll
Exception address: 0x0095FD6C ("PlayGTAIV.exe"+0x56FD6C)
Exception code: 0xC0000005 (EXCEPTION_ACCESS_VIOLATION)
Inaccessible memory address: 0x2E

General registers:
EAX: 0x2094B500 (546616576)
EBX: 0x13DED6F0 (333371120)
ECX: 0x00000000 (0)
EDX: 0x0000001E (30)
ESI: 0x114F3970 (290404720)
EDI: 0x00000047 (71)
EBP: 0x0095FD00 (9829632)
ESP: 0x01DDEFE4 (31322084)
EIP: 0x0095FD6C (9829740) ["PlayGTAIV.exe"+0x56FD6C]
EFL: 0x00010202 (66050)

Segment registers:
CS: 0023
DS: 002B
ES: 002B
FS: 0053
GS: 002B
SS: 002B

FPU registers:
ST0: 0.494118 bytes: 00 00 00 00 00 FE FC FC FD 3F
ST1: 0.494118 bytes: 00 00 00 00 00 FE FC FC FD 3F
ST2: 0.553125 bytes: 00 00 00 00 00 9A 99 8D FE 3F
ST3: 240.000000 bytes: 00 00 00 00 00 00 00 F0 06 40
ST4: 0.393750 bytes: 00 00 00 00 00 98 99 C9 FD 3F
ST5: -0.000000 bytes: 00 00 00 00 00 00 00 00 00 80
ST6: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
ST7: 0.011502 bytes: 00 00 00 00 00 3F 74 BC F8 3F
CTRL: 007F
STAT: 0022
TAGS: FFFF

MMX registers, 8 bytes:
MM0: 00 00 00 00 00 FE FC FC
MM1: 00 00 00 00 00 FE FC FC
MM2: 00 00 00 00 00 9A 99 8D
MM3: 00 00 00 00 00 00 00 F0
MM4: 00 00 00 00 00 98 99 C9
MM5: 00 00 00 00 00 00 00 00
MM6: 00 00 00 00 00 00 00 80
MM7: 00 00 00 00 00 3F 74 BC

XMM registers, 16 bytes:
XMM0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM1: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM2: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM3: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM4: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM6: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
XMM7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Stack (printing from 0x01DDEFE4):
+0x000  20 A0 94 20  00 00 00 00  2C F0 DD 01  09 B0 8C 00
+0x010  00 B5 94 20  2E B9 1E 2E  2C F0 DD 01  84 F6 DD 01
+0x020  70 BD 1F 13  0C 00 00 00  40 BD 1F 13  51 FF 95 00
+0x030  00 FD 95 00  2C F0 DD 01  F8 68 AA 14  74 C7 97 11
+0x040  00 30 00 00  42 6F C4 00  47 00 00 00  20 A0 94 20
+0x050  00 30 00 00  60 C7 97 11  74 C7 97 11  04 C9 01 00
+0x060  20 60 94 20  00 10 00 01  60 C7 97 11  98 81 21 01
+0x070  F8 68 AA 14  00 00 00 00  18 08 00 C0  00 00 02 00
+0x080  00 00 0C 50  20 A0 80 20  00 00 02 00  00 00 0E 50
+0x090  20 A0 82 20  00 00 00 00  00 00 00 50  20 A0 94 20
+0x0A0  00 20 00 00  00 20 00 50  20 E0 94 20  00 10 00 00
+0x0B0  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
+0x0C0  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
+0x0D0  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
+0x0E0  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
+0x0F0  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
+0x100  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
+0x110  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
+0x120  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00
+0x130  00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00

base: 0x01CE0000   top: 0x01DDEFE4   bottom: 0x01DE0000

Module list
; Path	Module file size		Base	Size of image	Entry point
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\PlayGTAIV.exe	15505792	0x003F0000	0x01851000	0x00CFD011
C:\Windows\SYSTEM32\ntdll.dll	1696232	0x77840000	0x001A3000	0x00000000
C:\Windows\System32\KERNEL32.DLL	632544	0x76430000	0x000F0000	0x7644F640
C:\Windows\System32\KERNELBASE.dll	2182176	0x771C0000	0x00214000	0x772D4FD0
C:\Windows\System32\USER32.dll	1663656	0x75AA0000	0x00196000	0x75ADAD10
C:\Windows\System32\win32u.dll	92968	0x76FD0000	0x00018000	0x00000000
C:\Windows\System32\GDI32.dll	136328	0x758C0000	0x00023000	0x758C73C0
C:\Windows\System32\gdi32full.dll	895040	0x77040000	0x000DC000	0x7709FE90
C:\Windows\System32\msvcp_win.dll	495840	0x75A20000	0x0007B000	0x75A37800
C:\Windows\System32\ucrtbase.dll	1181208	0x75CA0000	0x00120000	0x75CCBA30
C:\Windows\System32\PSAPI.DLL	17016	0x773E0000	0x00006000	0x773E14D0
C:\Windows\System32\CRYPT32.dll	1044304	0x75780000	0x00101000	0x757D6930
C:\Windows\System32\WINTRUST.dll	288672	0x76EC0000	0x00047000	0x76ED5970
C:\Windows\System32\msvcrt.dll	775256	0x77660000	0x000BF000	0x77695AC0
C:\Windows\System32\RPCRT4.dll	786608	0x76F10000	0x000C0000	0x76F4A8E0
C:\Windows\System32\WS2_32.dll	397728	0x76520000	0x00063000	0x76524B40
C:\Windows\System32\SHLWAPI.dll	275808	0x76FF0000	0x00045000	0x77007860
C:\Windows\System32\ADVAPI32.dll	489128	0x75DE0000	0x0007A000	0x75DF1D00
C:\Windows\System32\sechost.dll	477784	0x758F0000	0x00076000	0x759101C0
C:\Windows\System32\SHELL32.dll	6004312	0x76900000	0x005B4000	0x76A7BED0
C:\Windows\System32\ole32.dll	924528	0x75E60000	0x000E3000	0x75E8C8E0
C:\Windows\System32\combase.dll	2635128	0x765F0000	0x00281000	0x7672BBC0
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\binkw32.dll	182152	0x18000000	0x0003B000	0x18001D80
C:\Windows\System32\OLEAUT32.dll	606872	0x77560000	0x00096000	0x77595670
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\d3d9.dll	770048	0x10000000	0x001C8000	0x101C6CA0
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\xlive.dll	2152448	0x6E6A0000	0x002A2000	0x6E6CCBA8
C:\Windows\SYSTEM32\WININET.dll	4534784	0x742E0000	0x0045A000	0x74603700
C:\Windows\SYSTEM32\DINPUT8.dll	171008	0x6B670000	0x00037000	0x6B677F90
C:\Windows\SYSTEM32\VERSION.dll	27320	0x75620000	0x00008000	0x75621800
C:\Windows\SYSTEM32\WMVCore.DLL	2136736	0x65580000	0x0020D000	0x655BDA40
C:\Windows\SYSTEM32\WINMM.dll	149272	0x74740000	0x00028000	0x747455B0
C:\Windows\SYSTEM32\POWRPROF.dll	268080	0x71260000	0x00044000	0x71266ED0
C:\Windows\WinSxS\x86_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.762_none_11ecb0ab9b2caf3c\ATL80.DLL	96256	0x6EC10000	0x0001B000	0x6EC1C4D8
C:\Windows\SYSTEM32\WMASF.DLL	247344	0x6E660000	0x0003D000	0x6E695DC0
C:\Windows\SYSTEM32\dbghelp.dll	1494016	0x6F990000	0x00188000	0x6F9C8B50
C:\Windows\SYSTEM32\d3dx9_43.dll	1998168	0x65380000	0x001FF000	0x6553EC0D
C:\Windows\SYSTEM32\mfperfhelper.dll	1075528	0x6A140000	0x00106000	0x6A22C3B0
C:\Windows\SYSTEM32\dbgcore.DLL	138752	0x6F960000	0x00026000	0x6F97D3B0
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\DSOUND.dll	91648	0x02650000	0x0001B000	0x02662C60
C:\Windows\System32\IMM32.DLL	143056	0x75890000	0x00025000	0x75894410
C:\Windows\system32\DriverStore\FileRepository\nvsmi.inf_amd64_d948da72bde46eee\nvinit.dll	182592	0x74B40000	0x0002E000	0x74B4C41A
C:\Windows\SYSTEM32\windows.storage.dll	6361144	0x738D0000	0x00608000	0x73AAB8C0
C:\Windows\SYSTEM32\Wldp.dll	139960	0x737F0000	0x00024000	0x737F85A0
C:\Windows\System32\SHCORE.dll	548528	0x76390000	0x00087000	0x763D2E90
C:\Program Files (x86)\NVIDIA Corporation\CoProcManager\detoured.dll	28760	0x704A0000	0x00006000	0x704A1006
C:\Program Files (x86)\NVIDIA Corporation\CoProcManager\nvd3d9wrap.dll	230608	0x70460000	0x00039000	0x7046DC05
C:\Windows\System32\SETUPAPI.dll	4437776	0x75F50000	0x00435000	0x75F7F130
C:\Windows\System32\cfgmgr32.dll	236520	0x77180000	0x0003B000	0x7718D450
C:\Windows\System32\bcrypt.dll	96032	0x75DC0000	0x00019000	0x75DC93E0
C:\Program Files (x86)\NVIDIA Corporation\CoProcManager\nvdxgiwrap.dll	154520	0x70430000	0x00026000	0x704334D5
C:\Windows\SYSTEM32\dxgi.dll	784016	0x70AA0000	0x000C2000	0x70AD3B80
C:\Windows\SYSTEM32\MSASN1.dll	50616	0x736D0000	0x0000E000	0x736D5690
C:\Windows\system32\dsound.dll	493056	0x6B0C0000	0x0007F000	0x6B0EF300
C:\Windows\SYSTEM32\winmmbase.dll	110720	0x73400000	0x0001D000	0x73413850
C:\Windows\SYSTEM32\UMPDC.dll	47472	0x71250000	0x0000D000	0x71257560
C:\Windows\SYSTEM32\inputhost.dll	968424	0x6B580000	0x000ED000	0x6B6461F0
C:\Windows\SYSTEM32\wintypes.dll	896064	0x6EB00000	0x000DB000	0x6EB78590
C:\Windows\SYSTEM32\PROPSYS.dll	797472	0x6EF20000	0x000C3000	0x6EF81C10
C:\Windows\System32\bcryptPrimitives.dll	375000	0x77600000	0x0005D000	0x77631830
C:\Windows\SYSTEM32\CoreUIComponents.dll	2621720	0x6E090000	0x0027E000	0x6E0EE960
C:\Windows\SYSTEM32\CoreMessaging.dll	630624	0x6DFF0000	0x0009B000	0x6E050F00
C:\Windows\SYSTEM32\kernel.appcore.dll	52672	0x734A0000	0x0000F000	0x734A47E0
C:\Windows\SYSTEM32\ntmarta.dll	152904	0x73760000	0x00029000	0x73767E90
C:\Program Files (x86)\Steam\gameoverlayrenderer.dll	1485016	0x651E0000	0x00193000	0x6528C5C1
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\$fastman92limitAdjuster.asi	11249664	0x64710000	0x00AC4000	0x6481AED7
C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.844_none_89e26e970b35ab92\COMCTL32.dll	568144	0x740C0000	0x0008D000	0x74127340
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\DllTricks.dll	33792	0x6E650000	0x0000D000	0x6E65147F
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\MinHook.x86.dll	14848	0x6E640000	0x00007000	0x00000000
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\zlib1.dll	107520	0x62E80000	0x00022000	0x62E81440
C:\Windows\SYSTEM32\TextShaping.dll	611952	0x70BB0000	0x00094000	0x70C3F1A0
C:\Windows\system32\uxtheme.dll	453632	0x73850000	0x00074000	0x738873D0
C:\Windows\System32\MSCTF.dll	860472	0x77730000	0x000D4000	0x7777E070
C:\Program Files (x86)\Other Programs\RivaTuner Statistics Server\RTSSHooks.dll	468976	0x07A90000	0x00259000	0x07ACFAFB
C:\Program Files (x86)\Samsung\Settings\CmdServer\WinCRT.dll	211064	0x06270000	0x00039000	0x0627E226
C:\Windows\SYSTEM32\WINSPOOL.DRV	422912	0x74B70000	0x0006D000	0x74B872E0
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\AdvancedHookInit.asi	31744	0x6E630000	0x0000B000	0x6E6342B3
C:\Windows\SYSTEM32\MSVCP110.dll	535008	0x6A620000	0x00085000	0x6A65A911
C:\Windows\SYSTEM32\MSVCR110.dll	875472	0x6A740000	0x000D6000	0x6A75013C
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\GFWLProtectionDisabler2019.asi	79872	0x6E610000	0x00017000	0x6E611979
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\IV-RecoilFix.asi	84992	0x6AE80000	0x00019000	0x6AE82637
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\ScriptHookDotNet.asi	649216	0x64660000	0x000A3000	0x6469DAE6
C:\Windows\SYSTEM32\mscoree.dll	314880	0x70220000	0x00052000	0x7024F100
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\ScriptHook.dll	336384	0x6A0C0000	0x0007A000	0x6A0E31F9
C:\Windows\SYSTEM32\MSVCR100.dll	773968	0x645A0000	0x000BF000	0x645B1DFC
C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll	581920	0x70190000	0x0008D000	0x701A2870
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\ZMenuIV.asi	4116480	0x63970000	0x00475000	0x63A3EFC7
C:\Windows\SYSTEM32\XINPUT1_3.dll	81768	0x085E0000	0x00016000	0x085E801F
C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll	8037760	0x63DF0000	0x007B0000	0x63E0E910
C:\Windows\SYSTEM32\VCRUNTIME140_CLR0400.dll	83768	0x6A600000	0x00014000	0x6A60AC00
C:\Windows\SYSTEM32\ucrtbase_clr0400.dll	702400	0x638C0000	0x000AB000	0x63955F20
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\ZolikaPatch.asi	1451520	0x63600000	0x002BE000	0x63635920
C:\Windows\SYSTEM32\CRYPTBASE.DLL	31528	0x73690000	0x0000A000	0x73692A60
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\plugins\GTAIV.EFLC.FusionFix.asi	246272	0x6A030000	0x00040000	0x6A03D711
C:\Windows\assembly\NativeImages_v4.0.30319_32\mscorlib\218db16dceaef380c6daf35c6a48f313\mscorlib.ni.dll	21037336	0x0AE20000	0x0140E000	0x00000000
C:\Windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll	554888	0x62160000	0x0008A000	0x62161150
C:\Windows\assembly\NativeImages_v4.0.30319_32\System\258d4259dd4377d917679ad4b058966e\System.ni.dll	10824192	0x61700000	0x00A55000	0x00000000
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\plugins\XLivelessAddon.asi	232960	0x67210000	0x0003D000	0x6721E4F6
C:\Windows\System32\clbcatq.dll	504552	0x76880000	0x0007E000	0x768EBD50
C:\Windows\System32\MMDevApi.dll	421480	0x71410000	0x0006B000	0x71435E60
C:\Windows\System32\DEVOBJ.dll	138936	0x74160000	0x00024000	0x74169990
C:\Windows\SYSTEM32\AUDIOSES.DLL	1268576	0x712B0000	0x00138000	0x712F3820
C:\Windows\SYSTEM32\resourcepolicyclient.dll	52664	0x71200000	0x0000F000	0x712042F0
C:\Windows\SYSTEM32\textinputframework.dll	754072	0x6FB70000	0x000B9000	0x6FBB06D0
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\dax.dll	184320	0x616C0000	0x00032000	0x616CEE98
C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto IV\GTAIV\sweetfx.dll	170496	0x61690000	0x0002F000	0x61693738
C:\Windows\system32\d3d9.dll	1623312	0x61500000	0x00190000	0x61578400
C:\Windows\SYSTEM32\dwmapi.dll	138936	0x73820000	0x00026000	0x73826050
C:\Windows\SYSTEM32\nvapi.dll	3939624	0x66DC0000	0x003EF000	0x670A7D46
C:\Windows\System32\DriverStore\FileRepository\nvsmi.inf_amd64_d948da72bde46eee\nvumdshim.dll	507904	0x6A820000	0x00080000	0x6A865AA0
C:\Windows\System32\imagehlp.dll	95496	0x77810000	0x00019000	0x77816560
C:\Windows\SYSTEM32\CRYPTSP.dll	68192	0x736E0000	0x00013000	0x736E5D30
C:\Windows\system32\rsaenh.dll	185912	0x736A0000	0x0002F000	0x736ABB00
C:\Windows\system32\igdumd32.dll	11330576	0x60A60000	0x00A9D000	0x60F50BEF
C:\Windows\System32\DriverStore\FileRepository\nvsmi.inf_amd64_d948da72bde46eee\nvldumd.dll	790760	0x60990000	0x000C5000	0x609923E0
C:\Windows\System32\DriverStore\FileRepository\nvsmi.inf_amd64_d948da72bde46eee\nvd3dum.dll	15736160	0x5EFB0000	0x00ED8000	0x5F74AD50
C:\Windows\SYSTEM32\usp10.dll	77824	0x671F0000	0x00017000	0x00000000
C:\Windows\System32\dxdiagn.dll	457728	0x60910000	0x00075000	0x60972BC0
C:\Windows\System32\d3d11.dll	1963736	0x70670000	0x001E0000	0x706EAE40
C:\Windows\System32\d3d12.dll	83136	0x60130000	0x00018000	0x60136E80
C:\Windows\System32\WMICLNT.dll	40448	0x6A5F0000	0x0000E000	0x6A5F3D90
C:\Windows\system32\wbem\wbemprox.dll	36864	0x73490000	0x0000D000	0x73493550
C:\Windows\SYSTEM32\wbemcomn.dll	447488	0x73340000	0x00074000	0x7335E540
C:\Windows\system32\wbem\wbemsvc.dll	48640	0x73480000	0x00010000	0x734890E0
C:\Windows\system32\wbem\fastprox.dll	804352	0x73270000	0x000C9000	0x732A4390
C:\Windows\SYSTEM32\amsi.dll	60416	0x73460000	0x00012000	0x7346A0F0
C:\Windows\SYSTEM32\USERENV.dll	141008	0x755F0000	0x00025000	0x755F8890
C:\Windows\SYSTEM32\profapi.dll	89360	0x737D0000	0x00018000	0x737DA250
C:\ProgramData\Microsoft\Windows Defender\platform\4.18.2101.9-0\X86\MpOav.dll	432360	0x73200000	0x0006B000	0x73225420
C:\Windows\SYSTEM32\DEVRTL.dll	56832	0x714B0000	0x00012000	0x714B5950
C:\Windows\SYSTEM32\SPINF.dll	82432	0x608F0000	0x00017000	0x608F8BC0
C:\Windows\SYSTEM32\drvstore.dll	1044304	0x607E0000	0x00102000	0x60817240
C:\Windows\SYSTEM32\gpapi.dll	111024	0x73640000	0x0001E000	0x736495F0
C:\Windows\System32\D3D12Core.dll	1463256	0x5FE90000	0x0016D000	0x5FF8F470
C:\Windows\SYSTEM32\dxcore.dll	163216	0x6AF10000	0x0002C000	0x6AF2A570
C:\Windows\System32\DriverStore\FileRepository\nvsmi.inf_amd64_d948da72bde46eee\nvwgf2um.dll	24841952	0x5A5E0000	0x017D1000	0x5A629A00
C:\Windows\SYSTEM32\cryptnet.dll	135168	0x73610000	0x00026000	0x7361DBA0
C:\Windows\SYSTEM32\IPHLPAPI.DLL	196784	0x75310000	0x00032000	0x7531C340
C:\Windows\SYSTEM32\WINNSI.DLL	28360	0x73420000	0x00008000	0x73422220
C:\Windows\System32\NSI.dll	20144	0x76420000	0x00007000	0x76421E60
C:\Windows\SYSTEM32\D3DSCache.dll	124968	0x601F0000	0x00020000	0x60202110
C:\Windows\SYSTEM32\twinapi.appcore.dll	1634208	0x6E480000	0x0018F000	0x6E503930
C:\Windows\SYSTEM32\HID.DLL	25600	0x6F080000	0x0000A000	0x6F081BB0
C:\Windows\SYSTEM32\wdmaud.drv	215040	0x733C0000	0x0003A000	0x733CCEA0
C:\Windows\SYSTEM32\AVRT.dll	27336	0x713F0000	0x00008000	0x713F1AA0
C:\Windows\SYSTEM32\ksuser.dll	20328	0x71400000	0x00007000	0x71401EC0
C:\Windows\SYSTEM32\msacm32.drv	23552	0x71240000	0x0000A000	0x71244200
C:\Windows\SYSTEM32\MSACM32.dll	93472	0x71220000	0x00019000	0x71224420
C:\Windows\SYSTEM32\midimap.dll	18944	0x71210000	0x00008000	0x71211990
C:\Windows\System32\Windows.UI.dll	998352	0x6AFC0000	0x000F3000	0x6B01B230
C:\Windows\System32\WindowManagementAPI.dll	455680	0x6AF40000	0x00073000	0x6AF9ED80
C:\Windows\SYSTEM32\iertutil.dll	2268968	0x6F090000	0x0022B000	0x6F24A600
C:\Windows\SYSTEM32\SspiCli.dll	153400	0x73660000	0x00028000	0x7366DD40
C:\Windows\SYSTEM32\ondemandconnroutehelper.dll	56832	0x671C0000	0x00012000	0x671C4620
C:\Windows\SYSTEM32\winhttp.dll	822232	0x74210000	0x000CA000	0x7425A8B0
C:\Windows\system32\mswsock.dll	324416	0x73700000	0x00052000	0x7370A0A0
C:\Windows\SYSTEM32\DPAPI.dll	13312	0x6DE50000	0x00008000	0x6DE51DC0
Game terminated.

 

Link to comment
Share on other sites

4 minutes ago, Yilmaz04 said:

Hey I am trying to install 74 car mods and 15 weapon mods without replacing but as everyone knows, game crashes at loading screen. I guess your limit adjuster must increase these car and weapon limits but it doesn't work! I will write .log file down below. Now a music starts at same time on loading screen and a messagebox pops up that says an error occured. Game started crashing after starting adding 15 weapons.

 

@fastman92 I really want to add all TBoGT and TLAD cars also most of GTA 5 cars and all EFLC weapons. Could you help me?

 

I don't know if I installed properly. I was went into "WIN_X86" folder and than went into "plugin" folder, copied all files to GTA 4 directory and than went "GTA_IV" folder inside "WIN_X86" and copied all 3 folders inside GTA 4 directory. A messagebox showed up says "there is no ini file found a new one will be created." That means limit adjuster plugin starts properly.

 

Here is the crash log:

 

FLA does not support adding weapons for GTA IV.

Link to comment
Share on other sites

1 hour ago, fastman92 said:

FLA does not support adding weapons for GTA IV.

So can you make it support? Also same error with handling.dat occurs when I remove weapons and install more cars than original game limit. FLA support adding more cars than limit right?

Edited by Yilmaz04
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 2 Users Currently Viewing
    0 members, 0 Anonymous, 2 Guests

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.