http://bugs.winehq.org/show_bug.cgi?id=32447
Bug #: 32447 Summary: Function that used to work in version 1.3 stopped working in 1.4 and 1.5. Function was called after regestering the DLL scrrun.dll Product: Wine Version: 1.4 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: pedro.m.ferreira@gmail.com Classification: Unclassified
Created attachment 42804 --> http://bugs.winehq.org/attachment.cgi?id=42804 scrrun that needs to be registered
Im using a portuguese application that needs to have registered the DLL scrrun.dll. In wine versions 1.1 -> 1.3 i used to do $ regsvr32 scrrun.dll Successfully registered DLL scrrun.dll
So everything worked until version 1.3. Since version 1.4 i do the same procedure but the program stops working and asks me to register the scrrun.dll. The error output is this: wine: Unimplemented function scrrun.dll.DllGetClassObject called at address 0x7b839d82 (thread 0030), starting debugger...
I attached the scrrun.dll