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

WriteProcessMemory exception

v8n3t

Member
Joined
May 5, 2014
Messages
92
Reaction score
11
I keep getting this while the bot is running. It does not stop the bot from running but it prevents it from finishing rifts at the end correctly sometimes.

Edit: I also found out this is ONLY HAPPENING when using a Witch Doctor.

System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 00000040, Size: 4
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at Zeta.Game.Internals.FastAttribGroupsEntry.[](Int32 , ACD )
at Zeta.Game.Internals.Actors.ACD.GetAttribute[T](Int32 attribute)
at Zeta.Game.Internals.Actors.ACD.GetAttribute[T](ActorAttributeType attributeType)
at Zeta.Game.Internals.Actors.ACDItem.get_IsUnidentified()
at Zeta.Game.Internals.Actors.ACDItem.get_Name()
at Zeta.Bot.ItemStatistics.(Object , ItemLootedEventArgs )
at Zeta.Bot.GameEvents.[](EventHandler`1 , Object ,  )

Edit: Updated post with Log
 

Attachments

Last edited:
updated original post.

Please resolve this issue as it completely prevents the botting with a Witch Doctor.
 
we need the full log file,not a portion of it
 
The reason I adjusted it is because of the file size. It was too large.

You have the important part, which is the exception with the stack trace.

As a software developer myself, I fail to see how you would need more than this as I fix code from just a stack trace on a daily basis.
 
you can upload it as a zip file
 
I've also got the same exact error when running with a witch doctor. It runs the rift once with the errors popping up frequently and then just stops after returning to town spamming the error. I wish I could go in myself and set up break points to debug, but hopefully they will come out with an update. It doesn't seem to work on beta either.
 
I've also got the same exact error when running with a witch doctor. It runs the rift once with the errors popping up frequently and then just stops after returning to town spamming the error. I wish I could go in myself and set up break points to debug, but hopefully they will come out with an update. It doesn't seem to work on beta either.


open your own thread providing your log file plz
 
I upload the full file in a new thread " Error when running with a witch doctor"
 
Back
Top