https://bugs.winehq.org/show_bug.cgi?id=42223
--- Comment #24 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Louis Lenders from comment #23)
Created attachment 56984 [details] add version resource
I tested this another time. You can also run this in WinXp mode, the bcrypt disabling is not necesary then. The app seems to look for version resource of oledb32 which is not present. W with version resource added it seems gets tiny bit further to call really stuff from oledb:
fixme:oledb:dslocator_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented
This comes from some part of dotnet, probing for IManagedObject, it's harmless.
fixme:oledb:dslocator_QueryInterface interface {b196b283-bab4-101a-b69c-00aa00341d07} not implemented
IProvideClassInfo, this one is worth testing.
fixme:oledb:dslocator_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented
IMarshal, most likely safe.
fixme:oledb:dslocator_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented
Safe.
fixme:oledb:dslocator_QueryInterface interface {2206ccb1-19c1-11d1-89e0-00c04fd7a829} not implemented
IDataInitialize, I'll write a test for this one.
But then it exits again
Workaround for now: winetricks mdac27 jet40