PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Fehler bei Point2Play start



sham
05.09.05, 22:22
Hallo,
ich bekomme immer einen unklaren Fehler beim start von Point2Play.
Ich habe die rpms von Cedega 4.4-1 und Point2Play 2.0.2-1 installiert.
Der Fehler ist folgt:

stone@linux:~> Point2Play
sh: error while loading shared libraries: /usr/lib/transgaming_point2play/lib/libgtk-x11-2.0.so.0.600.4: cannot open shared object file: No such file or directory
sh: error while loading shared libraries: /usr/lib/transgaming_point2play/lib/libgtk-x11-2.0.so.0.600.4: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "/usr/lib/transgaming_point2play/Point2Play_gui.py", line 2348, in ?
Point2Play_gui_ref = Point2Play_gui( Point2Play.Point2Play( config_file, alternate_configs ) )
File "/usr/lib/transgaming_point2play/Point2Play_gui.py", line 234, in __init__
self.setup_menu_and_toolbar()
File "/usr/lib/transgaming_point2play/Point2Play_gui.py", line 548, in setup_menu_and_toolbar
self.run_wizard()
File "/usr/lib/transgaming_point2play/Point2Play_gui.py", line 473, in run_wizard
setup_wizard = setup_wizard_gui.SetupWizardDialog(self.Point2Play )
File "/usr/lib/transgaming_point2play/setup_wizard_gui.py", line 54, in __init__
self.set_defaults()
File "/usr/lib/transgaming_point2play/setup_wizard_gui.py", line 99, in set_defaults
self.detect_system_info()
File "/usr/lib/transgaming_point2play/setup_wizard_gui.py", line 112, in detect_system_info
system_info = system_detection.make_detected_system_info_diction ary()
File "/usr/lib/transgaming_point2play/system_detection.py", line 247, in make_detected_system_info_dictionary
system_info = {
File "/usr/lib/transgaming_point2play/system_detection.py", line 64, in detect_cpu_ghz
cpu_mhz = float(cpu_mhz[:-1])
ValueError: empty string for float()
stone@linux:~>

sham
07.09.05, 17:19
hat keiner eine Idee?

Tuxliebhaber
05.02.06, 19:19
Den Fehler hab ich neuerdings auch, hab von 4.1 auf 5.0 geupdatet und dann sowas! :-(

shiZ
06.02.06, 18:59
sh: error while loading shared libraries: /usr/lib/transgaming_point2play/lib/libgtk-x11-2.0.so.0.600.4: cannot open shared object file: No such file or directory
sh: error while loading shared libraries: /usr/lib/transgaming_point2play/lib/libgtk-x11-2.0.so.0.600.4: cannot open shared object file: No such file or directory

Installiere mal das Paket "gtk2" nach! (Unter SuSE: Yast -> Software installieren -> Suchen nach "gtk" und "gtk2" installieren lassen. Am besten noch gtk2-devel dazu!)

Danach sollte es funktionieren

Tuxliebhaber
07.02.06, 19:58
Das Problem ist doch das geringste, am schwierigsten ist folgendes zu bewältigen:

File "/usr/lib/transgaming_point2play/system_detection.py", line 64, in detect_cpu_ghz
cpu_mhz = float(cpu_mhz[:-1])
ValueError: empty string for float()

shiZ
08.02.06, 18:46
evtl is die funktion detect_cpu_ghz ja abhängig von gtk!?
ansonste mal nach ner neueren python version schaun

--> python(-devel) / libs dazu ?