Forums

Script creator 0.4

fails start

Auteur Réponses
tekkkkkk Vendredi 2 Janvier 2009 à 15:33
tekkkkkkAnonymous

hi,

i have 2 Problems:

1) if tray script creator 0.4 this is the message :

./POLSC: error while loading shared libraries: libwx_gtk2u_richtext-2.8.so.0: cannot open shared object file: No such file or directory

1) if tray manage wine version :

Running wineversion menu
Traceback (most recent call last):
File "/usr/share/playonlinux/python/wine_versions.py", line 370, in <module>
app = PlayOnLinuxApp()
File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7912, in __init__
self._BootstrapApp()
File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7487, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/usr/share/playonlinux/python/wine_versions.py", line 363, in OnInit
frame = MainWindow(None, -1, "PlayOnLinux Wine Versions Settings")
File "/usr/share/playonlinux/python/wine_versions.py", line 190, in __init__
self.add_games()
File "/usr/share/playonlinux/python/wine_versions.py", line 268, in add_games
self.file = Variables.playonlinux_rep+"configurations/installed/"+game.encode("utf-8")
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 14: ordinal not in range(128)



O.S. : Ubuntu 8.10 x64
Wine : 1.11

Help !!!!!!!!!
d3phoenix Samedi 23 Mai 2009 à 8:09
d3phoenixAnonymous

You may want to try playing with getlibs:

wget http://frozenfox.freehostia.com/cappy/getlibs

Personally I haven't had much luck so far. I can get the wx stuff installed and working, but I get hung up on something called libcanberra and another called gvfs.

Also, on my system anyway, there was a typo in the "~/.PlayOnLinux/plugins/Script Creator/menu" script file. I just took out the long cd... path and replaced it with cd "./bin" and that helped some... the thing is still glitchy though and it's probably never going to be completely right on x64 systems until the author makes a 64 bit version.

Edité par d3phoenix

goncons Dimanche 9 Aoüt 2009 à 3:03
gonconsAnonymous

The Script Creator, was compiled in a 32bits OS, To Use it in Ubuntu 64bits you must follow this steps:

1. Download getlibs as d3phoenix says, there is a .deb version:
wget http://frozenfox.freehostia.com/cappy/getlibs.deb

2. Install getlibs:
sudo dpkg -i getlibs.deb

3. Install 32bits versión of the libraries required by Script Creator:
getlibs -w http://mirrors.kernel.org/ubuntu/pool/universe/w/wxwidgets2.8/libwxbase2.8-0_2.8.8.0-0ubuntu2_i386.deb
getlibs -w http://mirrors.kernel.org/ubuntu/pool/universe/w/wxwidgets2.8/libwxgtk2.8-0_2.8.8.0-0ubuntu2_i386.deb
getlibs -w http://mirrors.kernel.org/ubuntu/pool/main/libc/libcanberra/libcanberra-gtk-module_0.6-0ubuntu3_i386.deb
Note: You can go to http://packages.ubuntu.com/intrepid/libs/ and choose another mirror.

4. Modify the script ~/.PlayOnLinux/plugins/Script\\ Creator/scripts/menu:
From:
!/bin/bash
export LD_LIBRARY_PATH="$HOME/.PlayOnLinux/plugins/Script Creator/lib"
cd "$HOME/.PlayOnLinux/plugins/Script Creator/bin"
./POLSC

To:
!/bin/bash
export LD_LIBRARY_PATH="$HOME/.PlayOnLinux/plugins/Script Creator/lib"
export GTK_PATH=/usr/lib32/gtk-2.0
cd "$HOME/.PlayOnLinux/plugins/Script Creator/bin"
linux32 ./POLSC

Now you can use the Script Creator Plugin.

Regards,

Luis Gonzalo Costantini Von Rickel.
th3flyboy Jeudi 8 Octobre 2009 à 5:39
th3flyboyAnonymous

Hi, would it be possible to install this on Fedora 11 64 bit?
NSLW Jeudi 8 Octobre 2009 à 7:49
NSLW

no
Vous êtes ici: Index > > Script creator 0.4

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com