darie.picu Posted July 29, 2015 Share Posted July 29, 2015 Hi, We have spine animations (http://esotericsoftware.com/) that we display using Pixijs. We use https://github.com/pixijs/pixi-spine to read the spine data and display the animation using Pixijs. It works great in most browsers but we have experienced an issue in Firefox 39: Weird thing is that we tested on different computers with Firefox39 and the issue is shown only on some of the computers. All computers ran Windows7. I am not sure what to do about it. Any help would be greatly appreciated. Thanks,Darie Quote Link to comment Share on other sites More sharing options...
xerver Posted July 29, 2015 Share Posted July 29, 2015 You might get a better response for pixi-spine if you post on the repo. They might have encountered this issue before: https://github.com/pixijs/pixi-spine Good luck! Quote Link to comment Share on other sites More sharing options...
darie.picu Posted July 30, 2015 Author Share Posted July 30, 2015 Thank you for the reply, I will be asking them.I doubt that it is an issue with pixi-spine since pixi-spine "only" reads the spine data and creates display objects and adds tweens to them. Quote Link to comment Share on other sites More sharing options...
darie.picu Posted August 4, 2015 Author Share Posted August 4, 2015 Hi, The problem seems to be related to transparency. If I do:var renderer = PIXI.autoDetectRenderer(800, 600, {transparent: true});Then I get the horrible visual glitches.If I take out the {transparent:true} bit:var renderer = PIXI.autoDetectRenderer(800, 600);Then everything is fine. Here is a page that reproduces the issue:https://s3.amazonaws.com/assets-test-dp.sumdog.com/firefox39/index.htmlAlternatively, if you want the project:https://www.dropbox.com/sh/aokdlgwd2ezyb1e/AAAf5YMcb3ZUniUT9XH4Yq4Pa?dl=0 Thanks,Darie Quote Link to comment Share on other sites More sharing options...
xerver Posted August 4, 2015 Share Posted August 4, 2015 If that is true and it only happens in FF 39 and not elsewhere, it sounds like a brower bug Quote Link to comment Share on other sites More sharing options...
darie.picu Posted August 4, 2015 Author Share Posted August 4, 2015 I updated my video driver and now it works fine... This is not the solution to this problem though as I do not think people regularly update their video drivers Quote Link to comment Share on other sites More sharing options...
xerver Posted August 4, 2015 Share Posted August 4, 2015 I updated my video driver and now it works fine... This is not the solution to this problem though as I do not think people regularly update their video drivers Unfortunately this is a problem with any graphics software. Native solutions can check for blacklisted drivers and prompt for an upgrade but unfortunately we can't do that with web. All you can do is have help articles and support for if it happens :/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.