rrrix
New Member
- Joined
- Jul 11, 2010
- Messages
- 3,449
- Reaction score
- 61
If you haven't upgraded to the latest Demonbuddy BETA yet - you should! It has a handy feature to prevent crash protection, e.g. from using it's own internal functions:
For example, the NumPartyMembers property was crashing, but it was very hard to reproduce and/or prove... pretty much random.
For example, the NumPartyMembers property was crashing, but it was very hard to reproduce and/or prove... pretty much random.
Code:
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: chunkLength
at System.Text.StringBuilder.ToString()
at Fasm.ManagedFasm.Inject(IntPtr hProcess, IntPtr dwAddress)
at GreyMagic.Executor.Execute(Int32 timeout)
at GreyMagic.Executor.Execute()
at ..(Executor , String )
at Zeta.Game.Internals.Service.BnetParty.get_NumPartyMembers()
at SimpleFollow.Social.get_NumPartyMembers()
at SimpleFollow.Message..ctor()