https://bugs.winehq.org/show_bug.cgi?id=42135
Bug ID: 42135 Summary: err:mscoree:LoadLibraryShim error reading registry key for installroot Product: Wine Version: 2.0-rc3 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: winetest@luukku.com Distribution: ---
This is printed on every new wine prefix creation.
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
I know it's harmless since it's printed on every wineprefix creation time.
The print seems to come here
http://source.winehq.org/git/wine.git/blob/c0b30432ea76334811e43ccef14a7190f...
I am just thinking that wine really shouldnt print thatkind of error when there is nothing wrong at wineprefix creation time.
I don't know why it prints that message. Is wine doing the check too early?
https://bugs.winehq.org/show_bug.cgi?id=42135
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- What is this bug about? You can ignore or disable this fixme if it annoys you.
https://bugs.winehq.org/show_bug.cgi?id=42135
--- Comment #2 from Vincent Povirk madewokherd@gmail.com --- MSI uses LoadLibraryShim to create assembly caches when it installs an MSI, but that registry key is created by the Wine Mono MSI.