Francesco Pietra
2008-May-27 07:42 UTC
[Wine] Application does not start or lacks functionalities
Following upgrading from etch to lenny (Debian Linux i386 gnome) the two Windods applications that I used either do not start or lack functionality. Installed wine wine_bin wine_utils libwine_alsa _cms _gl _gphoto _ldap vers 1.0-rc1-1_print _sane. I have purged out completely all these file and reinstalled. Same errors below: The application that does not start: francesco at deb32:~$ "/home/francesco/.wine/drive_c/myfirstprogram.EXE" fixme:ole:CoResumeClassObjects stub francesco at deb32:~$ francesco at deb32:~$ wine "c:\myfirstprogram.EXE" fixme:ole:CoResumeClassObjects stub francesco at deb32:~$ The application that lacks functionality: francesco at deb32:~$ "/home/francesco/.wine/drive_c/Program Files/mysecondprogram.exe" fixme:msvcrt:__lconv_init stub fixme:shdocvw:PersistStreamInit_InitNew (0x16f2c0) err:ole:ITypeInfo_fnInvoke did not find member id -518, flags 0x4! err:ole:ITypeInfo_fnInvoke did not find member id -517, flags 0x4! fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x16f2c0) fixme:shdocvw:OleObject_Close (0x16f2c0)->(1) fixme:win:LockWindowUpdate (0x10098), partial stub! fixme:win:LockWindowUpdate ((nil)), partial stub! Thanks for any suggestion to fix the problems. chiendarret
vitamin
2008-May-27 12:30 UTC
[Wine] Re: Application does not start or lacks functionalities
Francesco Pietra wrote:> francesco at deb32:~$ "/home/francesco/.wine/drive_c/myfirstprogram.EXE"Wrong. Read FAQ http://wiki.winehq.org/FAQ for a proper way to start win applications.
Francesco Pietra
2008-May-27 13:31 UTC
[Wine] Application does not start or lacks functionalities
Obviously, what you suggest is just equivalent to what I did. Nonetheless, I tried the (contorted) FAQ way: obviously with the same errors. No. from the errors I presented - although I have absolutely no knowledge of Windows - I suspect that the Debian package in lenny may have some faulty, perhaps not installing ole32. chiendarret --- On Tue, 5/27/08, vitamin <wineforum-user at winehq.org> wrote:> From: vitamin <wineforum-user at winehq.org> > Subject: [Wine] Re: Application does not start or lacks functionalities > To: wine-users at winehq.org > Date: Tuesday, May 27, 2008, 5:30 AM > Francesco Pietra wrote: > > francesco at deb32:~$ > "/home/francesco/.wine/drive_c/myfirstprogram.EXE" > > Wrong. Read FAQ http://wiki.winehq.org/FAQ for a proper way > to start win applications.
Ove Kaaven
2008-May-27 14:01 UTC
[Wine] Application does not start or lacks functionalities
vitamin skrev:> Francesco Pietra wrote: >> francesco at deb32:~$ "/home/francesco/.wine/drive_c/myfirstprogram.EXE" > > Wrong.No. If he has binfmt-support installed, that would work.
Ove Kaaven
2008-May-27 14:05 UTC
[Wine] Application does not start or lacks functionalities
Francesco Pietra skrev:> Following upgrading from etch to lenny (Debian Linux i386 gnome) the two Windods applications that I used either do not start or lack functionality.Try 1.0-rc2-1, available in sid, and see if it works better. Otherwise, your report basically has no relevant information, so there's no way to help you further if you don't tell us more.
vitamin
2008-May-27 14:09 UTC
[Wine] Re: Application does not start or lacks functionalities
Francesco Pietra wrote:> Obviously, what you suggest is just equivalent to what I did.No lots of windows programs break if you run then from outside of their directory. And even more break if they see some bogus path in argv[0]. Francesco Pietra wrote:> Nonetheless, I tried the (contorted) FAQ way: obviously with the same errors.Such as? Post complete terminal output including the commands you used. Also what program are you running? Francesco Pietra wrote:> No. from the errors I presented - although I have absolutely no knowledge of Windows - I suspect that the Debian package in lenny may have some faulty, perhaps not installing ole32.You have to install all wine-* packages.
Francesco Pietra
2008-May-27 16:23 UTC
[Wine] Application does not start or lacks functionalities
My idea about ole32 is probably wrong, unless it is damaged or lacking some dll. Searching better (I missed # updatedb before): francesco at deb32:~$ locate ole32 /home/francesco/.OLDwine/drive_c/windows/system32/ole32.dll /home/francesco/.wine/drive_c/windows/system32/ole32.dll /usr/lib/wine/ole32.dll.so /usr/lib/wine/stdole32.tlb.so francesco at deb32:~$ --- On Tue, 5/27/08, Francesco Pietra <chiendarret at yahoo.com> wrote:> From: Francesco Pietra <chiendarret at yahoo.com> > Subject: Re: [Wine] Application does not start or lacks functionalities > To: "Ove Kaaven" <ovek at arcticnet.no> > Cc: wine-users at winehq.org > Date: Tuesday, May 27, 2008, 8:54 AM > Perhaps you missed my first pot on this issue: > Following upgrading from etch to lenny (Debian Linux i386 > gnome) the two Windods applications that I used either do > not start or lack functionality. > Installed wine wine_bin wine_utils libwine_alsa _cms _gl > _gphoto _ldap vers 1.0-rc1-1_print _sane. I have purged > out completely all these file and reinstalled. Same errors > below: > > The application that does not start: > > francesco at deb32:~$ > "/home/francesco/.wine/drive_c/myfirstprogram.EXE" > fixme:ole:CoResumeClassObjects stub > francesco at deb32:~$ > > francesco at deb32:~$ wine > "c:\myfirstprogram.EXE" > fixme:ole:CoResumeClassObjects stub > francesco at deb32:~$ > > The application that lacks functionality: > > francesco at deb32:~$ > "/home/francesco/.wine/drive_c/Program > Files/mysecondprogram.exe" > fixme:msvcrt:__lconv_init stub > fixme:shdocvw:PersistStreamInit_InitNew (0x16f2c0) > err:ole:ITypeInfo_fnInvoke did not find member id -518, > flags 0x4! > err:ole:ITypeInfo_fnInvoke did not find member id -517, > flags 0x4! > fixme:shdocvw:OleInPlaceObject_InPlaceDeactivate (0x16f2c0) > fixme:shdocvw:OleObject_Close (0x16f2c0)->(1) > fixme:win:LockWindowUpdate (0x10098), partial stub! > fixme:win:LockWindowUpdate ((nil)), partial stub! > > Thanks for any suggestion to fix the problems. > chiendarret > At any event, I'll try my hint about ole32 > chiendarret > > > --- On Tue, 5/27/08, Ove Kaaven <ovek at arcticnet.no> > wrote: > > > From: Ove Kaaven <ovek at arcticnet.no> > > Subject: Re: [Wine] Application does not start or > lacks functionalities > > To: "Francesco Pietra" > <chiendarret at yahoo.com> > > Cc: wine-users at winehq.org > > Date: Tuesday, May 27, 2008, 7:05 AM > > Francesco Pietra skrev: > > > Following upgrading from etch to lenny (Debian > Linux > > i386 gnome) the two Windods applications that I used > either > > do not start or lack functionality. > > > > Try 1.0-rc2-1, available in sid, and see if it works > > better. > > > > Otherwise, your report basically has no relevant > > information, so there's > > no way to help you further if you don't tell us > more.
vitamin
2008-May-27 16:56 UTC
[Wine] Re: Application does not start or lacks functionalities
Francesco Pietra wrote:> The application that does not start: > > francesco at deb32:~$ "/home/francesco/.wine/drive_c/myfirstprogram.EXE" > fixme:ole:CoResumeClassObjects stub > francesco at deb32:~$ >Still wrong. Keep reading FAQ. Especially the part about the current work directory...