Everything posted by Cyan
-
not being able to download any files
Try using a different download method
-
LSPDfr Map Issues
Our settings are documented here please note that disabling the MP map is a debugging option and LSPDFR needs it for all features to work as designed. You really should be complaining to the author of the mod that is stopping the MP map from loading.
-
Scripthookvdotnet crashes rage plugin hook
ScriptHookVDotNet is unfortunately fundamentally broken. For some users, they simply cannot use it without crashing. We've diagnosed a few issues of this on this forum in the past (most recently here). Before completely writing it off, check ScripthookVDotNet and ASI logs for anything obvious. There's nothing abnormal in the RPH log you sent.
-
<Unloaded Plugin> crash
Whatever you have installed into your mods folder, perhaps NVE, prevents the MP map from loading. I do not use NVE, so unfortunately I wouldn't know. But the error is the game throwing an error when LSPDFR tries to load the multiplayer map. Other users have also reported NVE does this for them, too. Unfortunately, the multiplayer map is required for LSPDFR to function correctly.
-
When the new software???
You're a bit late, the needed updates for RPH and LSPDFR were released on July 28. If you're game is still crashing, it's a user issue I'm afraid. If you let us know more on your problem someone might know the solution for your issue.
-
How to change the Russian to English on CompuLite “realistic Charges”
Your topic has been moved to LSPDFR 0.4 Support. Please post in the correct location in the future.
-
MOds not working
Your topic has been moved to LSPDFR 0.4 Support. Please post in the correct location in the future.
-
<Unloaded Plugin> crash
Post the full RAGEPluginHook.log, please.
-
Game crashing
Your topic has been moved to LSPDFR 0.4 Support. Please post in the correct location in the future.
-
EUP Menu Crash
Your topic has been moved to GTA V Support, this is not LSPDFR related. Please post in the correct location in the future.
-
Using the LCPDFR.com web API to get fileID's.
Hey DarkVypr, the use case of the LSPDFR update checking API is aimed at plugin developers to use the service to check for updates in the context of their running modification. Whilst your use case differs, this should be fine, but if you are already hardcoding the names of the plugins, is there much difference in also hardcoding the ID? The ID is generally guaranteed to not change, unless the author completely reuploads their file. You should also note that some plugins' assembly versions differs from the version that they advertise on the site. The best example is probably, ironically, LSPDFR itself.
-
my dispacthing doesn't work
Your topic has been moved to LSPDFR 0.4 Support. Please post in the correct location in the future.
-
STP Trunk test not showing up
Your topic has been moved to LSPDFR 0.4 Support. Please post in the correct location in the future.
-
My ELS is not working, pls pls help me
Your topic has been moved to GTA V Support, this is not LSPDFR related. Please post in the correct location in the future.
-
Ultimate Backup Crashes lspdfr
One of your mods 'CalloutPack' (?) for some reason has a dependency on ScriptHookVDotNet. Either install ScriptHookVDotNet (which we do not recommend as it causes random problems) or remove the callout pack which has it as a dependency.
-
After adding install.xml download extracts all files in same folder
Right now there's two limitations, one you've just identified as well as the fact that right now the filesize is limited to 512MB due to a limitation on how we're sending the files back. I'm working on overcoming this limit and managed to pinpoint that as causing errors earlier. I'm hoping to fix this tonight, as the fix should be relatively easy. I will have another look at some of the website code to see how difficult allowing multiple install.xml's for 'subfiles' on the same download/file pages. I think this was engineered so this could be added later, but I will have to take a look at that and get back to you.
-
lspdfr crashed
Your topic has been moved to LSPDFR 0.4 Support. Please post in the correct location in the future.
-
My game crashes after update
Your topic has been moved to LSPDFR 0.4 Support. Please post in the correct location in the future.
-
After adding install.xml download extracts all files in same folder
Hey mockdot, Thanks for contributing LML install.xml files, your efforts are highly appreciated and have uncovered some bugs in our merging system. Basically, when you upload an install.xml, our system makes a new file behind the scenes and merges your install.xml into it. Whilst this looks easy, it's slightly complicated by the fact that the origin file can be any archive format (zip,rar,7z,etc) and our system has to handle that. I'm currently performing some maintenance to fix some of the issues uncovered.
-
Is LSPDFR "FiveM friendly"?
Sorry, you'll have to take this up with FiveM. I highly doubt any singleplayer mods can trigger your ban, especially considering how much FiveM sandboxes and contains the game directory/process.
-
After adding install.xml download extracts all files in same folder
@mockdotThis issue should be fixed; but let me know if you are still having this issue.
-
After adding install.xml download extracts all files in same folder
Thanks for reporting, this looks like a bug in the new LML merge service for the website and not LML itself. I'm taking a look and I'll let you know when we have an update.
-
My callout pack doesn't loaded
Please try with only your mod in LSPDFR plugins and no other RPH plugins. Your log is showing a crash from an external plugin.
-
Game Crashing
Your topic has been moved to LSPDFR 0.4 Support. Please post in the correct location in the future.
-
Freeze/Hang Shortly After LSPDFR Loads
I can guess your reason for why you're on such an old version of the game. Regardless; I'm afraid it won't work, LSPDFR uses memory hooking and part of this hooking effort involves patterns. These patterns change sometimes between game versions. From your log, you can see at least one pattern fails outright: [7/31/2022 5:21:35 PM.976] LSPD First Response: [WARN] Failed to resolve PM_3 There's also other, odd issues happening: [7/31/2022 5:21:52 PM.545] LSPD First Response: [WARN] Object reference not set to an instance of an object. [7/31/2022 5:21:52 PM.545] LSPD First Response: [WARN] Enhanced pause menu functionality disabled. This doesn't even include patterns which resolve, but to the wrong thing. For these, you're likely to experience crashes or non functioning behavior. There's also the fact that some offsets have also changed since and these not matching can cause critical bugs (like cops simply not shooting). TL;DR; you will need an updated version of RPH>A V&LSPDFR