Hi folks, I'm new to WINE and have actually read the docs, so go easy on me. My machine is setup to dual boot between Red Hat 7.2 and Windows2000. This is what I get when I try to run Eudora 5.1 from my Win2k partition. This is as far it'll go--no window ever displays. I get identical results with either WINE 20020122 or a CVS snapshot from yesterday evening. Let me know if there's any additional debugging information I can supply to make this more clear. [bde@brian wine]$ cd /win2000/Program\ Files/Qualcomm/Eudora/ [bde@brian Eudora]$ wine eudora.exe err:module:PE_fixup_imports Module (file) MFC42.DLL (which is needed by C:\Program Files\Qualcomm\Eudora\QCUtils.dll) not found err:win32:PE_LoadLibraryExA can't load C:\Program Files\Qualcomm\Eudora\QCUtils.dll err:module:PE_fixup_imports Module (file) QCUtils.dll (which is needed by C:\Program Files\Qualcomm\Eudora\Imap.dll) not found err:win32:PE_LoadLibraryExA can't load C:\Program Files\Qualcomm\Eudora\Imap.dllerr:module:PE_fixup_imports Module (file) imap.dll (which is needed by C:\Program Files\Qualcomm\Eudora\Eudora.exe) not found [bde@brian Eudora]$ Thanks, Brian _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
--- Brian Elliott <bde3@yahoo.com> wrote:> This is what I get when I try to run Eudora 5.1 frommy> Win2k partition. > This is as far it'll go--no window ever displays. > I get identical > results with either WINE 20020122 or a CVS snapshot > from yesterday > evening. Let me know if there's any additional > debugging information I > can supply to make this more clear. > > [bde@brian wine]$ cd /win2000/Program\ > Files/Qualcomm/Eudora/Check if you correctly mapped drive C to /win2000 directory in file ~/.wine/config. Andriy Palamarchuk __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com
My C drive from Win2k is mapped as follows: [Drive C] "Path" = "/win2000" "Type" = "hd" "Filesystem" = "vfat" I believe this is correct as I have had success loading other programs. (such as Forte Agent) -Brian At 06:11 AM 1/28/2002 -0800, you wrote:>--- Brian Elliott <bde3@yahoo.com> wrote: > > This is what I get when I try to run Eudora 5.1 from >my > > Win2k partition. > > This is as far it'll go--no window ever displays. > > I get identical > > results with either WINE 20020122 or a CVS snapshot > > from yesterday > > evening. Let me know if there's any additional > > debugging information I > > can supply to make this more clear. > > > > [bde@brian wine]$ cd /win2000/Program\ > > Files/Qualcomm/Eudora/ > >Check if you correctly mapped drive C to /win2000 >directory in file ~/.wine/config. > >Andriy Palamarchuk > >__________________________________________________ >Do You Yahoo!? >Great stuff seeking new owners in Yahoo! Auctions! >http://auctions.yahoo.com > >_______________________________________________ >wine-users mailing list >wine-users@winehq.com >http://www.winehq.com/mailman/listinfo/wine-users
--- Brian Elliott <bde3@yahoo.com> wrote: [skipped]> [bde@brian Eudora]$ wine eudora.exe > err:module:PE_fixup_imports Module (file) MFC42.DLL > (which is needed by > C:\Program Files\Qualcomm\Eudora\QCUtils.dll) not > found > err:win32:PE_LoadLibraryExA can't load C:\Program > Files\Qualcomm\Eudora\QCUtils.dll[skipped] It looks like wine can't find MFC library - MFC42.dll. It should be in your Windows system32 directory. Try to copy it to the current directory where you launch Eudora. If that works, make sure the dll is in Wine PATH. See the config file, section [wine] for details. You can also try to put Windows system32 directory in wine path. Andriy Palamarchuk __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com