brendandm wrote:
Hi, Now I am using wine 1.2 and the behaviour is the same. The program I'm trying to run is a console application (sorry if that wasn't clear) so I am running it from the command line. The very first attempt after installing wine 1.2 looks like this:
Code:
% wine Z1E.exe
fixme:keyboard:X11DRV_ActivateKeyboardLayout 0xc090c09, 0000: semi-stub!
fixme:keyboard:X11DRV_ActivateKeyboardLayout 0xc090c09, 0000: semi-stub!
fixme:keyboard:X11DRV_ActivateKeyboardLayout 0xc090c09, 0000: semi-stub!
fixme:system:SetProcessDPIAware stub!
fixme:dwmapi:DwmIsCompositionEnabled 0x33c6f4
fixme:iphlpapi:NotifyAddrChange (Handle 0xa6ef518, overlapped 0xa6ef520): stub
wine: configuration in '/Users/bdm/.wine' has been updated.
wine: Not enough memory
After that it makes only the line
Code:
wine: Not enough memory
I also tried starting CMD.EXE with wine, then executing the program from that; the result is
Code:
wine: Not enough memory
File not found
You may have to use Virtualbox or DOSBOX with a real copy of Windows to
get this program to run. Our command function is not fully implemented.
James McKenzie