Het forum

Can't run some options

Auteur Antwoorden
Hirager Vrijdag 26 Februari 2010 om 16:25
HiragerAnonymous

This is output from terminal when trying to run wineversion menu:
Running wineversion menu
Traceback (most recent call last):
File "/usr/share/playonlinux/python/wine_versions.py", line 356, in <module>
app = PlayOnLinuxApp()
File "/usr/lib64/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7978, in __init__
self._BootstrapApp()
File "/usr/lib64/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7552, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/usr/share/playonlinux/python/wine_versions.py", line 349, in OnInit
frame = MainWindow(None, -1, "PlayOnLinux Wine Versions Settings")
File "/usr/share/playonlinux/python/wine_versions.py", line 164, in __init__
self.add_games()
File "/usr/share/playonlinux/python/wine_versions.py", line 254, in add_games
self.file = Variables.playonlinux_rep+"configurations/installed/"+game.encode("utf-8")
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 17: ordinal not in range(128)
That's output from trying to run application configuration:
Running configuration of Transport Giant Złota Edycja
Traceback (most recent call last):
File "/usr/share/playonlinux/python/mainwindow.py", line 371, in Configure
os.system("bash \\""+Variables.playonlinux_env+"/bash/polconfigurator\\" \\""+game_exec+"\\"&")
UnicodeEncodeError: 'ascii' codec can't encode character u'\\u0142' in position 69: ordinal not in range(128)Running configuration of Transport Giant Złota Edycja
Traceback (most recent call last):
File "/usr/share/playonlinux/python/mainwindow.py", line 371, in Configure
os.system("bash \\""+Variables.playonlinux_env+"/bash/polconfigurator\\" \\""+game_exec+"\\"&")
UnicodeEncodeError: 'ascii' codec can't encode character u'\\u0142' in position 69: ordinal not in range(128)
The problem popped up from nowhere. It started happening when I uninstalled BattleForge game with it's prefix.
Quentin PÂRIS Zaterdag 27 Februari 2010 om 15:56
Quentin PÂRISAnonymous

Check $HOME/.PlayOnLinux/configurations/installed directory and rename all file with special chars
Hirager Zaterdag 27 Februari 2010 om 22:04
HiragerAnonymous

Thanks, it helped. Though I think you should add special charts support to your to-do list in low priority.
Quentin PÂRIS Zaterdag 27 Februari 2010 om 22:15
Quentin PÂRISAnonymous

This problem is quite old, I will correct it in the next release