Jump to content

fastman92 limit adjuster


fastman92

Recommended Posts

13 hours ago, Silent said:

Why does FLA not change the size of the MAIN segment when using GTA SA's compact EXE and it doesn't say a thing either via message boxes or logs?

Can you provide more details? The FLA is quite big, I need more details about it.

Link to comment
Share on other sites

What extra info do you need? SCM LIMITS -> Max size of MAIN segment is not being applied (or created in the default INI) when GTA SA compact exe is in use. Logs make it evident that nothing is being patched for that limit (unlike when using the Hoodlum EXE).

Link to comment
Share on other sites

17 minutes ago, Silent said:

What extra info do you need? SCM LIMITS -> Max size of MAIN segment is not being applied (or created in the default INI) when GTA SA compact exe is in use. Logs make it evident that nothing is being patched for that limit (unlike when using the Hoodlum EXE).

i have checked it. This is expected.

 

The functionality of SCM LIMITS, Max size of MAIN segment & Max mission size, is not implemented for GTA SA 1.0 compact EXE.

 

bool SCMlimits::ScriptSpaceLimitsCheckIfSupportedVersion(Game::eGameVersion gameVersion)
{
	return gameVersion == GAME_VERSION_GTA_SA_1_0_US_HOODLUM_WIN_X86
		|| gameVersion == GAME_VERSION_GTA_SA_2_00_ANDROID_ARM32;
}

 

This is because of differences, HOODLUM uses addresses like 0x15620C3 for these limits, while compact EXE does not. I can implement these limits for compact EXE if this will be something useful.

Edited by fastman92
Link to comment
Share on other sites

DavidReyes2250

Is it possible to set indefinite limits for some options, as well as the Open Limit Adjuster? Example:
ColModels = unlimited? -1?

Link to comment
Share on other sites

  • 2 weeks later...
On 6/20/2022 at 7:45 PM, Strs said:

in FLA

adding weapon no replace 

i have added 100 new weapons all works great but just Rocket dont work i dont know what i missed  

seems they don't work 


35    RLAUNCHER                           -1         0                          0                       4                       164  40    178  1.0            
36    RLAUNCHER_HS                        -1         1                          0                       3                       164  40    178  1.0

 

Forgot to mention here latest 6.5 FLA crashing with adding weapon no replace i copied all same data to new but act like crazy crashinfo shows that all asi files crashing even cleo i use old version i thing that is $fastman92limitAdjuster.asi size is 5.64mb i dont know where to look for version

You forgot to add this for example 

 

395    PANCOR_JACKHAMMER                   -1         0                          0                       10                      249  131   215  1.0            SPAS12
396    DAWNGUARD_CROSSBOW                  -1         1                          0                       20                      249  131   215  1.0            COUNTRYRIFLE
397    AS50_50_BMG                         -1         0                          0                       10                      249  131   215  1.0            SNIPERRIFLE
398    CEREMONIAL_DAGGER                   -1         1                          1                       1                       97   194   247  1.0            KNIFE
399    KARAMBIT_SLAUGHTER                  -1         1                          1                       1                       97   194   247  1.0            KNIFE
400    KARAMBIT_FADE                       -1         1                          1                       1                       97   194   247  1.0            KNIFE
401    COLT_COMMANDO                       75         1                          0                       60                      255  227   79   1.0            M4
402    SINONS_PMG                           -1         0                          0                       10                      249  131   215  1.0            SNIPERRIFLE

@put it under the list of weapons 

V

# additional settings for some weapons
! SET_ASSOCIATED_WEAPON NEONEBAZ ROCKET
! SET_ASSOCIATED_WEAPON STICKY_BOMB DETONATOR1
! SET_ASSOCIATED_WEAPON C4 DETONATOR2
! SET_ASSOCIATED_WEAPON SBC_CANNON MISSILE1
! SET_ASSOCIATED_WEAPON XPML21 MISSILE2
! SET_ASSOCIATED_WEAPON RGW_90_MATADOR ROCKET

 

Link to comment
Share on other sites

The Amazing Spider-Man

Hi everyone! Fastman, I found an interesting BUG in your adjuster. When I add trains on new ID's the cheat-code RIPAZHA stopped working normally. If you type RIPAZHA your car will GO CRAZY. It will immediately roll over onto a roof and jump like a mad machine lol. I think it has to do something with game limits. If we break it limits then game decides to surprise us with a random stuff like this. For example, if you add too many tuning parts then all paintjobs will be gray for some reason.

Mad car screenshot: https://imgur.com/90HRCnl
Fastman, your adjuster is legendary and I hope with my post I help you to improve it and strengthen GTA Sa renderware engine even more in order to avoid random game surprises hehe.

Link to comment
Share on other sites

7 hours ago, The Amazing Spider-Man said:

Hi everyone! Fastman, I found an interesting BUG in your adjuster. When I add trains on new ID's the cheat-code RIPAZHA stopped working normally. If you type RIPAZHA your car will GO CRAZY. It will immediately roll over onto a roof and jump like a mad machine lol. I think it has to do something with game limits. If we break it limits then game decides to surprise us with a random stuff like this. For example, if you add too many tuning parts then all paintjobs will be gray for some reason.

Mad car screenshot: https://imgur.com/90HRCnl
Fastman, your adjuster is legendary and I hope with my post I help you to improve it and strengthen GTA Sa renderware engine even more in order to avoid random game surprises hehe.

Confirmed, also happens to me when I added new weapons.

  • Like 1
Link to comment
Share on other sites

The Amazing Spider-Man
1 hour ago, KiloRyu said:

Confirmed, also happens to me when I added new weapons.

That's interesting. Let's hope that fastman can fix this :)

Link to comment
Share on other sites

DavidReyes2250
On 9/20/2022 at 10:48 AM, The Amazing Spider-Man said:

Hi everyone! Fastman, I found an interesting BUG in your adjuster. When I add trains on new ID's the cheat-code RIPAZHA stopped working normally. If you type RIPAZHA your car will GO CRAZY. It will immediately roll over onto a roof and jump like a mad machine lol. I think it has to do something with game limits. If we break it limits then game decides to surprise us with a random stuff like this. For example, if you add too many tuning parts then all paintjobs will be gray for some reason.

Mad car screenshot: https://imgur.com/90HRCnl
Fastman, your adjuster is legendary and I hope with my post I help you to improve it and strengthen GTA Sa renderware engine even more in order to avoid random game surprises hehe.

Did you put the vehicle handling lines in a text file in modloader? If so, you will have to put the handling lines in the handling.cfg file

Edited by DavidReyes2250
Link to comment
Share on other sites

DavidReyes2250

I found a problem, and that is that when firing missiles fired with heat-seeking rocket launchers, the missiles become very slow (it only happens when add new weapons)

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

The Amazing Spider-Man

Yeah. But I prefer to not edit the original gta sa files like handling.cfg. I also increased the limit of standard lines in fastman92limitadjuster.ini. Do you wanna say that the problem is new handling lines? Probably.. Thanks for the idea :)

13 hours ago, DavidReyes2250 said:

Did you put the vehicle handling lines in a text file in modloader? If so, you will have to put the handling lines in the handling.cfg file

 

Link to comment
Share on other sites

DavidReyes2250
3 hours ago, The Amazing Spider-Man said:

Yeah. But I prefer to not edit the original gta sa files like handling.cfg. I also increased the limit of standard lines in fastman92limitadjuster.ini. Do you wanna say that the problem is new handling lines? Probably.. Thanks for the idea :)

 

That is the only way to solve the problem because it happened to me too. Only load the file in modloader if you don't want to modify the original. That would be a modloader error and not the FLA.

Edited by DavidReyes2250
Link to comment
Share on other sites

The Amazing Spider-Man
1 hour ago, DavidReyes2250 said:

That is the only way to solve the problem because it happened to me too. Only load the file in modloader if you don't want to modify the original. That would be a modloader error and not the FLA.

Wow, I never realized it could be a modloader issue. Thank you!

Link to comment
Share on other sites

  • 2 weeks later...

After installing a couple of mods my game crashes. Any help?

 

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

Launch time: 2-10-2022 3:01:59 (UTC)
Launched during the night.

Solution platform: WIN_X86
FASTMAN92_LIMIT_ADJUSTER_RELEASE_DIRECTORY is not defined. Documentation files will not be written.
Game detected: GTA IV 1.0.8.0 15628696 bytes
Game uses dynamic image base? Yes
Game preferred image base: 0x400000
Game current image base: 0x500000

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

Root base directory: 
Root directory: D:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV
Initial directory: D:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV
INI filename: fastman92limitAdjuster_GTAIV.ini

Global exception handler has been registered.
---------------------------------------------
At least one ID limit is changed. ID limits will be patched.

New ID limits:
31000 - DFF / WDR / WFT / LOD / NTH models defined within IDE files
10000 - WTD texture archives
500 - MAP_PLACEMENT, IPL / WPL placement files
1700 - WAD, animation archives
2072 - RRR car recordings, carrec*.rrr files
45272 - count of all file IDs

---------------------------------------------
---------------------------------------------
Enabling handling.cfg limit adjuster.
New limits:
Number of standard lines = 170
Number of bike lines = 40
Number of flying lines = 40
Number of boat lines = 40
---------------------------------------------
Modified limit of IDE:peds section to 800
---------------------------------------------
Modified limit of IDE:weap section to 200
---------------------------------------------
---------------------------------------------
Number of memory changes made: 1262
---------------------------------------------

Game has crashed, here's a crash log:
Current process ID: 17968
Current thread ID: 16644
Last file to be loaded: D:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV\dlc\TBoGT\content\pc\data\maps\manhat\manhat11.wpl
Last library loaded: xinput1_3.dll
Exception address: 0x00B0A676 ("GTAIV.exe"+0x60A676)
Exception code: 0xC0000005 (EXCEPTION_ACCESS_VIOLATION)
Inaccessible memory address: 0xCDCDCE2E

General registers:
EAX: 0xCDCDCDCD (-842150451)
EBX: 0x00001608 (5640)
ECX: 0x00000000 (0)
EDX: 0x0B0BC570 (185320816)
ESI: 0x0BB87650 (196638288)
EDI: 0x0DA92ED0 (229191376)
EBP: 0x0215D87C (34986108)
ESP: 0x0215D800 (34985984)
EIP: 0x00B0A676 (11576950) ["GTAIV.exe"+0x60A676]
EFL: 0x00010282 (66178)

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 80
ST2: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
ST3: 16.000000 bytes: 00 00 00 00 00 00 00 80 03 40
ST4: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
ST5: 595818368.000000 bytes: 00 00 00 00 00 DE 0D 8E 1C 40
ST6: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST7: 7728.000000 bytes: 00 00 00 00 00 00 80 F1 0B 40
CTRL: 007F
STAT: 0022
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 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 DE 0D 8E
MM6: 00 00 00 00 00 00 00 00
MM7: 00 00 00 00 00 00 80 F1

XMM registers, 16 bytes:
XMM0: 00 00 48 43 00 00 00 00 00 00 00 00 00 00 00 00
XMM1: 00 00 48 43 00 00 00 00 00 00 00 00 00 00 00 00
XMM2: 00 00 48 43 00 00 00 00 00 00 00 00 00 00 00 00
XMM3: 00 00 48 43 00 00 00 00 00 00 00 00 00 00 00 00
XMM4: 00 00 48 43 00 00 00 00 00 00 00 00 00 00 00 00
XMM5: 00 00 48 43 00 00 00 00 00 00 00 00 00 00 00 00
XMM6: 00 00 48 43 00 00 00 00 00 00 00 00 00 00 00 00
XMM7: 00 00 48 43 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:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV\GTAIV.exe    15628696    0x00500000    0x018B2000    0x00DF529E
C:\Windows\SYSTEM32\ntdll.dll    1725184    0x76ED0000    0x001AA000    0x00000000
C:\Windows\System32\KERNEL32.DLL    646008    0x750B0000    0x000F0000    0x750C6330
C:\Windows\System32\KERNELBASE.dll    2466280    0x75BD0000    0x00259000    0x75D03430
C:\Windows\System32\USER32.dll    1757608    0x75FC0000    0x001AC000    0x75FDD090
C:\Windows\System32\win32u.dll    101752    0x74EB0000    0x0001A000    0x00000000
C:\Windows\System32\GDI32.dll    135856    0x75F90000    0x00023000    0x75F95180
C:\Windows\System32\gdi32full.dll    932320    0x75E90000    0x000E6000    0x75EFA4A0
C:\Windows\System32\msvcp_win.dll    495320    0x74E30000    0x0007B000    0x74E49240
C:\Windows\System32\ucrtbase.dll    1127472    0x76770000    0x00112000    0x767A1F10
C:\Windows\System32\CRYPT32.dll    1031960    0x757D0000    0x000FE000    0x7581E540
C:\Windows\System32\PSAPI.DLL    17032    0x768A0000    0x00006000    0x768A1530
C:\Windows\System32\WINTRUST.dll    333128    0x75B20000    0x00053000    0x75B37630
C:\Windows\SYSTEM32\WININET.dll    4757480    0x6B410000    0x00485000    0x6B745F10
C:\Windows\System32\msvcrt.dll    787136    0x76170000    0x000C2000    0x761A5BC0
C:\Windows\SYSTEM32\VERSION.dll    27848    0x74900000    0x00008000    0x749018A0
C:\Windows\SYSTEM32\DSOUND.dll    444416    0x61160000    0x00072000    0x61177800
C:\Windows\System32\RPCRT4.dll    768512    0x751A0000    0x000BB000    0x751DE4B0
C:\Windows\System32\advapi32.dll    502016    0x756E0000    0x0007C000    0x756F1BC0
C:\Windows\System32\sechost.dll    494824    0x758D0000    0x0007A000    0x758E99B0
D:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV\d3d9.dll    3305486    0x53B20000    0x00329000    0x53B213B0
D:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV\xlive.dll    2152448    0x51230000    0x002A2000    0x5125CBA8
C:\Windows\System32\SHLWAPI.dll    300064    0x762E0000    0x0004A000    0x762F8720
C:\Windows\System32\combase.dll    2675960    0x75260000    0x0028B000    0x753945E0
C:\Windows\System32\SHELL32.dll    6371024    0x768B0000    0x0060C000    0x76A36C40
C:\Windows\SYSTEM32\ResampleDmo.DLL    625456    0x51190000    0x00099000    0x511BD7B0
C:\Windows\System32\OLEAUT32.dll    629632    0x76240000    0x0009C000    0x76276120
C:\Windows\System32\ole32.dll    1363024    0x74CE0000    0x0014D000    0x74D0C590
C:\Windows\WinSxS\Fusion\x86_microsoft.vc80.atl_1fc8b3b9a1e18e3b_none_bcab4e08946f6004\8.0\8.0.50727.6195\ATL80.DLL    97280    0x61140000    0x0001B000    0x6114C59F
C:\Windows\System32\WS2_32.dll    407520    0x74ED0000    0x00064000    0x74EE5260
C:\Windows\SYSTEM32\vulkan-1.dll    1145608    0x611E0000    0x00119000    0x611E2500
C:\Windows\SYSTEM32\powrprof.dll    272736    0x738B0000    0x00045000    0x738B77A0
C:\Windows\SYSTEM32\WINMM.dll    185456    0x74B90000    0x00031000    0x74B98AA0
C:\Windows\SYSTEM32\WMVCore.DLL    1893456    0x50FC0000    0x001CD000    0x50FDB220
C:\Windows\SYSTEM32\winmmbase.dll    116240    0x51800000    0x0001F000    0x51814570
C:\Windows\SYSTEM32\msdmo.dll    31992    0x62070000    0x00009000    0x62073050
D:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV\binkw32.dll    183192    0x18000000    0x0003B000    0x18001D80
C:\Windows\SYSTEM32\DINPUT8.dll    174080    0x63C60000    0x00038000    0x63C68380
C:\Windows\SYSTEM32\dbghelp.dll    1739776    0x69030000    0x001C7000    0x69070240
C:\Windows\SYSTEM32\CFGMGR32.dll    237568    0x732A0000    0x0003B000    0x732AD3C0
C:\Windows\SYSTEM32\WMASF.DLL    263392    0x517B0000    0x00041000    0x517E9430
C:\Windows\SYSTEM32\dbgcore.DLL    143360    0x50F90000    0x00027000    0x50FAE4C0
C:\Windows\System32\IMM32.DLL    145640    0x75B80000    0x00025000    0x75B82AF0
C:\Windows\SYSTEM32\UMPDC.dll    50088    0x73370000    0x0000E000    0x73377900
C:\Windows\system32\dxgi.dll    827936    0x62860000    0x000CC000    0x6289BD10
C:\Windows\SYSTEM32\MSASN1.dll    51120    0x74C40000    0x0000E000    0x74C45A60
C:\Windows\SYSTEM32\windows.storage.dll    6992904    0x741C0000    0x006A2000    0x743B0100
C:\Windows\SYSTEM32\wintypes.dll    959632    0x740D0000    0x000EA000    0x7414EA00
C:\Windows\SYSTEM32\inputhost.dll    1243256    0x620F0000    0x00130000    0x621ED310
C:\Windows\SYSTEM32\CoreMessaging.dll    826392    0x61FA0000    0x000CB000    0x62034710
C:\Windows\System32\SHCORE.dll    785080    0x75610000    0x000C1000    0x75665B30
C:\Windows\System32\bcryptPrimitives.dll    407032    0x75760000    0x00064000    0x75795DE0
C:\Windows\SYSTEM32\CRYPTBASE.DLL    32088    0x74070000    0x0000B000    0x74072B10
D:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV\$fastman92limitAdjuster.asi    11256320    0x504C0000    0x00ACD000    0x505CA427
C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.22000.1_none_6ec7c6847ea94424\COMCTL32.dll    579920    0x6B900000    0x00090000    0x6B969BA0
D:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV\DllTricks.dll    33792    0x61130000    0x0000D000    0x6113147F
D:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV\MinHook.x86.dll    14848    0x517A0000    0x00007000    0x00000000
D:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV\zlib1.dll    107520    0x62E80000    0x00022000    0x62E81440
D:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV\GFWLProtectionDisabler2019.asi    79872    0x504A0000    0x00017000    0x504A1979
D:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV\GTAIV.EFLC.FusionFix.asi    246272    0x50460000    0x00040000    0x5046D711
D:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV\IV.EFLC.ColAccel.asi    119808    0x50430000    0x00022000    0x50436849
D:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV\SimpleTrafficLoader.asi    397824    0x503C0000    0x00065000    0x503DFFAB
D:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV\SteamAchievements.asi    107008    0x503A0000    0x0001F000    0x503A4567
D:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV\steam_api.dll    261072    0x50350000    0x00041000    0x5035C789
D:\SteamLibrary\steamapps\common\Grand Theft Auto IV\GTAIV\ZolikaPatch.asi    1380352    0x50090000    0x0020D000    0x500CA046
C:\Windows\SYSTEM32\MSWSOCK.dll    318800    0x73E90000    0x00050000    0x73E9AF50
C:\Windows\SYSTEM32\bcrypt.dll    97584    0x74050000    0x00019000    0x74059620
C:\Windows\system32\uxtheme.dll    514560    0x6A1C0000    0x00082000    0x6A2005C0
C:\Windows\System32\MSCTF.dll    886304    0x75950000    0x000DA000    0x759A0620
C:\Windows\SYSTEM32\kernel.appcore.dll    68160    0x74BF0000    0x00012000    0x74BF4620
C:\Windows\SYSTEM32\textinputframework.dll    916792    0x558D0000    0x000E1000    0x55918E50
C:\Windows\SYSTEM32\TextShaping.dll    617648    0x617F0000    0x00096000    0x61880690
C:\Windows\SYSTEM32\CoreUIComponents.dll    2708560    0x55240000    0x00293000    0x552A9940
C:\Windows\system32\WER.dll    724152    0x77F40000    0x000B4000    0x77FD4770
C:\Windows\System32\clbcatq.dll    540216    0x74C50000    0x00086000    0x74CC3800
C:\Windows\System32\MMDevApi.dll    492216    0x502D0000    0x0007B000    0x502F9280
C:\Windows\System32\DEVOBJ.dll    141000    0x72A20000    0x00024000    0x72A2A020
C:\Windows\SYSTEM32\AUDIOSES.DLL    1557800    0x7C910000    0x0017D000    0x7C95F560
C:\Windows\SYSTEM32\resourcepolicyclient.dll    56792    0x51790000    0x00010000    0x51795380
C:\Windows\System32\imagehlp.dll    99112    0x75BB0000    0x0001A000    0x75BB6B60
C:\Windows\SYSTEM32\CRYPTSP.dll    69232    0x740B0000    0x00013000    0x740B5E40
C:\Windows\system32\rsaenh.dll    186960    0x74080000    0x0002F000    0x7408CF90
C:\Windows\SYSTEM32\gpapi.dll    114128    0x74030000    0x0001F000    0x74039960
C:\Windows\System32\cryptnet.dll    147752    0x74000000    0x00027000    0x7400E0F0
C:\Windows\SYSTEM32\profapi.dll    89368    0x74980000    0x00018000    0x74989970
C:\Windows\SYSTEM32\IPHLPAPI.DLL    137400    0x73FD0000    0x00024000    0x73FD8690
C:\Windows\SYSTEM32\WINNSI.DLL    29968    0x73FC0000    0x0000A000    0x73FC2350
C:\Windows\System32\NSI.dll    20672    0x75F80000    0x00007000    0x75F81FF0
C:\Windows\SYSTEM32\dxcore.dll    173568    0x69200000    0x0002E000    0x6921BD80
C:\Windows\SYSTEM32\directxdatabasehelper.dll    221056    0x68D10000    0x00038000    0x68D3CD00
C:\Windows\SYSTEM32\ntmarta.dll    155464    0x74C10000    0x00029000    0x74C18180
C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_70cfb45e19c20af4\nvoglv32.dll    36308472    0x51820000    0x022F8000    0x52703B83
C:\Windows\System32\SETUPAPI.dll    4468256    0x76330000    0x0043B000    0x7635E130
C:\Windows\SYSTEM32\WTSAPI32.dll    53712    0x73900000    0x0000F000    0x73902D10
C:\Windows\SYSTEM32\drvstore.dll    1059344    0x69230000    0x00104000    0x69266B20
C:\Windows\SYSTEM32\wldp.dll    236568    0x6D190000    0x0003B000    0x6D19C700
C:\Windows\SYSTEM32\rometadata.dll    171408    0x62280000    0x0002A000    0x622A00C0
C:\Program Files (x86)\RivaTuner Statistics Server\Vulkan\RTSSVkLayer32.dll    37944    0x502C0000    0x0000A000    0x502C4DAF
C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9635_none_508ff82ebcbafee0\MSVCP90.dll    572816    0x7CB40000    0x0008E000    0x7CB79DC7
C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9635_none_508ff82ebcbafee0\MSVCR90.dll    656272    0x7CA90000    0x000A3000    0x7CAB2D40
C:\Windows\system32\nvspcap.dll    2220072    0x559E0000    0x00227000    0x559E6B04
C:\Windows\SYSTEM32\dwmapi.dll    138424    0x68D50000    0x00027000    0x68D55AC0
C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_70cfb45e19c20af4\NvCamera\NvCameraAllowlisting32.dll    562176    0x51700000    0x00088000    0x51735720
C:\Windows\System32\DispBroker.dll    327680    0x516A0000    0x00054000    0x516E28A0
C:\Windows\SYSTEM32\nvapi.dll    6367384    0x69340000    0x00637000    0x6970BA24
C:\Windows\SYSTEM32\opengl32.dll    781824    0x515C0000    0x000E0000    0x51673920
C:\Windows\SYSTEM32\GLU32.dll    253952    0x61F50000    0x00041000    0x61F84BC0
C:\Windows\System32\AppXDeploymentClient.dll    902832    0x514E0000    0x000DD000    0x5151CB20
C:\Windows\SYSTEM32\urlmon.dll    1660416    0x6BCF0000    0x001A3000    0x6BD6D610
C:\Windows\System32\iertutil.dll    2284544    0x6BA90000    0x00230000    0x6BC4ED90
C:\Windows\System32\srvcli.dll    79528    0x6BCD0000    0x0001D000    0x6BCD4E40
C:\Windows\System32\netutils.dll    39256    0x6BCC0000    0x0000B000    0x6BCC2E40
C:\Windows\SYSTEM32\WINSTA.dll    298024    0x6BF10000    0x0004D000    0x6BF29300
C:\Windows\SYSTEM32\HID.DLL    27648    0x739A0000    0x0000B000    0x739A1C60
C:\Windows\SYSTEM32\xinput1_3.dll    81768    0x00400000    0x00016000    0x0040801F
C:\Windows\SYSTEM32\wdmaud.drv    219648    0x77EC0000    0x0003B000    0x77ECECE0
C:\Windows\SYSTEM32\AVRT.dll    29944    0x733D0000    0x00009000    0x733D1CD0
C:\Windows\SYSTEM32\ksuser.dll    22696    0x50070000    0x00007000    0x50072230
C:\Windows\SYSTEM32\msacm32.drv    26624    0x50060000    0x0000B000    0x500645C0
C:\Windows\SYSTEM32\MSACM32.dll    98136    0x620D0000    0x0001A000    0x620D48E0
C:\Windows\SYSTEM32\midimap.dll    21504    0x7C900000    0x00008000    0x7C901D00
C:\Windows\System32\Windows.UI.dll    1275688    0x77820000    0x00135000    0x7788B520
C:\Windows\SYSTEM32\SspiCli.dll    141536    0x73D90000    0x00025000    0x73DA0860
C:\Windows\SYSTEM32\ondemandconnroutehelper.dll    59904    0x6B3F0000    0x00013000    0x6B3F4430
C:\Windows\SYSTEM32\winhttp.dll    865160    0x73EE0000    0x000D5000    0x73F32750
C:\Windows\SYSTEM32\DPAPI.dll    13312    0x733B0000    0x00008000    0x733B1E60
Game terminated.

Link to comment
Share on other sites

  • 4 weeks later...
wwwwandrarijaz

could anyone elp me

enex limit increasing doesnt work i think 

i have manyy mods which add red markers and door markers

so they dont render.

 

i tried increasing the limit in the limit adjuster but they continue to not show up

Link to comment
Share on other sites

After installing these mods:

*actual complete edition

*liberty rush
*icenhancer

*simple traffic loader
*potential grim
*responsive plus

*improved animations pack
*recoilfix
*realrecoil

*laser & flashlight
*gunsounds

*bullet impact euphoria
 

the crash happened. Someone please help. Thank you in advance

 

 

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

Launch time: 26-10-2022 8:18:58 (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 IV 1.0.7.0 15505792 bytes
Game uses dynamic image base? Yes
Game preferred image base: 0x400000
Game current image base: 0xF20000

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

Root base directory: 
Root directory: D:\Games\Grand Theft Auto IV - The Complete Edition
Initial directory: D:\Games\Grand Theft Auto IV - The Complete Edition
INI filename: fastman92limitAdjuster_GTAIV.ini

Global exception handler has been registered.
---------------------------------------------
At least one ID limit is changed. ID limits will be patched.

New ID limits:
31000 - DFF / WDR / WFT / LOD / NTH models defined within IDE files
10000 - WTD texture archives
500 - MAP_PLACEMENT, IPL / WPL placement files
1700 - WAD, animation archives
2072 - RRR car recordings, carrec*.rrr files
45272 - count of all file IDs

---------------------------------------------
---------------------------------------------
Enabling handling.cfg limit adjuster.
New limits:
Number of standard lines = 170
Number of bike lines = 40
Number of flying lines = 40
Number of boat lines = 40
---------------------------------------------
Modified limit of IDE:peds section to 800
---------------------------------------------
Modified limit of IDE:weap section to 200
---------------------------------------------
---------------------------------------------
Number of memory changes made: 1260
---------------------------------------------

Game has crashed, here's a crash log:
Current process ID: 14036
Current thread ID: 5188
Last file to be loaded: pc\models\cdimages\playerped.rpf
Last library loaded: d3d9.dll
Exception address: 0x014F4620 ("GTAIV.exe"+0x5D4620)
Exception code: 0xC0000005 (EXCEPTION_ACCESS_VIOLATION)
Inaccessible memory address: 0x61E74D88

General registers:
EAX: 0x61E74C98 (1642548376)
EBX: 0x00006CFE (27902)
ECX: 0x13ECE4F0 (334292208)
EDX: 0x0189CD04 (25808132)
ESI: 0x11AB7620 (296449568)
EDI: 0x11AB7830 (296450096)
EBP: 0x13ECE4F0 (334292208)
ESP: 0x0287EE50 (42462800)
EIP: 0x014F4620 (21972512) ["GTAIV.exe"+0x5D4620]
EFL: 0x00210202 (2163202)

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: 19.000000 bytes: 00 00 00 00 00 00 00 98 03 40
ST2: 16.633581 bytes: 00 00 00 00 00 93 11 85 03 40
ST3: -506.287964 bytes: 00 00 00 00 00 DC 24 FD 07 C0
ST4: 389.414642 bytes: 00 00 00 00 00 13 B5 C2 07 40
ST5: 1314.572266 bytes: 00 00 00 00 00 50 52 A4 09 40
ST6: 1.100000 bytes: 00 00 00 00 00 CD CC 8C FF 3F
ST7: 0.000000 bytes: 00 00 00 00 00 B9 AA CA 82 3F
CTRL: 007F
STAT: 0127
TAGS: FFFF

MMX registers, 8 bytes:
MM0: 00 00 00 00 00 FE FC FC
MM1: 00 00 00 00 00 00 00 98
MM2: 00 00 00 00 00 93 11 85
MM3: 00 00 00 00 00 DC 24 FD
MM4: 00 00 00 00 00 13 B5 C2
MM5: 00 00 00 00 00 50 52 A4
MM6: 00 00 00 00 00 CD CC 8C
MM7: 00 00 00 00 00 B9 AA CA

XMM registers, 16 bytes:
XMM0: 00 00 00 3F 00 00 00 00 00 00 00 00 00 00 00 00
XMM1: 00 00 00 3F 00 00 00 00 00 00 00 00 00 00 00 00
XMM2: 00 00 00 3F 00 00 00 00 00 00 00 00 00 00 00 00
XMM3: 00 00 00 3F 00 00 00 00 00 00 00 00 00 00 00 00
XMM4: 00 00 00 3F 00 00 00 00 00 00 00 00 00 00 00 00
XMM5: 00 00 00 3F 00 00 00 00 00 00 00 00 00 00 00 00
XMM6: 00 00 00 3F 00 00 00 00 00 00 00 00 00 00 00 00
XMM7: 00 00 00 3F 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:\Games\Grand Theft Auto IV - The Complete Edition\GTAIV.exe    15505792    0x00F20000    0x01851000    0x0182D011
C:\WINDOWS\SYSTEM32\ntdll.dll    1700392    0x77980000    0x001A4000    0x00000000
C:\WINDOWS\System32\KERNEL32.DLL    637712    0x77140000    0x000F0000    0x7715F640
C:\WINDOWS\System32\KERNELBASE.dll    2213200    0x76210000    0x0021C000    0x763288D0
C:\WINDOWS\SYSTEM32\apphelp.dll    643072    0x757A0000    0x000A0000    0x757D8930
C:\WINDOWS\System32\USER32.dll    1685344    0x76E60000    0x0019D000    0x76E9D2E0
C:\WINDOWS\System32\win32u.dll    94040    0x76AD0000    0x00018000    0x00000000
C:\WINDOWS\System32\GDI32.dll    139432    0x77340000    0x00023000    0x773474B0
C:\WINDOWS\System32\gdi32full.dll    907032    0x77890000    0x000E0000    0x778F0BB0
C:\WINDOWS\System32\msvcp_win.dll    495840    0x75B80000    0x0007B000    0x75B97800
C:\WINDOWS\System32\ucrtbase.dll    1181208    0x776C0000    0x00120000    0x776EBA30
C:\WINDOWS\System32\PSAPI.DLL    17016    0x77290000    0x00006000    0x772914D0
C:\WINDOWS\System32\CRYPT32.dll    1014368    0x76110000    0x000FA000    0x76165070
C:\WINDOWS\System32\WINTRUST.dll    321224    0x75A20000    0x0004E000    0x75A365A0
D:\Games\Grand Theft Auto IV - The Complete Edition\binkw32.dll    182152    0x18000000    0x0003B000    0x18001D80
C:\WINDOWS\SYSTEM32\WININET.dll    4517888    0x72210000    0x00457000    0x725424D0
C:\WINDOWS\System32\msvcrt.dll    775256    0x75A70000    0x000BF000    0x75AA5AC0
C:\WINDOWS\System32\RPCRT4.dll    776824    0x77400000    0x000BE000    0x7743BF30
C:\WINDOWS\System32\advapi32.dll    496392    0x772C0000    0x0007B000    0x772D21F0
C:\WINDOWS\SYSTEM32\WINMM.dll    149272    0x74160000    0x00028000    0x741655B0
C:\WINDOWS\System32\sechost.dll    477808    0x76A50000    0x00076000    0x76A70D20
C:\WINDOWS\System32\WS2_32.dll    397728    0x75C00000    0x00063000    0x75C04B40
C:\WINDOWS\System32\SHLWAPI.dll    276840    0x75C70000    0x00045000    0x75C87890
D:\Games\Grand Theft Auto IV - The Complete Edition\xlive.dll    2152448    0x62FC0000    0x002A2000    0x62FECBA8
D:\Games\Grand Theft Auto IV - The Complete Edition\d3d9.dll    770048    0x10000000    0x001C8000    0x101C6CA0
C:\WINDOWS\System32\SHELL32.dll    6013104    0x76430000    0x005B5000    0x765ABF00
D:\Games\Grand Theft Auto IV - The Complete Edition\DINPUT8.dll    40960    0x6E290000    0x0000E000    0x6E296531
C:\WINDOWS\System32\ole32.dll    926560    0x76D70000    0x000E3000    0x76D9C8F0
D:\Games\Grand Theft Auto IV - The Complete Edition\DSOUND.dll    2160128    0x62D10000    0x002A5000    0x62D3D18D
C:\WINDOWS\System32\combase.dll    2633072    0x76AF0000    0x00280000    0x76C2BBC0
C:\WINDOWS\System32\OLEAUT32.dll    606888    0x75980000    0x00096000    0x759B5CD0
C:\WINDOWS\SYSTEM32\VERSION.dll    27320    0x754B0000    0x00008000    0x754B1800
C:\WINDOWS\SYSTEM32\d3dx9_43.dll    1998168    0x63270000    0x001FF000    0x6342EC0D
C:\WINDOWS\SYSTEM32\POWRPROF.dll    268080    0x69210000    0x00044000    0x69216ED0
C:\WINDOWS\SYSTEM32\WMVCore.DLL    2138288    0x63F40000    0x0020D000    0x63F7DA40
C:\WINDOWS\SYSTEM32\dbghelp.dll    1494016    0x686E0000    0x00188000    0x68718B70
C:\WINDOWS\SYSTEM32\MSVCP140.dll    439208    0x695C0000    0x0006D000    0x695FC9E0
C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll    79792    0x6D7E0000    0x00015000    0x6D7EEE10
C:\WINDOWS\WinSxS\x86_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d1cb102c435421de\ATL80.DLL    97280    0x6D7C0000    0x0001B000    0x6D7CC59F
C:\WINDOWS\SYSTEM32\WMASF.DLL    247344    0x65970000    0x0003D000    0x659A5DC0
C:\WINDOWS\SYSTEM32\mfperfhelper.dll    1075528    0x63E30000    0x00106000    0x63F1C3B0
C:\WINDOWS\SYSTEM32\dbgcore.DLL    138752    0x686B0000    0x00026000    0x686CD3B0
C:\WINDOWS\System32\IMM32.DLL    143056    0x77000000    0x00025000    0x77004410
C:\WINDOWS\SYSTEM32\MSASN1.dll    50616    0x718E0000    0x0000E000    0x718E5690
C:\WINDOWS\SYSTEM32\windows.storage.dll    6368416    0x74BA0000    0x0060A000    0x74D79A30
C:\WINDOWS\SYSTEM32\Wldp.dll    154952    0x74B70000    0x00027000    0x74B78C80
C:\WINDOWS\System32\SHCORE.dll    545984    0x77370000    0x00087000    0x773B2480
C:\WINDOWS\system32\DSOUND.dll    493056    0x646A0000    0x0007F000    0x646CF300
C:\WINDOWS\SYSTEM32\winmmbase.dll    110720    0x67260000    0x0001D000    0x67273850
C:\WINDOWS\SYSTEM32\UMPDC.dll    47472    0x6A680000    0x0000D000    0x6A687560
D:\Games\Grand Theft Auto IV - The Complete Edition\$fastman92limitAdjuster.asi    11256320    0x60E20000    0x00ACD000    0x60F2A427
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.1110_none_c0da534e38c01f4d\COMCTL32.dll    568144    0x73C90000    0x0008D000    0x73CF7340
D:\Games\Grand Theft Auto IV - The Complete Edition\DllTricks.dll    33792    0x6D7B0000    0x0000D000    0x6D7B147F
D:\Games\Grand Theft Auto IV - The Complete Edition\MinHook.x86.dll    14848    0x6D5C0000    0x00007000    0x00000000
D:\Games\Grand Theft Auto IV - The Complete Edition\zlib1.dll    107520    0x047B0000    0x00022000    0x047B1440
D:\Games\Grand Theft Auto IV - The Complete Edition\CarjackProject.asi    416768    0x64820000    0x00069000    0x6483EED8
D:\Games\Grand Theft Auto IV - The Complete Edition\GFWLProtectionDisabler2019.asi    79872    0x6D5A0000    0x00017000    0x6D5A1979
D:\Games\Grand Theft Auto IV - The Complete Edition\ScenariosMod.asi    344064    0x6B0D0000    0x0005B000    0x6B0EF09F
D:\Games\Grand Theft Auto IV - The Complete Edition\ScriptHookDotNet.asi    649216    0x64770000    0x000A3000    0x647ADAE6
C:\WINDOWS\SYSTEM32\MSVCR100.dll    773968    0x62C50000    0x000BF000    0x62C61DFC
C:\WINDOWS\SYSTEM32\d3dx9_37.dll    3786760    0x62890000    0x003B7000    0x62BE8441
C:\WINDOWS\SYSTEM32\mscoree.dll    314880    0x74190000    0x00052000    0x741BF100
D:\Games\Grand Theft Auto IV - The Complete Edition\ScriptHook.dll    339968    0x62810000    0x0007B000    0x628331F9
D:\Games\Grand Theft Auto IV - The Complete Edition\ScriptHookHook.dll    125440    0x64740000    0x00022000    0x647429AE
C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll    581920    0x73C00000    0x0008D000    0x73C12870
C:\WINDOWS\SYSTEM32\kernel.appcore.dll    52672    0x74B40000    0x0000F000    0x74B447E0
D:\Games\Grand Theft Auto IV - The Complete Edition\shotstuff.asi    7168    0x695B0000    0x00006000    0x695B13B7
C:\WINDOWS\SYSTEM32\MSVCR120.dll    971072    0x62720000    0x000EE000    0x627313F4
C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll    8658344    0x727E0000    0x00848000    0x72803050
C:\WINDOWS\SYSTEM32\VCRUNTIME140_CLR0400.dll    83768    0x71A80000    0x00014000    0x71A8AC00
C:\WINDOWS\SYSTEM32\ucrtbase_clr0400.dll    702400    0x719D0000    0x000AB000    0x71A65F20
D:\Games\Grand Theft Auto IV - The Complete Edition\SteamAchievements.asi    107008    0x64720000    0x0001F000    0x64724567
D:\Games\Grand Theft Auto IV - The Complete Edition\steam_api.dll    261072    0x626D0000    0x00041000    0x626DC789
D:\Games\Grand Theft Auto IV - The Complete Edition\ZMenuIV.asi    2801664    0x60A90000    0x00389000    0x60BF95BE
C:\WINDOWS\SYSTEM32\XINPUT1_3.dll    81768    0x00400000    0x00016000    0x0040801F
D:\Games\Grand Theft Auto IV - The Complete Edition\bass.dll    129828    0x62680000    0x0004B000    0x626CA004
C:\WINDOWS\System32\SETUPAPI.dll    4456888    0x75CC0000    0x00439000    0x75CEF790
C:\WINDOWS\SYSTEM32\MSACM32.dll    93472    0x67280000    0x00019000    0x67284420
C:\WINDOWS\System32\cfgmgr32.dll    237568    0x75B30000    0x0003B000    0x75B3D450
C:\WINDOWS\System32\bcrypt.dll    96032    0x772A0000    0x00019000    0x772A93E0
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\mscorlib\a403a0b75e95c07da2caa7f780446a62\mscorlib.ni.dll    21039432    0x704C0000    0x0140E000    0x00000000
D:\Games\Grand Theft Auto IV - The Complete Edition\ZolikaPatch.asi    1380352    0x60880000    0x0020D000    0x608BA046
C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL    31528    0x74270000    0x0000A000    0x74272A60
C:\WINDOWS\System32\bcryptPrimitives.dll    383264    0x769F0000    0x0005F000    0x76A236C0
C:\WINDOWS\SYSTEM32\MSWSOCK.dll    324416    0x74430000    0x00052000    0x7443A0A0
C:\Windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll    555944    0x70360000    0x0008A000    0x70361150
D:\Games\Grand Theft Auto IV - The Complete Edition\scripts\SimpleTrafficLoader.asi    397824    0x607A0000    0x00065000    0x607BFFAB
D:\Games\Grand Theft Auto IV - The Complete Edition\plugins\GTAIV.EFLC.FusionFix.asi    246272    0x625A0000    0x00040000    0x625AD711
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System\920e3d1d70447c3c10e69e6df0766568\System.ni.dll    10827776    0x09C30000    0x00A56000    0x00000000
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Drawing\fe4f7fb577b398b290c2d5d25fed0ad8\System.Drawing.ni.dll    1703424    0x6A4A0000    0x001A3000    0x00000000
C:\WINDOWS\assembly\NativeImages_v4.0.30319_32\System.Windows.Forms\5baeaccb7b8d1c2cd85f94190f91e229\System.Windows.Forms.ni.dll    15115776    0x69630000    0x00E6C000    0x00000000
C:\WINDOWS\system32\WER.dll    701424    0x606F0000    0x000AE000    0x6077F690
C:\WINDOWS\System32\clbcatq.dll    526288    0x77630000    0x00083000    0x776A05F0
C:\WINDOWS\System32\MMDevApi.dll    422544    0x65C00000    0x0006B000    0x65C25ED0
C:\WINDOWS\System32\DEVOBJ.dll    139976    0x65D50000    0x00024000    0x65D59990
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL    1259320    0x65AC0000    0x00136000    0x65B03070
C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll    52664    0x63D50000    0x0000F000    0x63D542F0
C:\WINDOWS\System32\imagehlp.dll    95496    0x77090000    0x00019000    0x77096560
C:\WINDOWS\SYSTEM32\CRYPTSP.dll    68192    0x6F7B0000    0x00013000    0x6F7B5D30
C:\WINDOWS\system32\rsaenh.dll    184888    0x6F780000    0x0002F000    0x6F78CB30
C:\WINDOWS\SYSTEM32\gpapi.dll    111024    0x6F6B0000    0x0001E000    0x6F6B95F0
C:\Windows\System32\cryptnet.dll    145144    0x6F680000    0x00026000    0x6F68DBA0
C:\WINDOWS\SYSTEM32\profapi.dll    89360    0x74B50000    0x00018000    0x74B5A250
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL    196784    0x75470000    0x00032000    0x7547C340
C:\WINDOWS\SYSTEM32\WINNSI.DLL    28360    0x6DDE0000    0x00008000    0x6DDE2220
C:\WINDOWS\System32\NSI.dll    20144    0x76100000    0x00007000    0x76101E60
C:\WINDOWS\SYSTEM32\WINHTTP.dll    831032    0x72710000    0x000CB000    0x7275F4F0
C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL    61440    0x6F7E0000    0x00014000    0x6F7E2F20
C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL    73728    0x73B30000    0x00016000    0x73B342F0
C:\WINDOWS\SYSTEM32\webio.dll    456704    0x62600000    0x00074000    0x626304C0
C:\WINDOWS\SYSTEM32\SspiCli.dll    125056    0x74280000    0x00021000    0x7428CBC0
C:\WINDOWS\SYSTEM32\DNSAPI.dll    583144    0x72180000    0x00090000    0x72192FD0
C:\Windows\System32\rasadhlp.dll    12800    0x6F7D0000    0x00008000    0x6F7D1960
C:\WINDOWS\System32\fwpuclnt.dll    347648    0x6E040000    0x00059000    0x6E0594A0
C:\WINDOWS\system32\uxtheme.dll    454656    0x71AA0000    0x00074000    0x71AD7310
C:\WINDOWS\System32\MSCTF.dll    862528    0x758A0000    0x000D4000    0x758EDBB0
C:\WINDOWS\SYSTEM32\textinputframework.dll    754104    0x678D0000    0x000B9000    0x679106A0
C:\WINDOWS\System32\CoreMessaging.dll    630592    0x67830000    0x0009B000    0x67890F00
C:\WINDOWS\System32\CoreUIComponents.dll    2621720    0x673C0000    0x0027E000    0x6741E960
C:\WINDOWS\SYSTEM32\wintypes.dll    897112    0x65C70000    0x000DB000    0x65CE8560
C:\WINDOWS\SYSTEM32\ntmarta.dll    152904    0x74B10000    0x00029000    0x74B17E90
C:\WINDOWS\SYSTEM32\TextShaping.dll    611960    0x68C30000    0x00094000    0x68CBF2B0
D:\Games\Grand Theft Auto IV - The Complete Edition\dax.dll    184320    0x6D820000    0x00032000    0x6D82EE98
C:\WINDOWS\system32\d3d9.dll    1621264    0x6A690000    0x0018F000    0x6A708D40
C:\WINDOWS\SYSTEM32\dwmapi.dll    138936    0x719A0000    0x00026000    0x719A6050
C:\WINDOWS\System32\DriverStore\FileRepository\u0379774.inf_amd64_6708f07e8af3f5cf\B379425\aticfx32.dll    1515232    0x69260000    0x00167000    0x69328136
C:\WINDOWS\System32\DriverStore\FileRepository\u0379774.inf_amd64_6708f07e8af3f5cf\B379425\atiu9pag.dll    185176    0x6E2B0000    0x0002A000    0x6E2BF6DC
C:\WINDOWS\System32\DriverStore\FileRepository\u0379774.inf_amd64_6708f07e8af3f5cf\B379425\atiumdag.dll    11367416    0x67BF0000    0x00ABD000    0x67C066C0
C:\WINDOWS\System32\DriverStore\FileRepository\u0379774.inf_amd64_6708f07e8af3f5cf\B379425\atiumdva.dll    14732376    0x64940000    0x00E34000    0x649E4F90
C:\WINDOWS\SYSTEM32\amdihk32.dll    184048    0x6A650000    0x00028000    0x6A656C09
C:\WINDOWS\SYSTEM32\dxgi.dll    785064    0x67B20000    0x000C2000    0x67B54180
C:\WINDOWS\SYSTEM32\dxcore.dll    163216    0x68870000    0x0002C000    0x6888A570
C:\WINDOWS\SYSTEM32\usp10.dll    77824    0x6D800000    0x00017000    0x00000000
C:\Windows\System32\dxdiagn.dll    459264    0x60670000    0x00075000    0x606D2D80
C:\Windows\System32\WMICLNT.dll    40448    0x659C0000    0x0000E000    0x659C3D90
C:\Windows\System32\d3d11.dll    1964760    0x688A0000    0x001E0000    0x6891B4F0
C:\Windows\System32\d3d12.dll    83128    0x625E0000    0x00018000    0x625E6E80
C:\WINDOWS\system32\wbem\wbemprox.dll    36864    0x71960000    0x0000D000    0x71963550
C:\WINDOWS\SYSTEM32\wbemcomn.dll    434688    0x718F0000    0x00070000    0x7190D1B0
C:\WINDOWS\system32\wbem\wbemsvc.dll    48640    0x718D0000    0x00010000    0x718D90E0
C:\WINDOWS\system32\wbem\fastprox.dll    804352    0x703F0000    0x000C9000    0x70424390
C:\WINDOWS\SYSTEM32\amsi.dll    78336    0x6E3C0000    0x00018000    0x6E3CDB30
C:\WINDOWS\SYSTEM32\USERENV.dll    141008    0x741F0000    0x00025000    0x741F8890
C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2210.4-0\X86\MpOav.dll    434936    0x60810000    0x0006C000    0x60835740
C:\WINDOWS\SYSTEM32\DEVRTL.dll    56832    0x60650000    0x00012000    0x60655950
C:\WINDOWS\SYSTEM32\SPINF.dll    82432    0x60630000    0x00017000    0x60638BC0
C:\WINDOWS\SYSTEM32\drvstore.dll    1039192    0x60530000    0x00100000    0x605662A0
C:\Windows\System32\D3D12Core.dll    1463272    0x60170000    0x0016D000    0x6026F460
C:\WINDOWS\SYSTEM32\D3DSCache.dll    124968    0x60510000    0x00020000    0x60522110
C:\WINDOWS\SYSTEM32\twinapi.appcore.dll    1635248    0x67990000    0x0018F000    0x67A139D0
C:\WINDOWS\system32\dinput8.dll    171008    0x604D0000    0x00037000    0x604D7F90
C:\WINDOWS\SYSTEM32\inputhost.dll    968952    0x602E0000    0x000ED000    0x603A5ED0
C:\WINDOWS\SYSTEM32\PROPSYS.dll    792832    0x65890000    0x000C2000    0x658F0B90
C:\WINDOWS\SYSTEM32\HID.DLL    25600    0x659B0000    0x0000A000    0x659B1BB0
C:\WINDOWS\SYSTEM32\wdmaud.drv    215040    0x64290000    0x0003A000    0x6429CEA0
C:\WINDOWS\SYSTEM32\AVRT.dll    27336    0x67250000    0x00008000    0x67251AA0
C:\WINDOWS\SYSTEM32\ksuser.dll    20328    0x65960000    0x00007000    0x65961EC0
C:\WINDOWS\SYSTEM32\msacm32.drv    23552    0x64930000    0x0000A000    0x64934200
C:\WINDOWS\SYSTEM32\midimap.dll    18944    0x63D60000    0x00008000    0x63D61990
C:\Windows\System32\Windows.UI.dll    998352    0x5F9B0000    0x000F3000    0x5FA0B230
C:\Windows\System32\WindowManagementAPI.dll    468440    0x5F930000    0x00073000    0x5F98ED80
C:\WINDOWS\SYSTEM32\iertutil.dll    2273656    0x6DE10000    0x0022D000    0x6DFCB740
C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll    56832    0x6DDF0000    0x00012000    0x6DDF4620
C:\WINDOWS\SYSTEM32\DPAPI.dll    13312    0x751B0000    0x00008000    0x751B1DC0
C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2210.4-0\X86\MPCLIENT.DLL    921336    0x603E0000    0x000E3000    0x60489A90
Game terminated.

Link to comment
Share on other sites

Help me please. I created many types for trains, and when entering the game and leaving Carl's house, it crashes after 1-10 seconds. Works with 16 types. What could be the matter, logs below.

 

Starting fastman92 limit adjuster 6.5, compilation time: May 14 2022 15:55:55 (UTC)
Website: http://fastman92.com

Launch time: 27-10-2022 13:24:13 (UTC), 16:24 (local)
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: 70
Delayed processing of limits? No

Root base directory: 
Root directory: F:\Games\GTASA
Initial directory: F:\Games\GTASA
INI filename: fastman92limitAdjuster_GTASA.ini

Global exception handler has been registered.
---------------------------------------------
Modified count of killable model IDs: 1700
---------------------------------------------
Modified limit of DYNAMIC LIMITS: Vehicles to: 256
---------------------------------------------
Streaming memory available limit set to 0 bytes (0 MB)
---------------------------------------------
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.
---------------------------------------------
---------------------------------------------
Train type carriages loader is enabled. ms_numberOfTypeIDs = 25, ms_maxNumberOfVehiclesForType = 15.
---------------------------------------------
Number of memory changes made: 67
---------------------------------------------

Game has crashed, here's a crash log:
Current process ID: 7220
Current thread ID: 8972
Last file to be loaded: AUDIO\STREAMS\AMBIENCE
Last library loaded: NOT SET
Exception address: 0x004C9691 ("gta_sa.exe"+0xC9691)
Exception code: 0xC0000005 (EXCEPTION_ACCESS_VIOLATION)
Inaccessible memory address: 0x30C

General registers:
EAX: 0x00000000 (0)
EBX: 0x03CDAA0C (63810060)
ECX: 0x03CDAA0C (63810060)
EDX: 0x00872370 (8856432)
ESI: 0x03CDAA0C (63810060)
EDI: 0x00000000 (0)
EBP: 0x03CDAA0C (63810060)
ESP: 0x0028FA60 (2685536)
EIP: 0x004C9691 (5019281) ["gta_sa.exe"+0xC9691]
EFL: 0x00210246 (2163270)

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

FPU registers:
ST0: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
ST1: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
ST2: 277.970551 bytes: 00 00 00 00 00 3B FC 8A 07 40
ST3: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST4: 71628.500000 bytes: 00 00 00 00 00 40 E6 8B 0F 40
ST5: 3676.193115 bytes: 00 00 00 00 00 17 C3 E5 0A 40
ST6: -9.750000 bytes: 00 00 00 00 00 00 00 9C 02 C0
ST7: 6.000000 bytes: 00 00 00 00 00 00 00 C0 01 40
CTRL: 007F
STAT: 0024
TAGS: FFFF

MMX registers, 8 bytes:
MM0: 00 00 00 00 00 00 00 80
MM1: 00 00 00 00 00 00 00 80
MM2: 00 00 00 00 00 3B FC 8A
MM3: 00 00 00 00 00 00 00 00
MM4: 00 00 00 00 00 40 E6 8B
MM5: 00 00 00 00 00 17 C3 E5
MM6: 00 00 00 00 00 00 00 9C
MM7: 00 00 00 00 00 00 00 C0

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 0x28FA60):
+0x000  1B 03 00 00  68 5E A7 09  68 5E A7 09  51 37 53 00
+0x010  6E 3D 53 00  00 00 00 00  68 5E A7 09  F6 2A 53 00
+0x020  68 5E A7 09  4E 6A 6D 00  1B 03 00 00  D0 64 A7 09
+0x030  68 5E A7 09  BB 60 6F 00  1B 03 00 00  00 00 00 00
+0x040  F0 F3 71 01  00 00 00 00  20 00 00 00  68 5E A7 09
+0x050  28 FB 28 00  C8 8A 84 00  00 00 00 00  39 76 6F 00
+0x060  1B 03 00 00  04 00 00 00  00 00 00 00  48 2F 3E 07
+0x070  01 00 00 00  01 00 00 00  AB E2 89 45  00 00 00 00
+0x080  F0 F3 71 01  68 5E A7 09  00 00 00 00  81 E3 56 13
+0x090  F8 09 74 01  02 00 00 00  83 E3 56 13  81 E3 56 13
+0x0A0  01 00 00 00  00 00 00 00  5A 6F EB 00  F8 09 74 01
+0x0B0  02 00 00 00  17 16 69 01  81 E3 56 13  02 00 00 00
+0x0C0  F8 09 74 01  81 E3 56 13  2C FD 28 00  3B 8B 84 00
+0x0D0  00 00 00 00  E9 7F 49 00  D7 CF 0E 45  9A 41 94 C4
+0x0E0  00 00 00 00  01 00 00 00  40 00 00 00  B0 FB 28 00
+0x0F0  00 00 00 00  08 01 00 00  02 00 00 00  01 00 00 00
+0x100  00 00 00 00  48 2F 3E 07  40 A0 76 77  01 00 00 00
+0x110  64 00 00 00  00 00 00 00  00 00 00 00  40 12 5C 12
+0x120  AB 01 AE 00  D7 CF 0E 45  9A 41 94 C4  00 00 00 00
+0x130  88 1D 5C 12  03 00 00 00  AC FB 28 00  6E 66 A6 03

base: 0x90000   top: 0x28FA60   bottom: 0x290000

Module list
; Path    Module file size        Base    Size of image    Entry point
F:\Games\GTASA\gta_sa.exe    14383616    0x00400000    0x01177000    0x00824570
C:\Windows\SYSTEM32\ntdll.dll    1501392    0x77E40000    0x0016F000    0x00000000
C:\Windows\SYSTEM32\KERNEL32.DLL    1040384    0x76A60000    0x00140000    0x76A76AA0
C:\Windows\SYSTEM32\KERNELBASE.dll    861696    0x76C10000    0x000D7000    0x76C1F6A0
C:\Windows\system32\apphelp.dll    642560    0x71220000    0x000A0000    0x71223570
C:\Windows\AppPatch\AcLayers.DLL    332800    0x70E90000    0x00277000    0x70E91E70
C:\Windows\SYSTEM32\msvcrt.dll    800008    0x77680000    0x000C3000    0x7768E140
C:\Windows\SYSTEM32\USER32.dll    1377792    0x77750000    0x00154000    0x777626C0
C:\Windows\SYSTEM32\GDI32.dll    1092096    0x755C0000    0x0010D000    0x755C90F0
C:\Windows\SYSTEM32\SHELL32.dll    19812400    0x75720000    0x012C0000    0x7573B0C0
C:\Windows\SYSTEM32\SHLWAPI.dll    278352    0x771E0000    0x00045000    0x771E6E80
C:\Windows\SYSTEM32\OLEAUT32.dll    614064    0x778B0000    0x00097000    0x778B4E20
C:\Windows\SYSTEM32\MPR.dll    87224    0x75530000    0x00016000    0x75531270
C:\Windows\SYSTEM32\SETUPAPI.dll    1782912    0x77250000    0x001B1000    0x77251F20
C:\Windows\SYSTEM32\sfc.dll    3072    0x6D800000    0x00003000    0x00000000
C:\Windows\SYSTEM32\WINSPOOL.DRV    403968    0x74190000    0x00066000    0x74191CB0
C:\Windows\SYSTEM32\RPCRT4.dll    749056    0x775C0000    0x000BB000    0x775EA200
C:\Windows\SYSTEM32\combase.dll    1564424    0x77A70000    0x0017D000    0x77A7B010
C:\Windows\SYSTEM32\CFGMGR32.dll    241168    0x76BA0000    0x0003C000    0x76BA19E0
C:\Windows\SYSTEM32\SspiCli.dll    104960    0x76BF0000    0x0001E000    0x76BFB290
C:\Windows\SYSTEM32\sfc_os.DLL    42496    0x6D7F0000    0x0000F000    0x6D7F1160
C:\Windows\SYSTEM32\CRYPTBASE.dll    30984    0x755B0000    0x0000A000    0x755B10D0
C:\Windows\SYSTEM32\sechost.dll    257664    0x756D0000    0x00041000    0x756D13E0
C:\Windows\SYSTEM32\bcryptPrimitives.dll    341384    0x75550000    0x00054000    0x755524F0
C:\Windows\system32\IMM32.DLL    141312    0x76D30000    0x00027000    0x76D313A0
C:\Windows\SYSTEM32\MSCTF.dll    1124800    0x77950000    0x00112000    0x779530C0
C:\Windows\SYSTEM32\WINMM.dll    136840    0x71D00000    0x00023000    0x71D03B10
F:\Games\GTASA\vorbisfile.dll    18944    0x003A0000    0x0000B000    0x003A3DB8
C:\Windows\SYSTEM32\WS2_32.dll    320720    0x77410000    0x0004F000    0x774115D0
F:\Games\GTASA\EAX.DLL    188416    0x10000000    0x00030000    0x1001A472
C:\Windows\SYSTEM32\ADVAPI32.dll    514848    0x769E0000    0x0007E000    0x769E1F30
C:\Windows\SYSTEM32\ole32.dll    1218320    0x76D70000    0x00129000    0x76D745F0
C:\Windows\SYSTEM32\WINMMBASE.dll    134280    0x71CD0000    0x00023000    0x71CD1570
F:\Games\GTASA\vorbishooked.dll    65536    0x003B0000    0x00011000    0x003B4C98
C:\Windows\SYSTEM32\NSI.dll    20120    0x77D60000    0x00007000    0x77D61660
C:\Windows\SYSTEM32\DEVOBJ.dll    127552    0x71BB0000    0x00021000    0x71BB1370
F:\Games\GTASA\ogg.dll    36864    0x003D0000    0x00009000    0x003D302E
F:\Games\GTASA\vorbis.dll    1060864    0x033F0000    0x00108000    0x03403F7C
F:\Games\GTASA\$fastman92limitAdjuster.asi    11247616    0x0F460000    0x00AC4000    0x0F569717
C:\Windows\SYSTEM32\PSAPI.DLL    16504    0x76D60000    0x00006000    0x76D610E0
C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.9600.17810_none_7c5b6194aa0716f1\COMCTL32.dll    549888    0x751E0000    0x00089000    0x751E2D20
F:\Games\GTASA\DllTricks.dll    33792    0x6FBC0000    0x0000D000    0x6FBC147F
F:\Games\GTASA\MinHook.x86.dll    14848    0x6FBB0000    0x00007000    0x00000000
F:\Games\GTASA\zlib1.dll    107520    0x62E80000    0x00022000    0x62E81440
F:\Games\GTASA\cleo.asi    324096    0x03A40000    0x00079000    0x03A553C0
F:\Games\GTASA\BASS.dll    107584    0x11000000    0x0004D000    0x1104C036
C:\Windows\SYSTEM32\MSACM32.dll    89816    0x65790000    0x00017000    0x65791350
F:\Games\GTASA\cleo\CLEO+.cleo    566608    0x03B00000    0x000AB000    0x03B42290
F:\Games\GTASA\cleo\FileSystemOperations.cleo    98304    0x0F120000    0x0001C000    0x0F121A5A
F:\Games\GTASA\cleo\IniFiles.cleo    110080    0x0F1E0000    0x0001F000    0x0F1E1971
F:\Games\GTASA\cleo\IntOperations.cleo    76800    0x01610000    0x00017000    0x016116A4
F:\Games\GTASA\MoreVehicles.asi    28672    0x01640000    0x00012000    0x0164F001
F:\Games\GTASA\scrlog.asi    165888    0x01690000    0x0002C000    0x016951AA
F:\Games\GTASA\SilentPatchSA.asi    282624    0x0F140000    0x00049000    0x0F161860
F:\Games\GTASA\VehicleAudioLoader.asi    10240    0x03D70000    0x000B5000    0x03D7178D
C:\Windows\SYSTEM32\MSVCR100.dll    773968    0x03E30000    0x000BF000    0x03E41DFC
C:\Windows\system32\uxtheme.dll    949760    0x70AA0000    0x000ED000    0x70AA9FB0
C:\Windows\SYSTEM32\SHCORE.dll    561896    0x75140000    0x0008C000    0x751434D0
C:\Windows\SYSTEM32\DDRAW.dll    544256    0x706B0000    0x000EC000    0x706B1B70
C:\Windows\SYSTEM32\DCIMAN32.dll    11776    0x711C0000    0x00007000    0x711C1180
C:\Windows\SYSTEM32\kernel.appcore.dll    29920    0x74C30000    0x00009000    0x74C315A0
C:\Windows\SYSTEM32\DSOUND.dll    517120    0x50910000    0x00081000    0x509123C0
C:\Windows\SYSTEM32\POWRPROF.dll    255136    0x72EA0000    0x00040000    0x72EA2430
C:\Windows\SYSTEM32\clbcatq.dll    569128    0x77530000    0x0008D000    0x775328D0
C:\Windows\System32\MMDevApi.dll    331048    0x507D0000    0x00053000    0x507D2BD0
C:\Windows\SYSTEM32\AUDIOSES.DLL    370872    0x04760000    0x00060000    0x0476F640
C:\Windows\system32\dwmapi.dll    102728    0x711D0000    0x0001A000    0x711D1EE0
F:\Games\GTASA\DINPUT8.dll    208896    0x70000000    0x0003C000    0x7001FBA3
C:\Windows\SYSTEM32\HID.DLL    26624    0x70580000    0x0000A000    0x70581200
C:\Windows\SYSTEM32\WINTRUST.dll    245744    0x76CF0000    0x0003D000    0x76CF2DB0
C:\Windows\SYSTEM32\CRYPT32.dll    2109784    0x76EB0000    0x00200000    0x76EB2730
C:\Windows\SYSTEM32\MSASN1.dll    51608    0x76EA0000    0x0000E000    0x76EA1280
C:\Windows\SYSTEM32\DINPUT.DLL    136192    0x5F3B0000    0x00025000    0x5F3CC190
C:\Windows\SYSTEM32\d3d9.dll    1907384    0x61170000    0x001D3000    0x61173D50
C:\Windows\SYSTEM32\VERSION.dll    26304    0x75520000    0x00008000    0x75521180
C:\Windows\SYSTEM32\nvd3dum.dll    14497712    0x603A0000    0x00DCE000    0x60A3FF90
C:\Windows\SYSTEM32\quartz.dll    1501184    0x34A80000    0x0019F000    0x34A87210
C:\Windows\SYSTEM32\devenum.dll    81032    0x350C0000    0x00014000    0x350CE420
C:\Windows\SYSTEM32\D3DIM700.DLL    887808    0x5B830000    0x000DF000    0x5B8D3EA0
C:\Program Files (x86)\BandiMPEG1\bdfilters.dll    4297200    0x08FB0000    0x0041B000    0x08FEF7E2
C:\Windows\SYSTEM32\wdmaud.drv    197120    0x645C0000    0x00036000    0x645CD2A0
C:\Windows\SYSTEM32\ksuser.dll    19096    0x6B280000    0x00007000    0x6B2810C0
C:\Windows\SYSTEM32\AVRT.dll    31496    0x502F0000    0x0000A000    0x502F12A0
C:\Windows\SYSTEM32\msacm32.drv    23040    0x6B660000    0x00009000    0x6B664050
C:\Windows\SYSTEM32\midimap.dll    18944    0x6A9F0000    0x00008000    0x6A9F10D0
C:\Windows\SYSTEM32\wmvcore.dll    2689392    0x097D0000    0x00291000    0x09812CD0
C:\Windows\SYSTEM32\WMASF.DLL    243032    0x0F280000    0x0003D000    0x0F281140
C:\Windows\system32\mlang.dll    192512    0x5D6E0000    0x00033000    0x5D6E18B0
Game terminated.

Link to comment
Share on other sites

FLA is conflicting with a minor ASI script I want to use, huntermissile.asi (gives heat-seeking missiles to the Hunter). Is there a way to make them both work? At this point I modded my game so much I can't really avoid using FLA.

Did you see the frightened ones? Did you hear the falling bombs? Did you ever wonder...

CslLPae.png

...why we had to run for shelter when the promise of a brave new world unfurled beneath a clear blue sky?
Link to comment
Share on other sites

I remember downloading an APK from this thread with GTA SA 2.00 Android + CLEO + Fastman92 limit adjuster and it worked a dream on my Android 10 Pixel 4a. But on my new Android 13 phone it crashes instantly even with obb in the right place and the data folder (no mods) too. I searched heavily in here for an updated APK but I can't find a newer one, was there an update i missed? thanks. Or how could i make this APK myself (i have some experience in programming)

 

EDIT: Seems im on GTA SA 2.00 and I need to update to 2.10. Then it's just a case of running the CLEO patcher on it again and following the instructions on fastmans site to add the limit adjuster right? Just want to check its correct. If anyone knows of any pre-compiled APKs let me know, I found one on YouTube but its 59MB which is sketchy compared to 2.00 at just 15.9mb...

Edited by sjain
Link to comment
Share on other sites

Hey @fastman92


I've just done a fresh install and started from scratch with the essentials. tried booting it up after adding Proper Fixes to modloader and it's given me this error. Here's the log:

 

Spoiler

Game has crashed, here's a crash log:
Current process ID: 2544
Current thread ID: 12540
Last file to be loaded: D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\proper fixes\additional models\properfixes.ide
Last library loaded: C:\WINDOWS\system32\QuickTime.qts
Exception address: 0x004C663B ("gta_sa.exe"+0xC663B)
Exception code: 0xC0000005 (EXCEPTION_ACCESS_VIOLATION)
Inaccessible memory address: 0x18

General registers:
EAX: 0x00000000 (0)
EBX: 0x008E2C64 (9317476)
ECX: 0x00B1BF54 (11648852)
EDX: 0x00000000 (0)
ESI: 0x00B1BF54 (11648852)
EDI: 0x00000001 (1)
EBP: 0xFFFFFFFF (-1)
ESP: 0x0177EEF4 (24637172)
EIP: 0x004C663B (5006907) ["gta_sa.exe"+0xC663B]
EFL: 0x00010206 (66054)

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: -52083.335938 bytes: 00 00 00 00 00 56 73 CB 0E C0
ST3: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
ST4: -92591.593750 bytes: 00 00 00 00 00 CC D7 B4 0F C0
ST5: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
ST6: 689.325012 bytes: 00 00 00 00 00 CD 54 AC 08 40
ST7: 500.000000 bytes: 00 00 00 00 00 00 00 FA 07 40
CTRL: 007F
STAT: 0030
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 56 73 CB
MM3: 00 00 00 00 00 00 00 80
MM4: 00 00 00 00 00 CC D7 B4
MM5: 00 00 00 00 00 00 00 00
MM6: 00 00 00 00 00 CD 54 AC
MM7: 00 00 00 00 00 00 00 FA

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 0x177EEF4):
+0x000  48 18 B7 00  9F 3D 5B 00  E7 31 00 00  00 00 00 00
+0x010  E7 31 00 00  00 00 FA 43  80 00 00 00  00 00 00 00
+0x020  90 F0 77 01  A4 5E 82 00  4C 4F 44 73  77 62 69 67
+0x030  62 75 72 62  30 31 64 00  48 18 B7 00  D2 01 00 00
+0x040  43 45 5F 62  75 72 62 4C  4F 44 00 00  48 18 B7 00
+0x050  00 02 00 00  00 00 00 00  E2 85 5B 00  48 18 B7 00
+0x060  A4 F0 77 01  1C F1 77 01  7C F0 77 01  FF FF FF FF
+0x070  90 2C 8E 00  3B 46 00 00  00 00 00 00  6E 18 00 00
+0x080  64 61 74 61  5C 6D 61 70  73 5C 70 72  6F 70 65 72
+0x090  66 69 78 65  73 2E 69 64  65 00 00 00  20 00 00 00
+0x0A0  FC 08 02 00  00 00 00 00  00 00 8B 01  F8 08 02 00
+0x0B0  64 00 00 00  C8 EF 77 01  DE 5D B2 77  0F 00 00 00
+0x0C0  DE 5D B2 77  00 00 00 00  00 00 00 00  20 00 00 00
+0x0D0  B0 7A 5E 10  E0 EF 77 01  DF 6E 21 6B  00 00 8B 01
+0x0E0  00 00 00 00  20 00 00 00  B0 7A 5E 10  EC EF 77 01
+0x0F0  2B 34 20 6B  20 00 00 00  F8 EF 77 01  13 8E 1F 6B
+0x100  20 00 00 00  28 F0 77 01  F0 5F FF 6A  20 00 00 00
+0x110  19 00 00 00  B0 7A 5E 10  AC E4 4C 10  19 00 00 00
+0x120  30 F0 77 01  B0 7A 5E 10  50 7F 5E 10  20 ED 31 6B
+0x130  70 F0 77 01  DB 08 0B 6B  7C F0 77 01  01 F0 77 01

base: 0x1580000   top: 0x177EEF4   bottom: 0x1780000

Module list
; Path    Module file size        Base    Size of image    Entry point
D:\Games & Stuff\Grand Theft Auto San Andreas\gta_sa.exe    14383616    0x00400000    0x01177000    0x00824570
C:\WINDOWS\SYSTEM32\ntdll.dll    1696760    0x77AE0000    0x001A3000    0x00000000
C:\WINDOWS\System32\KERNEL32.DLL    640800    0x76E10000    0x000F0000    0x76E2F640
C:\Program Files\AVAST Software\Avast\x86\aswhook.dll    67088    0x70EF0000    0x00012000    0x70EF9540
C:\WINDOWS\System32\KERNELBASE.dll    2183256    0x75C20000    0x00215000    0x75D35CD0
C:\WINDOWS\SYSTEM32\apphelp.dll    638464    0x70E50000    0x0009F000    0x70E886B0
C:\WINDOWS\SYSTEM32\AcLayers.DLL    381440    0x702F0000    0x00284000    0x7030D2A0
C:\WINDOWS\System32\msvcrt.dll    775256    0x76000000    0x000BF000    0x76035AC0
C:\WINDOWS\System32\USER32.dll    1696696    0x776D0000    0x001A1000    0x7770F470
C:\WINDOWS\System32\win32u.dll    92960    0x77190000    0x00018000    0x00000000
C:\WINDOWS\System32\GDI32.dll    140976    0x779F0000    0x00024000    0x779F74A0
C:\WINDOWS\System32\gdi32full.dll    895040    0x767D0000    0x000DC000    0x7682FE90
C:\WINDOWS\System32\msvcp_win.dll    495840    0x75F80000    0x0007B000    0x75F97800
C:\WINDOWS\System32\ucrtbase.dll    1181208    0x76A60000    0x00120000    0x76A8BA30
C:\WINDOWS\System32\SHELL32.dll    6001232    0x76120000    0x005B3000    0x7629BED0
C:\WINDOWS\System32\SHLWAPI.dll    275808    0x76780000    0x00045000    0x76797860
C:\WINDOWS\System32\OLEAUT32.dll    606888    0x75EE0000    0x00096000    0x75F15CD0
C:\WINDOWS\System32\combase.dll    2637704    0x76F00000    0x00281000    0x7703C040
C:\WINDOWS\System32\RPCRT4.dll    781432    0x76C20000    0x000BF000    0x76C5B120
C:\WINDOWS\System32\SETUPAPI.dll    4466160    0x77210000    0x0043C000    0x772409E0
C:\WINDOWS\System32\cfgmgr32.dll    236536    0x766E0000    0x0003B000    0x766ED450
C:\WINDOWS\System32\bcrypt.dll    96032    0x77A20000    0x00019000    0x77A293E0
C:\WINDOWS\SYSTEM32\MPR.dll    93488    0x70E30000    0x00019000    0x70E33540
C:\WINDOWS\SYSTEM32\sfc.dll    11272    0x66680000    0x00003000    0x00000000
C:\WINDOWS\SYSTEM32\WINSPOOL.DRV    426496    0x70DC0000    0x0006D000    0x70DD74C0
C:\WINDOWS\SYSTEM32\sfc_os.DLL    50104    0x724F0000    0x0000F000    0x724F5D70
C:\WINDOWS\System32\IMM32.DLL    143056    0x76A30000    0x00025000    0x76A34410
C:\WINDOWS\System32\WS2_32.dll    397728    0x75BB0000    0x00063000    0x75BB4B40
C:\WINDOWS\System32\ADVAPI32.dll    489656    0x76CE0000    0x0007A000    0x76CF1E00
C:\WINDOWS\System32\sechost.dll    475712    0x769B0000    0x00075000    0x769D0070
C:\WINDOWS\System32\ole32.dll    926560    0x75A70000    0x000E3000    0x75A9C8F0
D:\Games & Stuff\Grand Theft Auto San Andreas\vorbisfile.dll    53760    0x70DA0000    0x00011000    0x70DA1A0B
C:\WINDOWS\SYSTEM32\WINMM.dll    149272    0x753A0000    0x00028000    0x753A55B0
D:\Games & Stuff\Grand Theft Auto San Andreas\EAX.DLL    188416    0x10000000    0x00030000    0x1001A472
D:\Games & Stuff\Grand Theft Auto San Andreas\vorbishooked.DLL    65536    0x01870000    0x00011000    0x01874C98
D:\Games & Stuff\Grand Theft Auto San Andreas\ogg.dll    36864    0x001E0000    0x00009000    0x001E302E
D:\Games & Stuff\Grand Theft Auto San Andreas\vorbis.dll    1060864    0x03A00000    0x00108000    0x03A13F7C
D:\Games & Stuff\Grand Theft Auto San Andreas\$fastman92limitAdjuster.asi    11247616    0x6B350000    0x00AC4000    0x6B459717
C:\WINDOWS\System32\PSAPI.DLL    17016    0x76B90000    0x00006000    0x76B914D0
D:\Games & Stuff\Grand Theft Auto San Andreas\DllTricks.dll    33792    0x70D90000    0x0000D000    0x70D9147F
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.1110_none_c0da534e38c01f4d\COMCTL32.dll    568144    0x6BE20000    0x0008D000    0x6BE87340
D:\Games & Stuff\Grand Theft Auto San Andreas\MinHook.x86.dll    14848    0x70D80000    0x00007000    0x00000000
D:\Games & Stuff\Grand Theft Auto San Andreas\zlib1.dll    107520    0x62E80000    0x00022000    0x62E81440
C:\WINDOWS\SYSTEM32\TextShaping.dll    611952    0x70250000    0x00094000    0x702DF1D0
C:\WINDOWS\system32\uxtheme.dll    454656    0x74510000    0x00074000    0x74547470
C:\WINDOWS\System32\MSCTF.dll    858880    0x75990000    0x000D3000    0x759DDFC0
D:\Games & Stuff\Grand Theft Auto San Andreas\CLEO.asi    334848    0x70D00000    0x0007B000    0x70D15676
D:\Games & Stuff\Grand Theft Auto San Andreas\BASS.dll    107584    0x11000000    0x0004D000    0x1104C036
C:\WINDOWS\SYSTEM32\MSACM32.dll    93472    0x70230000    0x00019000    0x70234420
C:\WINDOWS\SYSTEM32\winmmbase.dll    110720    0x70210000    0x0001D000    0x70223850
D:\Games & Stuff\Grand Theft Auto San Andreas\cleo\CLEO+.cleo    565224    0x70160000    0x000AD000    0x701A2F0E
D:\Games & Stuff\Grand Theft Auto San Andreas\cleo\FileSystemOperations.cleo    98304    0x70140000    0x0001C000    0x70141A5A
D:\Games & Stuff\Grand Theft Auto San Andreas\cleo\IniFiles.cleo    110080    0x70120000    0x0001F000    0x70121971
D:\Games & Stuff\Grand Theft Auto San Andreas\cleo\IntOperations.cleo    76800    0x6FF70000    0x00017000    0x6FF716A4
D:\Games & Stuff\Grand Theft Auto San Andreas\III.VC.SA.WindowedMode.asi    245760    0x6FF20000    0x00041000    0x6FF2CB14
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader.asi    700928    0x6C640000    0x000B2000    0x6C694637
C:\WINDOWS\SYSTEM32\dbghelp.dll    1494016    0x74CF0000    0x00188000    0x74D28B70
D:\Games & Stuff\Grand Theft Auto San Andreas\SilentPatchSA.asi    282624    0x6C5F0000    0x00049000    0x6C611860
D:\Games & Stuff\Grand Theft Auto San Andreas\_noDEP.asi    69632    0x6C5D0000    0x00016000    0x6C5D11A3
D:\Games & Stuff\Grand Theft Auto San Andreas\scripts\GInputSA.asi    241664    0x6C580000    0x00041000    0x6C597C5B
C:\WINDOWS\SYSTEM32\XINPUT1_3.dll    81768    0x03E60000    0x00016000    0x03E6801F
C:\WINDOWS\SYSTEM32\windows.storage.dll    6360648    0x73900000    0x00608000    0x73ADB310
C:\WINDOWS\SYSTEM32\Wldp.dll    139960    0x753D0000    0x00024000    0x753D85A0
C:\WINDOWS\System32\SHCORE.dll    548528    0x75E40000    0x00087000    0x75E82CA0
C:\WINDOWS\SYSTEM32\profapi.dll    89360    0x74E90000    0x00018000    0x74E9A250
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.asi.dll    285184    0x6C530000    0x0004A000    0x6C54F29F
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.bank.dll    293888    0x6C4E0000    0x0004F000    0x6C4FE5D7
C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL    31528    0x757E0000    0x0000A000    0x757E2A60
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.data.dll    3527680    0x6AFE0000    0x00364000    0x6B203D47
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.fx.dll    399872    0x6C470000    0x00067000    0x6C49E370
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.movies.dll    174080    0x6C440000    0x00030000    0x6C44F2F3
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.scm.dll    174080    0x6C410000    0x00030000    0x6C41F18D
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.sprites.dll    482304    0x6C390000    0x0007B000    0x6C3C014A
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.stream.dll    584192    0x6AF40000    0x00094000    0x6AF86ECA
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.text.dll    206336    0x6AF00000    0x00037000    0x6AF12BCE
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.tracks.dll    212992    0x6AEC0000    0x00039000    0x6AED52EA
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\skygfx\skygfx.asi    318464    0x6AE10000    0x000B0000    0x6AE2C60C
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\mixsets\mixsets.asi    526336    0x6AD80000    0x00086000    0x6ADB429E
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\proper fixes\skygfxwarning.asi    141720    0x6C360000    0x00026000    0x6C364043
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\rundll32 fix\rundll32exefix.asi    11264    0x70CF0000    0x00007000    0x70CF1C18
C:\WINDOWS\SYSTEM32\MSVCP100.dll    421200    0x6AD10000    0x00069000    0x6AD43CF4
C:\WINDOWS\SYSTEM32\MSVCR100.dll    773968    0x6AC50000    0x000BF000    0x6AC61DFC
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\frameratevigilante\frameratevigilante.sa.asi    254440    0x6AC00000    0x00042000    0x6AC0CA94
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\widescreen fix by thirteenag\gtasa.widescreenfix.asi    325120    0x6ABA0000    0x00054000    0x6ABB5221
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\widescreen hor+ support by wesser\wshps.asi    130048    0x6AB70000    0x00024000    0x6AB7B55C
C:\WINDOWS\SYSTEM32\kernel.appcore.dll    52672    0x757A0000    0x0000F000    0x757A47E0
C:\WINDOWS\System32\bcryptPrimitives.dll    383784    0x760C0000    0x0005F000    0x760F3650
C:\WINDOWS\SYSTEM32\textinputframework.dll    753592    0x6A620000    0x000B9000    0x6A660690
C:\WINDOWS\System32\CoreMessaging.dll    630592    0x6A580000    0x0009B000    0x6A5E0F00
C:\WINDOWS\System32\CoreUIComponents.dll    2621720    0x6A300000    0x0027E000    0x6A35E960
C:\WINDOWS\SYSTEM32\ntmarta.dll    152904    0x75340000    0x00029000    0x75347E90
C:\WINDOWS\SYSTEM32\wintypes.dll    896096    0x6C810000    0x000DB000    0x6C888590
C:\WINDOWS\SYSTEM32\DDRAW.dll    527360    0x6AA80000    0x000E9000    0x6AA912A0
C:\WINDOWS\SYSTEM32\dxgi.dll    787624    0x6A9B0000    0x000C3000    0x6A9E4840
C:\WINDOWS\SYSTEM32\DCIMAN32.dll    11776    0x6FF10000    0x00007000    0x6FF12020
C:\WINDOWS\SYSTEM32\dxcore.dll    163216    0x6A980000    0x0002C000    0x6A99A570
C:\WINDOWS\SYSTEM32\DSOUND.dll    493056    0x6A900000    0x0007F000    0x6A92F300
C:\WINDOWS\SYSTEM32\powrprof.dll    268080    0x752F0000    0x00044000    0x752F6ED0
C:\WINDOWS\SYSTEM32\UMPDC.dll    47472    0x75740000    0x0000D000    0x75747560
C:\WINDOWS\System32\clbcatq.dll    504552    0x77650000    0x0007E000    0x776BBD50
C:\WINDOWS\System32\MMDevApi.dll    421496    0x6A890000    0x0006B000    0x6A8B5E60
C:\WINDOWS\System32\DEVOBJ.dll    166304    0x74FF0000    0x0002B000    0x74FFB280
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL    1258256    0x6A750000    0x00136000    0x6A7930A0
C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll    52664    0x6A740000    0x0000F000    0x6A7442F0
C:\WINDOWS\SYSTEM32\DINPUT8.dll    171008    0x6A700000    0x00037000    0x6A707F90
C:\WINDOWS\SYSTEM32\inputhost.dll    967912    0x6A210000    0x000ED000    0x6A2D5F50
C:\WINDOWS\SYSTEM32\PROPSYS.dll    791808    0x6BEB0000    0x000C2000    0x6BF10DA0
C:\WINDOWS\SYSTEM32\HID.DLL    25600    0x6A6F0000    0x0000A000    0x6A6F1BB0
C:\WINDOWS\System32\WINTRUST.dll    289192    0x75B60000    0x00047000    0x75B75A40
C:\WINDOWS\System32\CRYPT32.dll    1013352    0x768B0000    0x000FA000    0x76905030
C:\WINDOWS\SYSTEM32\MSASN1.dll    50616    0x75790000    0x0000E000    0x75795690
C:\WINDOWS\SYSTEM32\d3d9.dll    1618168    0x6A080000    0x0018F000    0x6A0F7400
C:\WINDOWS\SYSTEM32\dwmapi.dll    138936    0x6A050000    0x00026000    0x6A056050
C:\WINDOWS\System32\DriverStore\FileRepository\nvaewu.inf_amd64_8cbfa7509ac4e6cb\nvd3dum.dll    14767816    0x69280000    0x00DCD000    0x69954B90
C:\WINDOWS\SYSTEM32\VERSION.dll    27320    0x75920000    0x00008000    0x75921800
C:\WINDOWS\SYSTEM32\igdumdim32.dll    38561040    0x66E20000    0x02454000    0x66F5A9B0
C:\WINDOWS\SYSTEM32\igdusc32.dll    5084944    0x0C230000    0x008CA000    0x0C2AE092
C:\Program Files (x86)\Steam\steamclient.dll    18797928    0x65320000    0x0122E000    0x65EBFD52
C:\WINDOWS\System32\imagehlp.dll    95496    0x76C00000    0x00019000    0x76C06560
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL    196784    0x75750000    0x00032000    0x7575C340
C:\Program Files (x86)\Steam\tier0_s.dll    344936    0x65280000    0x00099000    0x6529A0AC
C:\WINDOWS\SYSTEM32\Secur32.dll    23040    0x6A6E0000    0x0000A000    0x6A6E1820
C:\WINDOWS\SYSTEM32\MSWSOCK.dll    324416    0x74F80000    0x00052000    0x74F8A0A0
C:\Program Files (x86)\Steam\vstdlib_s.dll    393064    0x65210000    0x00063000    0x6522E530
C:\WINDOWS\SYSTEM32\SSPICLI.DLL    123480    0x75370000    0x00021000    0x7537CA40
C:\Program Files (x86)\Steam\steam.dll    502120    0x65130000    0x000D4000    0x651621CE
C:\Windows\System32\quartz.dll    1470976    0x64F90000    0x0019A000    0x64FBB160
C:\Windows\System32\devenum.dll    93960    0x64F70000    0x00018000    0x64F80D60
C:\WINDOWS\SYSTEM32\D3DIM700.DLL    388096    0x64F00000    0x00063000    0x64F4FEA0
C:\WINDOWS\SYSTEM32\wdmaud.drv    215040    0x64EA0000    0x0003A000    0x64EACEA0
C:\WINDOWS\SYSTEM32\ksuser.dll    20328    0x64E90000    0x00007000    0x64E91EC0
C:\WINDOWS\SYSTEM32\AVRT.dll    27336    0x64E80000    0x00008000    0x64E81AA0
C:\WINDOWS\SYSTEM32\msacm32.drv    23552    0x64E70000    0x0000A000    0x64E74200
C:\WINDOWS\SYSTEM32\midimap.dll    18944    0x64E60000    0x00008000    0x64E61990
C:\Windows\System32\Windows.UI.dll    998352    0x64D60000    0x000F3000    0x64DBB230
C:\Windows\System32\WindowManagementAPI.dll    468440    0x64CE0000    0x00073000    0x64D3ED80
C:\Windows\System32\twinapi.appcore.dll    1634208    0x6FF90000    0x0018F000    0x70013930
C:\WINDOWS\SYSTEM32\wmvcore.dll    2137248    0x64AD0000    0x0020D000    0x64B0DA40
C:\WINDOWS\SYSTEM32\WMASF.DLL    247344    0x64A90000    0x0003D000    0x64AC5DC0
C:\WINDOWS\SYSTEM32\mfperfhelper.dll    1075528    0x64980000    0x00106000    0x64A6C3B0
C:\WINDOWS\system32\mlang.dll    198656    0x64940000    0x00034000    0x64950580
Game terminated.

 

I've since tried it without Proper Fixes and it works fine so perhaps something I need to change in the .ini config to get it to work?


Crashed without Proper Fixes when surrounded by police and then wasted, it crashed when it normally zoom out once dead, here's the log:
 

Spoiler


Game has crashed, here's a crash log:
Current process ID: 328
Current thread ID: 2452
Last file to be loaded: D:\Games & Stuff\Grand Theft Auto San Andreas\audio/sfx/spc_ga
Last library loaded: kernel32
Exception address: 0x007F120E ("gta_sa.exe"+0x3F120E)
Exception code: 0xC0000005 (EXCEPTION_ACCESS_VIOLATION)
Inaccessible memory address: 0xB761A895

General registers:
EAX: 0xB761A805 (-1218336763)
EBX: 0x0FCB6D20 (264989984)
ECX: 0x0177F3A0 (24638368)
EDX: 0x00000701 (1793)
ESI: 0x00000000 (0)
EDI: 0xB761A895 (-1218336619)
EBP: 0xFFFFFFFF (-1)
ESP: 0x0177F370 (24638320)
EIP: 0x007F120E (8327694) ["gta_sa.exe"+0x3F120E]
EFL: 0x00010286 (66182)

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

FPU registers:
ST0: 1.765493 bytes: 00 00 00 00 00 AC FB E1 FF 3F
ST1: 142.557404 bytes: 00 00 00 00 00 B2 8E 8E 06 40
ST2: 0.000002 bytes: 00 00 00 00 00 AB 4B E5 EB 3F
ST3: 0.001000 bytes: 00 00 00 00 00 AE 0E 83 F5 3F
ST4: 1.119784 bytes: 00 00 00 00 00 19 55 8F FF 3F
ST5: -0.067256 bytes: 00 00 00 00 00 80 BD 89 FB BF
ST6: 27.000000 bytes: 00 00 00 00 00 00 00 D8 03 40
ST7: 0.000000 bytes: 00 00 00 00 00 00 00 00 00 00
CTRL: 007F
STAT: 0861
TAGS: FFFF

MMX registers, 8 bytes:
MM0: 00 00 00 00 00 AC FB E1
MM1: 00 00 00 00 00 B2 8E 8E
MM2: 00 00 00 00 00 AB 4B E5
MM3: 00 00 00 00 00 AE 0E 83
MM4: 00 00 00 00 00 19 55 8F
MM5: 00 00 00 00 00 80 BD 89
MM6: 00 00 00 00 00 00 00 D8
MM7: 00 00 00 00 00 00 00 00

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

Stack (printing from 0x177F370):
+0x000  FF FF FF FF  00 00 00 00  FF FF FF FF  20 6D CB 0F
+0x010  D1 85 6A 00  05 A8 61 B7  50 07 6A 00  A0 F3 77 01
+0x020  07 00 00 00  20 6D CB 0F  FF FF FF FF  04 00 00 00
+0x030  00 00 00 00  94 EA 6F 18  AD 5D 2D BF  00 00 00 00
+0x040  20 0C 64 1E  00 09 64 1E  D0 26 6D 00  F2 26 6D 00
+0x050  20 0C 64 1E  D0 26 6D 00  00 00 00 00  20 0C 64 1E
+0x060  90 26 6D 00  00 00 00 00  00 00 00 00  00 00 00 00
+0x070  E4 0D 7F 00  20 0C 64 1E  00 00 00 00  00 00 00 00
+0x080  00 09 64 1E  0B 00 00 00  04 00 00 00  32 27 6D 00
+0x090  00 09 64 1E  D0 26 6D 00  00 00 00 00  00 09 64 1E
+0x0A0  90 26 6D 00  94 F4 77 01  FB 7F 84 00  FF FF FF FF
+0x0B0  21 18 6B 00  FF FF FF FF  02 00 00 00  00 00 00 00
+0x0C0  20 6D CB 0F  E8 E9 CA 0F  00 00 00 00  C0 72 CB 0F
+0x0D0  00 00 00 00  E4 0D 7F 00  80 15 64 1E  00 00 00 00
+0x0E0  00 00 00 00  B8 14 64 1E  0D 00 00 00  03 00 00 00
+0x0F0  32 27 6D 00  B8 14 64 1E  D0 26 6D 00  00 00 00 00
+0x100  B8 14 64 1E  90 26 6D 00  00 00 00 00  00 20 00 00
+0x110  20 6D CB 0F  6E 14 6B 00  B8 14 64 1E  00 00 00 00
+0x120  00 00 00 00  48 F5 77 01  78 81 84 00  FF FF FF FF
+0x130  C4 38 6B 00  07 00 00 00  00 00 00 00  00 00 00 00

base: 0x1580000   top: 0x177F370   bottom: 0x1780000

Module list
; Path    Module file size        Base    Size of image    Entry point
D:\Games & Stuff\Grand Theft Auto San Andreas\gta_sa.exe    14383616    0x00400000    0x01177000    0x00824570
C:\WINDOWS\SYSTEM32\ntdll.dll    1696760    0x77AE0000    0x001A3000    0x00000000
C:\WINDOWS\System32\KERNEL32.DLL    640800    0x76E10000    0x000F0000    0x76E2F640
C:\Program Files\AVAST Software\Avast\x86\aswhook.dll    67088    0x70EF0000    0x00012000    0x70EF9540
C:\WINDOWS\System32\KERNELBASE.dll    2183256    0x75C20000    0x00215000    0x75D35CD0
C:\WINDOWS\SYSTEM32\apphelp.dll    638464    0x70E50000    0x0009F000    0x70E886B0
C:\WINDOWS\SYSTEM32\AcLayers.DLL    381440    0x702F0000    0x00284000    0x7030D2A0
C:\WINDOWS\System32\msvcrt.dll    775256    0x76000000    0x000BF000    0x76035AC0
C:\WINDOWS\System32\USER32.dll    1696696    0x776D0000    0x001A1000    0x7770F470
C:\WINDOWS\System32\win32u.dll    92960    0x77190000    0x00018000    0x00000000
C:\WINDOWS\System32\GDI32.dll    140976    0x779F0000    0x00024000    0x779F74A0
C:\WINDOWS\System32\gdi32full.dll    895040    0x767D0000    0x000DC000    0x7682FE90
C:\WINDOWS\System32\msvcp_win.dll    495840    0x75F80000    0x0007B000    0x75F97800
C:\WINDOWS\System32\ucrtbase.dll    1181208    0x76A60000    0x00120000    0x76A8BA30
C:\WINDOWS\System32\SHELL32.dll    6001232    0x76120000    0x005B3000    0x7629BED0
C:\WINDOWS\System32\SHLWAPI.dll    275808    0x76780000    0x00045000    0x76797860
C:\WINDOWS\System32\OLEAUT32.dll    606888    0x75EE0000    0x00096000    0x75F15CD0
C:\WINDOWS\System32\combase.dll    2637704    0x76F00000    0x00281000    0x7703C040
C:\WINDOWS\System32\RPCRT4.dll    781432    0x76C20000    0x000BF000    0x76C5B120
C:\WINDOWS\System32\SETUPAPI.dll    4466160    0x77210000    0x0043C000    0x772409E0
C:\WINDOWS\System32\cfgmgr32.dll    236536    0x766E0000    0x0003B000    0x766ED450
C:\WINDOWS\System32\bcrypt.dll    96032    0x77A20000    0x00019000    0x77A293E0
C:\WINDOWS\SYSTEM32\MPR.dll    93488    0x70E30000    0x00019000    0x70E33540
C:\WINDOWS\SYSTEM32\sfc.dll    11272    0x66680000    0x00003000    0x00000000
C:\WINDOWS\SYSTEM32\WINSPOOL.DRV    426496    0x70DC0000    0x0006D000    0x70DD74C0
C:\WINDOWS\SYSTEM32\sfc_os.DLL    50104    0x724F0000    0x0000F000    0x724F5D70
C:\WINDOWS\System32\IMM32.DLL    143056    0x76A30000    0x00025000    0x76A34410
C:\WINDOWS\System32\WS2_32.dll    397728    0x75BB0000    0x00063000    0x75BB4B40
C:\WINDOWS\System32\ADVAPI32.dll    489656    0x76CE0000    0x0007A000    0x76CF1E00
C:\WINDOWS\System32\sechost.dll    475712    0x769B0000    0x00075000    0x769D0070
C:\WINDOWS\System32\ole32.dll    926560    0x75A70000    0x000E3000    0x75A9C8F0
D:\Games & Stuff\Grand Theft Auto San Andreas\vorbisfile.dll    53760    0x70DA0000    0x00011000    0x70DA1A0B
C:\WINDOWS\SYSTEM32\WINMM.dll    149272    0x753A0000    0x00028000    0x753A55B0
D:\Games & Stuff\Grand Theft Auto San Andreas\EAX.DLL    188416    0x10000000    0x00030000    0x1001A472
D:\Games & Stuff\Grand Theft Auto San Andreas\vorbishooked.DLL    65536    0x01860000    0x00011000    0x01864C98
D:\Games & Stuff\Grand Theft Auto San Andreas\ogg.dll    36864    0x01880000    0x00009000    0x0188302E
D:\Games & Stuff\Grand Theft Auto San Andreas\vorbis.dll    1060864    0x01B40000    0x00108000    0x01B53F7C
D:\Games & Stuff\Grand Theft Auto San Andreas\$fastman92limitAdjuster.asi    11247616    0x6B350000    0x00AC4000    0x6B459717
C:\WINDOWS\System32\PSAPI.DLL    17016    0x76B90000    0x00006000    0x76B914D0
D:\Games & Stuff\Grand Theft Auto San Andreas\zlib1.dll    107520    0x62E80000    0x00022000    0x62E81440
D:\Games & Stuff\Grand Theft Auto San Andreas\MinHook.x86.dll    14848    0x70D90000    0x00007000    0x00000000
D:\Games & Stuff\Grand Theft Auto San Andreas\DllTricks.dll    33792    0x70D80000    0x0000D000    0x70D8147F
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.1110_none_c0da534e38c01f4d\COMCTL32.dll    568144    0x6BE20000    0x0008D000    0x6BE87340
D:\Games & Stuff\Grand Theft Auto San Andreas\CLEO.asi    334848    0x70D00000    0x0007B000    0x70D15676
D:\Games & Stuff\Grand Theft Auto San Andreas\BASS.dll    107584    0x11000000    0x0004D000    0x1104C036
C:\WINDOWS\SYSTEM32\MSACM32.dll    93472    0x702D0000    0x00019000    0x702D4420
C:\WINDOWS\SYSTEM32\winmmbase.dll    110720    0x702B0000    0x0001D000    0x702C3850
D:\Games & Stuff\Grand Theft Auto San Andreas\cleo\CLEO+.cleo    565224    0x70200000    0x000AD000    0x70242F0E
D:\Games & Stuff\Grand Theft Auto San Andreas\cleo\FileSystemOperations.cleo    98304    0x701E0000    0x0001C000    0x701E1A5A
D:\Games & Stuff\Grand Theft Auto San Andreas\cleo\IniFiles.cleo    110080    0x701C0000    0x0001F000    0x701C1971
D:\Games & Stuff\Grand Theft Auto San Andreas\cleo\IntOperations.cleo    76800    0x701A0000    0x00017000    0x701A16A4
D:\Games & Stuff\Grand Theft Auto San Andreas\III.VC.SA.WindowedMode.asi    245760    0x70150000    0x00041000    0x7015CB14
D:\Games & Stuff\Grand Theft Auto San Andreas\ImVehFt.asi    247296    0x6FF40000    0x00043000    0x6FF51210
C:\WINDOWS\SYSTEM32\d3dx9_43.dll    1998168    0x6C500000    0x001FF000    0x6C6BEC0D
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader.asi    700928    0x6C440000    0x000B2000    0x6C494637
C:\WINDOWS\SYSTEM32\dbghelp.dll    1494016    0x74CF0000    0x00188000    0x74D28B70
D:\Games & Stuff\Grand Theft Auto San Andreas\SilentPatchSA.asi    282624    0x6C3F0000    0x00049000    0x6C411860
D:\Games & Stuff\Grand Theft Auto San Andreas\_noDEP.asi    69632    0x70130000    0x00016000    0x701311A3
D:\Games & Stuff\Grand Theft Auto San Andreas\scripts\GInputSA.asi    241664    0x6C3A0000    0x00041000    0x6C3B7C5B
C:\WINDOWS\SYSTEM32\XINPUT1_3.dll    81768    0x03C70000    0x00016000    0x03C7801F
C:\WINDOWS\SYSTEM32\windows.storage.dll    6360648    0x73900000    0x00608000    0x73ADB310
C:\WINDOWS\SYSTEM32\Wldp.dll    139960    0x753D0000    0x00024000    0x753D85A0
C:\WINDOWS\System32\SHCORE.dll    548528    0x75E40000    0x00087000    0x75E82CA0
C:\WINDOWS\SYSTEM32\profapi.dll    89360    0x74E90000    0x00018000    0x74E9A250
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.asi.dll    285184    0x6B300000    0x0004A000    0x6B31F29F
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.bank.dll    293888    0x6B2B0000    0x0004F000    0x6B2CE5D7
C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL    31528    0x757E0000    0x0000A000    0x757E2A60
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.data.dll    3527680    0x6AF40000    0x00364000    0x6B163D47
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.fx.dll    399872    0x6AED0000    0x00067000    0x6AEFE370
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.movies.dll    174080    0x6FF10000    0x00030000    0x6FF1F2F3
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.scm.dll    174080    0x6C370000    0x00030000    0x6C37F18D
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.sprites.dll    482304    0x6AE50000    0x0007B000    0x6AE8014A
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.stream.dll    584192    0x6ADB0000    0x00094000    0x6ADF6ECA
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.text.dll    206336    0x6AD70000    0x00037000    0x6AD82BCE
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.tracks.dll    212992    0x6AD30000    0x00039000    0x6AD452EA
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\skygfx\skygfx.asi    318464    0x6AC80000    0x000B0000    0x6AC9C60C
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\mixsets\mixsets.asi    526336    0x6ABF0000    0x00086000    0x6AC2429E
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\rundll32 fix\rundll32exefix.asi    11264    0x70CF0000    0x00007000    0x70CF1C18
C:\WINDOWS\SYSTEM32\MSVCR100.dll    773968    0x6AB30000    0x000BF000    0x6AB41DFC
C:\WINDOWS\SYSTEM32\MSVCP100.dll    421200    0x6AAC0000    0x00069000    0x6AAF3CF4
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\frameratevigilante\frameratevigilante.sa.asi    254440    0x6AA70000    0x00042000    0x6AA7CA94
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\widescreen fix by thirteenag\gtasa.widescreenfix.asi    325120    0x6AA10000    0x00054000    0x6AA25221
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\widescreen hor+ support by wesser\wshps.asi    130048    0x6A9E0000    0x00024000    0x6A9EB55C
C:\WINDOWS\system32\uxtheme.dll    454656    0x74510000    0x00074000    0x74547470
C:\WINDOWS\SYSTEM32\DDRAW.dll    527360    0x6A8F0000    0x000E9000    0x6A9012A0
C:\WINDOWS\SYSTEM32\kernel.appcore.dll    52672    0x757A0000    0x0000F000    0x757A47E0
C:\WINDOWS\SYSTEM32\DCIMAN32.dll    11776    0x70120000    0x00007000    0x70122020
C:\WINDOWS\SYSTEM32\dxgi.dll    787624    0x6A820000    0x000C3000    0x6A854840
C:\WINDOWS\SYSTEM32\dxcore.dll    163216    0x67AC0000    0x0002C000    0x67ADA570
C:\WINDOWS\System32\bcryptPrimitives.dll    383784    0x760C0000    0x0005F000    0x760F3650
C:\WINDOWS\SYSTEM32\DSOUND.dll    493056    0x6A7A0000    0x0007F000    0x6A7CF300
C:\WINDOWS\SYSTEM32\powrprof.dll    268080    0x752F0000    0x00044000    0x752F6ED0
C:\WINDOWS\SYSTEM32\UMPDC.dll    47472    0x75740000    0x0000D000    0x75747560
C:\WINDOWS\System32\clbcatq.dll    504552    0x77650000    0x0007E000    0x776BBD50
C:\WINDOWS\System32\MMDevApi.dll    421496    0x6A730000    0x0006B000    0x6A755E60
C:\WINDOWS\System32\DEVOBJ.dll    166304    0x74FF0000    0x0002B000    0x74FFB280
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL    1258256    0x6A5F0000    0x00136000    0x6A6330A0
C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll    52664    0x6C360000    0x0000F000    0x6C3642F0
C:\WINDOWS\System32\MSCTF.dll    858880    0x75990000    0x000D3000    0x759DDFC0
C:\WINDOWS\SYSTEM32\DINPUT8.dll    171008    0x6A5B0000    0x00037000    0x6A5B7F90
C:\WINDOWS\SYSTEM32\inputhost.dll    967912    0x6A4C0000    0x000ED000    0x6A585F50
C:\WINDOWS\SYSTEM32\wintypes.dll    896096    0x6C810000    0x000DB000    0x6C888590
C:\WINDOWS\SYSTEM32\PROPSYS.dll    791808    0x6BEB0000    0x000C2000    0x6BF10DA0
C:\WINDOWS\SYSTEM32\CoreMessaging.dll    630592    0x6A420000    0x0009B000    0x6A480F00
C:\WINDOWS\SYSTEM32\CoreUIComponents.dll    2621720    0x6A1A0000    0x0027E000    0x6A1FE960
C:\WINDOWS\SYSTEM32\ntmarta.dll    152904    0x75340000    0x00029000    0x75347E90
C:\WINDOWS\SYSTEM32\HID.DLL    25600    0x6A190000    0x0000A000    0x6A191BB0
C:\WINDOWS\System32\WINTRUST.dll    289192    0x75B60000    0x00047000    0x75B75A40
C:\WINDOWS\System32\CRYPT32.dll    1013352    0x768B0000    0x000FA000    0x76905030
C:\WINDOWS\SYSTEM32\MSASN1.dll    50616    0x75790000    0x0000E000    0x75795690
C:\WINDOWS\SYSTEM32\d3d9.dll    1618168    0x6A000000    0x0018F000    0x6A077400
C:\WINDOWS\SYSTEM32\dwmapi.dll    138936    0x69FD0000    0x00026000    0x69FD6050
C:\WINDOWS\System32\DriverStore\FileRepository\nvaewu.inf_amd64_8cbfa7509ac4e6cb\nvd3dum.dll    14767816    0x69200000    0x00DCD000    0x698D4B90
C:\WINDOWS\SYSTEM32\VERSION.dll    27320    0x75920000    0x00008000    0x75921800
C:\WINDOWS\SYSTEM32\igdumdim32.dll    38561040    0x0A960000    0x02454000    0x0AA9A9B0
C:\WINDOWS\SYSTEM32\igdusc32.dll    5084944    0x68930000    0x008CA000    0x689AE092
C:\WINDOWS\SYSTEM32\textinputframework.dll    753592    0x68870000    0x000B9000    0x688B0690
C:\Program Files (x86)\Steam\steamclient.dll    18797928    0x64430000    0x0122E000    0x64FCFD52
C:\WINDOWS\System32\imagehlp.dll    95496    0x76C00000    0x00019000    0x76C06560
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL    196784    0x75750000    0x00032000    0x7575C340
C:\WINDOWS\SYSTEM32\MSWSOCK.dll    324416    0x74F80000    0x00052000    0x74F8A0A0
C:\Program Files (x86)\Steam\vstdlib_s.dll    393064    0x68800000    0x00063000    0x6881E530
C:\Program Files (x86)\Steam\tier0_s.dll    344936    0x68760000    0x00099000    0x6877A0AC
C:\WINDOWS\SYSTEM32\Secur32.dll    23040    0x68750000    0x0000A000    0x68751820
C:\WINDOWS\SYSTEM32\SSPICLI.DLL    123480    0x75370000    0x00021000    0x7537CA40
C:\Program Files (x86)\Steam\steam.dll    502120    0x68670000    0x000D4000    0x686A21CE
C:\Windows\System32\quartz.dll    1470976    0x684D0000    0x0019A000    0x684FB160
C:\Windows\System32\devenum.dll    93960    0x684B0000    0x00018000    0x684C0D60
C:\WINDOWS\SYSTEM32\D3DIM700.DLL    388096    0x68440000    0x00063000    0x6848FEA0
C:\WINDOWS\SYSTEM32\wdmaud.drv    215040    0x683E0000    0x0003A000    0x683ECEA0
C:\WINDOWS\SYSTEM32\ksuser.dll    20328    0x683D0000    0x00007000    0x683D1EC0
C:\WINDOWS\SYSTEM32\AVRT.dll    27336    0x683C0000    0x00008000    0x683C1AA0
C:\WINDOWS\SYSTEM32\msacm32.drv    23552    0x683B0000    0x0000A000    0x683B4200
C:\WINDOWS\SYSTEM32\midimap.dll    18944    0x683A0000    0x00008000    0x683A1990
C:\WINDOWS\SYSTEM32\TextShaping.dll    611952    0x68300000    0x00094000    0x6838F1D0
C:\Windows\System32\Windows.UI.dll    998352    0x68200000    0x000F3000    0x6825B230
C:\Windows\System32\WindowManagementAPI.dll    468440    0x68180000    0x00073000    0x681DED80
C:\Windows\System32\twinapi.appcore.dll    1634208    0x6FF90000    0x0018F000    0x70013930
C:\WINDOWS\SYSTEM32\wmvcore.dll    2137248    0x67F70000    0x0020D000    0x67FADA40
C:\WINDOWS\SYSTEM32\WMASF.DLL    247344    0x67F30000    0x0003D000    0x67F65DC0
C:\WINDOWS\SYSTEM32\mfperfhelper.dll    1075528    0x67E20000    0x00106000    0x67F0C3B0
C:\WINDOWS\system32\mlang.dll    198656    0x67DE0000    0x00034000    0x67DF0580
Game terminated.

 

Edited by matherto
Link to comment
Share on other sites

4 hours ago, Kingrai15 said:

Somebody please tell me how I can use the audio loader to add car sounds for addon car mods please

Easy peasy

enable audio in fastman92limitAdjuster_GTASA.ini 

 

; Enable vehicle audio loader (0)
Enable vehicle audio loader = 1

 

then add the audio line of your added car in /data/gtasa_vehicleAudioSettings.cgf

 

; ----------------------------------- added vehicles -----------------------------------
; you will add entries of new vehicles probably here
;
; name                                      VehicleType   enginesounds  field_6   field_8      field_C      HornTon   HornHigh     DoorSound   field_19   RadioNum   RadioType   vehTypeForAudio   volumeIncrease
; A                                         B             C      D      E         F            G            H         I            J           K          L          M           N                 O
;
[here add your new line]

 

Link to comment
Share on other sites

If anyone is having crashes with SA Community Map Fixes, raise the number of object info entries.

 

Line 559 of fastman92limitAdjuster_GTASA.ini:

; Object info entries (160)
; Max number of object.dat entries.
; 5 first entries of array are reserved for hardcoded purpose.
Object info entries = 99999

 

And if you have a mod that changes the tracks.dat files, apply the coordinate limit patch to tracks.dat and raise that limit too.

 

Lines 167 and 170 of fastman92limitAdjuster_GTASA.ini:

; Apply tracks.dat coordinate limit patch (0)
Apply tracks.dat coordinate limit patch = 1

; Tracks.dat file size limit (46384)
Tracks.dat file size limit = 999999

 

This made my game much, much less prone to crashing.

Edited by Nico
Did you see the frightened ones? Did you hear the falling bombs? Did you ever wonder...

CslLPae.png

...why we had to run for shelter when the promise of a brave new world unfurled beneath a clear blue sky?
Link to comment
Share on other sites

Found a new crash after installing a few more mods, struggling to work out which mod is causing it. Please help.

Spoiler

Current process ID: 15556
Current thread ID: 11340
Last file to be loaded: models\effects.fxp
Last library loaded: C:\WINDOWS\system32\QuickTime.qts
Exception address: 0x00000000 (module not found)
Exception code: 0xC0000005 (EXCEPTION_ACCESS_VIOLATION)
Inaccessible memory address: 0x0

General registers:
EAX: 0x00000000 (0)
EBX: 0xFFFFFFFF (-1)
ECX: 0x0177E100 (24633600)
EDX: 0x00000000 (0)
ESI: 0x0177E164 (24633700)
EDI: 0x01A6FFDC (27721692)
EBP: 0x0177E140 (24633664)
ESP: 0x0177E0F0 (24633584)
EIP: 0x00000000 (0) [module not found]
EFL: 0x00010206 (66054)

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: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
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.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: -9800.000000 bytes: 00 00 00 00 00 00 20 99 0C C0
ST7: 109.000000 bytes: 00 00 00 00 00 00 00 DA 05 40
CTRL: 007F
STAT: 0030
TAGS: FFFF

MMX registers, 8 bytes:
MM0: 00 00 00 00 00 00 00 00
MM1: 00 00 00 00 00 00 00 80
MM2: 00 00 00 00 00 00 00 00
MM3: 00 00 00 00 00 00 00 00
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 20 99
MM7: 00 00 00 00 00 00 00 DA

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 0x177E0F0):
+0x000  74 51 DE 67  5E A4 1B 3C  90 DE A6 01  C8 FF A6 01
+0x010  F4 F7 E1 67  90 DE A6 01  00 10 00 00  EC E0 77 01
+0x020  6C 00 00 00  84 E1 77 01  70 07 3E 75  E6 79 9B C8
+0x030  FE FF FF FF  00 E1 77 01  2F E1 77 01  B8 07 00 00
+0x040  5E A4 1B 3C  50 E1 77 01  90 20 E1 67  01 00 00 00
+0x050  5C E1 77 01  3A 3D DE 67  42 A4 1B 3C  C8 FF A6 01
+0x060  50 E2 77 01  E8 1C E1 67  00 00 00 00  5C E2 77 01
+0x070  80 38 DE 67  C8 F7 E1 67  90 DE A6 01  89 AB 2A 77
+0x080  00 00 00 00  EC E1 77 01  50 E2 77 01  35 1D E1 67
+0x090  FF FF FF FF  5C E2 77 01  00 00 00 00  42 A7 1B 3C
+0x0A0  1C 00 A7 01  D4 E2 77 01  FF FF FF FF  0A 00 00 00
+0x0B0  5B 9A 82 00  0A 00 00 00  7B 9B 82 00  0C B1 86 00
+0x0C0  18 E4 77 01  90 2C 8E 00  90 2C 8E 00  02 00 00 00
+0x0D0  0B 00 00 00  0A 00 00 02  0A 00 00 00  00 00 00 00
+0x0E0  00 00 00 00  39 36 69 AD  0C E0 77 01  A4 5E 82 00
+0x0F0  EC EE 77 01  A4 5E 82 00  D8 84 88 00  90 DE A6 01
+0x100  08 42 9E 01  DC 20 82 00  08 E2 77 01  C8 F7 E1 67
+0x110  90 DE A6 01  D8 E2 77 01  E3 E2 77 01  01 00 00 00
+0x120  00 00 00 00  49 00 00 00  FB 5A 83 C3  1C 00 A7 01
+0x130  00 00 00 00  FF FF FF FF  00 20 19 C6  E1 1C 5C 00

base: 0x1580000   top: 0x177E0F0   bottom: 0x1780000

Module list
; Path    Module file size        Base    Size of image    Entry point
D:\Games & Stuff\Grand Theft Auto San Andreas\gta_sa.exe    14383616    0x00400000    0x01177000    0x00824570
C:\WINDOWS\SYSTEM32\ntdll.dll    1696760    0x77250000    0x001A3000    0x00000000
C:\WINDOWS\System32\KERNEL32.DLL    640800    0x75850000    0x000F0000    0x7586F640
C:\Program Files\AVAST Software\Avast\x86\aswhook.dll    67088    0x719A0000    0x00012000    0x719A9540
C:\WINDOWS\System32\KERNELBASE.dll    2183256    0x752B0000    0x00215000    0x753C5CD0
C:\WINDOWS\SYSTEM32\apphelp.dll    638464    0x74D20000    0x0009F000    0x74D586B0
C:\WINDOWS\SYSTEM32\AcLayers.DLL    381440    0x01B20000    0x00284000    0x01B3D2A0
C:\WINDOWS\System32\msvcrt.dll    775256    0x76AE0000    0x000BF000    0x76B15AC0
C:\WINDOWS\System32\USER32.dll    1696696    0x75100000    0x001A1000    0x7513F470
C:\WINDOWS\System32\win32u.dll    92960    0x75BC0000    0x00018000    0x00000000
C:\WINDOWS\System32\GDI32.dll    140976    0x77170000    0x00024000    0x771774A0
C:\WINDOWS\System32\gdi32full.dll    895040    0x76840000    0x000DC000    0x7689FE90
C:\WINDOWS\System32\msvcp_win.dll    495840    0x770F0000    0x0007B000    0x77107800
C:\WINDOWS\System32\ucrtbase.dll    1181208    0x75940000    0x00120000    0x7596BA30
C:\WINDOWS\System32\SHELL32.dll    6001232    0x761F0000    0x005B3000    0x7636BED0
C:\WINDOWS\System32\SHLWAPI.dll    275808    0x76F40000    0x00045000    0x76F57860
C:\WINDOWS\System32\OLEAUT32.dll    606888    0x756D0000    0x00096000    0x75705CD0
C:\WINDOWS\System32\combase.dll    2637704    0x76BB0000    0x00281000    0x76CEC040
C:\WINDOWS\System32\RPCRT4.dll    781432    0x76130000    0x000BF000    0x7616B120
C:\WINDOWS\System32\SETUPAPI.dll    4466160    0x75BE0000    0x0043C000    0x75C109E0
C:\WINDOWS\System32\cfgmgr32.dll    236536    0x76020000    0x0003B000    0x7602D450
C:\WINDOWS\System32\bcrypt.dll    96032    0x769D0000    0x00019000    0x769D93E0
C:\WINDOWS\SYSTEM32\MPR.dll    93488    0x750E0000    0x00019000    0x750E3540
C:\WINDOWS\SYSTEM32\sfc.dll    11272    0x66680000    0x00003000    0x00000000
C:\WINDOWS\SYSTEM32\WINSPOOL.DRV    426496    0x74CB0000    0x0006D000    0x74CC74C0
C:\WINDOWS\SYSTEM32\sfc_os.DLL    50104    0x750D0000    0x0000F000    0x750D5D70
C:\WINDOWS\System32\IMM32.DLL    143056    0x76810000    0x00025000    0x76814410
C:\WINDOWS\System32\WS2_32.dll    397728    0x77080000    0x00063000    0x77084B40
C:\WINDOWS\System32\ADVAPI32.dll    489656    0x76E40000    0x0007A000    0x76E51E00
C:\WINDOWS\System32\sechost.dll    475712    0x76060000    0x00075000    0x76080070
C:\WINDOWS\System32\ole32.dll    926560    0x76F90000    0x000E3000    0x76FBC8F0
C:\WINDOWS\SYSTEM32\WINMM.dll    149272    0x72300000    0x00028000    0x723055B0
D:\Games & Stuff\Grand Theft Auto San Andreas\vorbisfile.dll    53760    0x750B0000    0x00011000    0x750B1A0B
D:\Games & Stuff\Grand Theft Auto San Andreas\EAX.DLL    188416    0x10000000    0x00030000    0x1001A472
D:\Games & Stuff\Grand Theft Auto San Andreas\vorbishooked.DLL    65536    0x01870000    0x00011000    0x01874C98
D:\Games & Stuff\Grand Theft Auto San Andreas\ogg.dll    36864    0x001F0000    0x00009000    0x001F302E
D:\Games & Stuff\Grand Theft Auto San Andreas\vorbis.dll    1060864    0x03B50000    0x00108000    0x03B63F7C
D:\Games & Stuff\Grand Theft Auto San Andreas\$fastman92limitAdjuster.asi    11247616    0x68920000    0x00AC4000    0x68A29717
C:\WINDOWS\System32\PSAPI.DLL    17016    0x76BA0000    0x00006000    0x76BA14D0
D:\Games & Stuff\Grand Theft Auto San Andreas\zlib1.dll    74752    0x75090000    0x00016000    0x7509C2A7
D:\Games & Stuff\Grand Theft Auto San Andreas\DllTricks.dll    33792    0x74760000    0x0000D000    0x7476147F
D:\Games & Stuff\Grand Theft Auto San Andreas\MinHook.x86.dll    14848    0x72D00000    0x00007000    0x00000000
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.1110_none_c0da534e38c01f4d\COMCTL32.dll    568144    0x693F0000    0x0008D000    0x69457340
C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll    76152    0x71B10000    0x00014000    0x71B1E4D0
D:\Games & Stuff\Grand Theft Auto San Andreas\CLEO.asi    324096    0x70D80000    0x00079000    0x70D953C0
D:\Games & Stuff\Grand Theft Auto San Andreas\BASS.dll    107584    0x11000000    0x0004D000    0x1104C036
C:\WINDOWS\SYSTEM32\MSACM32.dll    93472    0x71AF0000    0x00019000    0x71AF4420
C:\WINDOWS\SYSTEM32\winmmbase.dll    110720    0x71AD0000    0x0001D000    0x71AE3850
D:\Games & Stuff\Grand Theft Auto San Andreas\cleo\CLEO+.cleo    565224    0x70CD0000    0x000AD000    0x70D12F0E
D:\Games & Stuff\Grand Theft Auto San Andreas\cleo\FileSystemOperations.cleo    98304    0x71AB0000    0x0001C000    0x71AB1A5A
D:\Games & Stuff\Grand Theft Auto San Andreas\cleo\IniFiles.cleo    110080    0x71870000    0x0001F000    0x71871971
D:\Games & Stuff\Grand Theft Auto San Andreas\cleo\IntOperations.cleo    76800    0x70CB0000    0x00017000    0x70CB16A4
D:\Games & Stuff\Grand Theft Auto San Andreas\CrashInfo.SA.asi    462824    0x70C30000    0x00075000    0x70C59DDF
C:\WINDOWS\SYSTEM32\dbghelp.dll    1494016    0x72980000    0x00188000    0x729B8B70
D:\Games & Stuff\Grand Theft Auto San Andreas\libcurl.dll    426496    0x6F0B0000    0x0006B000    0x6F10233F
C:\WINDOWS\System32\WLDAP32.dll    334848    0x75B60000    0x00057000    0x75B77C80
C:\WINDOWS\System32\CRYPT32.dll    1013352    0x75A60000    0x000FA000    0x75AB5030
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_a8625c1886757984\COMCTL32.dll    2152264    0x696E0000    0x00210000    0x697654E0
D:\Games & Stuff\Grand Theft Auto San Andreas\III.VC.SA.WindowedMode.asi    245760    0x70BE0000    0x00041000    0x70BECB14
D:\Games & Stuff\Grand Theft Auto San Andreas\ImVehFt.asi    247296    0x6F060000    0x00043000    0x6F071210
C:\WINDOWS\SYSTEM32\d3dx9_43.dll    1998168    0x68720000    0x001FF000    0x688DEC0D
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader.asi    700928    0x6EFA0000    0x000B2000    0x6EFF4637
D:\Games & Stuff\Grand Theft Auto San Andreas\SilentPatchSA.asi    282624    0x6EF50000    0x00049000    0x6EF71860
D:\Games & Stuff\Grand Theft Auto San Andreas\timecycle24.asi    86016    0x6EF20000    0x00021000    0x6EF22E05
C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL    31528    0x74710000    0x0000A000    0x74712A60
D:\Games & Stuff\Grand Theft Auto San Andreas\_noDEP.asi    69632    0x696C0000    0x00016000    0x696C11A3
D:\Games & Stuff\Grand Theft Auto San Andreas\scripts\GInputSA.asi    241664    0x69670000    0x00041000    0x69687C5B
C:\WINDOWS\SYSTEM32\XINPUT1_3.dll    81768    0x03E50000    0x00016000    0x03E5801F
C:\WINDOWS\SYSTEM32\windows.storage.dll    6360648    0x740F0000    0x00608000    0x742CB310
C:\WINDOWS\SYSTEM32\Wldp.dll    139960    0x740C0000    0x00024000    0x740C85A0
C:\WINDOWS\System32\SHCORE.dll    548528    0x769F0000    0x00087000    0x76A32CA0
C:\WINDOWS\SYSTEM32\profapi.dll    89360    0x71C60000    0x00018000    0x71C6A250
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.asi.dll    285184    0x69620000    0x0004A000    0x6963F29F
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.bank.dll    293888    0x695D0000    0x0004F000    0x695EE5D7
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.data.dll    3527680    0x683B0000    0x00364000    0x685D3D47
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.fx.dll    399872    0x69560000    0x00067000    0x6958E370
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.movies.dll    174080    0x68380000    0x00030000    0x6838F2F3
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.scm.dll    174080    0x68350000    0x00030000    0x6835F18D
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.sprites.dll    482304    0x682D0000    0x0007B000    0x6830014A
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.stream.dll    584192    0x68230000    0x00094000    0x68276ECA
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.text.dll    206336    0x681F0000    0x00037000    0x68202BCE
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.tracks.dll    212992    0x681B0000    0x00039000    0x681C52EA
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\rosa project evolved\scripts\imglimitadjuster.asi    97280    0x04050000    0x00023000    0x040639B8
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\skygfx\skygfx.asi    318464    0x68100000    0x000B0000    0x6811C60C
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\mixsets\mixsets.asi    526336    0x68070000    0x00086000    0x680A429E
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\pedfuncs\pedfuncs.asi    362984    0x67FF0000    0x0007B000    0x6800A323
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\vehfuncs\gsx.asi    336384    0x67F90000    0x00056000    0x67FA9652
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\vehfuncs\vehfuncs.asi    524136    0x67EE0000    0x000A1000    0x67F190E0
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\vehicles\phoenix\scripts\additionalcomponents.asi    637952    0x67E30000    0x000A2000    0x67E6F59F
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\vehicles\phoenix\scripts\speedo.asi    292352    0x67DE0000    0x0004D000    0x67DF066F
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\vehicles\phoenix\scripts\steering_wheel.asi    135680    0x67DB0000    0x00026000    0x67DB4F66
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\project2dfx\iii.vc.sa.limitadjuster.asi    392192    0x67D40000    0x00065000    0x67D78EFE
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\project2dfx\salodlights.asi    359424    0x67CD0000    0x00063000    0x67CE99AA
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\rundll32 fix\rundll32exefix.asi    11264    0x72CF0000    0x00007000    0x72CF1C18
C:\WINDOWS\SYSTEM32\MSVCP100.dll    421200    0x67C60000    0x00069000    0x67C93CF4
C:\WINDOWS\SYSTEM32\MSVCR100.dll    773968    0x67BA0000    0x000BF000    0x67BB1DFC
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\project props\files\projectprops.asi    276992    0x67B50000    0x00048000    0x67B623B2
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\real traffic fix\realtrafficfix.sa.asi    383384    0x67AD0000    0x0007E000    0x67AEB7D1
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\mobile font fixed\mobilesubtitles.asi    76800    0x67AB0000    0x00018000    0x67AB23EC
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\frameratevigilante\frameratevigilante.sa.asi    254440    0x67A60000    0x00042000    0x67A6CA94
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\universal vehicle lights\universalvehiclelights.asi    217088    0x67A20000    0x00039000    0x67A2BF79
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\widescreen fix by thirteenag\gtasa.widescreenfix.asi    325120    0x679C0000    0x00054000    0x679D5221
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\widescreen hor+ support by wesser\wshps.asi    130048    0x67990000    0x00024000    0x6799B55C
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\proper fixes\skygfxwarning.asi    141720    0x67960000    0x00026000    0x67964043
C:\WINDOWS\system32\uxtheme.dll    454656    0x74C30000    0x00074000    0x74C67470
C:\WINDOWS\SYSTEM32\DDRAW.dll    527360    0x67870000    0x000E9000    0x678812A0
C:\WINDOWS\SYSTEM32\kernel.appcore.dll    52672    0x75000000    0x0000F000    0x750047E0
C:\WINDOWS\SYSTEM32\DCIMAN32.dll    11776    0x72CB0000    0x00007000    0x72CB2020
C:\WINDOWS\SYSTEM32\dxgi.dll    787624    0x677A0000    0x000C3000    0x677D4840
C:\WINDOWS\SYSTEM32\dxcore.dll    163216    0x64A40000    0x0002C000    0x64A5A570
C:\WINDOWS\System32\bcryptPrimitives.dll    383784    0x76A80000    0x0005F000    0x76AB3650
C:\WINDOWS\SYSTEM32\DSOUND.dll    493056    0x67720000    0x0007F000    0x6774F300
C:\WINDOWS\SYSTEM32\powrprof.dll    268080    0x722B0000    0x00044000    0x722B6ED0
C:\WINDOWS\SYSTEM32\UMPDC.dll    47472    0x722A0000    0x0000D000    0x722A7560
C:\WINDOWS\System32\clbcatq.dll    504552    0x76EC0000    0x0007E000    0x76F2BD50
C:\WINDOWS\System32\MMDevApi.dll    421496    0x676B0000    0x0006B000    0x676D5E60
C:\WINDOWS\System32\DEVOBJ.dll    166304    0x72CC0000    0x0002B000    0x72CCB280
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL    1258256    0x67570000    0x00136000    0x675B30A0
C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll    52664    0x719C0000    0x0000F000    0x719C42F0
C:\WINDOWS\System32\MSCTF.dll    858880    0x75770000    0x000D3000    0x757BDFC0
C:\WINDOWS\SYSTEM32\DINPUT8.dll    171008    0x67530000    0x00037000    0x67537F90
C:\WINDOWS\SYSTEM32\inputhost.dll    967912    0x67440000    0x000ED000    0x67505F50
C:\WINDOWS\SYSTEM32\wintypes.dll    896096    0x6AD70000    0x000DB000    0x6ADE8590
C:\WINDOWS\SYSTEM32\PROPSYS.dll    791808    0x69480000    0x000C2000    0x694E0DA0
C:\WINDOWS\SYSTEM32\CoreMessaging.dll    630592    0x673A0000    0x0009B000    0x67400F00
C:\WINDOWS\SYSTEM32\CoreUIComponents.dll    2621720    0x67120000    0x0027E000    0x6717E960
C:\WINDOWS\SYSTEM32\ntmarta.dll    152904    0x72B10000    0x00029000    0x72B17E90
C:\WINDOWS\SYSTEM32\HID.DLL    25600    0x71990000    0x0000A000    0x71991BB0
C:\WINDOWS\System32\WINTRUST.dll    289192    0x760E0000    0x00047000    0x760F5A40
C:\WINDOWS\SYSTEM32\MSASN1.dll    50616    0x74700000    0x0000E000    0x74705690
C:\WINDOWS\SYSTEM32\d3d9.dll    1618168    0x66F90000    0x0018F000    0x67007400
C:\WINDOWS\SYSTEM32\dwmapi.dll    138936    0x66F60000    0x00026000    0x66F66050
C:\WINDOWS\System32\DriverStore\FileRepository\nvaewu.inf_amd64_8cbfa7509ac4e6cb\nvd3dum.dll    14767816    0x0B5E0000    0x00DCD000    0x0BCB4B90
C:\WINDOWS\SYSTEM32\VERSION.dll    27320    0x74FF0000    0x00008000    0x74FF1800
C:\WINDOWS\SYSTEM32\igdumdim32.dll    38561040    0x625E0000    0x02454000    0x6271A9B0
C:\WINDOWS\SYSTEM32\igdusc32.dll    5084944    0x658C0000    0x008CA000    0x6593E092
C:\WINDOWS\SYSTEM32\textinputframework.dll    753592    0x65800000    0x000B9000    0x65840690
C:\Program Files (x86)\Steam\steamclient.dll    18797928    0x613B0000    0x0122E000    0x61F4FD52
C:\WINDOWS\System32\imagehlp.dll    95496    0x77200000    0x00019000    0x77206560
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL    196784    0x72C70000    0x00032000    0x72C7C340
C:\WINDOWS\SYSTEM32\MSWSOCK.dll    324416    0x71DC0000    0x00052000    0x71DCA0A0
C:\Program Files (x86)\Steam\tier0_s.dll    344936    0x65760000    0x00099000    0x6577A0AC
C:\Program Files (x86)\Steam\vstdlib_s.dll    393064    0x656F0000    0x00063000    0x6570E530
C:\WINDOWS\SYSTEM32\Secur32.dll    23040    0x6EF10000    0x0000A000    0x6EF11820
C:\WINDOWS\SYSTEM32\SSPICLI.DLL    123480    0x72B40000    0x00021000    0x72B4CA40
C:\Program Files (x86)\Steam\steam.dll    502120    0x65610000    0x000D4000    0x656421CE
C:\Windows\System32\quartz.dll    1470976    0x65470000    0x0019A000    0x6549B160
C:\Windows\System32\devenum.dll    93960    0x65450000    0x00018000    0x65460D60
C:\WINDOWS\SYSTEM32\D3DIM700.DLL    388096    0x653E0000    0x00063000    0x6542FEA0
C:\WINDOWS\SYSTEM32\wdmaud.drv    215040    0x65380000    0x0003A000    0x6538CEA0
C:\WINDOWS\SYSTEM32\ksuser.dll    20328    0x69550000    0x00007000    0x69551EC0
C:\WINDOWS\SYSTEM32\AVRT.dll    27336    0x65370000    0x00008000    0x65371AA0
C:\WINDOWS\SYSTEM32\msacm32.drv    23552    0x65360000    0x0000A000    0x65364200
C:\WINDOWS\SYSTEM32\midimap.dll    18944    0x65350000    0x00008000    0x65351990
C:\WINDOWS\SYSTEM32\TextShaping.dll    611952    0x652B0000    0x00094000    0x6533F1D0
C:\Windows\System32\Windows.UI.dll    998352    0x651B0000    0x000F3000    0x6520B230
C:\Windows\System32\WindowManagementAPI.dll    468440    0x65130000    0x00073000    0x6518ED80
C:\Windows\System32\twinapi.appcore.dll    1634208    0x6AE50000    0x0018F000    0x6AED3930
C:\WINDOWS\SYSTEM32\wmvcore.dll    2137248    0x64F20000    0x0020D000    0x64F5DA40
C:\WINDOWS\SYSTEM32\WMASF.DLL    247344    0x64EE0000    0x0003D000    0x64F15DC0
C:\WINDOWS\SYSTEM32\mfperfhelper.dll    1075528    0x64DD0000    0x00106000    0x64EBC3B0
C:\WINDOWS\system32\mlang.dll    198656    0x64D90000    0x00034000    0x64DA0580
Game terminated.

 

Link to comment
Share on other sites

22 hours ago, matherto said:

Found a new crash after installing a few more mods, struggling to work out which mod is causing it. Please help.

  Reveal hidden contents

Current process ID: 15556
Current thread ID: 11340
Last file to be loaded: models\effects.fxp
Last library loaded: C:\WINDOWS\system32\QuickTime.qts
Exception address: 0x00000000 (module not found)
Exception code: 0xC0000005 (EXCEPTION_ACCESS_VIOLATION)
Inaccessible memory address: 0x0

General registers:
EAX: 0x00000000 (0)
EBX: 0xFFFFFFFF (-1)
ECX: 0x0177E100 (24633600)
EDX: 0x00000000 (0)
ESI: 0x0177E164 (24633700)
EDI: 0x01A6FFDC (27721692)
EBP: 0x0177E140 (24633664)
ESP: 0x0177E0F0 (24633584)
EIP: 0x00000000 (0) [module not found]
EFL: 0x00010206 (66054)

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: 1.000000 bytes: 00 00 00 00 00 00 00 80 FF 3F
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.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: -9800.000000 bytes: 00 00 00 00 00 00 20 99 0C C0
ST7: 109.000000 bytes: 00 00 00 00 00 00 00 DA 05 40
CTRL: 007F
STAT: 0030
TAGS: FFFF

MMX registers, 8 bytes:
MM0: 00 00 00 00 00 00 00 00
MM1: 00 00 00 00 00 00 00 80
MM2: 00 00 00 00 00 00 00 00
MM3: 00 00 00 00 00 00 00 00
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 20 99
MM7: 00 00 00 00 00 00 00 DA

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 0x177E0F0):
+0x000  74 51 DE 67  5E A4 1B 3C  90 DE A6 01  C8 FF A6 01
+0x010  F4 F7 E1 67  90 DE A6 01  00 10 00 00  EC E0 77 01
+0x020  6C 00 00 00  84 E1 77 01  70 07 3E 75  E6 79 9B C8
+0x030  FE FF FF FF  00 E1 77 01  2F E1 77 01  B8 07 00 00
+0x040  5E A4 1B 3C  50 E1 77 01  90 20 E1 67  01 00 00 00
+0x050  5C E1 77 01  3A 3D DE 67  42 A4 1B 3C  C8 FF A6 01
+0x060  50 E2 77 01  E8 1C E1 67  00 00 00 00  5C E2 77 01
+0x070  80 38 DE 67  C8 F7 E1 67  90 DE A6 01  89 AB 2A 77
+0x080  00 00 00 00  EC E1 77 01  50 E2 77 01  35 1D E1 67
+0x090  FF FF FF FF  5C E2 77 01  00 00 00 00  42 A7 1B 3C
+0x0A0  1C 00 A7 01  D4 E2 77 01  FF FF FF FF  0A 00 00 00
+0x0B0  5B 9A 82 00  0A 00 00 00  7B 9B 82 00  0C B1 86 00
+0x0C0  18 E4 77 01  90 2C 8E 00  90 2C 8E 00  02 00 00 00
+0x0D0  0B 00 00 00  0A 00 00 02  0A 00 00 00  00 00 00 00
+0x0E0  00 00 00 00  39 36 69 AD  0C E0 77 01  A4 5E 82 00
+0x0F0  EC EE 77 01  A4 5E 82 00  D8 84 88 00  90 DE A6 01
+0x100  08 42 9E 01  DC 20 82 00  08 E2 77 01  C8 F7 E1 67
+0x110  90 DE A6 01  D8 E2 77 01  E3 E2 77 01  01 00 00 00
+0x120  00 00 00 00  49 00 00 00  FB 5A 83 C3  1C 00 A7 01
+0x130  00 00 00 00  FF FF FF FF  00 20 19 C6  E1 1C 5C 00

base: 0x1580000   top: 0x177E0F0   bottom: 0x1780000

Module list
; Path    Module file size        Base    Size of image    Entry point
D:\Games & Stuff\Grand Theft Auto San Andreas\gta_sa.exe    14383616    0x00400000    0x01177000    0x00824570
C:\WINDOWS\SYSTEM32\ntdll.dll    1696760    0x77250000    0x001A3000    0x00000000
C:\WINDOWS\System32\KERNEL32.DLL    640800    0x75850000    0x000F0000    0x7586F640
C:\Program Files\AVAST Software\Avast\x86\aswhook.dll    67088    0x719A0000    0x00012000    0x719A9540
C:\WINDOWS\System32\KERNELBASE.dll    2183256    0x752B0000    0x00215000    0x753C5CD0
C:\WINDOWS\SYSTEM32\apphelp.dll    638464    0x74D20000    0x0009F000    0x74D586B0
C:\WINDOWS\SYSTEM32\AcLayers.DLL    381440    0x01B20000    0x00284000    0x01B3D2A0
C:\WINDOWS\System32\msvcrt.dll    775256    0x76AE0000    0x000BF000    0x76B15AC0
C:\WINDOWS\System32\USER32.dll    1696696    0x75100000    0x001A1000    0x7513F470
C:\WINDOWS\System32\win32u.dll    92960    0x75BC0000    0x00018000    0x00000000
C:\WINDOWS\System32\GDI32.dll    140976    0x77170000    0x00024000    0x771774A0
C:\WINDOWS\System32\gdi32full.dll    895040    0x76840000    0x000DC000    0x7689FE90
C:\WINDOWS\System32\msvcp_win.dll    495840    0x770F0000    0x0007B000    0x77107800
C:\WINDOWS\System32\ucrtbase.dll    1181208    0x75940000    0x00120000    0x7596BA30
C:\WINDOWS\System32\SHELL32.dll    6001232    0x761F0000    0x005B3000    0x7636BED0
C:\WINDOWS\System32\SHLWAPI.dll    275808    0x76F40000    0x00045000    0x76F57860
C:\WINDOWS\System32\OLEAUT32.dll    606888    0x756D0000    0x00096000    0x75705CD0
C:\WINDOWS\System32\combase.dll    2637704    0x76BB0000    0x00281000    0x76CEC040
C:\WINDOWS\System32\RPCRT4.dll    781432    0x76130000    0x000BF000    0x7616B120
C:\WINDOWS\System32\SETUPAPI.dll    4466160    0x75BE0000    0x0043C000    0x75C109E0
C:\WINDOWS\System32\cfgmgr32.dll    236536    0x76020000    0x0003B000    0x7602D450
C:\WINDOWS\System32\bcrypt.dll    96032    0x769D0000    0x00019000    0x769D93E0
C:\WINDOWS\SYSTEM32\MPR.dll    93488    0x750E0000    0x00019000    0x750E3540
C:\WINDOWS\SYSTEM32\sfc.dll    11272    0x66680000    0x00003000    0x00000000
C:\WINDOWS\SYSTEM32\WINSPOOL.DRV    426496    0x74CB0000    0x0006D000    0x74CC74C0
C:\WINDOWS\SYSTEM32\sfc_os.DLL    50104    0x750D0000    0x0000F000    0x750D5D70
C:\WINDOWS\System32\IMM32.DLL    143056    0x76810000    0x00025000    0x76814410
C:\WINDOWS\System32\WS2_32.dll    397728    0x77080000    0x00063000    0x77084B40
C:\WINDOWS\System32\ADVAPI32.dll    489656    0x76E40000    0x0007A000    0x76E51E00
C:\WINDOWS\System32\sechost.dll    475712    0x76060000    0x00075000    0x76080070
C:\WINDOWS\System32\ole32.dll    926560    0x76F90000    0x000E3000    0x76FBC8F0
C:\WINDOWS\SYSTEM32\WINMM.dll    149272    0x72300000    0x00028000    0x723055B0
D:\Games & Stuff\Grand Theft Auto San Andreas\vorbisfile.dll    53760    0x750B0000    0x00011000    0x750B1A0B
D:\Games & Stuff\Grand Theft Auto San Andreas\EAX.DLL    188416    0x10000000    0x00030000    0x1001A472
D:\Games & Stuff\Grand Theft Auto San Andreas\vorbishooked.DLL    65536    0x01870000    0x00011000    0x01874C98
D:\Games & Stuff\Grand Theft Auto San Andreas\ogg.dll    36864    0x001F0000    0x00009000    0x001F302E
D:\Games & Stuff\Grand Theft Auto San Andreas\vorbis.dll    1060864    0x03B50000    0x00108000    0x03B63F7C
D:\Games & Stuff\Grand Theft Auto San Andreas\$fastman92limitAdjuster.asi    11247616    0x68920000    0x00AC4000    0x68A29717
C:\WINDOWS\System32\PSAPI.DLL    17016    0x76BA0000    0x00006000    0x76BA14D0
D:\Games & Stuff\Grand Theft Auto San Andreas\zlib1.dll    74752    0x75090000    0x00016000    0x7509C2A7
D:\Games & Stuff\Grand Theft Auto San Andreas\DllTricks.dll    33792    0x74760000    0x0000D000    0x7476147F
D:\Games & Stuff\Grand Theft Auto San Andreas\MinHook.x86.dll    14848    0x72D00000    0x00007000    0x00000000
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.1110_none_c0da534e38c01f4d\COMCTL32.dll    568144    0x693F0000    0x0008D000    0x69457340
C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll    76152    0x71B10000    0x00014000    0x71B1E4D0
D:\Games & Stuff\Grand Theft Auto San Andreas\CLEO.asi    324096    0x70D80000    0x00079000    0x70D953C0
D:\Games & Stuff\Grand Theft Auto San Andreas\BASS.dll    107584    0x11000000    0x0004D000    0x1104C036
C:\WINDOWS\SYSTEM32\MSACM32.dll    93472    0x71AF0000    0x00019000    0x71AF4420
C:\WINDOWS\SYSTEM32\winmmbase.dll    110720    0x71AD0000    0x0001D000    0x71AE3850
D:\Games & Stuff\Grand Theft Auto San Andreas\cleo\CLEO+.cleo    565224    0x70CD0000    0x000AD000    0x70D12F0E
D:\Games & Stuff\Grand Theft Auto San Andreas\cleo\FileSystemOperations.cleo    98304    0x71AB0000    0x0001C000    0x71AB1A5A
D:\Games & Stuff\Grand Theft Auto San Andreas\cleo\IniFiles.cleo    110080    0x71870000    0x0001F000    0x71871971
D:\Games & Stuff\Grand Theft Auto San Andreas\cleo\IntOperations.cleo    76800    0x70CB0000    0x00017000    0x70CB16A4
D:\Games & Stuff\Grand Theft Auto San Andreas\CrashInfo.SA.asi    462824    0x70C30000    0x00075000    0x70C59DDF
C:\WINDOWS\SYSTEM32\dbghelp.dll    1494016    0x72980000    0x00188000    0x729B8B70
D:\Games & Stuff\Grand Theft Auto San Andreas\libcurl.dll    426496    0x6F0B0000    0x0006B000    0x6F10233F
C:\WINDOWS\System32\WLDAP32.dll    334848    0x75B60000    0x00057000    0x75B77C80
C:\WINDOWS\System32\CRYPT32.dll    1013352    0x75A60000    0x000FA000    0x75AB5030
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_a8625c1886757984\COMCTL32.dll    2152264    0x696E0000    0x00210000    0x697654E0
D:\Games & Stuff\Grand Theft Auto San Andreas\III.VC.SA.WindowedMode.asi    245760    0x70BE0000    0x00041000    0x70BECB14
D:\Games & Stuff\Grand Theft Auto San Andreas\ImVehFt.asi    247296    0x6F060000    0x00043000    0x6F071210
C:\WINDOWS\SYSTEM32\d3dx9_43.dll    1998168    0x68720000    0x001FF000    0x688DEC0D
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader.asi    700928    0x6EFA0000    0x000B2000    0x6EFF4637
D:\Games & Stuff\Grand Theft Auto San Andreas\SilentPatchSA.asi    282624    0x6EF50000    0x00049000    0x6EF71860
D:\Games & Stuff\Grand Theft Auto San Andreas\timecycle24.asi    86016    0x6EF20000    0x00021000    0x6EF22E05
C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL    31528    0x74710000    0x0000A000    0x74712A60
D:\Games & Stuff\Grand Theft Auto San Andreas\_noDEP.asi    69632    0x696C0000    0x00016000    0x696C11A3
D:\Games & Stuff\Grand Theft Auto San Andreas\scripts\GInputSA.asi    241664    0x69670000    0x00041000    0x69687C5B
C:\WINDOWS\SYSTEM32\XINPUT1_3.dll    81768    0x03E50000    0x00016000    0x03E5801F
C:\WINDOWS\SYSTEM32\windows.storage.dll    6360648    0x740F0000    0x00608000    0x742CB310
C:\WINDOWS\SYSTEM32\Wldp.dll    139960    0x740C0000    0x00024000    0x740C85A0
C:\WINDOWS\System32\SHCORE.dll    548528    0x769F0000    0x00087000    0x76A32CA0
C:\WINDOWS\SYSTEM32\profapi.dll    89360    0x71C60000    0x00018000    0x71C6A250
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.asi.dll    285184    0x69620000    0x0004A000    0x6963F29F
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.bank.dll    293888    0x695D0000    0x0004F000    0x695EE5D7
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.data.dll    3527680    0x683B0000    0x00364000    0x685D3D47
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.fx.dll    399872    0x69560000    0x00067000    0x6958E370
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.movies.dll    174080    0x68380000    0x00030000    0x6838F2F3
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.scm.dll    174080    0x68350000    0x00030000    0x6835F18D
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.sprites.dll    482304    0x682D0000    0x0007B000    0x6830014A
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.stream.dll    584192    0x68230000    0x00094000    0x68276ECA
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.text.dll    206336    0x681F0000    0x00037000    0x68202BCE
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\.data\plugins\gta3\std.tracks.dll    212992    0x681B0000    0x00039000    0x681C52EA
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\rosa project evolved\scripts\imglimitadjuster.asi    97280    0x04050000    0x00023000    0x040639B8
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\skygfx\skygfx.asi    318464    0x68100000    0x000B0000    0x6811C60C
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\mixsets\mixsets.asi    526336    0x68070000    0x00086000    0x680A429E
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\pedfuncs\pedfuncs.asi    362984    0x67FF0000    0x0007B000    0x6800A323
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\vehfuncs\gsx.asi    336384    0x67F90000    0x00056000    0x67FA9652
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\vehfuncs\vehfuncs.asi    524136    0x67EE0000    0x000A1000    0x67F190E0
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\vehicles\phoenix\scripts\additionalcomponents.asi    637952    0x67E30000    0x000A2000    0x67E6F59F
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\vehicles\phoenix\scripts\speedo.asi    292352    0x67DE0000    0x0004D000    0x67DF066F
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\vehicles\phoenix\scripts\steering_wheel.asi    135680    0x67DB0000    0x00026000    0x67DB4F66
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\project2dfx\iii.vc.sa.limitadjuster.asi    392192    0x67D40000    0x00065000    0x67D78EFE
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\project2dfx\salodlights.asi    359424    0x67CD0000    0x00063000    0x67CE99AA
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\rundll32 fix\rundll32exefix.asi    11264    0x72CF0000    0x00007000    0x72CF1C18
C:\WINDOWS\SYSTEM32\MSVCP100.dll    421200    0x67C60000    0x00069000    0x67C93CF4
C:\WINDOWS\SYSTEM32\MSVCR100.dll    773968    0x67BA0000    0x000BF000    0x67BB1DFC
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\project props\files\projectprops.asi    276992    0x67B50000    0x00048000    0x67B623B2
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\real traffic fix\realtrafficfix.sa.asi    383384    0x67AD0000    0x0007E000    0x67AEB7D1
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\mobile font fixed\mobilesubtitles.asi    76800    0x67AB0000    0x00018000    0x67AB23EC
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\frameratevigilante\frameratevigilante.sa.asi    254440    0x67A60000    0x00042000    0x67A6CA94
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\universal vehicle lights\universalvehiclelights.asi    217088    0x67A20000    0x00039000    0x67A2BF79
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\widescreen fix by thirteenag\gtasa.widescreenfix.asi    325120    0x679C0000    0x00054000    0x679D5221
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\widescreen hor+ support by wesser\wshps.asi    130048    0x67990000    0x00024000    0x6799B55C
D:\Games & Stuff\Grand Theft Auto San Andreas\modloader\proper fixes\skygfxwarning.asi    141720    0x67960000    0x00026000    0x67964043
C:\WINDOWS\system32\uxtheme.dll    454656    0x74C30000    0x00074000    0x74C67470
C:\WINDOWS\SYSTEM32\DDRAW.dll    527360    0x67870000    0x000E9000    0x678812A0
C:\WINDOWS\SYSTEM32\kernel.appcore.dll    52672    0x75000000    0x0000F000    0x750047E0
C:\WINDOWS\SYSTEM32\DCIMAN32.dll    11776    0x72CB0000    0x00007000    0x72CB2020
C:\WINDOWS\SYSTEM32\dxgi.dll    787624    0x677A0000    0x000C3000    0x677D4840
C:\WINDOWS\SYSTEM32\dxcore.dll    163216    0x64A40000    0x0002C000    0x64A5A570
C:\WINDOWS\System32\bcryptPrimitives.dll    383784    0x76A80000    0x0005F000    0x76AB3650
C:\WINDOWS\SYSTEM32\DSOUND.dll    493056    0x67720000    0x0007F000    0x6774F300
C:\WINDOWS\SYSTEM32\powrprof.dll    268080    0x722B0000    0x00044000    0x722B6ED0
C:\WINDOWS\SYSTEM32\UMPDC.dll    47472    0x722A0000    0x0000D000    0x722A7560
C:\WINDOWS\System32\clbcatq.dll    504552    0x76EC0000    0x0007E000    0x76F2BD50
C:\WINDOWS\System32\MMDevApi.dll    421496    0x676B0000    0x0006B000    0x676D5E60
C:\WINDOWS\System32\DEVOBJ.dll    166304    0x72CC0000    0x0002B000    0x72CCB280
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL    1258256    0x67570000    0x00136000    0x675B30A0
C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll    52664    0x719C0000    0x0000F000    0x719C42F0
C:\WINDOWS\System32\MSCTF.dll    858880    0x75770000    0x000D3000    0x757BDFC0
C:\WINDOWS\SYSTEM32\DINPUT8.dll    171008    0x67530000    0x00037000    0x67537F90
C:\WINDOWS\SYSTEM32\inputhost.dll    967912    0x67440000    0x000ED000    0x67505F50
C:\WINDOWS\SYSTEM32\wintypes.dll    896096    0x6AD70000    0x000DB000    0x6ADE8590
C:\WINDOWS\SYSTEM32\PROPSYS.dll    791808    0x69480000    0x000C2000    0x694E0DA0
C:\WINDOWS\SYSTEM32\CoreMessaging.dll    630592    0x673A0000    0x0009B000    0x67400F00
C:\WINDOWS\SYSTEM32\CoreUIComponents.dll    2621720    0x67120000    0x0027E000    0x6717E960
C:\WINDOWS\SYSTEM32\ntmarta.dll    152904    0x72B10000    0x00029000    0x72B17E90
C:\WINDOWS\SYSTEM32\HID.DLL    25600    0x71990000    0x0000A000    0x71991BB0
C:\WINDOWS\System32\WINTRUST.dll    289192    0x760E0000    0x00047000    0x760F5A40
C:\WINDOWS\SYSTEM32\MSASN1.dll    50616    0x74700000    0x0000E000    0x74705690
C:\WINDOWS\SYSTEM32\d3d9.dll    1618168    0x66F90000    0x0018F000    0x67007400
C:\WINDOWS\SYSTEM32\dwmapi.dll    138936    0x66F60000    0x00026000    0x66F66050
C:\WINDOWS\System32\DriverStore\FileRepository\nvaewu.inf_amd64_8cbfa7509ac4e6cb\nvd3dum.dll    14767816    0x0B5E0000    0x00DCD000    0x0BCB4B90
C:\WINDOWS\SYSTEM32\VERSION.dll    27320    0x74FF0000    0x00008000    0x74FF1800
C:\WINDOWS\SYSTEM32\igdumdim32.dll    38561040    0x625E0000    0x02454000    0x6271A9B0
C:\WINDOWS\SYSTEM32\igdusc32.dll    5084944    0x658C0000    0x008CA000    0x6593E092
C:\WINDOWS\SYSTEM32\textinputframework.dll    753592    0x65800000    0x000B9000    0x65840690
C:\Program Files (x86)\Steam\steamclient.dll    18797928    0x613B0000    0x0122E000    0x61F4FD52
C:\WINDOWS\System32\imagehlp.dll    95496    0x77200000    0x00019000    0x77206560
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL    196784    0x72C70000    0x00032000    0x72C7C340
C:\WINDOWS\SYSTEM32\MSWSOCK.dll    324416    0x71DC0000    0x00052000    0x71DCA0A0
C:\Program Files (x86)\Steam\tier0_s.dll    344936    0x65760000    0x00099000    0x6577A0AC
C:\Program Files (x86)\Steam\vstdlib_s.dll    393064    0x656F0000    0x00063000    0x6570E530
C:\WINDOWS\SYSTEM32\Secur32.dll    23040    0x6EF10000    0x0000A000    0x6EF11820
C:\WINDOWS\SYSTEM32\SSPICLI.DLL    123480    0x72B40000    0x00021000    0x72B4CA40
C:\Program Files (x86)\Steam\steam.dll    502120    0x65610000    0x000D4000    0x656421CE
C:\Windows\System32\quartz.dll    1470976    0x65470000    0x0019A000    0x6549B160
C:\Windows\System32\devenum.dll    93960    0x65450000    0x00018000    0x65460D60
C:\WINDOWS\SYSTEM32\D3DIM700.DLL    388096    0x653E0000    0x00063000    0x6542FEA0
C:\WINDOWS\SYSTEM32\wdmaud.drv    215040    0x65380000    0x0003A000    0x6538CEA0
C:\WINDOWS\SYSTEM32\ksuser.dll    20328    0x69550000    0x00007000    0x69551EC0
C:\WINDOWS\SYSTEM32\AVRT.dll    27336    0x65370000    0x00008000    0x65371AA0
C:\WINDOWS\SYSTEM32\msacm32.drv    23552    0x65360000    0x0000A000    0x65364200
C:\WINDOWS\SYSTEM32\midimap.dll    18944    0x65350000    0x00008000    0x65351990
C:\WINDOWS\SYSTEM32\TextShaping.dll    611952    0x652B0000    0x00094000    0x6533F1D0
C:\Windows\System32\Windows.UI.dll    998352    0x651B0000    0x000F3000    0x6520B230
C:\Windows\System32\WindowManagementAPI.dll    468440    0x65130000    0x00073000    0x6518ED80
C:\Windows\System32\twinapi.appcore.dll    1634208    0x6AE50000    0x0018F000    0x6AED3930
C:\WINDOWS\SYSTEM32\wmvcore.dll    2137248    0x64F20000    0x0020D000    0x64F5DA40
C:\WINDOWS\SYSTEM32\WMASF.DLL    247344    0x64EE0000    0x0003D000    0x64F15DC0
C:\WINDOWS\SYSTEM32\mfperfhelper.dll    1075528    0x64DD0000    0x00106000    0x64EBC3B0
C:\WINDOWS\system32\mlang.dll    198656    0x64D90000    0x00034000    0x64DA0580
Game terminated.

 

have you installed a new effects mod? maybe that's the reason models\effects.fxp

On 11/13/2022 at 3:25 PM, Nico said:

If anyone is having crashes with SA Community Map Fixes, raise the number of object info entries.

 

Line 559 of fastman92limitAdjuster_GTASA.ini:

; Object info entries (160)
; Max number of object.dat entries.
; 5 first entries of array are reserved for hardcoded purpose.
Object info entries = 99999

 

And if you have a mod that changes the tracks.dat files, apply the coordinate limit patch to tracks.dat and raise that limit too.

 

Lines 167 and 170 of fastman92limitAdjuster_GTASA.ini:

; Apply tracks.dat coordinate limit patch (0)
Apply tracks.dat coordinate limit patch = 1

; Tracks.dat file size limit (46384)
Tracks.dat file size limit = 999999

 

This made my game much, much less prone to crashing.

post the error code or the log, we can't help you if yu don't post the log

Link to comment
Share on other sites

  • 3 weeks later...

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.