search for: dosbox

Displaying 20 results from an estimated 131 matches for "dosbox".

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 to run the rest of the script with errors for the missing file. If I startup dosb...
2011 Sep 10
7
Is DOSBox replacing native DOS support in Wine?
I haven't followed Wine in quite a while, other than to do an occasional update (but hopefully this will change). I noticed DOSBox support was added in January 2011. My understanding is that when Wine can't even attempt to run DOS programs itself (MAC OSX, 64bit OSes, etc) that it will attempt to run using DOSBox. Is this correct? Is the plan to replace native Wine DOS support across the board with DOSBox, use DOSBox only...
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.
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, which are not smb/cifs I can easly mount. Moreover: I have tried to do this same operation under WinXP and it just works. Does anyone...
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, so I think it would be feasible to merge their source into Wine. By no means I am trying to anger anyone with this post, I am simply curious.
2015 Jul 22
2
[LLVMdev] Would DosBox benefit from LLVM JIT?
...fficult 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 recompilation". I took a look at the code and here's what I found: https://github.com/wjp/dosbox/blob/idados/src/cpu/core_dynrec/decoder.h#L34 The relevant macros and functions are defined there: https://github.com/wjp/dosbox/blob/idados/src/cpu/core_dynrec/risc_armv4le-o3.h So basically, it looks like there's code that translates instructions from x86 to a few other platforms in chunks...
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 late...
2011 Mar 10
4
Wine sometime really surprise me
Software as Application, can always find a replacement. (Well most of the time) But Software as Games, there is good chance that you will never find a replacement. They are their own unique Art. (Classical games is another story, such as chess, and those "public domain") In order words, doesn't matter how old a game might be. it will not get obsolesce. When it come to
2011 Jul 01
4
problem starting Visual dBASEv 5.7
I'm running Debian/Wheezey (testing) which uses the rather old Wine v1.0.1. This is on an AMD64 machine. I was able to install Borland's Visual dBASE without any problems but when I start it, or any application developed with it, I get an error message in an Alert box on top of the startup splash screen that reads: Error: Printer error. When I click OK, the application exits. The command
2010 Oct 07
2
Re: running 16 bit real mode executables on mac
...n 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: can't exec 'Z:\home\trusktr\projects\school\fall2010\cisp310_assembly\random2\main.exe': invalid program file If i run the .EXE file in DosBox, then it works just fine. How can i get these 16bit apps that I'm making working in Wine?
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
2008 May 26
4
running 16 bit real mode executables on mac
...arwine) i get fixme:module:wine_load_dos_exe DOS executables not supported on this platform winevdm: can't exec 'Z:\Users\spectrum\bcc\rtm.exe': invalid program file i was wandering if this feature would be implemented in the future, and if exist some alternative. I think i cannot use dosbox, since i need to invoke "wine tasm.exe" from some gnu makefiles. Many thanks spectrum
2008 Feb 01
3
Wine problem with warcraft II and ubuntu
I installed the latest version of wine in ubuntu gutsy from wine repository (wine version 0.9.54) and when i try to install warcraft II from cd rom i get this error: Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught. and nothing works. I have an acer travelmate 2350... Thank you, Federico :D
2009 Apr 12
3
Hi, complete ubuntu 8.10 novice needs help with wine
hi i've been trying to get an old game (Dune 2) which i used to play through DOS to work on Linux systems, i've not used this before and am in need of an 'idiot's guide to Linux' i've gotten as far as having unpacked the file and installed it on terminal, it now to the point of running the Setup.exe however when i try to run the setup, i get the following command line
2008 Sep 18
2
Unbuffered stdout?
Hello, I'm running a DOS mode text program under Wine via a Mac OSX Objective-C/Cocoa program. I use NSTask to run Wine and capture stdin, stdout and stderr via NSPipes. I'm having an issue where output from the DOS mode text program doesn't get to the Objective-C/Cocoa program until after the program ends in Wine. I think this is happening because stdout is buffered. Is there a
2010 Oct 08
0
running 16 bit real mode executables on mac
...Code: >> fixme:module:__wine_load_dos_exe DOS executables not supported on this platform >> winevdm: can't exec 'Z:\home\trusktr\projects\school\fall2010\cisp310_assembly\random2\main.exe': invalid program file >> >> >> >> If i run the .EXE file in DosBox, then it works just fine. How can i get these 16bit apps that I'm making working in Wine? > > >getting 16 bit Windows programs working is one thing... but if your 16bit is a DOS program, you are much better off >using DOSBox. doh123: I agree, DOS programs should be run under DOSBo...
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
2006 Jul 09
16
Running Turbo C
I must run Turbo C for the university. The install seemed to go alright, but when I try to run it I get: $ wine TC.EXE Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught. err:module:MZ_DoLoadImage insufficient DOS memory winevdm: can't exec 'C:\tc\BIN\TC.EXE': error=8 What should I do? I've 512 MB RAM- I can't imagine
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
2011 May 30
13
Cmd error
Can anyone help me about this error? CMD (https://picasaweb.google.com/104972964932264920885/Wine?authkey=Gv1sRgCMvir7uOtqu7FQ#5612428588964078610)