http://bugs.winehq.org/show_bug.cgi?id=32367
Bug #: 32367 Summary: Mezzmo fails to start due to unimplemented function MSVCR80.dll._encode_pointer Product: Wine Version: 1.5.18 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jaimerave@gmail.com Classification: Unclassified
Created attachment 42707 --> http://bugs.winehq.org/attachment.cgi?id=42707 Console output
After installing Mezzmo and trying to start it you get an error on a runtime librery message. When you check the console you can see that wine fails with errors like
err:module:find_forwarded_export module not found for forward 'msvcr90._encode_pointer' used by L"C:\windows\system32\msvcr80.dll"
And after closing several messages it finnaly crash with Call from 0x7bc4bab0 to unimplemented function MSVCR80.dll._encode_pointer, aborting
This is on Ubuntu 13.04 and Wine wine-1.5.18-234-gb1d9d43
You can workaround this with winetricks vcrun2005 but then you will hit another crash.