I'm trying to install the STRand software (available @ http://www.vgl.ucdavis.edu/informatics/strand.php/). This is a specialized tool intended for analysis of specific files (genotyping data, this is about biology).
Using wine msiexec /i in a console it installs without any error,but when launching it, it crashes with execution error '91' (object variable or With bloc variable not defined).
The installer comes with several OCXs that seems to be correctly registered, but once launched in a console I get the following messages :
olive@olivier-HP-ZBook-15:~$ wine ".wine/drive_c/Program Files (x86)/STRand/STRand.exe"
fixme:olepicture:OleLoadPictureEx (0xb43a34,1086,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33fa40), partially implemented.
fixme:olepicture:OLEPictureImpl_SaveAsFile (0x13e630)->(0x149250, 0, (nil)), hacked stub.
fixme:olepicture:OleLoadPictureEx (0xb45f4c,1086,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f4b4), partially implemented.
fixme:olepicture:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0 palette.
fixme:olepicture:OLEPictureImpl_Render Not quite correct implementation of rendering icons...
fixme:ole:CLSIDFromProgIDEx L"shell.application",0x33f590: semi-stub
fixme
fixme
fixme:olepicture:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
olive@olivier-HP-ZBook-15:~$
It seems I need some database manager (QueryInterface not implemented). Could the problem be there ? Does anyone have an idea ?
This was done under Ubuntu 14.04 LTS 64 bits, and Wine version is 1.6.2.
I also tried under Win 7 professionnal and there it works fine.
Thanks in advance for any anwser.
Bests.