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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Grandfathered] Greedy

Status
Not open for further replies.
ok here're the 4 logs of my tonights frustrating tries to get this running :)

each run ended at the Guildbank, only one time i managed to open the interface (the last one) and for that time it hang up right after it opened the interface, might be because at that moment he reached the guildbank (moved him away manually to send gold to an alt because i thought he went to the bank to deposit...)

View attachment 169220
View attachment 169221
View attachment 169222
View attachment 169223


if you need more details just let me know, for today i'm off but will be on the next days very often, so if needed also a skype talk is possible!

really like the idea of greedy and enjoy all the setup possibilities, but doesn't help if it always chrashes and doesn't work with HBrelog loops :(
You know!

So after checking ur logs thorougly, it looks like most errors were related to ur memory.

"

Error while writing Memory!
StackTrace:"

Never seen that before xD, but there's something wrong with all the operations it tried on ur memory. e.g. Caching results into memory.
 
Release 0.0.0.114

Pushed out a new version, awaiting store approval before it goes live.

Changelog:

  1. Fix roboto's buttons being disabled in setup gui
  2. Will no longer try to use guild chests and summonables that are not ours
  3. Fix for mailbox loop
  4. Fix crash when trying to use 'auto' as stacksize
  5. The popup asking if u want to update now forces an update
  6. Changed datetime calculations
  7. Tweaks to guildbank withdrawal
  8. Fix bank behavior from looping
  9. Releasing framelock when calculating our next task
  10. Nullreference fix in SearchResults and GetName
  11. Fix overflow errors in Money Class, damn rich bastards #RichieCR
  12. Cleaning up bag / sorting bag before reading mails
  13. Printing time till next cycle
  14. Percentage char is removed when convering it to a Number in Library code
 
Last edited:
Some issues i noticed:
General
RandomizePauze=RandomPause
Cancel Delay doesn't save changes. always at 5min.
Settings
Style : Percentage allows % symbol ( ex 1%) but causes stuck issue in AH when trying to post. needs to be numeric only.



Code:
Input string was not in a correct format.
StackTrace:
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt)
   at System.Convert.ToDecimal(String value)
   at Greedy.Common.Helpers.CalculateUndercutPrice(Money money)
   at Greedy.Operations.AuctionOperations.<SellAuctions>d__d4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Greedy.Operations.AuctionOperations.<SellCustomandAutoItems>d__0.MoveNext()
Source:
mscorlib
TargetSite:
Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean)
BaseException:
System.FormatException: Input string was not in a correct format.
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt)
   at System.Convert.ToDecimal(String value)
   at Greedy.Common.Helpers.CalculateUndercutPrice(Money money)
   at Greedy.Operations.AuctionOperations.<SellAuctions>d__d4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Greedy.Operations.AuctionOperations.<SellCustomandAutoItems>d__0.MoveNext()
[21:13:34.183 N] [34:183]: Exception thrown in SellCustomandAutoItems || (See log file for more information)
[21:13:34.184 N] [34:184]: SellCustomandAutoItems resulted in a failure. Description: Exception thrown -- 0 items bought.
 
Last edited:
Some issues i noticed:
General
RandomizePauze=RandomPause
Cancel Delay doesn't save changes. always at 5min.
Settings
Style : Percentage allows % symbol ( ex 1%) but causes stuck issue in AH when trying to post. needs to be numeric only.



Code:
Input string was not in a correct format.
StackTrace:
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt)
   at System.Convert.ToDecimal(String value)
   at Greedy.Common.Helpers.CalculateUndercutPrice(Money money)
   at Greedy.Operations.AuctionOperations.<SellAuctions>d__d4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Greedy.Operations.AuctionOperations.<SellCustomandAutoItems>d__0.MoveNext()
Source:
mscorlib
TargetSite:
Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean)
BaseException:
System.FormatException: Input string was not in a correct format.
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt)
   at System.Convert.ToDecimal(String value)
   at Greedy.Common.Helpers.CalculateUndercutPrice(Money money)
   at Greedy.Operations.AuctionOperations.<SellAuctions>d__d4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Greedy.Operations.AuctionOperations.<SellCustomandAutoItems>d__0.MoveNext()
[21:13:34.183 N] [34:183]: Exception thrown in SellCustomandAutoItems || (See log file for more information)
[21:13:34.184 N] [34:184]: SellCustomandAutoItems resulted in a failure. Description: Exception thrown -- 0 items bought.

Added to 114
 
I can't get Greedy to cancel and re-post auctions.
i checked Allow Cancel and in settings min. price set to undercut.
It scans AH but never re-lists items when I get undercut :(



Code:
[System.Threading.Tasks.Task`1[Greedy.Dynamics.GTaskResult] CancelAuctions(), System.Func`1[System.Boolean][]] Completed: Canceled 1 of our total 447 auctions.

It seems like it only cancels 1 auction on first scan and then never again untill i restart HB. then it will cancel 1 auction etc.

50+ undercut auctions never get re-posted
 

Attachments

Last edited:
Question I have - This best to use on a lvl 1 toon or works pretty safe to start and walk away?
 
I can't get Greedy to cancel and re-post auctions.
i checked Allow Cancel and in settings min. price set to undercut.
It scans AH but never re-lists items when I get undercut :(



Code:
[System.Threading.Tasks.Task`1[Greedy.Dynamics.GTaskResult] CancelAuctions(), System.Func`1[System.Boolean][]] Completed: Canceled 1 of our total 447 auctions.

It seems like it only cancels 1 auction on first scan and then never again untill i restart HB. then it will cancel 1 auction etc.

50+ undercut auctions never get re-posted

How long did u wait?

There's a delay between cancels + ..mm will write u a test and contact u on skype.
 
I am having massive problems with greedy. Sometimes it stuck on loading handlers. I have to restart hb after this. When it is actually working before my toon has chance to get to that auctioneer right on the auction house steps bot is throwing text checking for auctions failed. Then it goes to the ah just to find out all my yesterday's settings has been overwrite by global ones. It never cancel undercut auctions and it never deposit items to guild bank. It is throwing some exemption errors as well. It does withdraw items from bank but it does it in a loop so stops when mu bags are full. I was really looking to buy it as I can see the potential is great but at this stage it is just not working at all. P's sometimes it freezes the wow and drops the fps to 1. I will just say I went through all the settings properly. Is the latest version confirmed and working or is it still in tests ? I don't mind to test it on trial but I would not want to pay 30 eur to test it :-)
 
I am having massive problems with greedy. Sometimes it stuck on loading handlers. I have to restart hb after this. When it is actually working before my toon has chance to get to that auctioneer right on the auction house steps bot is throwing text checking for auctions failed. Then it goes to the ah just to find out all my yesterday's settings has been overwrite by global ones. It never cancel undercut auctions and it never deposit items to guild bank. It is throwing some exemption errors as well. It does withdraw items from bank but it does it in a loop so stops when mu bags are full. I was really looking to buy it as I can see the potential is great but at this stage it is just not working at all. P's sometimes it freezes the wow and drops the fps to 1. I will just say I went through all the settings properly. Is the latest version confirmed and working or is it still in tests ? I don't mind to test it on trial but I would not want to pay 30 eur to test it :-)

Can u upload the log for me :)
 
Sure I am not at my pc atm. I have plenty of logs from last night. I just posted it to find out is greedy perfectly working fine and just playing up with me or maybe it is something to do with the latest patch.
 
Sure I am not at my pc atm. I have plenty of logs from last night. I just posted it to find out is greedy perfectly working fine and just playing up with me or maybe it is something to do with the latest set up.
Well not sure if u were running 113 or 114 last night - and some issues are caused by strange memory issues on the users side - but won't know till I see ;)

I'll eventually reset all trials once it's flagged from WIP To Release.
 
Can u upload the log for me :)

Finally got time to connect to home PC :-)

Please fin collection of logs from yesterday. All I waas trying to do on this toon was getting greedy to work.

I hope you will find some answers there because I would love the idea just can't get it working.
 

Attachments

Dont know why, but my toon insert 3 / 5 items into AH , then comes the Error with "Blacklist" . Than i hit stop/start and he goes to the bank, than again "Blicklist" errors.. See logs.. greets :confused:

View attachment 169725
Finally got time to connect to home PC :-)

Please fin collection of logs from yesterday. All I waas trying to do on this toon was getting greedy to work.

I hope you will find some answers there because I would love the idea just can't get it working.

Thanks, will look at those after dinner -+ will try to squish *most* of the annoying bugs.
 
is there a video tutorial how to setup and use this ?

cant get it work for me tried so long now.

or maybe someone can add me skype and explain to me how to buy and sell items
 
Last edited:
Finally got time to connect to home PC :-)

Please fin collection of logs from yesterday. All I waas trying to do on this toon was getting greedy to work.

I hope you will find some answers there because I would love the idea just can't get it working.

Going through ur logs:

.17.44 => *** Auc-Advanced: ENABLED ***PROBLEMATICAL*** ADDON
.22.20 => The paging file is too small for this operation to complete. Unrelated to Greedy
.07.24 => Exception has occurred in WithdrawFromGuildBank - Reported it to the Buddy Devs, as i can't really fix that one.
.07.00 => Log cuts out after opening Guild Bank, going to assume it crashed
.22.49 => Same error as .07.24
.20.25 => History data file is corrupt, probably from an earlier crash. Loop on trying to withdraw Embersilk Cloth - Item - World of Warcraft
.22.40 => No routine picked
.23.25 => Error in Npc, same as .22.49 and 07.24
.22.55 => Same as .22.49,07.24,23.25

Everything else has nothing in the logs, u just loaded the bot - no start at all 0.o?
 
The ones when there is nothing there is when bot hanged on attaching lua handlers. To small page file might be due to running it on vm I will give it a go on the desktop or maybe increase ram for vm. But from what you say it lol like something to do with hb is not working with gbank?
 
How long did u wait?

There's a delay between cancels + ..mm will write u a test and contact u on skype.

I left it running overnight 2.2mb log attached and pretty much every glyph was undercut.


Also getting this a lot

Code:
[06:456]: Exception thrown in DownloadNames: Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
   at Newtonsoft.Json.JsonTextReader.ParseValue()
   at Newtonsoft.Json.JsonTextReader.ReadInternal()
   at Newtonsoft.Json.JsonTextReader.Read()
   at Newtonsoft.Json.Linq.JToken.ReadFrom(JsonReader reader)
   at Greedy.Databases.OwnerNameDB.<DownloadNames>d__c.MoveNext()
Update: Fresh install with all addons off, gonna let it run for an hour again.
 

Attachments

Last edited:
Status
Not open for further replies.
Back
Top