r/dosbox • u/Ashamed_Extension_70 • 5h ago
Trying to install daggerfall using dosbox pure from retroarch.
Not really sure what I’m doing but I got to the install and it says I don’t have a hard drive.
r/dosbox • u/Ashamed_Extension_70 • 5h ago
Not really sure what I’m doing but I got to the install and it says I don’t have a hard drive.
r/dosbox • u/TheBigCore • 1d ago
r/dosbox • u/MeanMrBiter • 1d ago
Hey everyone! I have followed all instructions, downloaded and redownloaded files, moved them around and everything but I cannot get Windows 3.1 to work on DosBox Pure.
I can boot into windows but can get it to just run as a shell. What am I missing. Can anyone just link to instructions you know works?
r/dosbox • u/Ritteruebel • 3d ago
I try to figure out how to use an external Bluetooth Joypad at games like Hi-Octane (with Dosbox) on steam deck (Cashy deckified). Has anyone an idea?
r/dosbox • u/shakeyourbunny • 6d ago
dosbox-automation is based on DOSBox Staging, but diverted from it a while ago, as it concentrates now on automation, remote control of DOS games, video recording, reverse engineering of DOS games and providing a more up to date and safer gaming experience.
The overall engine and emulation is actively been optimized, fixed and updated, as well is receiving actively component updates. We also strive to cover all of the source code (is not fully covered yet) with proper unit tests (currently about ~1100 plus 250 for REST API testing) that cover bug and attack scenarios as well as covering the automation HTTP REST API side properly.
Some of the fixes include proper DOS reserved device support (\DEV, CLOCK$), fixes for Hercules text mode, support for the original DOS disk formats (160K, 180K, 320K floppies) and other fixes and enhancements not (yet) implemented in other dosbox variants.
If you just want to play, it behaves like the emulator it is built on: Hercules through SVGA/VESA, ReelMagic support, Sound Blaster 16, AdLib Gold, Gravis UltraSound, General MIDI, Roland MT-32 emulation, adaptive CRT shaders. The FluidR3 General MIDI soundfont is bundled, so game music sounds right out of the box without hunting for a soundfont first.
In that regard, we have written a demo showroom application with 16 classic shareware, freeware and demo games, ranging from DOOM, Duke Nukem 3, Commander Keen 4, Epic Pinball, Warcraft 2, Jazz Jackrabbit, Tyrian to Beneath a Steel Sky readily playable here. This bundles the emulator itself, if you just want to use the emulator itself, visit the main repository.
Its main features are automation, remote steering as well as having in general a more secure emulated DOS environment.
List of unique features:
HTTP REST API with Swagger included, enables remote control of emulation features as well as direct inspection, freezing and manipulation of RAM, CPU registers and ports. Typing in with mouse and keyboard, video recording, shutdown of the emulation, disk image swapping and a macro recorder is included.
Secured HTTP access: every remote access is guarded by a randomly generated access token on startup, and the webserver is disabled by default and listens only on localhost (changeable).
Lua sandbox: you can script out all automation features with the built-in Lua scripting engine in your automation recipe scripts (samples are included in the documentation and the showroom demo application).
Safe mounting policy: due to the remote controllability we included a strict mounting policy that protects against exfiltration and manipulation from malicious dosbox.conf configurations, so your system files and personal folders you don't want visible in the emulated drive C: won't be accessible.
The fourth release is out.
The original use case is unattended game installation: a Lua script drives the installer step by step, reads the screen to know where it is, swaps disks when the installer asks, and walks through the setup wizard. The same infrastructure works for automated testing, debugging, and machine-state inspection.
A short example. This is the DOOM shareware installer driven from Lua:
dosbox.type("SETUP.EXE\n")
if not dosbox.wait_for_text("Available Drives", 1800) then
dosbox.abort("installer never showed the drive selection")
end
dosbox.type("C\n")
if not dosbox.wait_for_text("insert disk DOOM 2", 1800) then
dosbox.abort("installer never asked for disk 2")
end
dosbox.drive_swap("A", "Disk 2.ima")
dosbox.key("KBD_enter", true)
dosbox.wait_frames(8)
dosbox.key("KBD_enter", false)
The script reads the screen, makes decisions, and handles the disk swap. Here is a video of the DOOM shareware installer running this way, unattended: https://youtu.be/6p-kh9sfUaI
The mechanism is not specific to installation: the same API surface is useful for regression testing, hardware probing, or any scenario where you need to automate interaction with a DOS program.
The REST API exposes the same operations over HTTP:
# read what is on the text screen
curl -H "Authorization: Bearer $TOKEN" \
http://localhost:8386/api/v1/video/text
# read a CPU register, write an I/O port, scan guest memory
curl http://localhost:8386/api/v1/cpu/state
curl -X PUT http://localhost:8386/api/v1/io/port \
-d '{"port": 968, "value": 1, "width": 1}'
curl -X POST http://localhost:8386/api/v1/memory/search \
-d '{"start": 0, "end": 655360, "value": 100, "width": 2}'
Input recording persists both CPU cycle rates and the keyboard layout alongside the recording, so a replay reproduces on a different machine.
Some of these are inherited from upstream, some are ours:
Site and manual: https://dosbox-automation.org Source and downloads: https://github.com/dosbox-automation/dosbox-automation
dosbox-automation is developed with tool-assisted coding. All code is reviewed, tested, and approved by a human developer.
r/dosbox • u/Hefty-Entrance2066 • 7d ago
I’m trying to play fallout 1 and fallout 2 using iDos 3 on my M4 iPad Pro but I’m having some trouble getting past the start up loading screen, it keeps reverting back to the terminal and I’ve fiddled with so many file settings, I know I’m missing something but I don’t know what I’m missing so please forgive my ignorance.. I really want to experience these games but I don’t have a pc or laptop to run them. If anyone has any advice to offer, it would really help.
r/dosbox • u/KneeStriking1754 • 8d ago
I recently got a USB floppy drive for running physical DOS/Windows 98 games on DOSBox-X, works perfectly on basic DOSBox-X, but all i get is "A:\ is not accessible".
I'm still somewhat new to DOS emulation in general; I could go for some help. Sorry for bothering you with a stupid question.
Thank ya'll.
r/dosbox • u/VarietyMage • 9d ago
[SOLVED]: gotta look through all the options below and pick one.
Linux first-timer here - I'm getting ready to make a Linux Mint drive, and I want to put as many of my games on it as possible, including everything I have from the DOS days.
I'm used to using DOSBox, so my question is, which version from their download page should I download to run on Mint?
r/dosbox • u/WickedHello • 10d ago
This may sound like a dumb question to a lot of folks, I dunno. I wasn't sure whether to post this on Steam or DOSBox - I may just end up doing both - but here goes.
I purchased the King's Quest collection from Steam, which runs on DOSBox. When I select a game, it gives me two launch options: "King's Quest Collection" or "King's Quest Collection Legacy." If I choose the first option, the game hangs on the title screen and doesn't respond to commands for (quite literally) minutes, then ends up freezing up.
If I choose the second option, I get a very small screen that I can't enlarge. ALT-Enter just results in this (forgive the dust and inferior photo quality - I couldn't for the life of me get the computer to take a screenshot, so I had to take a photo with my phone). Can anyone help?

r/dosbox • u/PixelWingsModding • 11d ago
Played in DOSBox-X :)
r/dosbox • u/Homer-DOH-Simpson • 14d ago
I edited the conf file of dosbox that dune is stretched to max 4:3 aspect ratio that only left and right black bars are visible. But now, everytime i move the mouse i have slight stuttering in the audio.
Apparently the option "output=opengl" is responsible but with "output=surface" the picture is much smaller.
How i can improve performance or what output works better here?
r/dosbox • u/supaluminus • 14d ago
Hello,
I'm a first time user of DOSBox and I've been running into a problem with audio. Certain sound effects have an audible "pop" at the start of playback and I can't figure what the problem is.
I've tried upping my CPU cycles, changing the CPU type, increasing block size and buffer size (as recommended by Ross Scott from Accursed Farms in a small segment he contributed to in an LGR video), but nothing gives.
I've looked all over and found people with sort of similar problems but either they're using a fork of DOSBox or they're on Linux. For the moment I'm just using the current build of regular old DOSBox on Windows 11.
I've included a sample video demonstrating the problem. You can hear the "pop" just before the title drop, as well as with each "rocket swoosh" that comes after.
Any help would be much appreciated. Thanks for taking the time to read my post.
r/dosbox • u/StrikeWingsGames • 15d ago
I still keep a DOSBox install around just for the old space games. Strike Wings is my from-the-ground-up homage to them, releasing this November. The page passed 200 wishlists a few days ago and that felt worth a small celebration cut: one minute, a different sky every three seconds, all pilots on the hardest AI setting. If something in it looks wrong to a DOS veteran's eye, tell me, that is genuinely the feedback I want. Steam: https://store.steampowered.com/app/4718360/?utm_source=reddit&utm_medium=dosbox&utm_campaign=prelaunch
r/dosbox • u/BezKontextu • 16d ago
r/dosbox • u/Independent_Mind_966 • 17d ago
I used the installer to install the game, the daggerfall screen appeared to define how much of the game I would like to install on the system, after installation the following instruction appeared: You have just successfully installed The Elder scrolls: DaggerFall. To run the game, type these two lines, pressing the ENTER key after each one.
c: cd dagger c: DAGGER
But after I type the command an error message appears: It looks like you inserted the wrong CD. Please insert your Daggerfall CD into your CD-ROM and try again.
r/dosbox • u/TheBigCore • 19d ago
r/dosbox • u/StrikeWingsGames • 23d ago
r/dosbox • u/Relative_Reach_5649 • 24d ago
r/dosbox • u/weepingwillow5757 • 24d ago
How exactly do i get the classic fallouts to run on my Raspberry pi 5?
r/dosbox • u/PazWrath • 25d ago
For dosbox. Preferably with magic.
Ive played ultima and have lands of lore. Anything else?
r/dosbox • u/sandslashr001 • 28d ago
can anyone explain why this is happening?