web-dev-qa-db-fra.com

Pipelight ne fonctionne pas avec firefox ou chrome

J'ai installé Pipelight en suivant les instructions du site web mais cela ne fonctionne toujours pas correctement.

Version du noyau 3.8.0-27-generic

Lors du lancement de chrome, les journaux apparaissent sous le nom. Quelqu'un peut-il me dire ce qui ne va pas avec ma configuration?

n-linux:~$ google-chrome &
[1] 31528
husain@husain-linux:~$ ATTENTION: default value of option force_s3tc_enable overridden by environment.
[13:21:1005/131424:ERROR:platform_thread_linux.cc(99)] Failed to set Nice value of thread to -10
[PIPELIGHT:LIN] attached to process.
[PIPELIGHT:LIN] trying to load config file from '/home/husain/.config/pipelight'.
[PIPELIGHT:LIN] trying to load config file from '/etc/pipelight'.
[PIPELIGHT:LIN] trying to load config file from '/usr/share/pipelight/pipelight'.
[PIPELIGHT:LIN] basicplugin.c:385:checkGraphicDriver(): GPU driver check - Your driver is supported, hardware acceleration enabled.
[PIPELIGHT:LIN] using wine prefix directory /home/husain/.wine-pipelight/.
[PIPELIGHT:LIN] checking Silverlight installation - this might take some time.
wine-silverlight5.1-installer is already installed in /home/husain/.wine-pipelight/.
wine-mpg2splt-installer is already installed in /home/husain/.wine-pipelight/.
wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
err:wineboot:ProcessRunKeys Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2)
[PIPELIGHT:WIN] windowless mode is off.
[PIPELIGHT:WIN] embedded mode   is on.
[PIPELIGHT:WIN] usermode Timer  is off.
fixme:advapi:RegisterTraceGuidsW (0x2b1f87, 0x350118, {aa087e0e-0b35-4e28-8f3a-440c3f51eef1}, 1, 0x63f628, (null), (null), 0x350118,): stub
[PIPELIGHT:WIN] init successful!
fixme:advapi:UnregisterTraceGuids 0: stub
[WARNING:flash/platform/pepper/pep_module.cpp(63)] SANDBOXED
4
user258

Vos journaux ressemble à mon. La différence est que j'ai reçu plus d'informations à la fin:

err:module:import_dll Loading library libgcc_s_sjlj-1.dll (which is needed by L"Z:\usr\share\pipelight\pluginloader.exe") failed (error c000007b).
err:module:import_dll Library libstdc++-6.dll (which is needed by L"Z:\usr\share\pipelight\pluginloader.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\usr\share\pipelight\pluginloader.exe" failed, status c0000135
[PIPELIGHT] Error during the initialization of the wine process - aborting

Si vous avez un problème similaire, vous pouvez le résoudre en liant les dll manquantes dans l'installation de wine-pipelight:

ln -s <path-to-your-crosscompiler-gcc-libs>/*.dll ~/.wine-pipelight/drive_c/windows/system32/

Dans mon cas (gentoo linux), les bibliothèques nécessaires se trouvent dans /usr/lib64/gcc/i686-w64-mingw32/4.7.3/. Si vous ne savez pas où trouver les dll, vous pouvez utiliser:

locate libstdc++-6.dll.
1
lyzkov

les instructions que vous avez utilisées sont un peu incomplètes, car il manque une étape importante. L’installation de Pipelight elle-même semble bien se dérouler jusqu’à présent, mais vous n’avez probablement pas installé de commutateur d’agent d’utilisateur. Ceci est nécessaire pour que les pages (en streaming) pensent que vous utilisez un PC Windows, sinon elles refuseront l'accès ou resteront bloquées à 100% du chargement.

L'entrée suivante FAQ décrit comment procéder de la sorte pour Chrome/Firefox/Uzbl: https://answers.launchpad.net/pipelight/+faq/2351

2
Sebastian Lackner

Supprimer et obtenir la dernière version de leur site officiel, fds-team.com

enter image description here

il y a un peu différent de la version précédente et veuillez lire attentivement les instructions données. site web est obsolète.

0
Shaharil Ahmad