similar to: Is DOSBox replacing native DOS support in Wine?

Displaying 20 results from an estimated 9000 matches similar to: "Is DOSBox replacing native DOS support in Wine?"

2010 Jul 12
13
16-Bit/DOS Suppor Missing?
Currently attempting to run an old PC game on my Mac (Leopard). I've installed Wine using MacPorts, which worked flawlessly. Now when I attempt to install my PC Game the terminal responds with "16-Bit/DOS Support missing." Is there a way to fix this?
2012 Apr 26
1
Dosbox integration problem
I'm having problems running a batch script that executes a combination of 32 and 16 bit exe's. The 32 bit programs run fine. When the 16-bit exe executes, wine finds dosbox and dosbox executes the program fine. However that 16 bit program creates a file which then needs to be used in the following part of the script. There's no sign of that file after dosbox exits and wine continues
2007 Nov 12
5
DOS Assembler
Hi, i need to write DOS Assembler software, ive tried TASM.EXE, but it just crashes. System is: x86_64 AMD, archlinux. wine is installed as 32bit through multilib....is it possible that this combination causes the crash? Is there a easier solution/program? greets Julius
2012 Sep 13
1
Mounting DOSBOX on a remote share
It is probably not strictly related to SAMBA itself but let me try to ask you for advice. Using smbmount I have mounted one of smb/cifs share to /root/test. This share has RW access and no authentication is required. Now, under DOSBox, whenever I try to mount /root/test I get this error (command sent under DOSBox: mount c /root/test). Directory /root/test doesn't exist. Any other directories,
2011 Mar 30
11
Enabling 16bit DOS on MAC?
I've been reading around, so I found this solution (on another topic here) for enabling DOS support on Macs with wine, something having to do with "patching the linker". Can anybody either explain this in simple terms, or point me towards a guide for doing this?
2015 Jul 22
2
[LLVMdev] Would DosBox benefit from LLVM JIT?
Hello, First of all, I'd like to point out that I am a newbie in this topic and this is more of a "would it work?" kind of question. I basically just came up with a difficult problem and decided to research on it. I recently tried to run Elder Scrolls: Daggerfall on an ARM netbook Toshiba AC100 and failed even after turning on the latest patches for "dynamic
2008 Oct 12
3
Lack of DOS support in wine
I am curious how come Wine has no direct support for DOS but has support for Windows 2,3 & 95 (which required DOS for their installation). I think of Wine as an utility to run legacy software and DOS compromises a big chunk of it. I know I can use Dosbox but it would be better for the end user if one program could run in linux all software made for m$. As a bonus, Dosbox also is open source,
2009 Dec 22
2
Re: Mac OS X, DOS tools start X11, this is silly...
doh123 wrote: > > caveman wrote: > > > > DOSbox is an emulator, I would like to reach near native speed. > > My ultimate goal is to write a bash script that calls DeflOpt as if it was a unix tool. > > ... > > > > > DOSbox might be an emulator but it works really well and really fast. I even use it to play some later higher graphic DOS games that
2010 Oct 07
2
Re: running 16 bit real mode executables on mac
Hey guys, i know this post is old, but i'm also having the same problem. I'm trying to compile MASM 6.1.5 programs in wine, and using ml.exe compiles and links everything perfectly and outputs a .exe file with no complaints. Then, when i try and run the program it give me an error like Code: fixme:module:__wine_load_dos_exe DOS executables not supported on this platform winevdm:
2007 Mar 03
1
DOS apps
Regarding WINE support for DOS apps: Is there some fundamental reason why WINE could not be made to support old DOS apps (like Warcraft), or is it just a matter of missing libraries and such? In other words, is there a reason why DosBox, etc. are full hardware emulators, or why full DOS library support in WINE still wouldn't be enough? Thanks, -- Joel Parker
2008 Apr 06
4
How to: Run a DOS program using Wine
I have a new EeePC from ASUS with Xandros version of linux installed. I have installed wine, and believe that the installation works for at least some windows programs. Looking in the windows\system32 directory I see notepad and progman, both of which run and look reasonable. What I really want to do is to run a command window, i.e. cmd.exe. Even though it is there, when I attempt to execute
2008 Nov 28
2
Civilization 2 Install Problem
The install is an .exe which must be run in windows, but the actual program requires DOS support. Should I install a windows version of dosbox in wine and then run dosbox in wine and have my windows dosbox run the .exe? And yes, Linux dosbox cant run it.
2009 Sep 15
4
Protecting against kernel NULL-pointer derefs
All, Given the amount of NULL-pointer dereference vulnerabilities in the FreeBSD kernel that have been discovered of late, I've started looking at a way to generically protect against the code execution possibilities of such bugs. By disallowing userland to map pages at address 0x0 (and a bit beyond), it is possible to make such NULL-pointer deref bugs mere DoS'es instead of code
2011 Sep 22
3
Wine on non-Unix platforms
Greetings everyone. Let me start by stating that I appreciate the enormous undertaking that Wine has been, and I am not suggesting that the ideas I will ask about in this post would be easy (or even possible) to implement, so there's no need to flame the n00b. As I understand it, Wine is an implementation of the Windows API for Linux and other Unix-like operating systems (Mac OS X, FreeBSD,
2011 Jul 23
1
R on Android, at least on DOS
Hello, Is there a version of R running on Android? I wonder R Project ported to Android. If this isn't, a DOS version may be helpfull to run on Android under dosbox. After a little googling i can't find a soluiton. Thanks. -- View this message in context: http://r.789695.n4.nabble.com/R-on-Android-at-least-on-DOS-tp3688847p3688847.html Sent from the R help mailing list archive at
2008 Dec 11
6
Dos to USB
Hi, I have a windows app that allows an old dos program that will only print to LPT, to redirect to a USB printer. I was able to use this in native windows. But Wine does not seem to be able to launch a dos box like windows could. The program is at: http://www.dos2usb.com/download.htm Unless there is some other way to redirect an LPT port? Thanks Bob
2009 Mar 17
6
Using wine for legacy support under windows?
I know it's totally unsupported and probably even a stupid question to ask considering that it's a topic that is nowhere to be discussed in the wiki, but I hope that someone with more clue could help me. I need to deploy on several machines (laptop) running vista 64 bit an old 16 bit accounting /groupware/calendar application, which is, of course, custom, proprietary and no longer
2009 Apr 17
4
DOS application won't load.
I need some help from the WineHQ members. I have a DOS application that works under Window XP on a desktop computer and would like the same DOS application to run flawlessly under Wine. The application loads fine but some buttons and text are missing. So I have to guess where I type the serial number and licence code. It seems to install fine but when you double click on the desktop icon nothing
2008 Mar 30
14
Dos very old app
Hi everybody i'm running a very old app in dos i do Code: WINEDEBUG=+relay wine WP.EXE 2>&1 | less -i that's what i get in reponse 002e:Call USER.1: MESSAGEBOX(0000,13870c5a "This application must be run in either 16 or 256 color mode.\n",13870c98 "Error!",0010) ret=11f7:0155 ds=1387 [/code] what can i do? thx
2009 Sep 09
4
Mac OS X, DOS tools start X11, this is silly...
Hello, when I use DOS command line tools from within Terminal, is there a way to refrain X11 lauch? For instance if try to use DeflOpt (http://www.walbeehm.com/download/), I get this: allosaurus:wine Caveman$ ./wine deflopt *.png Building font metrics. This may take some time... Font metrics: 0.0% done fixme:font:LFD_InitFontInfo DBCS fonts like