I’m still running into this issue, is there a fix yet or do we still need to wait?
I believe there’s still an issue with some games classifying gamepasses as products and PromptGamePassPurchaseComplete not running on these passes.
IconImageAssetId=0 is a separate issue, but in regards to PromptGamePassPurchaseComplete not working (doesn’t replicate to server in FE games), that has a fix on the way.
The most confusing part is that this seems to be a warning coming from a core GUI.
Yeah, the purchase prompt still needs to be updated in some places. Fix is on the way
Hi all,
We are currently looking into an issue with game passes. If you know of any other issues please make sure to create a new bug report on the Developer Forum for it and link it here.
Here’s the latest update on it.
To clarify, list of known gamepass issues:
- Purchase event not replicating to server
- Ability to purchase gamepasses multiple times
- Players are only charged once
- This also causes a bug where it displays the final Robux balance as higher than the predicted since the player wasn’t charged
- Purchase prompt showing incorrect or no thumbnail
- Purchase prompt triggers warnings in output
- Purchase prompt refers to gamepass as “product” instead of “gamepass”
- IconImageAssetId is not set for product info returned by gamepasses
- GetProductInfo fails for off-sale gamepasses
- Purchased gamepasses are added to end of inventory instead of beginning
- Only happens when purchased in-game
As posted on other threads, most of these have fixes on the way, but the newly reported ones have all been logged internally as well.
That list has eight more items than it should.
Thank you for logging this, and for the dev team for being so quickly on-the-case; but we should not be forced to switch to a system which is clearly not ready.
Here are two more issues which aren’t listed above yet.
Pretty scary that something so critical to a game would be shipped out with so many issues. For a new game you basically have to depend completely on this new system.
Have the issues been fixed yet?
No - please don’t continue to bug Roblox staff members with asking if the issues have been fixed as that is not helping anyone.
When they fix the bugs and release the fixes in the next update, they will make a post for everyone to see so everyone knows.
I always miss updates because I don’t keep track of everything, so I’m commenting on the most prominent thread.
Someone said it might be fixed tonight, and it’s totally within the realm of possibility for everything to be working again + no announcement.
Thanks for reporting these issues! We are looking into them.
I’m not sure if during the 24 hour downtime the issue has been addressed yet. I’ve checked devforums and the twitter; this holdup is a big deal for me because I can’t push a significant update to begin monetization.
They will post in this thread right here when they have an update. Please await that update!
We believe we have fixed the following issues:
- PromptGamePassPurchaseFinished was not firing on the server
- It appears possible to buy a gamepass multiple times (was not actually purchasing on subsequent attempts)
We are working on addressing some of the other issues.
Thanks so much!
Please let one of the “other issues” be the fact that we can’t get product info for game passes with the new system.
Just in time for the weekend; thank you
EDIT: It appears PromptGamePassPurchaseFinished still isn’t working, at the very least in test servers in Studio. Also after they buy it, calling “UserOwnsGamePassAsync” doesn’t work until they leave and rejoin.
Them buying the gamepass doesn’t cache properly on the server yet. If I call “UserOwnsGamePassAsync”, I think it grabs a cached version. I’m using Player.Id and the proper gamepass Id as arguments as well.