You are not logged in.

#1 2007-06-28 09:47:55

tony
Member
Registered: 2004-10-11
Posts: 108

PLS could you help with wine-doors installation

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

#2 2007-06-28 09:57:28

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: PLS could you help with wine-doors installation

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

#3 2007-06-28 13:03:35

morellik
Member
From: Italy
Registered: 2007-04-05
Posts: 43

Re: PLS could you help with wine-doors installation

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

#4 2007-06-28 13:22:33

morellik
Member
From: Italy
Registered: 2007-04-05
Posts: 43

Re: PLS could you help with wine-doors installation

Well done. In AUR there is the PKGBUILD for the svn version of wine-doors.

morellik

Offline

#5 2007-06-29 07:25:10

tony
Member
Registered: 2004-10-11
Posts: 108

Re: PLS could you help with wine-doors installation

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

#6 2007-08-26 18:35:06

jae1227
Member
Registered: 2007-02-22
Posts: 31

Re: PLS could you help with wine-doors installation

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

#7 2007-08-27 07:27:50

morellik
Member
From: Italy
Registered: 2007-04-05
Posts: 43

Re: PLS could you help with wine-doors installation

Are you connected to internet before  wine-doors starting?

Offline

#8 2007-08-27 22:47:32

jae1227
Member
Registered: 2007-02-22
Posts: 31

Re: PLS could you help with wine-doors installation

morellik wrote:

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

#9 2007-08-29 20:02:35

jae1227
Member
Registered: 2007-02-22
Posts: 31

Re: PLS could you help with wine-doors installation

I have an ubuntu box and wine-doors runs great on it but not on Arch

Offline

#10 2007-08-30 09:06:08

morellik
Member
From: Italy
Registered: 2007-04-05
Posts: 43

Re: PLS could you help with wine-doors installation

Did you tryied to remove .wine-doors from your account and restart wine-doors?

Offline

#11 2007-09-03 05:36:23

jae1227
Member
Registered: 2007-02-22
Posts: 31

Re: PLS could you help with wine-doors installation

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

#12 2007-09-04 00:37:43

somairotevoli
Member
Registered: 2006-05-23
Posts: 335

Re: PLS could you help with wine-doors installation

I get the same errors^

I can get the firststart to run, but after entering in my details and hitting next....nothing

Offline

#13 2007-09-04 07:54:07

morellik
Member
From: Italy
Registered: 2007-04-05
Posts: 43

Re: PLS could you help with wine-doors installation

Did you check if you have a drive_c directory in your .wine directory?

Offline

#14 2007-09-04 08:25:30

somairotevoli
Member
Registered: 2006-05-23
Posts: 335

Re: PLS could you help with wine-doors installation

^indeed, i've have had wine set up for awhile......should I delete my .wine and start over?

Offline

#15 2007-09-04 09:15:31

morellik
Member
From: Italy
Registered: 2007-04-05
Posts: 43

Re: PLS could you help with wine-doors installation

You can try. wine-doors works in conjunction with wine. If wine works fine also wine-doors has to works.

Offline

#16 2007-10-17 13:01:40

funkmuscle
Member
Registered: 2006-02-09
Posts: 534

Re: PLS could you help with wine-doors installation

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

Board footer

Powered by FluxBB