http://bugs.winehq.org/show_bug.cgi?id=27501
Summary: atlas.ti fails open any project file due to lack in ole32 implementation Product: Wine Version: 1.3.22 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ole32 AssignedTo: wine-bugs@winehq.org ReportedBy: crefff@gmail.com
Every time I try to open project file in Atlas.ti by Scientific Software it ends with "Access Violation" error. It has something to do with:
fixme:storage:PropertyStorage_ReadProperty unsupported type 8
So PROPVARIANT 8 is undeclared/unsupported within PropertyStorage_ReadProperty located in wine-1.3.22/dlls/ole32/tests/propvariant.c
Is it possible to add support for property type 8 in wine's ole32.dll implementation?