not enough memory (terminal)

Questions about Wine on macOS.
Locked
yattaman
Newbie
Newbie
Posts: 3
Joined: Mon Aug 10, 2015 10:21 am

not enough memory (terminal)

Post by yattaman »

Hello,

I am trying to run a .exe console program using wine from the command line. Wine version is 1.6.2 and OS is 10.10.4.

The program is not that large (100 Mb), but upon execution of

Code: Select all

"wine program.exe"
I obtain:

Code: Select all

wine: Not enough memory.
More details are given if I use the command

Code: Select all

wine start program.exe

Code: Select all

fixme:exec:SHELL_execute flags ignored: 0x00000100
wine: Not enough memory.
wine: Not enough memory.
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Not enough memory.
This is not a graphic application, but a console program that uses a large number of big dat files. I found this previous trend on a similar topic:

viewtopic.php?t=9097

and I was wondering if things have improved or somebody has found a workaround.

Thanks!
Yatta
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: not enough memory (terminal)

Post by dimesio »

Try setting the Windows version to 95 or 98 in winecfg. You should also upgrade Wine, as 1.6.2 is almost two years old.
yattaman
Newbie
Newbie
Posts: 3
Joined: Mon Aug 10, 2015 10:21 am

Re: not enough memory (terminal)

Post by yattaman »

Hello,

thanks for the quick reply. Just tried with 1.7.49, setting Win95 and Win98. No luck, this error came out:

Code: Select all

fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:exec:SHELL_execute flags ignored: 0x00000100
wine: Not enough memory.
wine: Not enough memory.
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Not enough memory.
Any ideas?

Thanks,
Yatta
yattaman
Newbie
Newbie
Posts: 3
Joined: Mon Aug 10, 2015 10:21 am

Re: not enough memory (terminal)

Post by yattaman »

Putting this up after two weeks of silence...somebody had any good idea during vacations? :)

Thanks,
Yatta
Locked