[Bug 1490] Bible Companion loading stops on LOCAL_GetBlock not enough space in local heap

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jul 14 09:29:22 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=1490





--- Comment #33 from Rein Klazes <wijn at online.nl>  2009-07-14 09:29:21 ---
(In reply to comment #31)
> Thanks for the info, David.  Good to hear that unsetting environment
> variables did indeed get around the problem.
> 
> I wonder if unsetting just LS_COLORS might save enough space...

Glad also to hear that my suggestion in comment #10 proved right.

With the other application that I mentioned Seed Master, unsetting LS_COLORS is
enough here Gnome environment. For the user that was reporting the problem it
was not by far. He was using KDE, with lots more environmental variables.

BTW, for me to run Seed Master with minimal environment, I have to use:

  env -i PATH=$PATH DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY wine SMW.EXE

If there are spaces in the paths involved it would be safer to use quotes:

  env -i PATH="$PATH" DISPLAY=$DISPLAY XAUTHORITY="$XAUTHORITY" wine SMW.EXE

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list