Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 16161  / 1 Year ago, fri, may 5, 2023, 8:53:41

I installed pipelight by following the instructions on the website but it still does not work properly .



Kernel version
3.8.0-27-generic



When launching chrome the logs show up as . Can someone tell me what is wrong with my setup ?



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:windowssystem32winemenubuilder.exe"
err:wineboot:ProcessRunKeys Error running cmd L"C:windowssystem32winemenubuilder.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

More From » wine

 Answers
3

Your logs looks similar to my. The difference is that I received more info at the end:



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


If you have similar problem, you can solve it by linking missing dll's in wine-pipelight installation:



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


In my case (gentoo linux) needed libs are located in /usr/lib64/gcc/i686-w64-mingw32/4.7.3/. If you don't know where to find dll's you can use:



locate libstdc++-6.dll.

[#29152] Sunday, May 7, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
initiallartebeest

Total Points: 24
Total Questions: 118
Total Answers: 105

Location: Venezuela
Member since Thu, Jul 15, 2021
3 Years ago
;