winecfg: creating new .wine-directory results in errors

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
snejjj
Level 3
Level 3
Posts: 63
Joined: Sun Jul 25, 2010 5:25 am

winecfg: creating new .wine-directory results in errors

Post by snejjj »

When I create a new .wine-directory from scratch (old one moved or deleted), winecfg generates the following output:

$ winecfg
wine: created the configuration directory '/home/jens/.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
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:iphlpapi:NotifyAddrChange (Handle 0xfce8fc, overlapped 0xfce8e0): stub
wine: configuration in '/home/jens/.wine' has been updated.

did I something wrong while installing wine? (did install it via package-manager some time ago) do I miss some packages or something like that?
should I file a bug about this?

Thanks for your replys!

my Wine-Version is still 1.3.37
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

That's normal terminal output when a wineprefix is created. Don't worry about it.
snejjj
Level 3
Level 3
Posts: 63
Joined: Sun Jul 25, 2010 5:25 am

Post by snejjj »

Okay thanks for your help!
just out of curiosity: if those errors are not problematic, why are they there anyway? is this some functionality not yet implemented in wine? or just some minor bug that hasnt been fixed as it doesn't pose a problem with using wine?
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

winecfg: creating new .wine-directory results in errors

Post by jjmckenzie »

On Wed, Feb 1, 2012 at 7:40 AM, snejjj <[email protected]> wrote:
Okay thanks for your help!
just out of curiosity: if those errors are not problematic, why are they there anyway? is this some functionality not yet
implemented in wine? or just some minor bug that hasnt been fixed as it doesn't pose a problem with using wine?
Fixme's are just that: Something that needs to be fixed, usually
missing or partially implemented Windows functions.

There is a workaround if you don't want to see them:

WINEDEBUG=-all <Wine command>

However, if the program fails, you will only see the failure and not much else.

James
snejjj
Level 3
Level 3
Posts: 63
Joined: Sun Jul 25, 2010 5:25 am

Post by snejjj »

There is a workaround if you don't want to see them:

WINEDEBUG=-all <Wine command>
It's not that I don't want to see those errors, it's just that I was worried about the errors that are there besides the fixmes.
Locked