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

Pixi 3 loader won't load json from a data URI #1781

Closed
martin-stone opened this issue May 11, 2015 · 3 comments
Closed

Pixi 3 loader won't load json from a data URI #1781

martin-stone opened this issue May 11, 2015 · 3 comments
Labels
🕷 Bug Verified that it’s actually a legit bug that exists in the current release.

Comments

@martin-stone
Copy link

In Pixi 2 we could load json spritesheets from a data URI:

https://jsfiddle.net/oy8rpdvr/ (draws a red square from a spritesheet)

In Pixi 3 trying to do the same...

https://jsfiddle.net/xah346ps/1/

... results in ...

Uncaught Error: The frameId "Symbol1" does not exist in the texture cache

Is there any intention of reinstating this functionality?

@englercj
Copy link
Member

Data urls should still work fine in pixi 3, this is a bug and I will look into it as soon as I have some time.

Thanks for the repro cases!

@englercj englercj added 🕷 Bug Verified that it’s actually a legit bug that exists in the current release. Loaders labels May 13, 2015
@englercj
Copy link
Member

This has been fixed in resource-loader v1.6.0, and pixi has been bumped to use that version.

The next pixi release will include this fix (v3.0.6)

@lock
Copy link

lock bot commented Feb 26, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Feb 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🕷 Bug Verified that it’s actually a legit bug that exists in the current release.
Projects
None yet
Development

No branches or pull requests

2 participants