-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loot ESP causing crash #588
Comments
What do you see in |
OutOfMemoryException: Out of memory (Filename: Line: 0) Says I'm running out of memory which is odd because I monitor thru task manager and I have a ram cleaner going every 3 mins the highest it gets to is 75-80%. I also have the esp distance turned down to 20m. I tested yesterday though and was crashing every single raid with the esp turned on, then went for about 6 hours straight no crashes once i turned it off. |
I can paste the whole file if you would like to look because I'm not too sure what I'm looking at here but I can read so I do assume it has something to with memory if that is what it says at the end of the log. |
Are you using an old version? Because we changed the way Loot/ESP works (we now use object pooling to prevent those OOF). And since then we did not see OOF anymore |
I downloaded the most recent universal installer and am playing on SPT 3.9.8 |
Could you retry, disabling both You said you are using a distance down to 20m, but for now, it's only used when displaying point of interests. We are still collecting ALL the data. Indeed we do not want to store camera-relative stuff, given the player is moving and we are caching values for several seconds. So 100m 3sec ago is not 100m now. (but perhaps we can optimize something given we know the maximum speed of the player and the cache duration). I'm going to think about that. But given we are now using object pooling for point of interests, this should not be an issue. |
Hello there, after downloading this and enabling everything within the loot esp at any random point during raid my game will freeze and brick my pc black screening both my monitors forcing me to hit the reset button on my pc case. Anyone else have any problems with this? I do have a lot of mods installed but i don't see errors or anything in the console when loading up the server. (No I'm not running out of memory)
The text was updated successfully, but these errors were encountered: