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

Bug: v8.x Sprites not rendering in Chrome/Edge Windows 11 #10375

Open
whitetigle opened this issue Mar 25, 2024 · 5 comments
Open

Bug: v8.x Sprites not rendering in Chrome/Edge Windows 11 #10375

whitetigle opened this issue Mar 25, 2024 · 5 comments
Labels
🐠 Upstream Bug Bugs due to software below PixiJS in the stack

Comments

@whitetigle
Copy link

Current Behavior

Sprites in pixi Playground do not render with v8.x on Google Chrome and Microsoft Edge.

However:

  • Graphics do render
  • sprites do render in Firefox.

Expected Behavior

Samples in pixi Playground should render with v8.x on Google Chrome and Microsoft Edge

Steps to Reproduce

Load any example using sprites in Pixi Playground on windows. The screen will be black.

Environment

Possible Solution

No response

Additional Information

No response

@TheRDavid
Copy link

I have the same issue with Edge and Chrome, also on Opera. In the examples, for instance the "Animated Sprite Jet".
It does work when switching to v7, but not on v8.

@GoodBoyDigital
Copy link
Member

thanks for reporting @whitetigle ! can i check - if you force the WebGL renderer does it render ok?

await app.init({ 
  resizeTo: window,
  preference:'webgl'
});

thanks!

@whitetigle
Copy link
Author

thanks for reporting @whitetigle ! can i check - if you force the WebGL renderer does it render ok?

await app.init({ 
  resizeTo: window,
  preference:'webgl'
});

thanks!

Yes it works! 👍 (does it mean webgpu is not available on my chrome?)

@whitetigle
Copy link
Author

whitetigle commented Mar 28, 2024

Interestingly, I activated the enable-unsafe-webgpu flag, but it does not display anything.
I'm using pixijs 8.0.4, but I can switch to another version @GoodBoyDigital if you wish me to make some other tests.
I'm available all day today.

@GoodBoyDigital
Copy link
Member

thanks @whitetigle - this lends more credence to this PR #10367 .
it seems that WebGPU is not 100% stable across all things yet!

@GoodBoyDigital GoodBoyDigital added the 🐠 Upstream Bug Bugs due to software below PixiJS in the stack label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐠 Upstream Bug Bugs due to software below PixiJS in the stack
Projects
None yet
Development

No branches or pull requests

3 participants