Greetings! I just successfully installed wine under red hat linux 7.1, the latest kernel. I am running windows 2000 Professional on my Dos partition. I have been able to run some of the software I need to stay in linux instead of having to switch to win2k, but I'm having problems with Membership Plus 6.0c. Here's the command I give to try and run it: [johnfg@church johnfg]$ wine --winver=nt2k mp6w.exe. And here's the error message I get back: err:win32:PE_LoadLibraryExA can't load C:\winnt\system\Ltdlg90n.dll>err:module:PE_fixup_imports Module (file) LTDLG9ON.DLL (which is neededby C:\Program Files\Membership Plus\Version 6\mp6w.exe) not found Now, the file mentioned is in system32, but I copied it to system and to the same directory that the mp6w.exe is in, but I still am getting the same error message back. Any ideas what I'm doing wrong or what I can do to correct this problem? Thanks so much for any help and/or ideas. John F. Godfrey, Pastor Grandville Assembly of God, Grandville, MI USA
On Mon, 29 Oct 2001 12:43:01 -0500, "John F. Godfrey" <johnfg@spirit.org> wrote: <snip>>Here's the command I give to try and run it: [johnfg@church johnfg]$ >wine --winver=nt2k mp6w.exe. >And here's the error message I get back: >err:win32:PE_LoadLibraryExA can't load C:\winnt\system\Ltdlg90n.dll >>err:module:PE_fixup_imports Module (file) LTDLG9ON.DLL (which is needed >by C:\Program Files\Membership Plus\Version 6\mp6w.exe) not found > >Now, the file mentioned is in system32, but I copied it to system and to >the same directory that the mp6w.exe is in, but I still am getting the >same error message back.Run with -debugmsg +module,+file,+dosfs <yourapp.exe> &>trace.txt and post the 200 lines before the error message you quoted. Gerard
On Mon, 29 Oct 2001 16:31:02 -0500, "John F. Godfrey" <johnfg@spirit.org> wrote:> >Here it is as you asked. Thanks so much! >john<snip>>08068c70:Call gdi32.CreateCompatibleDC(00000000) ret=00422a36 >08068c70:Call x11drv.CreateDC(40424f54,00000000,00000000,00000000,00000000) ret=407fcc33 >08068c70:Ret x11drv.CreateDC() retval=00000000 ret=407fcc33 >08068c70:Ret gdi32.CreateCompatibleDC() retval=00000000 ret=00422a36 >08068c70:Call gdi32.SelectObject(00000000,00000d78) ret=00422a4f >08068c70:Ret gdi32.SelectObject() retval=00000000 ret=00422a4f<snip> This is not good. Did you say that you are succeeding in running *other* programs with Wine ? What I see in your trace would make me think that *no* program could run. How did you install wine ? from a rpm or compiled from source ? Gerard