Enrico Horn wrote:
I have some dos games that want to exec dos4gw.exe when starting. but this seems to fail. I hope i read the debug messages correctly and the comment from file:Win32HandleToDosFileHandle is still valid. what happens is dos:int21 wants to open file with the dos handle and then read from it. reading the file calls the function file:ReadFile with the converted win32 file handle which is invalid if the above mentioned comment is correct.
Any ideas how to solve this or am I completely off-track here.
Well, I don't actually know what is wrong with dos4gw. It is probably something subtle with int21 functions. However, why it hangs is something I haven't checked out.
You could try running those programs using DOS32A (DOS/32 Advanced) extender. It seems to work quite well. I just posted a patch that is required to get its installer working, though, so you might have some trouble unpacking it...
If you get those games to work under dos32a you will probably find out that Wine SVGA support is lacking. That is something I have considered to fix if I can find the time to do it.
I downloaded it from the site. it talks about install.exe, which is not found into the zip. (??) It will actually have problems with mice, since we lack the needed functions, -330015, -330016 and -330017 which should be easy to implement.
Dont know how to run it correctly since "Desktop" has no effect.
You could try running those programs using DOS32A (DOS/32 Advanced) extender. It seems to work quite well. I just posted a patch that is required to get its installer working, though, so you might have some trouble unpacking it...
===== Sylvain Petreolle spetreolle@users.sourceforge.net Fight against Spam ! http://www.euro.cauce.org/en/index.html ICQ #170597259
"Don't think you are. Know you are." Morpheus, in "Matrix".
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
On Wednesday 22 January 2003 19:16, Jukka Heinonen wrote:
If you get those games to work under dos32a you will probably find out that Wine SVGA support is lacking. That is something I have considered to fix if I can find the time to do it.
Hmm, I considered doing VGA and SVGA stuff for some time but I lack meaningful doc(about vga and svga stuff) and a place to start. If you could provide both maybe I could do some bits of it.
Ciao Enrico farmboy1@subdimension.com