Netflix Desktop crash on Ubuntu 13.04 64-bit, after selecting title
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Netflix Desktop |
New
|
Undecided
|
Unassigned |
Bug Description
I get an error which reports to be in pluginloader.exe, when trying to select a title within Netflix. This error pops up every 3-4 second, in a loop. Wich generates a new crash report over the last one. This is part of the report:
"Unhandled exception: page fault on write access to 0x7bc10000 in 32-bit code (0x7d83b3f6).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7d83b3f6 ESP:0066efa0 EBP:0066efd8 EFLAGS:00210206( R- -- I - -P- )
EAX:7bc10000 EBX:7d89c000 ECX:0066eff0 EDX:ffffffff
ESI:7bc10000 EDI:00000000
Stack dump: "
Does this has to do with me running x64?
the ppa did update a couple of days ago, but the error is just the same as before that.
Havent tryed reinstall yet, could that be worth trying?
Hi,
Just a small remark: Based on the output above you're using Netflix-Desktop in combination with Pipelight, which is something you should probably mention when filling a bug report. Nevertheless this doesn't make any difference in your specific case.
The problem is well-known and caused by outdated or broken graphic card drivers. Can you please run "glxinfo" and attach the output to this report, so we might probably be able to change the default behaviour for gpu acceleration?
In order to test if this is really the issue please run the following command, and check if the error occurs then, too: hw-acceleration
wine-browser --disable-
The correct solution would be to update your graphic card drivers, which should fix this issue.
A hack-fix how to disable hw acceleration permanently (till the next update) for Netflix-Desktop is to run:
sudo mv /usr/share/ wine-browser- installer/ hw-accel- default /usr/share/ wine-browser- installer/ hw-accel- default2 wine-browser- installer/ hw-accel- default wine-browser- installer/ hw-accel- default
echo -e '#!/bin/sh\nexit 1;' | sudo tee /usr/share/
sudo chmod +x /usr/share/
Sebastian
By the way: if you prefer to pipelight as a standalone app, you can also disable HW acceleration there by running /usr/share/ pipelight/ configure- silverlight and typing "disable" and "abort".