Flash Player does not work motifwrapper X Error

Forums » Opera for Windows/Mac/Linux » Opera for *nix - Linux/FreeBSD

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

9. November 2005, 15:17:32

epios_newbie

Posts: 15

Flash Player does not work motifwrapper X Error

I use a gentoo system. installed opera 8.02 ( because 8.50 make "problems" playing a sequence)
i installed mozplugger for embedded movie
-------------
when i started playing movie , all works fine .
( openmotif installed , operamotifwrapper-1 , -2 and -3 are "present" ) libXm.so2 libXm.so3 installed.(softlinks to libXm.so.2.1 and libXm.so.3.0.2)
the "missing" libXm.so1 i made a softlink to existing libXm.so.2.1
all works without any errormessage , runs really fine !!

now i wanted to install flash. i did as suggested on opera website. i have libflashplayer.so and libflashplayer.xo
( i installed as user) in my /home/user/.opera/plugins/
and activated this in "plugins path" of opera
opera plugins page told me
appilcation/x-shockware-flash : swf
application/futursplash : spl

in plugin`s : Shockware Flash 7.0 r61


all seems "fine" .

when i watch flash site (macromedia test flash site) (reloading)
i have first a gray area , then this (flash area ) turns black.

i my command line window where i started opera (as user or as root) i see errormessages
motivwrapper: X Error: serial=0x114b, request=0x9, request_minor=0x3 resource=0x240006d.
this message apperas about 3-4 times. (did not count it)

every time i press "refresh button" in opera same message appers new ( about 3-4 times) with "higher hexvalues"...


what is the reason ?
missing libXm.so.1( i soflinked it to libXm.so.2.1 ??? -> where can i get it ?

i tried new/reinstall lesstiff , did not help, several times openmotif , opera 7.54 -08-8.02 - 8.50
flashplugin ... now i am at "end of my ideas"
no success


p.s. mozilla firefox , same testpage -> plugin not installed , then at end of all trying i "clicked on button, downloading plugin.
then at this moment i clicked "ok, successfully installed" mozilla crashed ( and every time i call a flash plugin page !!)
so .. error should be "missing lib " ?????

anyone who send me the lib file ? ( for gentoo)

9. November 2005, 17:54:34

SoeDib

Posts: 979

Try unlinking libXm.so.1 and libXm.so.2.1.
You really should be fine with having libXm.so.2.1 and libXm.so.3.0.2, actually only one of them is necessary to get things running. At startup Opera checks whether operamotifwrapper, operamotifwrapper-1, ..-2 and ..-3 are present and functional, in this order. operamotifwrapper-1 is linked against libXm.so.1, operamotifwrapper-2 against libXm.so.2, operamotifwrapper-3 against libXm.so.3. Linking libXm.so.1 to libXm.so.2.1 will cause a attempt to use operamotifwrapper-1, which tries to use libXm.so.1 -> libXm.so.2.1. This can't work, AFAIK.

It's safe to ignore Opera's complaints about non-functional operamotifwrapper-[123], as long as it finds another one which is functional.
If you want to get rid of those error messages, create a symlink operamotifwrapper -> operamotifwrapper-2 or ..-3, whatever fits better.
O9.02 on WinXPproSP2 & SuSE Linux 10.0
Opera op Platt - deegten Kraam

10. November 2005, 09:37:43

epios_newbie

Posts: 15

i checked my system for existing libXm*
found in
/opt/blackdown-jre ... /libXm.so.3
/opt/blackdown-jdk ... /libXm.so.3 filesize 2.146.496
/usr/lib/lesstif/libXm.so.2 (link)
/usr/lib/lesstif/libXm.so.2.0.1 size 1.234136 9.November
/usr/lib/lesstif/libXm.so (link)
/usr/lib/libXm.so.3.0.2 size 2.200.012 9. November
/usr/lib/libXm.so.2.1 size 1916210 8.Januar 2001
and my symlinks in usr/lib

now i removed all my symlinks. behavior keeps same .
then i deacivated java in opera .. behavior keeps same
then i renamed the 2 libXm.so.3 in java dir`s /opt/blackdown...
now opera stopps displaying all plugins.
... status "zero" reached ;-)

then i symlinked in /usr/lib ln -s libXm.so.2.1 libXm.so.2
same behavior ..
i tried symlinking libXm.so.2 and then libXm.so.3
with all existing versions ...

result was : some "combinations" did not work
some "combinations" work, but with same effect:
plugin woks well ,except Flash

now i deinstalled lesstif
and symlink`d only
libXm.so3 -> libXm.so.3.0.2
in /usr/lib ... , and let java deactivated...
result: same errors, flash player does NOT work , other plugins do .

btw. sorry, the posted errormessage in not quite right:
2 different errors: ( since i installed flash plugin)
when i call a html with picture in it ( no plugin needed:-) the
X Error: Bad Window (invalid window parameter)
appears
when i call a html with embedded movie :
no fault !! ( i am so happy about this!)
when i call a flash embedded page:
as long a flash "plays" , these 2 error lines appears: (always repating, growing more and more lines ...)
(counting hex code of serial in each error message up, as long as flash "plays" ( i dont see flash )
when flash is ready playing , and it still stays on screen (always black) the appereance of
"new" errorlines stops ...
the lines : (as i posted)

motifwrapper: Bad Match (invalid parameter attributes
motivwrapper: X Error: serial 0x1f3, request 0x93, bla bla ...


wenn i rename the 2 files in /home/.opera/plugins/
libflashplayer.so (856 byte)
and flashplayer.xpt ( 2096844 byte)

flash page keeps "white" ( no plugin there ... ;-) )
but no error occurs , no by a picture nor by a movie ...

so where is my "fault" ???

10. November 2005, 11:32:18

Moderator

sgunhouse

Volunteer

Posts: 64829

856 bytes? Did you swap the file sizes there? It should be 2 MB.

10. November 2005, 11:56:27

SoeDib

Posts: 979

Originally posted by epios_newbie:

when i call a html with picture in it ( no plugin needed:-) the
X Error: Bad Window (invalid window parameter)
appears


These should not be related to your issue, I've seen almost all graphical apps producing these errors, simply forget about them.

Originally posted by epios_newbie:

then i renamed the 2 libXm.so.3 in java dir`s /opt/blackdown...
now opera stopps displaying all plugins.


Apparently Opera tries to use those instead of the ones in /usr/lib, which is a bit suspicious. I would suggest a more systematic approach now, first I want to simplify things a bit:
Re-rename the libXm files in /opt/blackdown* to their original names
Remove everything from Opera's generic plugin folder (usually /usr/lib/opera/plugins/) except for
libnpp.so
operamotifwrapper-*
operaplugincleaner
Run ldconfig
Run "ldd /usr/lib/opera/plugins/operamotifwrapper-*" - What's the output?
Start Opera with "opera -personaldir /tmp/operatest"
Set the plugin path to contain only the generic plugin folder
Close Opera
Start Opera once more, this time with "opera -personaldir /tmp/operatest -debugplugin" - What's the output ?

O9.02 on WinXPproSP2 & SuSE Linux 10.0
Opera op Platt - deegten Kraam

10. November 2005, 14:11:18

epios_newbie

Posts: 15

@ squnhouse : sorry , i crossed the two values ...
flashplayer.xpt is 856 byte ; libflashplayer.so is 2096844 byte .

@ SoeDib : ok. i "did" as you wrote .
--------

when i run ldconfig output is:
ldconfig: File /usr/lib/libMesaGL.so is empty, not checked
-> is a symlink to /etc/opengl/libMesaGL.so who has 0 bytes !

wenn i alt. run ldconfig -v ( i looked in man ldconfig) i get huge output.
i made a
ldconfig -v > /tmp/ldconfig.log i attach in next reply ( this is quick reply)
in addition following messages occured:

ldconfig -v > /tmp/ldconfig.log
ldconfig: Can't stat /opt/blackdown-jdk-1.4.2.02/jre/lib/i386/classic: No such file or directory
ldconfig: Path `/usr/lib' given more than once
ldconfig: File /usr/lib/libMesaGL.so is empty, not checked.
ldconfig: Cannot stat /usr/lib/libxpcom.so: No such file or directory
ldconfig: Cannot stat /usr/lib/libGLcore.so: No such file or directory

=====================

ldd /usr/lib/opera/plugins/operamotifwrapper-1
linux-gate.so.1 => (0xffffe000)
libXm.so.1 => not found
libXt.so.6 => /usr/lib/libXt.so.6 (0x4002d000)
libXext.so.6 => /usr/lib/libXext.so.6 (0x4007a000)
libX11.so.6 => /usr/lib/libX11.so.6 (0x40088000)
libm.so.6 => /lib/libm.so.6 (0x4014f000)
libdl.so.2 => /lib/libdl.so.2 (0x40172000)
libc.so.6 => /lib/libc.so.6 (0x40176000)
libSM.so.6 => /usr/lib/libSM.so.6 (0x40282000)
libICE.so.6 => /usr/lib/libICE.so.6 (0x4028a000)
/lib/ld-linux.so.2 (0x40000000)
====================================

ldd /usr/lib/opera/plugins/operamotifwrapper-2
linux-gate.so.1 => (0xffffe000)
libXm.so.2 => /usr/lib/libXm.so.2 (0x4002c000)
libXt.so.6 => /usr/lib/libXt.so.6 (0x401c5000)
libXext.so.6 => /usr/lib/libXext.so.6 (0x40212000)
libX11.so.6 => /usr/lib/libX11.so.6 (0x40220000)
libm.so.6 => /lib/libm.so.6 (0x402e7000)
libdl.so.2 => /lib/libdl.so.2 (0x4030a000)
libc.so.6 => /lib/libc.so.6 (0x4030e000)
libSM.so.6 => /usr/lib/libSM.so.6 (0x4041a000)
libICE.so.6 => /usr/lib/libICE.so.6 (0x40422000)
/lib/ld-linux.so.2 (0x40000000)
=========================================

ldd /usr/lib/opera/plugins/operamotifwrapper-3
linux-gate.so.1 => (0xffffe000)
libXm.so.3 => /usr/lib/libXm.so.3 (0x4002c000)
libXt.so.6 => /usr/lib/libXt.so.6 (0x40245000)
libXext.so.6 => /usr/lib/libXext.so.6 (0x40292000)
libX11.so.6 => /usr/lib/libX11.so.6 (0x402a0000)
libm.so.6 => /lib/libm.so.6 (0x40367000)
libdl.so.2 => /lib/libdl.so.2 (0x4038a000)
libc.so.6 => /lib/libc.so.6 (0x4038e000)
libXmu.so.6 => /usr/lib/libXmu.so.6 (0x4049a000)
libSM.so.6 => /usr/lib/libSM.so.6 (0x404ae000)
libICE.so.6 => /usr/lib/libICE.so.6 (0x404b6000)
libXp.so.6 => /usr/lib/libXp.so.6 (0x404cd000)
/lib/ld-linux.so.2 (0x40000000)

// pluginpath only to generic plugin folder is /usr/lib/opera/plugins ?
detected plugin is only: NS4PluginProxy

²output is:

opera: [plugin probing] /usr/lib/operqa/plugins/libnpp.so





10. November 2005, 14:14:14

epios_newbie

Posts: 15

attached the file
ldconfig.log 26kb size

10. November 2005, 14:16:09

epios_newbie

Posts: 15

ldconfig.log
attached the file
NOW it should be there ;-) sorry

10. November 2005, 16:04:28

SoeDib

Posts: 979

Ok, everything seems to be in the right place. Now re-enable the flash plugin by creating /tmp/operatest/plugins and copying or symlinking flashplayer.xpt and libflashplayer.so into it. Start Opera again with "opera -personaldir /tmp/operatest -debugplugin". What's the output? Does Flash work now?
O9.02 on WinXPproSP2 & SuSE Linux 10.0
Opera op Platt - deegten Kraam

10. November 2005, 17:25:21

epios_newbie

Posts: 15

prior i had to activate in plugins path /temp/operatest/plugins
then i started opera as you told me.
output was:

opera [plugin probing ] /usr/lib/opera/plugins/libnpp.so
opera [plugin probing] /tmp/operatest/plugins/libflashplayer.so


when i open macromedia test flash page:
output was:

/usr/lib/opera/plugins/operamotifwrapper-1: error while loading shared libraries
: libXm.so.1: cannot open shared object file: No such file or directory

then as before error appeares ( 20-30 lines always the 2 lines ) and flash keeps "black"
motivwrapper: X Errror: BadMatch (invalid parameter attributes)
motifwrapper: X Error: serial=0x127, request=0x93, request_minor=0x3, resource=0x0
... repeated ...

10. November 2005, 18:13:42

SoeDib

Posts: 979

Doesn't work. OK.

BTW: You don't get any messages about searching for operamotifwrapper like this ?
me@mybox:/tmp/opera9test/plugins> opera9a1 -personaldir /tmp/opera9test -debugplugin
opera: [plugin probing] /usr/share/opera9a1/lib/opera/plugins/libnpp.so
opera: [plugin probing] /tmp/opera9test/plugins/libflashplayer.so
opera: [plugin path   ] #001: /usr/share/opera9a1/lib/opera/plugins
opera: [plugin path   ] #002: /tmp/opera9test/plugins
opera: Search operamotifwrapper: [No] /usr/share/opera9a1/lib/opera/plugins/operamotifwrapper
opera: Search operamotifwrapper: [No] /usr/share/opera9a1/lib/opera/plugins/operamotifwrapper-1
opera: Search operamotifwrapper: [Ok] /usr/share/opera9a1/lib/opera/plugins/operamotifwrapper-2
/usr/share/opera9a1/lib/opera/plugins/operamotifwrapper-1: error while loading shared libraries: libXm.so.1: cannot open shared object file: No such file or directory
libnpp: Succeeded in starting operamotifwrapper.  Most likely there are some error messages above this line about missing various libXm.so files.  Those error messages can be ignored
(I have a customized install of O9, which is the explanation for that strange path /usr/share/oper9a1/bla. The last two lines get added when I access a page with an embedded flash, like http://www.macromedia.com)

With your current setup, Opera should use operamotifwrapper-2, due to search order. Now lets force Opera to use operamotifwrapper-3, first close Opera:

su -
[Password]
cd /usr/lib/opera/plugins
ln -s operamotifwrapper-3 operamotifwrapper
logout
opera -personaldir /tmp/operatest -debugplugin

What are the results?
O9.02 on WinXPproSP2 & SuSE Linux 10.0
Opera op Platt - deegten Kraam

10. November 2005, 21:29:19

epios_newbie

Posts: 15

no, only the messages i postet.


ecact the same result.
does not work, errormessages .

sorry that i have no "better answer" ...

10. November 2005, 22:42:52 (edited)

rwf

Posts: 2109

Why are things so difficult!

I use Gentoo and have no problems.

% emerge -pv netscape-flash openmotif lesstif

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] net-www/netscape-flash-7.0.25  +gtk 1,648 kB
[ebuild   R   ] x11-libs/openmotif-2.2.3-r3  0 kB
[ebuild  N    ] x11-libs/lesstif-0.94.0-r2  2,368 kB

Total size of downloads: 4,017 kB
~%


netscape-flash supplies the flash plugin, openmotif supplies libXm.so.3. I see/saw no reason to install lesstif, since I already had openmotif.

~% equery files netscape-flash
[ Searching for packages matching netscape-flash... ]
net-www/netscape-flash-7.0.25
* Contents of net-www/netscape-flash-7.0.25:
/opt
/opt/netscape
/opt/netscape/plugins
/opt/netscape/plugins/flashplayer.xpt
/opt/netscape/plugins/libflashplayer.so
/usr
/usr/bin
/usr/bin/gflashplayer
/usr/lib
/usr/lib/nsbrowser
/usr/lib/nsbrowser/plugins
/usr/lib/nsbrowser/plugins/flashplayer.xpt ->
/opt/netscape/plugins/flashplayer.xpt
/usr/lib/nsbrowser/plugins/libflashplayer.so ->
/opt/netscape/plugins/libflashplayer.so
/usr/share
/usr/share/doc
/usr/share/doc/netscape-flash-7.0.25
/usr/share/doc/netscape-flash-7.0.25/Readme.txt.gz
/usr/share/doc/netscape-flash-7.0.25/gflashplayer
/usr/share/doc/netscape-flash-7.0.25/gflashplayer/ReadMe.htm
/usr/share/doc/netscape-flash-7.0.25/gflashplayer/readme.txt.gz
/usr/share/doc/netscape-flash-7.0.25/html
/usr/share/doc/netscape-flash-7.0.25/html/Readme.htm
~% ldconfig -p | grep libXm.so
        libXm.so.3 (libc6) => /usr/lib/libXm.so.3
        libXm.so (libc6) => /usr/lib/libXm.so
~%


I've never had to play games with soft links for the libXm.so{1,2,3} files.

I'm a little surprised you have a version of libXm.so in /opt/blackdown-{jre,jdk}, but I can't really comment since I have sun-jdk-1.4.2.09 on my system and it doesn't come w/ libXm.so.

It appears you installed Opera via the install.sh script, not a problem. I use the script too (./install.sh --prefix=/usr/local), as opposed to emerging opera.

The issue w/ firefox and flash: I suspect you didn't emerge netscape-flash, which places libflashplayer.(so,xpt) in a 'well known' location for firefox. If you cp the .so and .xpt files into ~/.mozilla/plugins/, then remove ~/.mozilla/pluginreg.dat, and start firefox, flash 'should' work.
Please add [solved] to the initial post's subject line if you feel your problem is resolved.

10. November 2005, 22:32:32

SoeDib

Posts: 979

Sorry, then I'm also at the end of my knowledge. I suspect a "flaw" in your qt/motif/X setups, but can't tell what kind of pitfalls Gentoo's emerge mechanism offers. You can still hope that rwf stumbles over this thread, he (or she) is quite knowledgeable and uses also Gentoo, and could possibly tell what else to check or try.

Edit: Happened already. smile
O9.02 on WinXPproSP2 & SuSE Linux 10.0
Opera op Platt - deegten Kraam

10. November 2005, 22:49:29 (edited)

rwf

Posts: 2109

This is my output.

~% emerge -fv opera

Calculating dependencies ...done!
>>> emerge (1 of 1) www-client/opera-8.50 to /
>>> Previously fetched file: opera-8.50-20050916.5-shared-qt.i386-en.tar.bz2 size ;-)
>>> Previously fetched file: opera-8.50-20050916.5-shared-qt.i386-en.tar.bz2 MD5 ;-)
>>> md5 files   ;-) opera-8.01.ebuild
>>> md5 files   ;-) opera-8.50.ebuild
>>> md5 files   ;-) opera-8.00.ebuild
>>> md5 files   ;-) opera-7.54-r3.ebuild
>>> md5 files   ;-) opera-8.02.ebuild
>>> md5 files   ;-) files/opera-qt.2.patch
>>> md5 files   ;-) files/digest-opera-8.00
>>> md5 files   ;-) files/digest-opera-8.01
>>> md5 files   ;-) files/digest-opera-8.02
>>> md5 files   ;-) files/digest-opera-8.50
>>> md5 files   ;-) files/digest-opera-7.54-r3
>>> md5 files   ;-) files/opera-qt.patch
>>> md5 files   ;-) files/opera.desktop
>>> md5 src_uri ;-) opera-8.50-20050916.5-shared-qt.i386-en.tar.bz2
~% 
~% cp /usr/portage/distfiles/opera-8.50-20050916.5-shared-qt.i386-en.tar.bz2 /tmp
~% cd /tmp
/tmp% tar -xjpf opera-8.50-20050916.5-shared-qt.i386-en.tar.bz2 
/tmp% cd opera-8.50-20050916.5-shared-qt.i386-en
/tmp/opera-8.50-20050916.5-shared-qt.i386-en% ./opera --debugplugin www.macromedia.com
opera: [plugin probing] /tmp/opera-8.50-20050916.5-shared-qt.i386-en/plugins/libnpp.so
opera: [plugin probing] /usr/local/lib/opera/plugins/libnpp.so
opera: [plugin probing] /opt/netscape/plugins/nphelix.so
opera: [plugin probing] /opt/netscape/plugins/mplayerplug-in-gmp.so
opera: [plugin probing] /opt/netscape/plugins/nppdf.so
opera: [plugin probing] /opt/netscape/plugins/mplayerplug-in-wmp.so
opera: [plugin probing] /opt/netscape/plugins/mplayerplug-in.so
opera: [plugin probing] /opt/netscape/plugins/libflashplayer.so
opera: [plugin probing] /opt/netscape/plugins/mplayerplug-in-qt.so
opera: [plugin probing] /opt/netscape/plugins/mplayerplug-in-rm.so
opera: [plugin banned ] /usr/lib/mozilla/plugins/libnullplugin.so
opera: [plugin banned ] /usr/X11R6/lib/mozilla/plugins/libnullplugin.so
opera: [plugin path   ] #001: /tmp/opera-8.50-20050916.5-shared-qt.i386-en/plugins
opera: [plugin path   ] #002: /home/me/.opera/plugins
opera: [plugin path   ] #003: /usr/local/lib/opera/plugins
opera: [plugin path   ] #004: /opt/netscape/plugins
opera: [plugin path   ] #005: /usr/lib/mozilla/plugins
opera: [plugin path   ] #006: /usr/X11R6/lib/mozilla/plugins
opera: Search operamotifwrapper: [No] /tmp/opera-8.50-20050916.5-shared-qt.i386-en/plugins/operamotifwrapper
opera: Search operamotifwrapper: [No] /tmp/opera-8.50-20050916.5-shared-qt.i386-en/plugins/operamotifwrapper-1
opera: Search operamotifwrapper: [No] /tmp/opera-8.50-20050916.5-shared-qt.i386-en/plugins/operamotifwrapper-2
opera: Search operamotifwrapper: [Ok] /tmp/opera-8.50-20050916.5-shared-qt.i386-en/plugins/operamotifwrapper-3
/tmp/opera-8.50-20050916.5-shared-qt.i386-en/plugins/operamotifwrapper-1: error while loading shared libraries: libXm.so.1: cannot open shared object file: No such file or directory
/tmp/opera-8.50-20050916.5-shared-qt.i386-en/plugins/operamotifwrapper-2: error while loading shared libraries: libXm.so.2: cannot open shared object file: No such file or directory
motifwrapper: X Error: BadWindow (invalid Window parameter)
motifwrapper: X Error: serial=0x2b8, request=0x2, request_minor=0x0, resource=0xa0002a
motifwrapper: X Error: BadWindow (invalid Window parameter)
motifwrapper: X Error: serial=0x2bf, request=0x4, request_minor=0x0, resource=0xa0002a
motifwrapper: X Error: BadWindow (invalid Window parameter)
motifwrapper: X Error: serial=0x2c4, request=0x4, request_minor=0x0, resource=0xa00029


The 'X Error: ...' crap appeared when I closed the www.macromedia.com page -- doesn't mean anything. Oh flash worked on my system.

Edit: My system is pretty much a stock x86 system i.e. I use ~x86 for only a few packages.
Please add [solved] to the initial post's subject line if you feel your problem is resolved.

11. November 2005, 00:01:42

rwf

Posts: 2109

Originally posted by epios_newbie:


opera plugins page told me
appilcation/x-shockware-flash : swf
application/futursplash : spl

in plugin`s : Shockware Flash 7.0 r61



Interesting. The version of flash that works on my system is 7.0.r25. Just where did you get the 7.0 r61 version? From the macromedia site?

Gentoo lists (/usr/portage/net-www/netscape-flash/) 6.0.79, 6.0.81 & 7.0.25 i.e. no 7.0.61???
Please add [solved] to the initial post's subject line if you feel your problem is resolved.

11. November 2005, 08:39:47

epios_newbie

Posts: 15

i did so much , hard to remember ;-)
www.opera.com -> search "´pluigin flash" .. result -> link to download marcomedia.com.
there i downloaded .

btw my problem with flash:
i took a "spare" (new) hdd . from my OS i used, yesterday evening there was a new version
to try ...
i downloaded it, opera this time "preinstalled" (8,50) ,
did the same as last time, ( download flash plugin ) and ... flash works now .
don`t ask me why !!
this time flash plugin was my "first workaround" .. maybe this is the reason ?

at the moment i install mozplugger , (mplayer runs yet) ..when plugin works too -as
before- , then it is solved .. if not , i`tell you.
at the moment:
thanks a lot up to now for your help.
linux is sometimes (dependencies) "mystic" ;-)

11. November 2005, 11:48:48

epios_newbie

Posts: 15

ok , now it`s "solved" ...
puh ...
i reinstalled as told this morning my system.
for installing mozplugger ( with emerge ) it longs almost 3 hours
(dependencies) [netscape and so on]

now
playing movie and flash work ..

yeah !! ! wink
only
some errors appear .. i`ll make a new thread because the subject is wrong
Error: ld.so object 'libjvm.so ...
Error: ld.so object libawt.so


once more :
many thanks for helping me ... smile

11. November 2005, 21:31:06

rwf

Posts: 2109

Most strange i.e. Macromedia version.

The other day I checked www.macromedia.com and clicked on the Download Flash Player link. It offered to download 7.0.r25.

Today I checked www.macromedia.com and clicked on the Download Flash Player link and now it offers 7.0.r61. Hmmmm?

I downloaded the 7.0.r61 version and pointed Opera at the r61 libflashplayer.so file. No problems w/ flash.

I assume this is the Opera link you followed: http://www.opera.com/linux/docs/plugins/install/index.dml#flash
Please add [solved] to the initial post's subject line if you feel your problem is resolved.

14. November 2005, 06:55:33

MrPingouin

Posts: 36

For my part, I solved the problem installing libmotif3 : http://packages.debian.org/unstable/libs/libmotif3
but opera 8.5 became much more unstable, it crashed already 3 times since yesterday.

Fortunately, opera has a good session system.

What about the date of the next release ?
Due to financial crisis the light at the end of the tunnel is switched off.

14. November 2005, 07:12:31

rwf

Posts: 2109

Originally posted by MrPingouin:

For my part, I solved the problem installing libmotif3 : http://packages.debian.org/unstable/libs/libmotif3 but opera 8.5 became much more unstable, it crashed already 3 times since yesterday.



http://my.opera.com/community/forums/topic.dml?id=108246
Please add [solved] to the initial post's subject line if you feel your problem is resolved.

14. November 2005, 07:27:31

MrPingouin

Posts: 36

Bookmarked, i'll try this tonight.
Due to financial crisis the light at the end of the tunnel is switched off.

Forums » Opera for Windows/Mac/Linux » Opera for *nix - Linux/FreeBSD