new to linux / suse10 I try desperatly to install the watchtower library 2005 on my machine with wine 9.12 or 9.13 (tried both!) here is the echo of my terminal during install. all the gurus will see the light when i see gibberish. pat@linux:~> WINEDLLOVERRIDES=comctl32=n wine /media/dvd/Setup.exe fixme:advapi:CheckTokenMembership (0x44 0x4039c1c8 0x406bfa70) stub! fixme:actctx:QueryActCtxW stub! err:win:CreateWindowExA bad class name "msctls_progress32" fixme:advapi:CheckTokenMembership (0x48 0x4039c520 0x406bfa70) stub! fixme:actctx:QueryActCtxW stub! fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:advapi:CheckTokenMembership (0x48 0x4039c510 0x406bfa70) stub! fixme:actctx:QueryActCtxW stub! err:ole:marshal_object object doesn't expose interface {be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002 it carries on like that for ages but those fixme sound like trouble to me! please point me to the right direction.
mtis2000@yahoo.co.uk wrote:> pat@linux:~> WINEDLLOVERRIDES=comctl32=n wine /media/dvd/Setup.exeThat needs to be WINEDLLOVERRIDES="comctl32=n" wine Setup.exe> err:ole:marshal_object object doesn't expose interface > {be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002 > > it carries on like that for ages but those fixme sound like trouble to > me!fixmes mean things that should be different, but propably wont't cause problems. An 'err' is more of a sign for trouble. Nevertheless, just from this output I would guess the installation went fine. At what point exactly does the installer crash/fail? Daniel
Thank you very much for pointing out this little but fatal mistake. the WTlib works fine. I am still confused with those "look like errors" err and fixme message echoing during the installation. But only counts the final success! thank you again for your precious input. regard