http://bugs.winehq.org/show_bug.cgi?id=18084
Summary: registry keys with spaces in the name are created but can't be found Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: djrakun@yahoo.com
reproduced this problem using wine 1.0 and 1.1.19
when attempting to install T-Mobile Connection manager, the installshield completes successfully. When trying to run the application (TMobileCM.exe), a popup appears that says "Couldn't find registry path: SOFTWARE\SmithMicro\QuickLink Mobile Plus" from a terminal I see the following error 8 times
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.MFCLOC" (8.0.50608.0)
browsing the registry tree with wine regedit I see the registry right where the error is looking for it ( HKLM of course).
I am inferring that the reason it can't read this registry is because it has spaces in it, because I am not having any other registry related issues running other applications using wine.
Apoligies if this bug report is rough. I have never raised one before and I'm still a noob.