Unable to run an old 16bit windows program

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
biatche
Newbie
Newbie
Posts: 4
Joined: Sun Aug 21, 2016 5:38 pm

Unable to run an old 16bit windows program

Post by biatche »

wine pathto/file.exe

Code: Select all

..
..
..
 err:local:LOCAL_GetBlock Local heap not found 
 err:local:LOCAL_GetBlock Local heap not found 
 err:local:LOCAL_GetBlock Local heap not found 
Killed
The program works in native WinXP.

Suggestions?
biatche
Newbie
Newbie
Posts: 4
Joined: Sun Aug 21, 2016 5:38 pm

Re: Unable to run an old 16bit windows program

Post by biatche »

i cannot find the edit button

heres a complete &log

Code: Select all

err:local:LOCAL_GetBlock not enough space in local heap 13ef for 22108 bytes
fixme:font:freetype_SelectFont Untranslated charset 255
fixme:int:DOSVM_Int5cHandler (0x6be33c): command code 7f (ignored)
err:local:LOCAL_GetBlock Local heap not found
err:local:LOCAL_GetBlock Local heap not found
err:local:LOCAL_GetBlock Local heap not found
..
(infinite loops.. until killed)
Killed
biatche
Newbie
Newbie
Posts: 4
Joined: Sun Aug 21, 2016 5:38 pm

Re: Unable to run an old 16bit windows program

Post by biatche »

pardon me i dont know where the edit button is.

anyway, i should be more elaborate

&log:

Code: Select all

err:local:LOCAL_GetBlock not enough space in local heap 13ef for 22108 bytes
fixme:font:freetype_SelectFont Untranslated charset 255
windows popup box: !!! "netware driver not loaded" \n "netware functions not available" [ok]


and the infinite loop happens after i press "ok" possibly related?
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Unable to run an old 16bit windows program

Post by dimesio »

biatche wrote:

Code: Select all

err:local:LOCAL_GetBlock not enough space in local heap 13ef for 22108 bytes
Possibly the same problem as this bug: https://bugs.winehq.org/show_bug.cgi?id=1490.
biatche
Newbie
Newbie
Posts: 4
Joined: Sun Aug 21, 2016 5:38 pm

Re: Unable to run an old 16bit windows program

Post by biatche »

dimesio wrote:
biatche wrote:

Code: Select all

err:local:LOCAL_GetBlock not enough space in local heap 13ef for 22108 bytes
Possibly the same problem as this bug: https://bugs.winehq.org/show_bug.cgi?id=1490.
env -i PATH=$PATH DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY wine program.EXE gave same error for me although one clear difference is that it takes 10-15 seconds for the program to start.. which makes things in fact worse somewhat... am i suppose to fill $PATH with some other path?
Locked