Comment 3 for bug 1259509

Revision history for this message
Sebastian Lackner (slackner) wrote :

Hi piviul,

some messages look a bit unusual in the debug output:

[PIPELIGHT:LIN:silverlight5.1] basicplugin.c:776:dispatcher(): object referenceCount smaller than expected?
[PIPELIGHT:WIN:silverlight5.1] ../common/common.c:252:readCommands(): unable to receive data.

normally such messages shouldn't occur that often (or in theory never), but they appear multiple times in your debug output. :/

.

I would suggest to try out the following additional ideast:

* Set the user agent string to the recommended one instead of the one you're using (I already have seen some other pages where this leads to a different behaviour):
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120427 Firefox/15.0a1

* Please test the page with another browser like Google-Chrome or Chromium. You will have to set up a separate user agent for this one https://answers.launchpad.net/pipelight/+faq/2351 . It could probably be an issue which only occurs in firefox.

* You could also try to switch to Silverlight5.0. I doubt that it solves the problem, but I think its worth a try:
sudo pipelight-plugin --disable silverlight5.1 --enable silverlight5.0
You can switch back to 5.1 if this doesn't change anything.

If none of these ideas helps I would suggest you to come into our IRC channel #pipelight on freenode. If you don't have an IRC chat installed you can use this webchat: http://webchat.freenode.net/?channels=%23pipelight - but please use a different browser than the one for testing, since almost all tests require browser restarts ;-)

Sebastian