Jump to content

Firefox 39 + Spine animation render issues


darie.picu
 Share

Recommended Posts

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:

 

upload.png

 

upload.png

 

monkey.gif

 

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

Link to comment
Share on other sites

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.html

Alternatively, if you want the project:
https://www.dropbox.com/sh/aokdlgwd2ezyb1e/AAAf5YMcb3ZUniUT9XH4Yq4Pa?dl=0

 

Thanks,

Darie

Link to comment
Share on other sites

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 :/

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...