http://bugs.winehq.org/show_bug.cgi?id=8067
--- Comment #15 from Nathan Kidd nathan@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?