You are not logged in.
Pages: 1
I managed to put up the first run screen, but then I get the following in my konsole
Created log file: wine-doors.log
Started logging session
Checking wine drive: /home/jeffrey/.wine/
wine.py: CheckDrive: No wine-drive defined in specified wineroot
Error: No such file : /tmp/System Base.xml
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 266, in Update
self.Parse( local_file )
File "/opt/wine-doors/src/packlist.py", line 231, in Parse
parser.parse( xmlfile )
File "/usr/lib/python2.5/site-packages/_xmlplus/sax/expatreader.py", line 103, in parse
source = saxutils.prepare_input_source(source)
File "/usr/lib/python2.5/site-packages/_xmlplus/sax/saxutils.py", line 523, in prepare_input_source
f = urllib2.urlopen(source.getSystemId())
File "/usr/lib/python2.5/urllib2.py", line 121, in urlopen
return _opener.open(url, data)
File "/usr/lib/python2.5/urllib2.py", line 366, in open
protocol = req.get_type()
File "/usr/lib/python2.5/urllib2.py", line 241, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /tmp/System Base.xml
this is the preferences.xml I'm using.
<winedoors>
<hideprograms>0</hideprograms>
<name></name>
<cvscedega>1</cvscedega>
<company></company>
<wineroot>/home/jeffrey/.wine/</wineroot>
<updateonstart>0</updateonstart>
<crossover>0</crossover>
<prefix>/usr/share/wine-doors/</prefix>
<winebinary>/usr/bin/wine</winebinary>
<licensed>True</licensed>
<cedega>0</cedega>
<repositories>
<repo src="/opt/wine-doors/repos/base.repo/">System Base</repo>
<repo src="http://www.wine-doors.org/repositories/applications.repo/">Applications</repo>
<repo src="http://www.wine-doors.org/repositories/libraries.repo/">Libraries and Fonts</repo>
<repo src="http://www.wine-doors.org/repositories/games.repo/">Games</repo>
</repositories>
</winedoors>
Any ideas?
Offline
Ok I adjusted the path in the packlist of the base repo and it installs everything except wine gecko, there it just hangs
When that happens this shows up in the console
Started logging session
Checking wine drive: /home/jeffrey/.wine/
wine.py: CheckDrive: No wine-drive defined in specified wineroot
Resolving dependencies for winegecko
Resolving dependencies for autohotkey
Resolving dependencies for webdings
Resolving dependencies for times_new_roman
Resolving dependencies for courier_new
Resolving dependencies for comicsans
Resolving dependencies for arial_bold
Resolving dependencies for arial
Creating wine drive
wine.py: CreateDrive: Finished
Installing Application: arial
Warning: MD5 sum not found
Installing Application: arial_bold
Warning: MD5 sum not found
Installing Application: comicsans
Warning: MD5 sum not found
Installing Application: courier_new
Warning: MD5 sum not found
Installing Application: times_new_roman
Warning: MD5 sum not found
Installing Application: webdings
Warning: MD5 sum not found
Installing Application: autohotkey
Installing Application: winegecko
Traceback (most recent call last):
File "/opt/wine-doors/src/queue.py", line 145, in Execute
app_pack = ApplicationPack( INSTALL, pack, version, repo )
File "/opt/wine-doors/src/application.py", line 136, in __init__
self.InstallApplication()
File "/opt/wine-doors/src/application.py", line 235, in InstallApplication
log.Debug("* Retrieving file to cache: " + self.pack_file)
AttributeError: ApplicationPack instance has no attribute 'pack_file'
Now I'm stuck help
Offline
What exactly did you change, I'm currently having the same problem
Offline
Hi,
Even I had the same problem. It works now with the following /etc/wine-doors/preferences.xml
sense ~ $ cat /etc/wine-doors/preferences.xml
<winedoors>
<hideprograms>0</hideprograms>
<name>Sagar N</name>
<cvscedega>1</cvscedega>
<company>QDH</company>
<wineroot></wineroot>
<updateonstart>0</updateonstart>
<crossover>0</crossover>
<prefix>/opt/wine-doors/debian/wine-doors/usr/share/wine-doors/</prefix>
<winebinary>/usr/bin/wine</winebinary>
<licensed>0</licensed>
<cedega>0</cedega>
<repositories>
<repo src="/opt/wine-doors/debian/wine-doors/usr/share/wine-doors/base.repo/">System Base</repo>
<repo src="http://www.wine-doors.org/repositories/applications.repo/">Applications</repo>
<repo src="http://www.wine-doors.org/repositories/libraries.repo/">Libraries and Fonts</repo>
<repo src="http://www.wine-doors.org/repositories/games.repo/">Games</repo>
</repositories>
</winedoors>
I guess the above will work. Check out prefix: <prefix>/opt/wine-doors/debian/wine-doors/usr/share/wine-doors/</prefix>
The problem was because the package is installed in /opt whereas the default one says /use/share
There is no reason
Offline
Pages: 1