On Sat, 19 Aug 2000, Chris Morgan wrote:
> I'm trying to run the old microprose game CHQ under Wine. The executable,
> chq.exe, is calling Int 21h, function 0x4b to load an overlay(egraphic.exe).
> This call is apparently failing as it returns a value of 0xb. The error codes
> that would combine to be this are 08h(insufficent memory) and 03h(path not
> found).
Combine error messages? Is that possible? What's wrong with 8+3 = 11 =
"bad format" (i.e. exec doesn't recognize overlay files)?
Anyway, "exec" is generally broken for DOS apps, nobody has implemented it
correctly for DOS VMs yet (but it's been on my things-to-do-someday list
for as long as I can remember, or something).