can't configure wine

Asked by Tobias Brodel

hi guys,

i'm having some issues installing wine. when i run winecfg i get these errors:

toby@albini:~$ winecfg
wine: created the configuration directory '/home/toby/.wine'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0x10fe8e0, overlapped 0x10fe8ec): stub
wine: configuration in '/home/toby/.wine' has been updated.

this is on a fresh install and i've tried bith the ubuntu repo version and the ppa. wine doesn't install mono or gecko in the setup and when trying to compile wineasio from source i get many errors which i can post if you'd like.

thanks for any help you can offer,
toby

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu wine Edit question
Assignee:
No assignee Edit question
Solved by:
Tobias Brodel
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

lsb_release -a; uname -a; apt-cache policy wine

Thanks

Revision history for this message
Tobias Brodel (toby-jamesjoy) said :
#2

toby@albini:~$ lsb_release -a; uname -a; apt-cache policy wine
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release: 12.04
Codename: precise
Linux albini 3.2.0-29-generic-pae #46-Ubuntu SMP Fri Jul 27 17:25:43 UTC 2012 i686 i686 i386 GNU/Linux
wine:
  Installed: (none)
  Candidate: 1.5.10-0ubuntu1~pulse19+build3
  Version table:
     1.5.10-0ubuntu1~pulse19+build3 0
        500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ precise/main i386 Packages
     1.4-0ubuntu4.1 0
        500 http://au.archive.ubuntu.com/ubuntu/ precise-updates/universe i386 Packages
     1.4-0ubuntu4 0
        500 http://au.archive.ubuntu.com/ubuntu/ precise/universe i386 Packages

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

If you run:

rm -r ~/.wine

Then retry, is it ok?

Revision history for this message
Tobias Brodel (toby-jamesjoy) said :
#4

i've tried that numerous times with both versions of wine, no dice...

Revision history for this message
Tobias Brodel (toby-jamesjoy) said :
#5

i've also tried this on another fresh install of the 64 bit ubuntu with the same results. i've run "apt-get purge wine" and reinstalled but that too seems to have no effect....

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

If you make a new Ubuntu user and log in as that, is it the same?

Revision history for this message
Tobias Brodel (toby-jamesjoy) said :
#7

exactly the same....

Revision history for this message
Tobias Brodel (toby-jamesjoy) said :
#8

i've figured it out, mostly... the problem may be with wineasio and not wine itself, i have tried other software in wine with success, despite wine spitting out the aforementioned errors.

i have tried installing various winasio.deb packages rather than compiling from source but they don't seem to work under wine either. wine itself seems to be not broken.

sorry for the noise...
toby