PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Point2Play - Install button funktioniert nicht



ramses
13.08.05, 22:19
hallo ng!

ich habe unter Gentoo mittels emerge Point2Play und cedega installiert. die anpassung in der ~./point2playrc habe ich vorgenommen

[winex]
<441f>4.4-1=/usr/lib/transgaming_cedega:/usr/bin/cedega

das install-button unter Point2Play ist auch aktiv, aber wenn ich es "klicke" bekomm ich (habe Point2Play aus der console gestartet) folgende fehlermeldung.

Traceback (most recent call last):
File "/usr/lib/transgaming_point2play/Point2Play_gui.py", line 1540, in install_menu_cb
install_dialog = new_install_gui.InstallDialog(self.Point2Play, self, game_name)
File "/usr/lib/transgaming_point2play/new_install_gui.py", line 72, in __init__
self.install_profile = self.Point2Play.create_install_profile()
File "/usr/lib/transgaming_point2play/Point2Play.py", line 1589, in create_install_profile
shutil.copyfile(self.current_default_cedega_profil e, self.USER_DEFINED_PROFILES_PATH + profile)
File "/usr/lib/python2.4/shutil.py", line 41, in copyfile
if _samefile(src, dst):
File "/usr/lib/python2.4/shutil.py", line 31, in _samefile
return os.path.samefile(src, dst)
File "/usr/lib/python2.4/posixpath.py", line 218, in samefile
s1 = os.stat(f1)
TypeError: coercing to Unicode: need string or buffer, NoneType found

python kenn ich leider überhaput nicht, kann somit aus den fehlermeldungen nichts rauslesen.

besten dank für eure hilfe.
ramses

ramses
13.08.05, 22:22
sorry fürs posting - habe die lösung gerade gefunden

für alle, die dasselbe problem haben:

es fehlte bei mir in der ~/.point2playrc beim versionseintrag der "default=" eintrag

richtig ist es jetzt für die aktuelle version 4.4-1

default=4.4-1
<441f>4.4-1=/usr/lib/transgaming_cedega:/usr/bin/cedega

beste grüsse,
ramses