wine: failed to create the process heap

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
jaywine
Newbie
Newbie
Posts: 3
Joined: Sun Mar 08, 2009 7:36 pm

wine: failed to create the process heap

Post by jaywine »

I am trying to get wine up and running on RH9 and I keep getting this error upon attempting to launch a program with wine. I just cannot get it to launch.

The error is the title of this thread. I'll post it below also!

Code: Select all

wine: failed to create the process heap
Thanks for any assistance you may be able to provide to help me resolve this issue and get wine running...
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

wine: failed to create the process heap

Post by austin987 »

On Sun, Mar 8, 2009 at 7:41 PM, jaywine <[email protected]> wrote:
I am trying to get wine up and running on RH9 and I keep getting this error upon attempting to launch a program with wine. I just cannot get it to launch.

The error is the title of this thread. I'll post it below also!


Code:

wine: failed to create the process heap




Thanks for any assistance you may be able to provide to help me resolve this issue and get wine running...





Do you have SeLinux or similar enabled? Does 'wine notepad' work?

--
-Austin
jaywine
Newbie
Newbie
Posts: 3
Joined: Sun Mar 08, 2009 7:36 pm

Post by jaywine »

Notepad does not work either if your refering to notepad.exe...

How would I enable SeLinux or test if it is enabled? Forgive my in-experience.

Thank you very much for helping me.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

wine: failed to create the process heap

Post by austin987 »

On Sun, Mar 8, 2009 at 7:57 PM, jaywine <[email protected]> wrote:
Notepad does not work either if your refering to notepad.exe...
Then something screwy is going on...
How would I enable SeLinux or test if it is enabled? Forgive my in-experience.
That would depend on your os. I don't use Redhat, so I'm not sure.

--
-Austin
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: wine: failed to create the process heap

Post by vitamin »

jaywine wrote:wine: failed to create the process heap
What's your 'ulimit -a' looks like?
Martin Gregorie

wine: failed to create the process heap

Post by Martin Gregorie »

On Mon, 2009-03-09 at 23:12 -0500, Austin English wrote:
On Sun, Mar 8, 2009 at 7:57 PM, jaywine <[email protected]> wrote:
Notepad does not work either if your refering to notepad.exe...
Then something screwy is going on...
How would I enable SeLinux or test if it is enabled? Forgive my in-experience.
That would depend on your os. I don't use Redhat, so I'm not sure.
I run Fedora 9. To control SELinux go to:

System|Administration|SELinux Management

from the menu bar. On the SELinux management screen "Current Enforcing
Mode" will show the current mode, which is one of Disabled, Permissive
or Enforcing. The default mode is Enforcing, which may be what is
causing your troubles.

Change "System Default Enforcing Mode" to change the effect SELinux has
on your system. "Disabled" does what it says on the tin and "Permissive"
generates the violation messages you'd see in "Enforcing" mode but
doesn't stop the program from doing whatever caused the violation.

If you're a normal user and have a firewall in place (any type will do)
SELinux doesn't offer you much apart from a pain in the bum if yoyu riun
anything except its selected list of servers, so set its default mode to
"Disabled". Thats the first thing I do after a fresh install.


Martin
Locked