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

[PVP/Melee] Stick to your target like -Glue-

Status
Not open for further replies.
will update that after i finish this MapGen project im working on

For those that keep asking...

YES he knows there is a problem and he will work on it once hes done with another project. I am sure he will update the first post when it gets done.

Stop repeating the same question every 5 posts. Unless you have information about the error just be patient.
 
Please write known issues you guys want fixed. ill chuck together something tonight.

Also Personally, i dont know how its crashing your game.
some more info about the crash WOULD be good.
not just "it crashed" i carnt really code

if (abouttocrash) pleasedontcrash;

if you know, or think you know how it crashs let me know, cause ive NEVER had a issue with it.
 
Last edited:
This application has encountered a critical error:

ERROR #132 (0x85100084) Fatal exception!

Program: C:\Program Files (x86)\World of Warcraft\WoW.exe
ProcessID: 3140
Exception: 0xC0000005 (ACCESS_VIOLATION) at 0023:002D3886

The instruction at "0x002D3886" referenced memory at "0x29E1F530".
The memory could not be "read".
 
Sorry for not being clear about the crash, swiny. It is the same error as this:

This application has encountered a critical error:

ERROR #132 (0x85100084) Fatal exception!

Program: C:\Program Files (x86)\World of Warcraft\WoW.exe
ProcessID: 3140
Exception: 0xC0000005 (ACCESS_VIOLATION) at 0023:002D3886

The instruction at "0x002D3886" referenced memory at "0x29E1F530".
The memory could not be "read".
 
i get that error every time i close honorbuddy and have done for some time :\

it should only be running when your wow is vaild, first line
Code:
                    if (!ObjectManager.Me.IsValid) continue;
                    if (ObjectManager.Me.CurrentTarget == null) continue;                   // If no player we want to continue
                    if (!StyxWoW.Me.GotTarget) continue;                                    // Got no target, continue
                    if (Me.CurrentTarget.IsFriendly) continue;                              // Friendly target, dont bother

whats it doing at the time. etc.
were you changing zones,
what was your bot doing
what colour pants are you wearing.
etc.. lol

it seems like a honorbuddy issue trying to read when its not sappose to.
 
Last edited:
Im letting it run now, ill update you with some info when it crashed.
Thanks,
 
i get that error every time i close honorbuddy and have done for some time :\

it should only be running when your wow is vaild, first line
Code:
                    if (!ObjectManager.Me.IsValid) continue;
                    if (ObjectManager.Me.CurrentTarget == null) continue;                   // If no player we want to continue
                    if (!StyxWoW.Me.GotTarget) continue;                                    // Got no target, continue
                    if (Me.CurrentTarget.IsFriendly) continue;                              // Friendly target, dont bother

whats it doing at the time. etc.
were you changing zones,
what was your bot doing
what colour pants are you wearing.
etc.. lol

it seems like a honorbuddy issue trying to read when its not sappose to.

For me it occasionally happens sometime after the first BG (I have never seen it crash during the first BG). From my observations, it happens occasionally entering a BG, leaving a BG, or sometimes during large fights.
 
when you turn off leaderplugin then it works
have play whole day without dc or error
 
It crashes randomly during the Bg with that Error for me, then again i havent disabled every other plugin and then turned them back on one by one to see if it is plugin related.

So i will try that first.
 
disable bugsubmitter + refreshment plugins and try.

Not a single crash since i disabled those plugins.

"knock on wood"
 
Last edited:
I've tried to disable bug submitter and refreshment as well as i never have leader plugin turned on and it still crashes.
 
maybe it's related to a memory leak in WOW/HB.

I think Apoc said quite a while ago that BG's has memoryleaks.

Try this to see if it makes it more stable(i use it to prevent crashes in BF3 because of a memoryleak in BF3.exe)

bcdedit /set increaseuserva 3072

(To be used from a command-prompt and applies to WINDOWS 7 32-bit users)

Requires a reboot after executed.

If you have no clue what this is, Don't do it !
 
Last edited:
This addon is the shit! I use it with Jsub PVP Rogue plugin. I go positive every round. Its amazing, this plugin runs around your target like crazy and making them freak out, its crazy! I crashed once after like 4 hours of botting. Ive disabled all addons but Glue. Havent tried with others on. But with FPSware rogue on i crashed in the middle of my first round. So im not sure if its FPSware CC or not but Glue is definitely an AMAZING plugin! I love you OP.
 
Last edited:
If you are talking about crashes, are you talking about HB crashs or WoW crashs?

I've got the issue that my WoW crashs with error code 132 (which seems to be related to memory problems) and I think it's due to this plugin.
I reduced the pulse speed already to 30 instead of 45 (which it was before) but it doesn't seem to fix that problem.

-edit-
Was playing on 64 bit client so far, trying actually 32 bit. So far it didn't crash, but it's just running for about 10 minutes ^^

-edit2-
Again crash :(
 
Last edited:
This is supposed to help only on 32bit, as 64bit does support that automatically (what I'm using ;))
 
Running Alterac Valley, Glue was controling movement and then i got feared by a priest. (leads me to think that it can be an error happening when loosing control over character)
Uptill then everything ran great, but i still got my ass handed (as i'm in crappy gear as warrior)

This application has encountered a critical error:


ERROR #132 (0x85100084) Fatal exception!


Program: C:\Program Files\World of Warcraft\WoW.exe
ProcessID: 7316
Exception: 0xC0000005 (ACCESS_VIOLATION) at 001B:00000004


The instruction at "0x00000004" referenced memory at "0x00000004".
The memory could not be "executed".
 
The crash happens more often the higher you set the movement pulse.
When i set to 60 it crashes nearly always in the first bg.
When set to 30 it crashes every hour or so.

I also found that crashes occurred more often in crowded areas but not sure how that could be related.
 
maybe it's related to a memory leak in WOW/HB.

I think Apoc said quite a while ago that BG's has memoryleaks.

Try this to see if it makes it more stable(i use it to prevent crashes in BF3 because of a memoryleak in BF3.exe)

bcdedit /set increaseuserva 3072

(To be used from a command-prompt and applies to WINDOWS 7 users)

Requires a reboot after executed.

If you have no clue what this is, Don't do it !

Thanks its not crashing any more!
 
Status
Not open for further replies.
Back
Top