[Bug 36755] New: Can't run DOS applications (without dosbox)
https://bugs.winehq.org/show_bug.cgi?id=36755 Bug ID: 36755 Summary: Can't run DOS applications (without dosbox) Product: Wine Version: 1.7.20 Hardware: x86-64 URL: http://www.dosgamesarchive.com/download/simcity/ OS: Linux Status: UNCONFIRMED Keywords: download, Installer Severity: normal Priority: P2 Component: dos Assignee: wine-bugs(a)winehq.org Reporter: austinenglish(a)gmail.com Created attachment 48810 --> https://bugs.winehq.org/attachment.cgi?id=48810 +winevdm,+module,+relay,+tid Noticed while looking at bug 7387. I'm not sure if my system is at fault or wine, so leaving as unconfirmed for now. austin(a)aw25 ~/oldbugs/7387 $ sha1sum simcity.zip 1b8bd90cabb66ec3b13ed0c877bcf977b8fbf3b9 simcity.zip austin(a)aw25 ~/oldbugs/7387 $ du -h simcity.zip 568K simcity.zip Trying to run the demo in a clean 32-bit prefix: austin(a)aw25 ~/s $ wine SIMDEMO.EXE winevdm: Cannot start DOS application Z:\home\austin\s\SIMDEMO.EXE because vm86 mode is not supported on this platform. You should install DOSBox. I should have vm86 support: austin(a)aw25 ~/s $ grep -i vm86 ~/wine-git/include/config.h /* Define to 1 if you have the <sys/vm86.h> header file. */ #define HAVE_SYS_VM86_H 1 attached is a +winevdm,+module,+relay,+tid trace -- 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.
https://bugs.winehq.org/show_bug.cgi?id=36755 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |nerv(a)dawncrow.de Resolution|--- |INVALID --- Comment #1 from André H. <nerv(a)dawncrow.de> --- thx for the log, found it: /* enter_vm86 will fail with ENOSYS on x64 kernels */ this means you need a 32-bit kernel and Wine is right with: vm86 mode is not supported on this platform. You should install DOSBox. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=36755 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from André H. <nerv(a)dawncrow.de> --- see also https://en.wikipedia.org/wiki/Virtual_8086_mode#64-bit_support closing -- 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.
participants (1)
-
wine-bugs@winehq.org