Re: [ubuntu-uk] Problem with wine ....

2015-01-27 Thread Barry Drake

On 27/01/15 12:42, Daniel Llewellyn wrote:
you mentioned earlier in the thread that you successfully ran the 
installation on an copy of mint using the same ubuntu packages. Was 
that possibly using a different .wine directory? Have you tried 
against an entirely virgin .wine directory


Tried everything you suggest.  Colin was spot on with his duplicate.  
I'd tried looking for it but hadn't tried what he had tried.  The 
duplicate seems to assume the problem exists in wine. Mint, from scratch 
in a fresh installation which I did yesterday uses the identical Ubuntu 
packages from the Ubuntu repos.  This is using 'sudo apt-get install 
wine' in the Mint commandline.  Same packages, identical directory 
structure - but one works, the other doesn't.


Thanks Colin.  I've posted to 
https://bugs.launchpad.net/ubuntu/+source/wine1.6/+bug/1383214 giving a 
bit of the story and putting in a link to #1414995


Kind regards,Barry.

--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Problem with wine ....

2015-01-27 Thread Colin Law
On 27 January 2015 at 13:47, Barry Drake ubuntu-advertis...@gmx.com wrote:
 On 27/01/15 12:42, Daniel Llewellyn wrote:

 you mentioned earlier in the thread that you successfully ran the
 installation on an copy of mint using the same ubuntu packages. Was that
 possibly using a different .wine directory? Have you tried against an
 entirely virgin .wine directory


 Tried everything you suggest.  Colin was spot on with his duplicate.  I'd
 tried looking for it but hadn't tried what he had tried.  The duplicate
 seems to assume the problem exists in wine. Mint, from scratch in a fresh
 installation which I did yesterday uses the identical Ubuntu packages from
 the Ubuntu repos.  This is using 'sudo apt-get install wine' in the Mint
 commandline.  Same packages, identical directory structure - but one works,
 the other doesn't.

 Thanks Colin.  I've posted to
 https://bugs.launchpad.net/ubuntu/+source/wine1.6/+bug/1383214 giving a bit
 of the story and putting in a link to #1414995

In the working mint and the non-working ubuntu what do
apt-cache policy wine
and
apt-cache policy wine1.6
and
which msiexec
show?

Colin

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Problem with wine ....

2015-01-27 Thread Colin Law
On 27 January 2015 at 11:45, Barry Drake ubuntu-advertis...@gmx.com wrote:
 On 20/01/15 10:50, Barry Drake wrote:

 Hi there   Some time ago, I mentioned that I could not install .msi
 files using wine.


 I've reported this as a wine bug at: https://bugs.launchpad.net/bugs/1414995

 Please, please would somebody take five minutes to repeat and confirm this
 bug.  If you find any .msi file that loads, I owe you a pint!

I see from the bug report that you have used the command
wine msiexec -i ActivePython-2.7.8.10-win32-x86.msi

What happens if you just use
msiexec -i ActivePython-2.7.8.10-win32-x86.msi

Colin




 Regards,Barry




 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.com/UKTeam/

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Problem with wine ....

2015-01-27 Thread Barry Drake

On 20/01/15 10:50, Barry Drake wrote:
Hi there   Some time ago, I mentioned that I could not install 
.msi files using wine. 


I've reported this as a wine bug at: https://bugs.launchpad.net/bugs/1414995

Please, please would somebody take five minutes to repeat and confirm 
this bug.  If you find any .msi file that loads, I owe you a pint!


Regards,Barry



--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Problem with wine ....

2015-01-27 Thread Barry Drake

On 27/01/15 14:54, Colin Law wrote:
In the working mint and the non-working ubuntu what do apt-cache 
policy wine and apt-cache policy wine1.6 and which msiexec show? Colin 


I think you've got it Colin.  The packages appeared to be the same, I 
hadn't spotted the '4' and the '6' after 'ubuntu' in the name. This is 
what I get from the above:


barry@mint ~ $ apt-cache policy wine
wine:
  Installed: 1:1.6.2-0ubuntu4
  Candidate: 1:1.6.2-0ubuntu4
  Version table:
 *** 1:1.6.2-0ubuntu4 0
500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 
Packages

100 /var/lib/dpkg/status
barry@mint ~ $ apt-cache policy wine1.6
wine1.6:
  Installed: 1:1.6.2-0ubuntu4
  Candidate: 1:1.6.2-0ubuntu4
  Version table:
 *** 1:1.6.2-0ubuntu4 0
500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 
Packages

100 /var/lib/dpkg/status
barry@mint ~ $ which msiexec
/usr/bin/msiexec

barry@vivid:~$ apt-cache policy wine
wine:
  Installed: 1:1.6.2-0ubuntu6
  Candidate: 1:1.6.2-0ubuntu6
  Version table:
 *** 1:1.6.2-0ubuntu6 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages

100 /var/lib/dpkg/status
barry@vivid:~$ apt-cache policy wine1.6
wine1.6:
  Installed: 1:1.6.2-0ubuntu6
  Candidate: 1:1.6.2-0ubuntu6
  Version table:
 *** 1:1.6.2-0ubuntu6 0
500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 
Packages

100 /var/lib/dpkg/status
barry@vivid:~$ which msiexec
/usr/bin/msiexec

--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Problem with wine ....

2015-01-27 Thread Colin Law
On 27 January 2015 at 12:20, Barry Drake ubuntu-advertis...@gmx.com wrote:
 On 27/01/15 11:53, Colin Law wrote:

 I see from the bug report that you have used the command wine msiexec -i
 ActivePython-2.7.8.10-win32-x86.msi What happens if you just use msiexec -i
 ActivePython-2.7.8.10-win32-x86.msi Colin

 Exactly the same happens.  I think msiexec is becoming obsolete now.  wine
 [installer_name].msi works under up-to-date versions of wine.  I think it's
 left there as a legacy command.  Here's what I get:
 $ msiexec -i ActivePython-2.7.8.10-win32-x86.msi
 err:msidb:get_tablecolumns column 1 out of range

Googling for
err:msidb:get_tablecolumns column 1 out of range msiexec
took me straight to this bug, Yours may be a duplicate of it.
https://bugs.launchpad.net/ubuntu/+source/wine1.6/+bug/1383214

Colin

 err:msidb:get_tablecolumns column 2 out of range
 fixme:storage:create_storagefile Storage share mode not implemented.
 err:msidb:get_tablecolumns column 1 out of range
 err:msidb:get_tablecolumns column 2 out of range
 err:msidb:get_tablecolumns column 1 out of range
 err:msidb:get_tablecolumns column 2 out of range
 err:msidb:get_tablecolumns column 1 out of range
 err:msidb:get_tablecolumns column 2 out of range
 err:msidb:get_tablecolumns column 3 out of range
 err:msidb:get_tablecolumns column 1 out of range
 err:msidb:get_tablecolumns column 2 out of range
 err:msidb:get_tablecolumns column 3 out of range
 err:msidb:get_tablecolumns column 1 out of range
 err:msidb:get_tablecolumns column 2 out of range
 err:msidb:get_tablecolumns column 3 out of range
 err:msidb:get_tablecolumns column 1 out of range
 err:msidb:get_tablecolumns column 2 out of range
 err:msidb:get_tablecolumns column 3 out of range

 Regards,Barry.


 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.com/UKTeam/

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Problem with wine ....

2015-01-27 Thread Barry Drake

On 27/01/15 11:53, Colin Law wrote:
I see from the bug report that you have used the command wine msiexec 
-i ActivePython-2.7.8.10-win32-x86.msi What happens if you just use 
msiexec -i ActivePython-2.7.8.10-win32-x86.msi Colin
Exactly the same happens.  I think msiexec is becoming obsolete now.  
wine [installer_name].msi works under up-to-date versions of wine.  I 
think it's left there as a legacy command.  Here's what I get:

$ msiexec -i ActivePython-2.7.8.10-win32-x86.msi
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
fixme:storage:create_storagefile Storage share mode not implemented.
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range

Regards,Barry.

--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Problem with wine ....

2015-01-27 Thread Daniel Llewellyn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 27/01/2015 12:20, Barry Drake wrote:
 On 27/01/15 11:53, Colin Law wrote:
 I see from the bug report that you have used the command wine 
 msiexec -i ActivePython-2.7.8.10-win32-x86.msi What happens if 
 you just use msiexec -i ActivePython-2.7.8.10-win32-x86.msi 
 Colin
 Exactly the same happens.  I think msiexec is becoming obsolete 
 now. wine [installer_name].msi works under up-to-date versions of 
 wine.  I think it's left there as a legacy command.

caveat: I don't know what I'm talking about most of the time!

you mentioned earlier in the thread that you successfully ran the
installation on an copy of mint using the same ubuntu packages. Was
that possibly using a different .wine directory? Have you tried
against an entirely virgin .wine directory (or separate $WINEPREFIX)?

- -- 
Daniel Llewellyn
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBAgAGBQJUx4epAAoJEEDC2VgDSe0hlyYQAI7oeozA+ktcAmsTtABdZW/f
mP91qNx+Rw+Mps7O5ccUvW8FU4WX2+amRMQJmpmwY/EE6SfkHTdRmcbMa64eUXqs
VbSQjI0zhmviOxFdTq63ABDpY69TXuQ/cfcp2rBBbsoGsQZ/PiqiwlVYgONEoRxn
rawhgRvyd2Z1QcBHTs6ofHBBQ+WNvso/ceg2cNnkJJiDLu/fKrTcx1h/BxQjB5PZ
zwlVeShjZ9X2/z5T95TiwhplXeVdEAhdKtoJ1oFX1wd2ZWz0dR1GfmBPJz5bP94G
mHuMKaDBzEpmqZl5QkKLyom5Mx4raJ50ttOTx/4FrUL0I0JvmNoGPq52o04YJmcS
s1sP/9PSy3jbukVdN1uNKWCIYJ1rbzmGQv9tSUOczge67uzK9rqAYpvDi+svzCYe
UUd7bG9MDAtXn16aqDJStJ+mC1AJt8rhhBwZGOzPUHDxFcGCD2P8gqkRQDe6R8C2
JHS9KK7A1bDFceWsoCPqGS46fSFMoGoC8CDURcnOl4e9QbT6cnl9LYPzKNXcKvvy
fComuhrYqwNvkOHfN7ilXkHOrmt/1fn55CuiSj6a0ijpxkclfZfFdrguY4Lq2DUd
WLR3yAbUDdsSkYeieNX6DD+vmn8axIMWjTLYAhzeRhT8QdhH/+w1dVKjjShkKmt7
QUGs/sAq1h+0hNdHpqCx
=L8ob
-END PGP SIGNATURE-

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Problem with wine ....

2015-01-27 Thread Colin Law
On 27 January 2015 at 15:51, Barry Drake ubuntu-advertis...@gmx.com wrote:
 On 27/01/15 14:54, Colin Law wrote:

 In the working mint and the non-working ubuntu what do apt-cache policy
 wine and apt-cache policy wine1.6 and which msiexec show? Colin


 I think you've got it Colin.  The packages appeared to be the same, I hadn't
 spotted the '4' and the '6' after 'ubuntu' in the name. This is what I get
 from the above:

 barry@mint ~ $ apt-cache policy wine
 wine:
   Installed: 1:1.6.2-0ubuntu4
   Candidate: 1:1.6.2-0ubuntu4
   Version table:
  *** 1:1.6.2-0ubuntu4 0
 500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
 100 /var/lib/dpkg/status
 barry@mint ~ $ apt-cache policy wine1.6
 wine1.6:
   Installed: 1:1.6.2-0ubuntu4
   Candidate: 1:1.6.2-0ubuntu4
   Version table:
  *** 1:1.6.2-0ubuntu4 0
 500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
 100 /var/lib/dpkg/status
 barry@mint ~ $ which msiexec
 /usr/bin/msiexec

 barry@vivid:~$ apt-cache policy wine
 wine:
   Installed: 1:1.6.2-0ubuntu6
   Candidate: 1:1.6.2-0ubuntu6
   Version table:
  *** 1:1.6.2-0ubuntu6 0
 500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64

Also it seems you are using Ubuntu 15.10 which is still in alpha (not
even in beta), and is exactly the version in the bug report.  There
seems little doubt that you are seeing that bug.  You should probably
mark yours as a duplicate to save someone else that effort.

I might suggest that high horses are out of order when complaining
about problems in an alpha release :)

Colin

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Problem with wine ....

2015-01-27 Thread Colin Law
On 27 January 2015 at 17:24, Barry Drake ubuntu-advertis...@gmx.com wrote:
 On 27/01/15 17:14, Colin Law wrote:

 I might suggest that high horses are out of order when complaining about
 problems in an alpha release :) Colin


 Oops!  I hadn't realised I was giving that impression.  Apologies to anyone
 for my own misunderstanding.  :(

Perhaps I was being over-sensitive, I have been doing my best to help
a particularly tedious user on a different list (not Ubuntu related)
who seems to have great difficulty reading the attempts to help him
carefully enough to take appropriate action, and that may have
affected my reading of your posts.

Cheers

Colin


 Regards,Barry.



 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.com/UKTeam/

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Problem with wine ....

2015-01-27 Thread Barry Drake

On 27/01/15 17:14, Colin Law wrote:
I might suggest that high horses are out of order when complaining 
about problems in an alpha release :) Colin 


Oops!  I hadn't realised I was giving that impression.  Apologies to 
anyone for my own misunderstanding.  :(


Regards,Barry.


--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Problem with wine ....

2015-01-20 Thread Alan Pope
On 20 January 2015 at 10:50, Barry Drake ubuntu-advertis...@gmx.com wrote:
 There is a problem.  As it doesn't seem to be a wine problem, is there an
 Ubuntu/wine person that I could report this to?



Do you have a reproducible set of steps that someone could try to confirm?

Mind posting them?

Cheers,
Al.

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Problem with wine ....

2015-01-20 Thread Paul Sladen
On Tue, 20 Jan 2015, Barry Drake wrote:
 impossible to install .msi file using wine under Ubuntu

Which precise .msi file?  (ie. URL)

 The suggestions

Which exact suggestions did you try?  (ie. exact command lines/steps).

 I've been taking part in a discussion on a forum ...
 Someone who uses Mint got the system working ...
 I looked long and hard at the Python code

URLs for all three of these please ?

 is there an Ubuntu/wine person that I could report this to?

Regardless of whom it is reported to, collectively, people will need
the exact steps to try to reproduce the issue.

-Paul


-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] Problem with wine ....

2015-01-20 Thread Barry Drake

On 20/01/15 12:12, Paul Sladen wrote:

On Tue, 20 Jan 2015, Barry Drake wrote:

impossible to install .msi file using wine under Ubuntu

Which precise .msi file?  (ie. URL)
Several - every single one I tried fails.  One in particular is Python - 
either Python 2.7 from https://www.python.org/  using: 
https://www.python.org/downloads/release/python-279/  another is 
ActivePython:  http://www.activestate.com/activepython/downloads but 
I've tried a whole lot more randomly chosen .msi files just to know 
where I was at.
Which exact suggestions did you try? (ie. exact command lines/steps). 


msiexec [filename] was the main one.  This gave EXACTLY the same error 
output as did trying to use Wine to run the .msi files  The problem is 
so obvious and reproducible the messing about that I did after that is 
of no consequence, and I did not record what I did when it achieved nothing.

I've been taking part in a discussion on a forum ...
Someone who uses Mint got the system working ...
I looked long and hard at the Python code

URLs for all three of these please ?


I only have one - apart from Mint itself (http://www.linuxmint.com/).  
Why do you ask for three?  The forum is at: 
https://apprenticealf.wordpress.com/2012/09/10/drm-removal-tools-for-ebooks/#comments 
and it's such a poor site I can't get you directly to the comment. 
Search the page for barrydrake and you'll find all of my stuff, and the 
discussions with (mainly) Paul Durrant - but others did respond as I 
responded to others.  The Python code is of no consequence as it fails 
because of lack of Python running under Wine.  Details of the behaviour 
of the code, including debug logs is posted on the forum - if anyone has 
the patience to plough through it.


And before anyone comments on my reason for having to remove the DRM - 
my e-book reader is not compatible with books I have purchased online, 
so I can no longer read them now I have sold my old ebook reader.  But 
that has nothing to do with the problem in Ubuntu/Wine.


Regards,Barry.



is there an Ubuntu/wine person that I could report this to?

Regardless of whom it is reported to, collectively, people will need
the exact steps to try to reproduce the issue.

-Paul





--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/