Everything posted by LMS
-
GTA 5 LSPDFR 0.4.2 attempted to read or write protected memory error
LSPDFR 0.4.2 ist nicht mit dem Casino Update kompatibel.
-
About the homepage wallpaper and some animations
It is a screenshot by our very own @Sam, he might share his secrets with you.
-
System.accessviolationexception
Are you using a mods folder by any chance or have modified any other game files?
-
How to draw markers in game?
I think you are actually already calling it by its name, the native is: DRAW_MARKER.
-
System.accessviolationexception
We would need a logfile to determine your exact issue.
-
System.accessviolationexception
Also you need to update to LSPDFR 0.4.3 if you want to play using the latest GTA V update.
-
error by uploading a update from my addon
You have to wait until the file has been verified by a staff team member. Since it contains executable code, a manual check is required.
-
I can help and skin
Hi Ray, welcome to our community! Perhaps showcasing some of your work here might give people a better idea of your work and might also get some tips on how to further improve your skills.
-
Bug Report - Crashing
That is a crash within LSPDFR, although it is not entirely clear to me why. You can disable World Events if this keeps happening so you won't crash anymore.
-
ID und Kennzeichenabfrage funktioniert nicht
In der neuesten Version sollte der Police Computer erneut erscheinen mit einer Meldung, dass nichts gefunden wurde. Wenn nichts passiert nach der Suche, dann hat er was gefunden und sollte links über der Karte eine Benachrichtigung anzeigen.
-
[Help] lspdfr.ini not being read properly
Yes, I've added it to our internal to-do list.
-
[Help] lspdfr.ini not being read properly
Yeah, the traffic stop is not classified as a world event internally and as such not affected by your settings. Currently there is no way to disable them.
-
LSPDFR crashes when I reload on running
Can you please try again with the recent hotfix from yesterday and post the new log?
-
LSPDFR 0.4.3 Plugins About
It really depends on the plugin.
-
LSPDFR 0.4.3 - Now available!
Some users reported crashes when LSPDFR was trying to load the multiplayer map, but I am not exactly sure why. It could be that they have modded copies, but we figured it does not hurt to add an option to prevent the map from loading. It should not affect performance or stability in general, and we do not recommend to use this setting since you will, as you have speculated, miss out on quite a few parts of the police station interior and the building interiors. It will also most likely lead to some unexpected behavior as the mod expects the multiplayer map to be loaded.
-
LSPDFR crashes when I reload on running
I do not know why shift+r+w crashes your game, but the crash in your log file can be fixed by increasing PluginTimeoutThreshold. If you get a different crash, just attach your log here.
-
LSPDFR 0.4.3 Plugins About
Most plugins should work fine, however, some use version checks and are hence broken.
-
LSPDFR crashes when I reload on running
In your RAGE Plugin Hook settings, increase the value of PluginTimeoutThreshold to 60000.
-
Removing blips on LSPDFR crash?
When you are within LSPDFR's AppDomain (that is, your plugin is loaded by LSPDFR) you could try listening to AppDomain.CurrentDomain.DomainUnload and do your cleanup there. However, it is important to note that on a crash you are not guaranteed for natives to work properly, so I'd suggest a lot of try-catch and limiting what you want to clean up. If you are in your own AppDomain (that is, you communicate with LSPDFR but your plugin is being loaded separately) you could try getting a reference on LSPDFR's AppDomain and doing the same (this time you can safely invoke a GameFiber from the event though, since your AppDomain will persist).
-
LSPDFR crashes when I reload on running
Please post your log so we can have a look.
-
Game crashing after Casino update
In your RAGE Plugin Hook settings, increase the value of PluginTimeoutThreshold to 60000.
-
0.4.3 Crashing On Startup
You have to add it yourself to lspdfr.ini, it is not a default setting. You add it like this: Main.DisableMultiplayerMap = true
-
Random Crashes after about 10 Minutes In-Game
The crash you posted seems to have displayed a message box right before, what did that say?
-
0.4.3 Crashing On Startup
It should be updated already. The files names will be the same, it is just a new build number. You can see the build number in-game in the about section of the pause menu. The new build version is 7148.
-
0.4.3 Crashing On Startup
Are you using a mods folder by any chance? It crashes when trying to load the multiplayer maps. Alternatively, you can download the small update we just released and set "Main.DisableMultiplayerMap" to true, but then you will not have access to the police station interior.