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

Default Honorbuddy/Gatherbuddy Relogger Open Beta v0.2.0

For a name for the relogger,

Buddymator.
Autobuddy.
Reloggerbud.
Openbuddy.
Buddystar.
Starbuddy.
BuddyTomTom.
 
And same here. Second wow window just stays at the char window and nothing happens. First wow+gb starts just fine.

its just with newer version, use the .6 gb version and it work^^
 
Last edited by a moderator:
Same here. Kinda sucks.

I have been using this for about a week now, then 2/3 gb accounts started doing like yours. just sitting at the selection screen.

I am also having alot of bot account profiles corrupting and crashing the app.
 
I have that error..

"1/23/2011 2:21:14 PM: Could not refresh profiles"

It happens when i use bottom "refresh" profiles to choose profile.. and dont show anything. :(
 
Hey, been using this for a long time now and has been working perfectly. Keep up the great work!

When I tried to add another account and Refresh the Profile List to came up with:
24/01/2011 12:22:56: Could not refresh profiles.

What does this mean and how can I fix it?

Thanks! :D
 
Attached to WoW
ProcessId: 1100.
Please auth first

It doesn't actually press Login, it aims for the small window instead :/
 
It doesn't relog after this kind of error :
"[09:05:13:896] There are no authentication servers available right now. Please try to log in again later. If this message occurs for long periods of time, please inform us in the Support Issues Forum. (http://www.thebuddyforum.com/support-issues/)"

I don't know if its possible but it would be nice ^^.
 
it worked for 24 hours and now its stopped working randomly...


24/01/2011 22:19:42: Auth OK
24/01/2011 22:19:42: Starting automator version 0.2.1
24/01/2011 22:19:43: Logging into Account 5 on HonorBuddy2
24/01/2011 22:19:43: WoW failed to start!
24/01/2011 22:19:43: Stopping account 5!
24/01/2011 22:19:44: Logging into Account 4 on HonorBuddy2
24/01/2011 22:19:46: Logging into Account 3 on HonorBuddy2
24/01/2011 22:19:47: Logging into Account 2 on HonorBuddy2
24/01/2011 22:19:48: Logging into Account 1 on HonorBuddy2
24/01/2011 22:19:49: No accounts to currently run!
 
Mine keeps erroring out with "AddUpdateAccount" - "Unhandled exception has occurred..." The main line says "System.Data.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.SQLite.SQLiteException: SQLite error
no such table: Accounts"

So apparently my Accounts table didn't get created in the local DB file? Everything works fine if I don't select a profile. Odd.

1) Click Accounts
2) Click Updated Selected Account
3) Click Open Char Config for my first char
4) Click Choose Profile and browse to profile
5) Click Save and Close
6) Click Add/Update Account
 
aparently i need net 4.0
but- can i install net 4.0 and still have 3.5 Sp1 ?
 
Here is the last data in the TimePlayed table:

Code:
INSERT INTO "TimePlayed" VALUES(560,1,1295850799,47236,2);
INSERT INTO "TimePlayed" VALUES(561,1,1295890003,39164,2);
INSERT INTO "TimePlayed" VALUES(562,1,1295904405,7202,2);
INSERT INTO "TimePlayed" VALUES(563,1,1295911684,7240,2);
INSERT INTO "TimePlayed" VALUES(564,1,1295919006,7281,2);
INSERT INTO "TimePlayed" VALUES(565,1,1295926364,7320,2);
INSERT INTO "TimePlayed" VALUES(566,1,1295933774,7360,2);
INSERT INTO "TimePlayed" VALUES(567,1,1295941223,7409,2);
INSERT INTO "TimePlayed" VALUES(568,1,1295941353,91,2);
INSERT INTO "TimePlayed" VALUES(569,1,1295941354,92,2);
INSERT INTO "TimePlayed" VALUES(570,1,1295948752,7358,2);
INSERT INTO "TimePlayed" VALUES(571,1,1295956188,7397,2);
INSERT INTO "TimePlayed" VALUES(572,1,1295956319,91,2);
INSERT INTO "TimePlayed" VALUES(573,1,1295956320,92,2);
INSERT INTO "TimePlayed" VALUES(574,1,1295963744,7385,2);
INSERT INTO "TimePlayed" VALUES(575,1,1295963873,91,2);
INSERT INTO "TimePlayed" VALUES(576,1,1295963874,92,2);
INSERT INTO "TimePlayed" VALUES(577,1,1295971282,7370,2);
INSERT INTO "TimePlayed" VALUES(578,1,1295971414,91,2);
INSERT INTO "TimePlayed" VALUES(579,1,1295971414,92,2);
INSERT INTO "TimePlayed" VALUES(580,1,1295978813,7359,2);

Hope this helps you find the bug.

Also you have LogOffTime and AmountOfTimePlayed. From the look of it one is an absolute time and one is a delta time. Maybe just ignore the LogOffTime and logout when the amount of time hits the target delta time?

Code:
CREATE TABLE TimePlayed (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    accountId INTEGER,
    LogOffTime INTEGER,
    AmountOfTimePlayed INTEGER,
    task INTEGER,
    FOREIGN KEY(accountId) REFERENCES Acccounts(id)
);

Ah, forgot. This is the problem :

---
2011-01-25 20:20:53: Auth OK
2011-01-25 20:20:53: Starting automator version 0.2.1
2011-01-25 20:20:53: No accounts to currently run!
2011-01-25 20:23:46: Auth OK
2011-01-25 20:23:46: Starting automator version 0.2.1
2011-01-25 20:23:46: No accounts to currently run!
----

Its set to run 24h.
 
Last edited:
[20:02:13:901]:Command line argument: /autologin
[20:02:13:901]:Command line argument: /autostart
[20:02:13:902]:Autostart of Gatherbuddy.
[20:02:14:79]:Tripwire is ready.
[20:02:14:89]:Please auth first

That's the thing i meant, it runs everything fine but when it's going to start gatherbuddy it connects to the small gatherbuddy window instead of the big long gatherbuddy window :/
 
Back
Top