You are not logged in.
During the last two days I was trying to install wine-doors, today I've noticed in AUR some new version with changed dependencies.
I removed the previous one which was not functioning anyway and tried this new build - no success and here is the message from the konsole:
Info: Started logging session
Info: Checking wine drive: /home/tony/.wine/
Info: wine.py: CheckDrive: No wine-drive defined in specified wineroot
Error: Repo update failed for System Base
Traceback (most recent call last):
File "/opt/wine-doors/src/ui.py", line 235, in on_bt_proceed_clicked
queue.AddBaseLibraries()
File "/opt/wine-doors/src/queue.py", line 234, in AddBaseLibraries
packlist.Update( repo )
File "/opt/wine-doors/src/packlist.py", line 251, in Update
log.Debug( "Checking for available applications in " + repo )
TypeError: cannot concatenate 'str' and 'NoneType' objects
I would appreciate very much any kind of help. Thank you in advance.
Tony
Offline
u could try addressing to the packager by leaving comments in package details in AUR
There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums. That is why we avoid it. -- ewaller (arch linux forum moderator)
Offline
The problem is a bug of wine-doors application that will be corrected in the next pre-release.
I'll write a new AUR PKGBUILD to use the svn version that has this bug fixed.
morellik
Offline
Well done. In AUR there is the PKGBUILD for the svn version of wine-doors.
morellik
Offline
Thank you Morellik, I've already tried to install and run this program but unfortunately for me without success.
Right now I don't have any input at all from konsole. Anyway I will try to search for info over internet and in case I found something I post it here.
Once more thank you.
Offline
I have been trying to get wine-doors to work on arch. I tried the aur PKGBUILDs but they did not work so I got the source code and just ran
python winedoors.py
It seemed to work fine. The initial setup worked without a flaw but when I tried to run the program again it gave me this output
[justin@AMD src]$ python winedoors.py
Debug: Opened log file: wine-doors.log
Debug: in path: /home/justin/.wine-doors
Started logging session
Debug: Xoring all/installed to create available
Checking wine drive: /home/justin/.wine/
Debug: wine.py: CheckDrive: Found folder /home/justin/.wine/
Debug: wine.py: CheckDrive: Found folder ~/.wine-doors/
Debug: wine.py: CheckDrive: Found file /home/justin/.wine/wine-doors/configured
Debug: Creating a packtree
Debug: Checking for available applications in Repo name
Traceback (most recent call last):
File "winedoors.py", line 99, in <module>
ui.winedoors = ui.WineDoorsGUI()
File "/home/justin/Desktop/wine-doors-0.1/src/ui.py", line 920, in __init__
self.tree = PackTree( self.window['tv_packlist'], self.window )
File "/home/justin/Desktop/wine-doors-0.1/src/ui.py", line 460, in __init__
packlist.UpdateAll()
File "/home/justin/Desktop/wine-doors-0.1/src/packlist.py", line 284, in UpdateAll
self.Update( ''.join( item[0:1] ) )
File "/home/justin/Desktop/wine-doors-0.1/src/packlist.py", line 263, in Update
Download( repo_uri, local_file + ".gz", not self.fresh )
File "/home/justin/Desktop/wine-doors-0.1/src/utils.py", line 105, in __init__
urllib.urlretrieve( remote_uri, self.local_uri, self.UpdateProgress )
File "/usr/lib/python2.5/urllib.py", line 89, in urlretrieve
return _urlopener.retrieve(url, filename, reporthook, data)
File "/usr/lib/python2.5/urllib.py", line 222, in retrieve
fp = self.open(url, data)
File "/usr/lib/python2.5/urllib.py", line 190, in open
return getattr(self, name)(url)
File "/usr/lib/python2.5/urllib.py", line 325, in open_http
h.endheaders()
File "/usr/lib/python2.5/httplib.py", line 856, in endheaders
self._send_output()
File "/usr/lib/python2.5/httplib.py", line 728, in _send_output
self.send(msg)
File "/usr/lib/python2.5/httplib.py", line 695, in send
self.connect()
File "/usr/lib/python2.5/httplib.py", line 663, in connect
socket.SOCK_STREAM):
IOError: [Errno socket error] (-2, 'Name or service not known')
I don't know what to make of the IOError. Any ideas?
Last edited by jae1227 (2007-08-29 20:01:47)
Offline
Are you connected to internet before wine-doors starting?
Offline
Are you connected to internet before wine-doors starting?
I am connected to the internet. I can go on firefox. In the terminal I can "ping google.com".
Offline
I have an ubuntu box and wine-doors runs great on it but not on Arch
Offline
Did you tryied to remove .wine-doors from your account and restart wine-doors?
Offline
Still cannot get it working but got a different error.
[justin@AMD ~]$ wine-doors
Started logging session
Checking wine drive: /home/justin/.wine/
wine.py: CheckDrive: No wine-drive defined in specified wineroot
Error: Repo update failed for System Base
Traceback (most recent call last):
File "/opt/wine-doors/src/ui.py", line 237, in on_bt_proceed_clicked
queue.AddBaseLibraries()
File "/opt/wine-doors/src/queue.py", line 233, in AddBaseLibraries
packlist.Update( repo )
File "/opt/wine-doors/src/packlist.py", line 252, in Update
log.Debug( "Checking for available applications in " + repo )
TypeError: cannot concatenate 'str' and 'NoneType' objects
Last edited by jae1227 (2007-09-03 15:31:26)
Offline
I get the same errors^
I can get the firststart to run, but after entering in my details and hitting next....nothing
Offline
Did you check if you have a drive_c directory in your .wine directory?
Offline
^indeed, i've have had wine set up for awhile......should I delete my .wine and start over?
Offline
You can try. wine-doors works in conjunction with wine. If wine works fine also wine-doors has to works.
Offline
works great on Sabayon also. Can't get it going on here. will post error messages up later but it's basically the same as above but it also says can't fine c directory.
wine works great as I use it everyday for VST support in Ardour and out music apps.
#wine-doors
Created log file: wine-doors.log
Debug: in path: /home/yervah/.wine-doors
Started logging session
Debug: Xoring all/installed to create available
Checking wine drive: /home/yervah/.wine/
Debug: wine.py: CheckDrive: Found folder /home/yervah/.wine/
Debug: wine.py: CheckDrive: Found folder ~/.wine-doors/
Debug: wine.py: CheckDrive: Didn't find file /home/yervah/.wine/wine-doors/configured
wine.py: CheckDrive: No wine-drive defined in specified wineroot
Debug: System Base is not a valid repository
Debug: attempting a reverse lookup
Error: Repo update failed for System Base
Traceback (most recent call last):
File "/opt/wine-doors/src/ui.py", line 241, in on_bt_proceed_clicked
queue.AddBaseLibraries()
File "/opt/wine-doors/src/queue.py", line 233, in AddBaseLibraries
packlist.Update( repo )
File "/opt/wine-doors/src/packlist.py", line 252, in Update
log.Debug( "Checking for available applications in " + repo )
TypeError: cannot concatenate 'str' and 'NoneType' objects
Last edited by funkmuscle (2007-10-17 23:24:46)
Offline