Seite 1 von 1

Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 03:20
von josy1982
Hallo,

ich habe heute versucht mein spiel secondlife zu starten geht aber nicht. Fehlt bestimmt was kann mir jemand helfen?

Code: Alles auswählen
[josy1982@localhost SecondLife-i686-3.3.1.254524]$ sh sec
secondlife           secondlife~          secondlife_icon.png
[josy1982@localhost SecondLife-i686-3.3.1.254524]$ sh secondlife
64-bit Linux detected.
Running from /home/josy1982/Programme/SecondLife-i686-3.3.1.254524
which: no kde-config in (/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib64/qt4/bin:/home/josy1982/bin)
 - Installing menu entries in /home/josy1982/.local/share/applications
bin/do-not-directly-run-secondlife-bin: error while loading shared libraries: libgdk-x11-2.0.so.0: cannot open shared object file: No such file or directory
*** Bad shutdown. ***

You are running the Second Life Viewer on a x86_64 platform.  The
most common problems when launching the Viewer (particularly
'bin/do-not-directly-run-secondlife-bin: not found' and 'error while
loading shared libraries') may be solved by installing your Linux
distribution's 32-bit compatibility packages.
For example, on Ubuntu and other Debian-based Linuxes you might run:   
$ sudo apt-get install ia32-libs ia32-libs-gtk ia32-libs-kde ia32-libs-sdl

*******************************************************
This is a BETA release of the Second Life linux client.
Thank you for testing!
Please see README-linux.txt before reporting problems.

[josy1982@localhost SecondLife-i686-3.3.1.254524]$

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 09:52
von doktor5000
josy1982 hat geschrieben:Hallo,

ich habe heute versucht mein spiel secondlife zu starten geht aber nicht. Fehlt bestimmt was kann mir jemand helfen?

Code: Alles auswählen
bin/do-not-directly-run-secondlife-bin: error while loading shared libraries: libgdk-x11-2.0.so.0: cannot open shared object file: No such file or directory


Einfach nachinstallieren mittels
Code: Alles auswählen
urpmi libgdk-x11-2.0.so.0
als root

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 11:32
von man-draker
doktor5000 hat geschrieben:Einfach nachinstallieren mittels
Code: Alles auswählen
urpmi libgdk-x11-2.0.so.0
als root

Das funktioniert so?
Ich vermute eher, dass es libgtk+-x11-2.0_0 heißen muss.

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 11:52
von josy1982
Hallo,

libgtk+-x11-2.0_0 ist installiert das will der launcher nicht er will libgdk-x11-2.0.so.0 und das gibt es nicht zumindest kann ich es im packetmanager nicht finden.

Code: Alles auswählen
[root@localhost josy1982]# urpmi libgdk-x11-2.0.so.0
Paket libgtk+-x11-2.0_0-2.24.10-4.mga2.i586 ist installiert
libgtk+-x11-2.0_0 wird als manuell installiert markiert, es wird von der auto-orphan-Funktion ignoriert
writing /var/lib/rpm/installed-through-deps.list
[root@localhost josy1982]#

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 12:17
von man-draker
josy1982 hat geschrieben:libgtk+-x11-2.0_0 ist installiert das will der launcher nicht er will libgdk-x11-2.0.so.0 und das gibt es nicht zumindest kann ich es im packetmanager nicht finden.

Nun ist es so, dass:

Code: Alles auswählen
# urpmf libgdk-x11-2.0.so.0
libgtk+-x11-2.0_0:/usr/lib/libgdk-x11-2.0.so.0
libgtk+-x11-2.0_0:/usr/lib/libgdk-x11-2.0.so.0.2400.5

bzw.
Code: Alles auswählen
# urpmq -l libgtk+-x11-2.0_0
/usr/lib/girepository-1.0/Gdk-2.0.typelib
/usr/lib/girepository-1.0/GdkX11-2.0.typelib
/usr/lib/girepository-1.0/Gtk-2.0.typelib
/usr/lib/libgdk-x11-2.0.so.0
/usr/lib/libgdk-x11-2.0.so.0.2400.5
/usr/lib/libgtk-x11-2.0.so.0
/usr/lib/libgtk-x11-2.0.so.0.2400.5

Wenn also libgtk+-x11-2.0_0 installiert ist, existiert die Datei /usr/lib/libgdk-x11-2.0.so.0
Die Frage ist, warum SecondLife damit bei dir nicht klar kommt.
PS: Bei mir startet das Teil (ohne Installation und auf einem 64Bit-System mit ML 2011) problemlos.

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 12:21
von josy1982
Ja und was mach ich jetzt? Jetzt kriege ich wiederum einen ganz anderen output:


josy1982@localhost SecondLife-i686-3.3.1.254524]$ sh secondlife
64-bit Linux detected.
Running from /home/josy1982/Programme/SecondLife-i686-3.3.1.254524
which: no kde-config in (/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib64/qt4/bin:/home/josy1982/bin)
- Installing menu entries in /home/josy1982/.local/share/applications
secondlife: Zeile 118: 22427 Speicherzugriffsfehler LD_LIBRARY_PATH="`pwd`"/lib:"${LD_LIBRARY_PATH}" $LL_WRAPPER bin/do-not-directly-run-secondlife-bin
*** Bad shutdown. ***

You are running the Second Life Viewer on a x86_64 platform. The
most common problems when launching the Viewer (particularly
'bin/do-not-directly-run-secondlife-bin: not found' and 'error while
loading shared libraries') may be solved by installing your Linux
distribution's 32-bit compatibility packages.
For example, on Ubuntu and other Debian-based Linuxes you might run:
$ sudo apt-get install ia32-libs ia32-libs-gtk ia32-libs-kde ia32-libs-sdl

*******************************************************
This is a BETA release of the Second Life linux client.
Thank you for testing!
Please see README-linux.txt before reporting problems.

[josy1982@localhost SecondLife-i686-3.3.1.254524]$


Ich bin verzweifelt. :ugeek:

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 13:01
von alf
man-draker hat geschrieben:PS: Bei mir startet das Teil (ohne Installation und auf einem 64Bit-System mit ML 2011) problemlos.


Dito, musste allerdings noch libmesaGLU nachinstallieren.

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 13:09
von josy1982
Also läuft es bei mir nicht und bei den anderen schon? niemand sonst eine idee?

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 13:15
von alf
Möglicherweise hängt's damit zusammen.
josy1982 hat geschrieben:which: no kde-config in (/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib64/qt4/bin:/home/josy1982/bin)


Versuch mal folgendes:
Code: Alles auswählen
ln -s /usr/bin/kde4-config /usr/bin/kde-config
als root in der Konsole.

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 13:17
von man-draker
alf hat geschrieben:
man-draker hat geschrieben:PS: Bei mir startet das Teil (ohne Installation und auf einem 64Bit-System mit ML 2011) problemlos.
Dito, musste allerdings noch libmesaGLU nachinstallieren.

Ja, nachdem ich das auf meinem mga2b3-System getan habe, läuft der Client.
(In der VM geht es nicht, da ihm dort die Farbtiefe (32Bit verlangt) nicht ausreicht, deshalb kann ich mga1 nicht testen.)

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 13:19
von alf
Wirklich laufen lassen kann ich das Teil auch nicht, dafür ist meine Hardware nicht ausgelegt, aber es startet bis zum Login. :D

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 13:19
von josy1982
Ne hat auch keinen effekt. Ich benutze auch gerade die b3 da läuft es nicht ich weiss nicht mehr weiter.

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 13:21
von alf
josy1982 hat geschrieben:Ich benutze auch gerade die b3
ich auch.
josy1982 hat geschrieben:da läuft es nicht ich weiss nicht mehr weiter.
Mir fällt im augenblick auch nichts weiter ein.

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 13:23
von josy1982
:(

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 13:24
von man-draker
josy1982 hat geschrieben: Ich benutze auch gerade die b3 da läuft es nicht ich weiss nicht mehr weiter.

Hm, alle Updates bis heute eingespielt?

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 13:29
von josy1982
Ja alle updates sind drauf.

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 13:48
von man-draker
josy1982 hat geschrieben:Ja alle updates sind drauf.

Hm,
den einzigen Unterschied, den ich gerade sehe, ist die Sartmethode.
Bei dir:
Code: Alles auswählen
sh secondlife

bei mir
Code: Alles auswählen
./secondlife

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 13:58
von doktor5000
man-draker hat geschrieben:
doktor5000 hat geschrieben:Einfach nachinstallieren mittels
Code: Alles auswählen
urpmi libgdk-x11-2.0.so.0
als root

Das funktioniert so?


Logisch funktioniert das so, sonst hätte ich es ja nicht gepostet. :)
Hintergrund: Hier wird urpmi kein Paketname mit auf den Weg gegeben, sondern der Dateiname einer Bibliothek.
Die Suche danach ist allerdings bei urpmi schon seit ewigen Zeiten standardmäßig mit aktiviert, früher musste man dafür noch den Schalter -p (Suche in Provides) mitgeben.

Re: Secondlife startet nicht

BeitragVerfasst: Apr 29th, '12, 14:44
von josy1982
Habe jetzt einen alternativen genommen in 64 bit version der funktioniert auf anhieb. http://wiki.kokuaviewer.org/wiki/Imprudence:Downloads

Re: Secondlife startet nicht

BeitragVerfasst: Apr 30th, '12, 11:45
von josy1982
Hallo,

also letztendlich würde ich doch lieber das original bevorzugen aber warum das ding nicht läuft verstehe ich nicht.