Jamasen Posted March 10, 2019 Share Posted March 10, 2019 Hello, i'm hoping someone can help me out. I've been having inconsistent crashes while working on my texture replacement mod for GTA 3. It's super inconsistent but i think it may be one of the .txd files I've replaced (using Mod Loader). Currently i'm using the following script mods: GinputIII.asi GTA3.WidescreenFix.asi III.VC.SA.LimitAdjuster.asi IIILogLights.asi modloader.asi SilentPatchIII.asi skygfx.asi Here's the exception from the modloader.log: Game version: GTA III 1.0 UNK_REGION Unhandled exception at 0x005C0466 in gta3.exe (+0x1c0466): 0xC0000005: Access violation reading location 0x4BD45000. Register dump: EAX: 0x21F4EF80 EBX: 0x0105601C ECX: 0x082B0040 EDX: 0x0000010B EDI: 0x4BD45000 ESI: 0x4BCF7828 EBP: 0x00000030 EIP: 0x005C0466 ESP: 0x0019F390 EFL: 0x00010206 CS: 0x00000023 SS: 0x0000002B GS: 0x0000002B FS: 0x00000053 ES: 0x0000002B DS: 0x0000002B Stack dump: 0x0019F390: 00000000 082BF2DC 00000001 4BCF7828 4BCF7828 00000002 0x0019F3A8: 005C01AF 082BF2DC 4BCF7828 082BF2DC 4BCF7828 4BCF7828 0x0019F3C0: 00000000 00000000 00000001 00000000 00100000 005BBF26 0x0019F3D8: 082BF2DC 4BCF7828 00000000 4BA906AC 082BF2DC 005B2423 0x0019F3F0: 082BF2DC 4BCF7828 082BF2DC 00000200 00000200 00000020 0x0019F408: 4BA906AC 4414384C 401D2B2C 00000000 00000000 082BF2DC 0x0019F420: 4BCF7828 00000200 00000200 0019F450 77777571 00000006 0x0019F438: 00000044 00000310 005AA560 0386D084 0019F460 0019F470 0x0019F450: 005B3ABC 4BA90704 4BA906AC 00000000 4BA906AC 4414384C 0x0019F468: 0386D084 005B339A 00000044 005B33D7 401D2B00 4BA906AC base: 0x000A0000 top: 0x0019F390 bottom: 0x001A0000 Backtrace (may be wrong): =>0x005C0466 in gta3.exe (+0x1c0466) (0x0019F3A4) 0x005C01AF in gta3.exe (+0x1c01af) (0x0019F3D0) 0x005BBF26 in gta3.exe (+0x1bbf26) (0x0019F3E8) 0x005B2423 in gta3.exe (+0x1b2423) (0x0019F42C) 0x77777571 RtlCaptureStackBackTrace+0x41 in ntdll.dll (+0x57571) (0x0019F468) 0x005B339A in gta3.exe (+0x1b339a) (0x0019F470) 0x005B33D7 in gta3.exe (+0x1b33d7) (0x0019F4C0) 0x005AA560 in gta3.exe (+0x1aa560) (0x0019F4E8) 0x005C3B1A in gta3.exe (+0x1c3b1a) (0x0019F518) 0x005ADF0B in gta3.exe (+0x1adf0b) (0x0019F51C) 0x005ADF8E in gta3.exe (+0x1adf8e) (0x0019F564) 0x005C8E6B in gta3.exe (+0x1c8e6b) (0x0019F58C) 0x005AD3D6 in gta3.exe (+0x1ad3d6) (0x0019F5F0) 0x005A0008 in gta3.exe (+0x1a0008) Link to comment Share on other sites More sharing options...
guard3 Posted March 11, 2019 Share Posted March 11, 2019 Have you tried removing that txd mod to confirm your suspicion? If that’s not the case, then start your game using ginput, silentpatch and skygfx and start adding other asis as you go. Also, do those crashes occur when you start a new game? Some mods may work better on a clean settings file and/or new game Link to comment Share on other sites More sharing options...
spartaque12 Posted March 12, 2019 Share Posted March 12, 2019 try out increasing limits by OLA, put 1024 or 2048 III.VC.SA.LimitAdjuster.ini under [GTA3LIMITS] MemoryAvailable = 2048 Link to comment Share on other sites More sharing options...
Jamasen Posted March 12, 2019 Author Share Posted March 12, 2019 Thanks for the ideas, I'm thinking it's memory related. I'll post my findings later. Link to comment Share on other sites More sharing options...
guard3 Posted March 12, 2019 Share Posted March 12, 2019 (edited) Well, you don’t have to increase streaming memory unless you have some super large texture mods. Even then, models would flicker, game shouldn’t crash I believe. Edited March 12, 2019 by guard3 Link to comment Share on other sites More sharing options...
Jamasen Posted March 12, 2019 Author Share Posted March 12, 2019 1 hour ago, guard3 said: Well, you don’t have to increase streaming memory unless you have some super large texture mods. Even then, models would flicker, game shouldn’t crash I believe. Yes you're correct, i'm currently only using modloader and the game is running fine. I'll report back when i figure out what combination of scripts causes the crash. Link to comment Share on other sites More sharing options...
Bellik28 Posted January 2, 2022 Share Posted January 2, 2022 On 3/12/2019 at 8:15 AM, Jamasen said: Yes you're correct, i'm currently only using modloader and the game is running fine. I'll report back when i figure out what combination of scripts causes the crash. In the end you have found a solution? Link to comment Share on other sites More sharing options...