http://bugs.winehq.org/show_bug.cgi?id=5279
------- Additional Comments From ykirill@yahoo.com 2006-02-06 05:03 ------- Another usefull research:
If i start mplab like this i get error: mysrv# wine 'C:\Program Files\Microchip\MPLAB IDE\Core\mplab.exe' fixme:ole:CoInitializeSecurity (0x0,-1,0x0,0x0,1,3,0x0,0,0x0) - stub! fixme:ole:CoRegisterMessageFilter stub fixme:ole:CoCreateInstance no instance created for interface {ef44da65-eeb3-11d3-9d8f-006008368e4d} of class {8b835593-2be3-4d52-8001-05c9a17c867e}, hres is 0x80004002 fixme:ole:CoCreateInstance no instance created for interface {439cbc36-22d4-431c-8e42-389e667d1c30} of class {8b835593-2be3-4d52-8001-05c9a17c867e}, hres is 0x80004002 fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented fixme:ole:CoGetTreatAsClass ({3deb291d-45c3-4bd8-9222-01cf3d77fe2e},0x34a3b4) Assertion failed: (FALSE), function updatePropertyChain, file storage32.c, line 1426.
And I have no problems if i start like this: mysrv# cd /var/win/c/Program\ Files/Microchip/MPLAB\ IDE/Core/ mysrv# wine mplab.exe fixme:ole:CoInitializeSecurity (0x0,-1,0x0,0x0,1,3,0x0,0,0x0) - stub! fixme:ole:CoRegisterMessageFilter stub fixme:ole:CoCreateInstance no instance created for interface {ef44da65-eeb3-11d3-9d8f-006008368e4d} of class {8b835593-2be3-4d52-8001-05c9a17c867e}, hres is 0x80004002 fixme:ole:CoCreateInstance no instance created for interface {439cbc36-22d4-431c-8e42-389e667d1c30} of class {8b835593-2be3-4d52-8001-05c9a17c867e}, hres is 0x80004002 fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented fixme:ole:CoGetTreatAsClass ({3deb291d-45c3-4bd8-9222-01cf3d77fe2e},0x34a3b4) fixme:storage:StorageImpl_Commit (0): stub! fixme:ole:CoRegisterMessageFilter stub fixme:ole:ITypeInfo_fnRelease destroy child objects
Can this be fixed?