I am trying to get our Meditech application to work on a Mandrake 8.1 in GNOME. I am getting the following messages when I try to run it: The application runs, sort of. The screen is a complete mess. Warning: The Wine launcher is unable to find xmessage. The launcher script relies heavily on finding this tool, and without it, it will behave poorly. Most Linux distributions have one or the other of theese tools. We strongly recommend that you use your distibution?s software methods to locate xmessage. Invoking /opt/wine/bin/wine.bin T.exe... /usr/bin/wine: -timeout: command not found Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version of FreeType greater than or equal to 2.0.5. http://www.freetype.org fixme:font:AddFontResourceA (C:\\Program Files\\MEDITECH\\Workstation3.x\\T_FONT15.FON?):stub! Read the Wine User Guide on how to install this font manually. fixme:palette:SetSystemPaletteUse (08a8,0001):stub err:module:PE_fixup_imports Module (file) MFC42.DLL (which is needed by C:\Program Files\MEDITECH\Workstation3.x\VMSysInfo.dll) not found err:win32:PE_LoadLibraryExA can't load C:\Program Files\MEDITECH\Workstation3.x\VMSysInfo.dll err:module:MODULE_LoadLibraryExA Loading of native DLL C:\Program Files\MEDITECH\Workstation3.x\VMSysInfo.dll failed (error 14), check this file. fixme:font:RemoveFontResourceA ("C:\\Program Files\\MEDITECH\\Workstation3.x\\T_FONT15.FON"):stub Wine exited with a successful status Any ideas or suggestions would be greatly appreciated.
--- Craig Gauss <gaucra@rhahealthcare.org> wrote: [skipped]> err:module:PE_fixup_imports Module (file) MFC42.DLL > (which is needed by > C:\Program > Files\MEDITECH\Workstation3.x\VMSysInfo.dll) not > found[skipped] This message shows that you do not have MFC42.DLL in your directory. This dll contains implementation of MFC library. The application probably is written using this library. Copy MFC42.DLL from Windows to your wine windows directory. Try to run the application after this procedure and post here if you have any new problems. Andriy __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
On Tue, 11 Jun 2002, Craig Gauss wrote:> I am trying to get our Meditech application to work on a Mandrake 8.1 in > GNOME. I am getting the following messages when I try to run it: > > The application runs, sort of. The screen is a complete mess. > > Warning: > The Wine launcher is unable to find xmessage. > > The launcher script relies heavily on finding this tool, and without it, > it will behave poorly. > > Most Linux distributions have one or the other of theese tools. > We strongly recommend that you use your distibution?s software methods to > locate xmessage.xmesage is in the X11R6-contrib rpm.> > Invoking /opt/wine/bin/wine.bin T.exe... > > /usr/bin/wine: -timeout: command not found > Wine cannot find the FreeType font library. To enable Wine to use TrueType > fonts please install a version of FreeType greater than or equal to 2.0.5. > > http://www.freetype.org > > fixme:font:AddFontResourceA (C:\\Program > Files\\MEDITECH\\Workstation3.x\\T_FONT15.FON?):stub! Read the Wine User > Guide on how to install this font manually. > > fixme:palette:SetSystemPaletteUse (08a8,0001):stub > > err:module:PE_fixup_imports Module (file) MFC42.DLL (which is needed by > C:\Program Files\MEDITECH\Workstation3.x\VMSysInfo.dll) not foundThere is no Wine builtin mfc42.dll. You need a native Windows copy of this puppy if your app uses c++, I think.> err:win32:PE_LoadLibraryExA can't load C:\Program > Files\MEDITECH\Workstation3.x\VMSysInfo.dll > err:module:MODULE_LoadLibraryExA Loading of native DLL C:\Program > Files\MEDITECH\Workstation3.x\VMSysInfo.dll failed (error 14), check this > file. > fixme:font:RemoveFontResourceA ("C:\\Program > Files\\MEDITECH\\Workstation3.x\\T_FONT15.FON"):stub > Wine exited with a successful status > > > Any ideas or suggestions would be greatly appreciated. >Lawson ---oops---
Thank you for all the reponses. I have fixed quite a few of the messages and am now down to the following:> > Wine cannot find the FreeType font library. To enable Wine to > use TrueType > > fonts please install a version of FreeType greater than or > equal to 2.0.5. > > > > http://www.freetype.org > > > > fixme:font:AddFontResourceA (C:\\Program > > Files\\MEDITECH\\Workstation3.x\\T_FONT15.FON?):stub! Read the Wine User > > Guide on how to install this font manually. > > > > fixme:palette:SetSystemPaletteUse (08a8,0001):stub > > > > err:module:PE_fixup_imports Module (file) MFC42.DLL (which is needed by > > C:\Program Files\MEDITECH\Workstation3.x\VMSysInfo.dll) not foundAny more ideas on these font messages?
--- Craig Gauss <gaucra@rhahealthcare.org> wrote:> Thank you for all the reponses. I have fixed quite > a few of the messages > and am now down to the following:[skipped]> > > err:module:PE_fixup_imports Module (file) > MFC42.DLL (which is needed by > > > C:\Program > Files\MEDITECH\Workstation3.x\VMSysInfo.dll) not > found > > Any more ideas on these font messages?Do you still have this MFC42.DLL error message? The font messages should not prevent you to run the application. Andriy __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
Whoops my bad, yes the MFC42.DLL error is fixed. The problem now is when I pull it up the screen is all distorted and moved to the left. The fonts are completely messed up also.> --- Craig Gauss <gaucra@rhahealthcare.org> wrote: > > Thank you for all the reponses. I have fixed quite > > a few of the messages > > and am now down to the following: > > [skipped] > > > > > err:module:PE_fixup_imports Module (file) > > MFC42.DLL (which is needed by > > > > C:\Program > > Files\MEDITECH\Workstation3.x\VMSysInfo.dll) not > > found > > > > Any more ideas on these font messages? > > Do you still have this MFC42.DLL error message? > > The font messages should not prevent you to run the > application. > > Andriy