Everything posted by WithLithum
-
Unsure why game crashes
Do you have mods installed, like LML Mods or mods folder?
-
Unhandled exception occurred in console command "ForceDuty" and crashes
From the exception message, you might accidentally add a single zone to multiple custom backup region. Ultimate Backup itself uses a Dictionary which does not allow two or more items with the exact same key.
-
pixel censor boxes covering police vehicles and trains ect.
Did it happen when you play the game without LSPDFR? Did this happens on vanilla police cars too? Try start the game without RPH. And also test vanilla (original) police cars.
-
Crashing while loading main menu + LSPDFR.DLL plugin crash
Micro Freeze is likely when LSPDFR blocks the thread to clean things up. Also, from the log: The exception message was Processing cache while it's still in use - one or more subcalls may have caused the thread to yield Which indicates that the game is no longer stable enough and you should restart the game.
-
Clock Day
- 1,575 downloads
- Version 1.0.0
Description This plugin shows current system time and FPS on the top-left corner of the screen. How to install Drag and drop everthing inside "To Game Folder" folder to your GTA V install folder (e.g. where GTA5.exe was located). License The plugin itself is licensed under Apache 2.0 license. Source code can be found here. The LemonUI.RagePluginHook library included is licensed under MIT license. Report Issues Do not use reviews. You can use the issue tracker at https://bitbucket.org/relaperdev/clockday/issues?status=new&status=open or leave it in the comment section. -
Crash Any Additional Plugins In LSPDFR When Go On Duty
Seems like the log was unavailable. Can you re-upload it or post it in a spoiler?
-
Crash on Startup
Is your GTA version 1.0.2372.2?
-
LSPDFR Game fiber crash
Looks like your data files are corrupt. Evidence: at ZTQoNXWNzlqdXNqrbHMDhNFSTtcC.zALKfURHHRDOZwPaAnBgDEgZzROs(String ) in E:\GTA V\LSPD First Response\LSPD First Response\Engine\Scripting\IO\PoliceStationFileParser.cs:line 53 System.Xml.XmlException: Data at the root level is invalid. Line 28, position 1. Re-extract lspdfr folder and try again, it might just work.
-
Why do my player show 0 arrest
That's how STP works. STP needs to prevent vanilla LSPDFR arrest interaction from functioning, so it does a trick: telling LSPDFR that the player isn't who arrested the suspect.
-
LSPDFR Just crashes on me.
The process cannot access the file because it is being used by another process. Check other processes and antivirus.
-
LSPDFR Characters
I fear not. LSPDFR does not provide a way to do this and you can't do that legitimately, as for now.
-
game
You can find dinput8.dll in your game directory where GTA5.exe was located. If you don't have that file, it means you don't have an ASI loader.
-
game
@Mlody Kacperek: Rename dinput8.dll to _dinput and try again, if you have that file.
-
LML crashes the game when Menyoo was also installed
Tested with the latest release version of MenyooPC. Not sure CI builds work or not. After some testing, I found that LML could be incompatible with MenyooPC trainer. Is there any workaround / any way to fix, or it is a bug in LML? Using Epic Games version. EDIT: The result is, with menyoo + version.dll, game crashes like when LML wasn't updated for latest version; with version.dll or menyoo alone, the game runs normally.
-
game
Did this happen in vanilla game? Try Disable your ASI loader?
-
lspdfr crashes when i call for backup
It might happened this way: User click a menu item that requests a backup. LSPDFR received the click, then plays the backup audio using AudioHelper.tYRPcCxldPGrQVrIrTqBtDhcoJaU (Human readable name assumed: PlayBackupScannerAudio) LSPDFR attempts to play the dispatch response audio. AudioHelper's static constructor runs, which loads the helper itself. AudioDatabase's constructor is now attempt to read all audio files (or their information) Windows refused to read the audio file because Windows determined that the file was corrupted. ->> Exception Thrown: IOException - plugin crashes. Check if request call also crashes the plugin.
-
LSPDFR crashes after loading in
The log file isn't the correct one I assume. Forced termination means OnUnload method's 'forced' callback argument is 'true', in other words, the LSPDFR plugin was crashed instead of the whole game. Your log file suggests it does not have any loaded plugin at the moment of the log file ends. To answer the question, I will need the exact log file ends with 'Forced termination' or 'Released 0 entities from DefaultContentManager' as you said above. When in doubt, check the log file in the main directory. If you can't find a useful log file, reproduce the crash, then post the log file in the main directory.
-
LSPDFR don't run
A copy without any modification. In other words, vanilla game.
-
lspdfr crashes when i call for backup
The file or directory is corrupted and unreadable. <- Exception I assume you have already reinstalled LSPDFR from the install archive because you already reinstalled the game. Stacktrace suggests something related to audio files. Did this happen when you use Interaction Menu -> Police Radio -> Request Call?
-
LSPDFR don't run
Did you try to start a clean installation of GTA V?
-
RageHook
Try to launch the game first, load into story mode, then load RPH.
-
game
Red dots are created by GTA V itself in this case. They are ambient peds - created by the game itself. You somehow made these peds angry and they started to attack on you. So the game adds a red blip to let you know that these peds are enemies you have to get rid of. These peds could also spawned by other modifications, or you somehow messed up with your relationship configuration
-
RageHook
Are you using Epic Games version?
-
please help
Attempt to manually install LSPDFR.
-
after update lspdfr always crash
The log ends before plugins is even loaded. Is the game crashed, or LSPDFR crashed?