• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Fehler beim Point2Play Start

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:
Code:
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_dictionary()
  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:~>
 
Oben