[Bug 8067] King's Quest 6 crashes (C runtime/heap error)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jun 9 21:23:20 CDT 2010


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





--- Comment #15 from Nathan Kidd <nathan at spicycrypto.ca>  2010-06-09 21:23:20 ---
$ echo $DISPLAY
:0.0
$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games

$ env -i DISPLAY=$DISPLAY wine SCIWV.EXE 
err:local:LOCAL_GetBlock not enough space in local heap 11f7 for 844 bytes

Interestingly more env vars want the same space:

$env -i PATH=$PATH DISPLAY=$DISPLAY wine SCIWV.EXE 
err:local:LOCAL_GetBlock not enough space in local heap 11f7 for 844 bytes

It seems not possible to cut the env any further, but is there a debug flag to
show what wine truly sets the enve to apart from cross-compiling a dos exe to
run under wine?

-- 
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