Black screen CentOS 6 and firefox

Asked by David Adams

CentOS 6
Firefox 17.0.10

Install was all done through yum (I didn't recompile anything) and seemed to complete successfully
Followed with update all per these instructions: http://fds-team.de/cms/pipelight-installation.html

I get a black screen when I try to start a netflix movie in firefox.

User agent overrider set to Firefox15/Windows.

Following out put in terminal where firefix was started: (any help appreciated!)

[PIPELIGHT:LIN:unknown] attached to process.
[PIPELIGHT:LIN:unknown] checking environment variable PIPELIGHT_SILVERLIGHT5_1_CONFIG.
[PIPELIGHT:LIN:unknown] searching for config file pipelight-silverlight5.1.
[PIPELIGHT:LIN:unknown] trying to load config file from '/home/dradams/.config/pipelight-silverlight5.1'.
[PIPELIGHT:LIN:unknown] trying to load config file from '/etc/pipelight-silverlight5.1'.
[PIPELIGHT:LIN:unknown] trying to load config file from '/usr/share/pipelight/configs/pipelight-silverlight5.1'.
[PIPELIGHT:LIN:unknown] sandbox not found or not installed!
libGL error: failed to load driver: nouveau
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
[PIPELIGHT:LIN:silverlight5.1] basicplugin.c:401:checkSilverlightGraphicDriver(): GPU driver check - Your driver is not in the whitelist, hardware acceleration disabled.
[PIPELIGHT:LIN:silverlight5.1] using wine prefix directory /home/dradams/.wine-pipelight/.
[PIPELIGHT:LIN:silverlight5.1] checking plugin installation - this might take some time.
[install-dependency] wine-silverlight5.1-installer is already installed in '/home/dradams/.wine-pipelight/'.
[install-dependency] wine-mpg2splt-installer is already installed in '/home/dradams/.wine-pipelight/'.
wine: '/tmp/.wine-500/server-fd02-281e4a/socket' is not owned by you
[PIPELIGHT:LIN:silverlight5.1] ../common/common.c:168:receiveCommand(): unable to receive data.
[PIPELIGHT:LIN:silverlight5.1] basicplugin.c:117:attach(): error during the initialization of the wine process - aborting.
[PIPELIGHT:LIN:unknown] attached to process.
[PIPELIGHT:LIN:unknown] checking environment variable PIPELIGHT_SILVERLIGHT5_1_CONFIG.
[PIPELIGHT:LIN:unknown] searching for config file pipelight-silverlight5.1.
[PIPELIGHT:LIN:unknown] trying to load config file from '/home/dradams/.config/pipelight-silverlight5.1'.
[PIPELIGHT:LIN:unknown] trying to load config file from '/etc/pipelight-silverlight5.1'.
[PIPELIGHT:LIN:unknown] trying to load config file from '/usr/share/pipelight/configs/pipelight-silverlight5.1'.
[PIPELIGHT:LIN:unknown] sandbox not found or not installed!
libGL error: failed to load driver: nouveau
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
[PIPELIGHT:LIN:silverlight5.1] basicplugin.c:401:checkSilverlightGraphicDriver(): GPU driver check - Your driver is not in the whitelist, hardware acceleration disabled.
[PIPELIGHT:LIN:silverlight5.1] using wine prefix directory /home/dradams/.wine-pipelight/.
[PIPELIGHT:LIN:silverlight5.1] checking plugin installation - this might take some time.
[install-dependency] wine-silverlight5.1-installer is already installed in '/home/dradams/.wine-pipelight/'.
[install-dependency] wine-mpg2splt-installer is already installed in '/home/dradams/.wine-pipelight/'.
wine: '/tmp/.wine-500/server-fd02-281e4a/socket' is not owned by you
[PIPELIGHT:LIN:silverlight5.1] ../common/common.c:168:receiveCommand(): unable to receive data.
[PIPELIGHT:LIN:silverlight5.1] basicplugin.c:117:attach(): error during the initialization of the wine process - aborting.
[PIPELIGHT:LIN:silverlight5.1] using timer based event handling.
NOTE: child process received `Goodbye', closing down
[PIPELIGHT:LIN:unknown] attached to process.
[PIPELIGHT:LIN:unknown] checking environment variable PIPELIGHT_SILVERLIGHT5_1_CONFIG.
[PIPELIGHT:LIN:unknown] searching for config file pipelight-silverlight5.1.
[PIPELIGHT:LIN:unknown] trying to load config file from '/home/dradams/.config/pipelight-silverlight5.1'.
[PIPELIGHT:LIN:unknown] trying to load config file from '/etc/pipelight-silverlight5.1'.
[PIPELIGHT:LIN:unknown] trying to load config file from '/usr/share/pipelight/configs/pipelight-silverlight5.1'.
[PIPELIGHT:LIN:unknown] sandbox not found or not installed!
libGL error: failed to load driver: nouveau
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
[PIPELIGHT:LIN:silverlight5.1] basicplugin.c:401:checkSilverlightGraphicDriver(): GPU driver check - Your driver is not in the whitelist, hardware acceleration disabled.
[PIPELIGHT:LIN:silverlight5.1] using wine prefix directory /home/dradams/.wine-pipelight/.
[PIPELIGHT:LIN:silverlight5.1] checking plugin installation - this might take some time.
[install-dependency] wine-silverlight5.1-installer is already installed in '/home/dradams/.wine-pipelight/'.
[install-dependency] wine-mpg2splt-installer is already installed in '/home/dradams/.wine-pipelight/'.
wine: '/tmp/.wine-500/server-fd02-281e4a/socket' is not owned by you
[PIPELIGHT:LIN:silverlight5.1] ../common/common.c:168:receiveCommand(): unable to receive data.
[PIPELIGHT:LIN:silverlight5.1] basicplugin.c:117:attach(): error during the initialization of the wine process - aborting.
[PIPELIGHT:LIN:silverlight5.1] using timer based event handling.
NOTE: child process received `Goodbye', closing down

Question information

Language:
English Edit question
Status:
Answered
For:
Pipelight Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Sebastian Lackner (slackner) said :
#1

Hi,

based on the output there are two problems with your installation:

1)
First of all the following lines in your debug output look unusual:

wine: '/tmp/.wine-500/server-fd02-281e4a/socket' is not owned by you

For some unknown reason there are some tmp files owned by a wrong user. I would suggest to wipe them, while the browser is closed:

rm -rf /tmp/.wine-*

and then retry. Normally this should solve the problem, but if it reoccurs after rebooting the machine please report back.

2)
The second problem is this one:

libGL error: failed to load driver: nouveau
libGL error: Try again with LIBGL_DEBUG=verbose for more details.

This sounds like you're missing the 32bit OpenGL library for your graphic card driver. I'm not sure what it is called exactly on CentOS, but its called libgl1-mesa-dri:i386 on Ubuntu and lib32-nouveau-dri for ArchLinux. Maybe you can find some similar package called similar.

Sebastian

Can you help with this problem?

Provide an answer of your own, or ask David Adams for more information if necessary.

To post a message you must log in.