Greetings people,
I currently have a strange issue that GTA V does a forced termination whenever I start it up.
Game starts normal (and I could play for hours without any crash), I then open up the RPH console and do "LoadPlugin LSPD First Response.dll"
Once that is in progress, the game itself force terminates right after. I have removed my DLC so the issue seems to be related to the update.rpf or common.rpf I have modified.
Log: https://gist.github.com/Aebian/09ba7426db23717255be8bdccd0f72f1
The issue seems to be caused in the following lines:
[10/7/2020 3:53:25 PM.311] at jQLPPQfUFpzNeFdyZHqAtOLpCevn.dWEqUCYbjYWWfTKSPRwyjNKyqmZm() in E:\GTA V\LSPD First Response\LSPD First Response\Mod\LSPDFR.cs:line 454
[10/7/2020 3:53:25 PM.311] at jQLPPQfUFpzNeFdyZHqAtOLpCevn.PAwAWyXmNkXdhxpatXSaiFjJjUvHA() in E:\GTA V\LSPD First Response\LSPD First Response\Mod\LSPDFR.cs:line 154
However I don't have access to the source code so I wouldn't know what that line calls.
As stated I have already removed my DLC to know for sure that it is not the problem.
Files I changed in:
- update.rpf:
- \update.rpf\common\data\levels\gta5\vehicles.meta (removed police, police2, police3, police4, riot, polmav, bus, sheriff, sheriff2, fbi, fbi2, ripley so that my DLC will overwrite them, game still works without my dlc loaded and will then just load the defaults from x64a.rpf)
- \update.rpf\common\data\levels\gta5\popcycle.meta (added some of my added cars to the San Andreas map, like SAHP cars in traffic)
- \update.rpf\common\data\visualsettings.dat (pretty obvious, brighter ELS lights)
- \update.rpf\common\data\handling.meta (replace of handling lines for vanilla vehicles)
- \update.rpf\common\data\dispatch.meta ( addition of dlc vehicles for dispatch)
- \update.rpf\common\data\gameconfig.xml (more cars need more clearance)
- \update.rpf\common\data\pickups.meta (So that I need to give a confirmation before my player picks up any weapon)
- \update.rpf\x64\levels\gta5\popgroups.ymt (definition of vehicle groups for popcycle.meta)
Anyone got any idea what's wrong? Oh btw it works with a plain vanilla update.rpf
Regards,
Alex