Cool VL Viewer forum

View unanswered posts | View active topics It is currently 2025-08-09 18:50:33



Reply to topic  [ 61 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next
Webkit Plugin Fail 
Author Message

Joined: 2009-03-18 09:32:02
Posts: 246
Reply with quote
when i replace bin/llplugin/libmedia_plugin_webkit.so with a symlink to the webkit plugin from the 2.x viewer, it does not give me the error, but it still does not work because that one needs some other libraries...


but when I use a symlink to bin/llplugin/libmedia_plugin_webkit.so from an older dolphinviewer 1, it works just fine.


2011-08-14 19:41:32
Profile YIM WWW

Joined: 2009-03-17 18:42:51
Posts: 6030
Reply with quote
Lance Corrimal wrote:
when i replace bin/llplugin/libmedia_plugin_webkit.so with a symlink to the webkit plugin from the 2.x viewer, it does not give me the error, but it still does not work because that one needs some other libraries...

but when I use a symlink to bin/llplugin/libmedia_plugin_webkit.so from an older dolphinviewer 1, it works just fine.
Please, do NOT use random plugins: the glue code used to link webkit with the viewer is version-dependent !

Please, try the plugins I linked in this post (just click on the links: your wgets got the wrong URLs !)


2011-08-14 21:33:56
Profile WWW

Joined: 2009-03-17 18:42:51
Posts: 6030
Reply with quote
mooreted wrote:
Testing CoolVLViewer with different QT plugins:

1. QtWebkit-plugin-Linux-4.6-1.26.0.14
--media_plugin_webkit failed

2. QtWebkit-plugin-Linux-4.7.1_2-1.26.0.14
--media_plugin_webkit failed

3. QtWebkit-plugin-Linux-4.6_2-1.26.0.14
--media_plugin_webkit failed

Results:

All tests failed. media_plugin_webkit not functioning on 64bit Ubuntu 11.04.

1. Snowglobe-i686-1.4.2.3626
--No error
--Showcase working

2. SecondLife-i686-2.8.1.237758
--No error
--Destination guide working
Strange, because QtWebkit-plugin-Linux-4.6_2-1.26.0.14 got the QT Webkit version used with viewer 2.8...
Are you sure you installed them right, overwriting the bin/llplugin/libmedia_plugin_webkit.so file in the Cool VL Viewer installation directory ?

The original libmedia_plugin_webkit.so is 40547353 bytes large, with md5sum 1d1b7db038230656e17b401e65376502.
libmedia_plugin_webkit.so v4.6_2-1.26.0.14 is 39049533 bytes large, with md5sum d38f3c7d8836ff1a9049ed0f0ab1b4e1.
libmedia_plugin_webkit.so v4.7.1_2-1.26.0.14 is 40700300 bytes large with md5sum cd3cc69da4d53f37b5d8031f13e4d297.

As for Snowglobe-i686-1.4.2.3626, the Showcase is not working properly (click the Teleport buttons for destinations with a sim name containing a space, and see by yourself...). In any case, Snowglobe Qt Webkit is unusable with the new search engine, so I cannot go back...


2011-08-14 22:02:11
Profile WWW

Joined: 2009-08-09 02:56:43
Posts: 46
Reply with quote
Lib Webkit Start of Test:

1d1b7db038230656e17b401e65376502 libmedia_plugin_webkit.so
40547353 2011-08-12 10:57 libmedia_plugin_webkit.so

---------------------------------------------------------------

Untar: QtWebkit-plugin-Linux-4.6-1.26.0.14

d38f3c7d8836ff1a9049ed0f0ab1b4e1 libmedia_plugin_webkit.so
39049533 2011-08-12 06:39 libmedia_plugin_webkit.so

Test:

Alert: The following Media Plugin has failed:
media_plugin_webkit

----------------------------------------------------------------

Untar: QtWebkit-plugin-Linux-4.7.1_2-1.26.0.14

cd3cc69da4d53f37b5d8031f13e4d297 libmedia_plugin_webkit.so
40700300 2011-08-13 03:48 libmedia_plugin_webkit.so

Test:

Alert: The following Media Plugin has failed:
media_plugin_webkit

----------------------------------------------------------------

Untar: QtWebkit-plugin-Linux-4.6_2-1.26.0.14

d38f3c7d8836ff1a9049ed0f0ab1b4e1 libmedia_plugin_webkit.so
39049533 2011-08-13 02:17 libmedia_plugin_webkit.so

Test:

Alert: The following Media Plugin has failed:
media_plugin_webkit

----------------------------------------------------------------

I notice that:

QtWebkit-plugin-Linux-4.6-1.26.0.14

and

QtWebkit-plugin-Linux-4.6_2-1.26.0.14

Seem to be the same file.


2011-08-15 00:38:49
Profile

Joined: 2009-03-18 09:32:02
Posts: 246
Reply with quote
same here.

downloaded all three, none of them worked (32bit openSUSE 11.4)


2011-08-15 08:18:42
Profile YIM WWW

Joined: 2009-03-18 09:32:02
Posts: 246
Reply with quote
Hmmm... I tried with an older Cool Viewer that i still had knocking around, and 1.26.0.12 fails in the same way.


2011-08-15 08:27:30
Profile YIM WWW

Joined: 2009-03-18 09:32:02
Posts: 246
Reply with quote
Here's another thing that i tried:

I ran "lld" on both the webkit plugin that works, and the one that doesn't.

then I preared the output a bit to make it actually comparable, and then ran a diff:

"1" is the ldd output from the failing webkit, "2" is from the one that works.
Seems that the working one was linked against libasound and SDL, the failing one wasn't...

--- 1 2011-08-15 10:31:39.263941876 +0200
+++ 2 2011-08-15 10:31:47.244161971 +0200
@@ -1,5 +1,6 @@
libapr-1.so.0 => /usr/lib/libapr-1.so.0
libaprutil-1.so.0 => /usr/lib/libaprutil-1.so.0
+ libasound.so.2 => /usr/lib/libasound.so.2
libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0
libcairo.so.2 => /usr/lib/libcairo.so.2
libcrypt.so.1 => /lib/libcrypt.so.1
@@ -35,6 +36,7 @@
libpthread.so.0 => /lib/libpthread.so.0
libresolv.so.2 => /lib/libresolv.so.2
librt.so.1 => /lib/librt.so.1
+ libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0
libselinux.so.1 => /lib/libselinux.so.1
libstdc++.so.6 => /usr/lib/libstdc++.so.6
libuuid.so.1 => /lib/libuuid.so.1

hope that helps.

bye,
LC


2011-08-15 08:34:19
Profile YIM WWW

Joined: 2009-03-18 09:32:02
Posts: 246
Reply with quote
another little gem:

I've rebuilt the latest cool viewer on my openSUSE 11.4 laptop, and it works just fine.


2011-08-15 10:54:45
Profile YIM WWW

Joined: 2009-03-17 18:42:51
Posts: 6030
Reply with quote
Hmm... Maybe because you disabled FMOD ?... What happens if you run the stock Cool VL Viewer v1.26.0.14 with FMOD enabled and OpenAL disabled ?


2011-08-15 13:35:21
Profile WWW

Joined: 2009-03-18 09:32:02
Posts: 246
Reply with quote
same thing happens... no matter if its fmod or openAL, webkit plugins dies.

and the same happens with my self built, only that that one doesn't have fmod, so if i switch it to fmod instead of openAL it starts ok, but I have no sound.


2011-08-15 17:53:23
Profile YIM WWW
Display posts from previous:  Sort by  
Reply to topic   [ 61 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next

Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.