You are here > Les forums > PlayOnLinux > Can't run some options
Forums
Can't run some options
| Author |
Replies |
| Hirager |
Friday 26 February 2010 at 16:25
- [Quote]
|
Membre
 |
This is output from terminal when trying to run wineversion menu:
Console: Running wineversion menu
Traceback (most recent call last):
File "/usr/share/playonlinux/python/wine_versions.py", line 356, in
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:
Console: 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 |
Saturday 27 February 2010 at 15:56
- [Quote]
|
Admin

 |
Check $HOME/.PlayOnLinux/configurations/installed directory and rename all file with special chars
|
| Hirager |
Saturday 27 February 2010 at 22:04
- [Quote]
|
Membre
 |
Thanks, it helped. Though I think you should add special charts support to your to-do list in low priority.
|
| Quentin PÂRIS |
Saturday 27 February 2010 at 22:15
- [Quote]
|
Admin

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