What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

out of memory error what is causing this ( IMPORTANT )

Status
Not open for further replies.

optico89

Member
Joined
Jul 13, 2012
Messages
91
Reaction score
0
My system has over 6GB of memory - I find it hard that im running out.

Here's the error I'm receiving in DB window. When this error comes up - the bot just stops and dies 99.9% of the time. Some times it will continue if there are no mobs attacking, however when there is, it's certain death.


Code:
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
   at System.Collections.Generic.List`1.set_Capacity(Int32 value)
   at System.Collections.Generic.List`1.EnsureCapacity(Int32 min)
   at System.Collections.Generic.List`1.Add(T item)
   at Zeta.Pathfinding.PathFinder.FindPath(Point startPoint, Point endPoint, Boolean includeDiagonals, Int32 maxMilliseconds, Boolean allowPartialPaths)
   at Zeta.Navigation.DefaultNavigationProvider.(Vector3 , Boolean , Single )
   at Zeta.Navigation.DefaultNavigationProvider.(Vector3 , String , Boolean )
   at Zeta.Navigation.DefaultNavigationProvider.MoveTo(Vector3 destination, String destinationName, Boolean useRaycast)
   at Zeta.Navigation.Navigator.MoveTo(Vector3 destination, String destinationName, Boolean useRaycast)
   at Trinity.DbProvider.PlayerMover.NavigateTo(Vector3 moveTarget, String destinationName)
 
If you really want help, post a log. Those 10 lines mean absolutely nothing without the other information to go along with it.
 
Log is huge - I pulled everything to do with the memory from the log - working on getting the full log uploaded.

Will edit and attach log once I can

Code:
Line 300:    at Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
	Line 301:    at Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
	Line 314:    at Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
	Line 315:    at Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
	Line 621: [06:29:56.743 N] System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
	Line 621: [06:29:56.743 N] System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
	Line 2405:    at Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
	Line 2406:    at Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
	Line 2419:    at Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
	Line 2420:    at Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
	Line 3739: [06:56:48.124 N] System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
	Line 3739: [06:56:48.124 N] System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
	Line 3750: [06:56:53.051 N] System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
	Line 3750: [06:56:53.051 N] System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
	Line 3864:    at Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
	Line 3865:    at Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
	Line 3878:    at Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
	Line 3879:    at Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
	Line 4048:    at Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
	Line 4049:    at Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
	Line 4062:    at Zeta.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
	Line 4063:    at Zeta.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
 

Attachments

lol what does "over 6 gigs of ram" mean? They don't exactly come in all kinds of weird numbers. Do you mean you have 8? Or? 6 plus some dust on the sticks? You don't even mention how many bots you're running, what else is happening etc. 6 gigs is not a lot for botting.
 
i'm running 1 bot

I have 6Gigs of ram for the system im using.

This issue does not happen on my older DB's

I'm using the latest DB when this memory issue happens.

Running D3 in Window mode - all low/off settings
 
I'm not entirely sure, you'll need someone actually qualified like rrix to look at it; however, just glancing through your log - you also get a lot of memory read access violation errors. You might try deleting your caches, possible corrupted.
 
caches as in what folders?

folders pertaining to diablo 3?

If you could point out what cache folders your referring to, ill give it a try.

this problem is frustrating..


EDIT:

Thanks for the idea - I have found where the cache folder for d3 resides.

I will try deleting this, going through the motions and seeing if the problem is fixed.
Haven't deleted this since d3 launch date o.O

x fingers!
 
Also, try deleting your compiled assemblies folder in DB. They can become corrupted at times, especially when the bot runs for a very long time.
 
This is a known issue, the new DB beta fixes it - Nesox is using a new memory lib. This is not a trinity bug. Once the new DB Beta is stable and pushed to release you can switch.
 
Status
Not open for further replies.
Back
Top