Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auction house - Not all auctions showing after creation #21011

Open
sudlud opened this issue Dec 22, 2024 · 8 comments
Open

Auction house - Not all auctions showing after creation #21011

sudlud opened this issue Dec 22, 2024 · 8 comments
Labels
Confirmed CORE Related to the core

Comments

@sudlud
Copy link
Member

sudlud commented Dec 22, 2024

Current Behaviour

after creating new auctions, they do not immediately show in the auction house tab

Expected Blizzlike Behaviour

i would assume that they should show right after creation

Source

No response

Steps to reproduce the problem

lvl 70 horde troll priest
oily blackmouth
.additem 6358 24
.tele orgri
go to auction house
Add auction - oily blackmouth
stack size 5
click maximum stacks (will set to 4)
Create auctions
observe only 3 of the 4 created auctions showing in the list on the right


close auction house
reopen auction house
observe all 4 auctions showing correctly now

Extra Notes

No response

AC rev. hash/commit

0d6a0f8

Operating system

Windows 10 x64

Custom changes or Modules

No response

@sudlud sudlud changed the title Auction house - Not all auctions not showing after creation Auction house - Not all auctions showing after creation Dec 22, 2024
@Takenbacon
Copy link
Contributor

I will check this.

@Takenbacon
Copy link
Contributor

@sudlud Do you know if this existed prior to auctionhouse threading changes? So far from what I can see, interestingly enough the client requests the list in the middle of submitting auctions

Selling 5 stacks of wool, for example, generates this from the client:

CMSG_AUCTION_SELL_ITEM
CMSG_AUCTION_SELL_ITEM
CMSG_AUCTION_LIST_OWNER_ITEMS
CMSG_AUCTION_SELL_ITEM
CMSG_AUCTION_SELL_ITEM
CMSG_AUCTION_SELL_ITEM

@sudlud
Copy link
Member Author

sudlud commented Dec 22, 2024

Yeah I would say this is not a new bug iirc

@Takenbacon
Copy link
Contributor

From what I can surmise so far is the client seems to "randomly" (maybe prevented by an internal throttle?) request the auction list while selling items as a multiple stack, but doesn't seem to send a final request once done. The server doesn't know how many items the client will sell as a multiple stack as it is sending each stack as a separate CMSG_AUCTION_SELL_ITEM, so no way of forcing a final auction list query. I'd be interested in seeing a sniff of this from original 3.3.5 but that would be hard to find.

@sudlud
Copy link
Member Author

sudlud commented Dec 22, 2024

Thanks for the research, maybe we can check our sniff storage from classic wotlk if there's any insights into this

@TheSCREWEDSoftware
Copy link
Contributor

TheSCREWEDSoftware commented Dec 22, 2024

I'm on a older rev before the AH changes.

image

image

no need to refresh (get out of the ui and come back) only clicked "search"^

image

image

No Auction addons. There's a difference in money, but when i tried to creathe auction the first time i had no moeny that's why the values are different but was done in 1 segment with no need to close the ah

@sudlud and @Takenbacon

Edit: I've checked Vanilla and Cata, can't test the same thing there as it uses the most recent AH (retail) UI.

It seems this bug already existed before the new changes. (with my testing above)

@sudlud
Copy link
Member Author

sudlud commented Dec 23, 2024

https://m.youtube.com/watch?v=FMnHB0y9h0w

Minute 1:30

Looks like on original wotlk there was a delay of almost 2 seconds between each listing

Edit:
Apparently you can also continue searching the AH while the listing is in progress

@TheSCREWEDSoftware
Copy link
Contributor

Edit: Apparently you can also continue searching the AH while the listing is in progress

I think this is a function of auctionatoor i think ti interreupts the listing if you get out of that menu

@TheSCREWEDSoftware TheSCREWEDSoftware added Confirmed CORE Related to the core labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Confirmed CORE Related to the core
Projects
None yet
Development

No branches or pull requests

3 participants