Bald_Man_Dancing Posted April 26, 2022 Share Posted April 26, 2022 (edited) So i'm adding around 100 (addon) cars to my game but when i add over 37 cars (doesn't matter which car it is) the game crashes on the loading screen. Is there some problems with handling.dat files only allowing 37 extra lines? or is it because of my specs (I5-6300U, Intel HD520, 8GB RAM)? If somebody knows what's wrong with the .dat file than thanks. Spoiler Game has crashed, here's a crash log: Current process ID: 20612 Current thread ID: 25408 Last file to be loaded: common\data\handling.dat Last library loaded: d3d9.dll Exception address: 0x01220DC7 ("GTAIV.exe"+0x570DC7} Exception code: 0xC0000005 (EXCEPTION_ACCESS_VIOLATION) Inaccessible memory address: 0x0 General registers: EAX: 0x056A05B8 (90834360) EBX: 0x019A4348 (26886984) ECX: 0x00000000 (0) EDX: 0x00000000 (0) ESI: 0x00000000 (0) EDI: 0x00000000 (0) EBP: 0x020FA340 (34579264) ESP: 0x028FF478 (42988664) EIP: 0x01220DC7 (19008967) ['GTAIV.exe"+0x570DC7] EFL: 0x00010202 (66050) (Sorry if this has some wrong things here and there; i couldn't drag and copy the text so i needed to screenshot it leading me in using a website to copy it) Thank you for reading Edited May 2, 2022 by Bald_Man_Dancing Revamp of topic Link to comment https://gtaforums.com/topic/982150-game-crashes-after-adding-over-37-extra-lines-to-handlngdat-any-way-to-fix-this-or-is-it-a-hardware-problem/ Share on other sites More sharing options...
Fierelier Posted June 25, 2022 Share Posted June 25, 2022 If I had to guess, you're hitting the game's limit for cars. You probably need some sort of limit adjuster, if that exists. It's certainly not your specs. Link to comment https://gtaforums.com/topic/982150-game-crashes-after-adding-over-37-extra-lines-to-handlngdat-any-way-to-fix-this-or-is-it-a-hardware-problem/#findComment-1071881812 Share on other sites More sharing options...
Bald_Man_Dancing Posted July 5, 2022 Author Share Posted July 5, 2022 (edited) Ah thank you, i totally forgot about all the available ID's the game offers. Thanks! i'll be using fastmans92 limit adjuster for this to make more ID's for more of the coming cars. Edited July 5, 2022 by Bald_Man_Dancing Link to comment https://gtaforums.com/topic/982150-game-crashes-after-adding-over-37-extra-lines-to-handlngdat-any-way-to-fix-this-or-is-it-a-hardware-problem/#findComment-1071887399 Share on other sites More sharing options...
nabo45 Posted May 4, 2023 Share Posted May 4, 2023 Sorry for bumping an old thread, but have anyone had any luck adjusting the amount of handling ID's that the game is able to load? No matter what I do, even though I raise the limits in fastman92's limit adjuster, the game (EFLC in this case) crashes if I add more than the allowed amount of cars. Link to comment https://gtaforums.com/topic/982150-game-crashes-after-adding-over-37-extra-lines-to-handlngdat-any-way-to-fix-this-or-is-it-a-hardware-problem/#findComment-1072132713 Share on other sites More sharing options...
benngyboi Posted October 26, 2024 Share Posted October 26, 2024 Fastman's limit adjuster doesnt support EFLC. Use FusionFix instead. Link to comment https://gtaforums.com/topic/982150-game-crashes-after-adding-over-37-extra-lines-to-handlngdat-any-way-to-fix-this-or-is-it-a-hardware-problem/#findComment-1072448986 Share on other sites More sharing options...
SnakeSwagger Posted April 11 Share Posted April 11 create new files for carcols.dat, handling.dat, vehicles.ide, vehOff.csv ---> in common/data/ vehicles.img ---> in pc/models/cdimages/ (for example "vcarcols.dat", "vhandling.dat", "vvehicles.ide", "vvehOff.csv" and "vvehicles.img") --> then put the data entries/models of the added cars inside those files! ---> Open default.dat in common/data/ add following lines: CARCOLS common:/data/vcarcols.dat HANDLING common:/data/vhandling.dat VEHOFF common:/data/vvehOff.csv DELAYED_IDE common:/data/vvehicles.ide IMG platform:/models/cdimages/vvehicles.img in GTAIV.EFLC.FusioFix.ini: - set ExtendedLimits = 1 - set VehicleBudget not higher than = 85622784 (the size of original vehicles.img) Link to comment https://gtaforums.com/topic/982150-game-crashes-after-adding-over-37-extra-lines-to-handlngdat-any-way-to-fix-this-or-is-it-a-hardware-problem/#findComment-1072529811 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now