Closed Ripthorn closed 1 year ago
For udoom.exe
, use GUS or SB16; not both at the same time.
[gus] gus = off
, orgus off
at the Z:> or C:> prompt.SETUP.EXE
w/ "SoundBlaster" at 220, IRQ 7, DMA 1[sblaster] sbtype = none
, orsbtype none
at the Z:> or C:> prompt.SETUP.EXE
w/ "Gravis UltraSound" at 240, IRQ 5, DMA 3Given the original game tolerates having both SB and GUS devices simultaneously (even when saving), my hunch is that udoom.exe
will also crash on a real DOS PC that has both an SB16 on 220/I7/D1 and GUS on 240/I5/D3.
Such a configuration is likely rare, but if someone out there has one, feel free to report back!
For
udoom.exe
, use GUS or SB16; not both at the same time.SB16-only
Ensure GUS is off before launching udoom:
[gus] gus = off
, or- manually type
gus off
at the Z:> or C:> prompt.SETUP.EXE
w/ "SoundBlaster" at 220, IRQ 7, DMA 1GUS-only
Ensure SoundBlaster is off before launching udoom:
[sblaster] sbtype = none
, or- manually type
sbtype none
at the Z:> or C:> prompt.SETUP.EXE
w/ "Gravis UltraSound" at 240, IRQ 5, DMA 3
I forgot to mention, but when I tested it with sound blaster, I had gus turned off in the config file and still crashes with the same error message. I tried with the gus off command you mentioned on dosbox command prompt and nope, same thing.
Try these settings:
udoom32
is a limit-removing hack, so let's make sure it has as much memory as possible.
Yep, this really solves the issue, the weird part is it only crashes when you try to save. Thanks to find the solution 😂
Are you using the latest Dosbox-Staging Version?
Different version than latest?
0.81.0-alpha-770-g4f4b3ff7f
What Operating System are you using?
Windows 11
If Other OS, please describe
No response
Relevant hardware info
Core i9 10850K, RTX 3080 Ti, 32GB
Have you checked that no other similar issue already exists?
A clear and concise description of what the bug is.
I'm trying to use UDoom32 because I plan to use custom wads and mods. Is the only way for Ultimate Doom with vanilla engine. https://doomwiki.org/wiki/UDoom32 https://www.doomworld.com/forum/topic/132915/ As soon as I try to save the progress the game crashes and shows the message below with GUS enabled
With Sound Blaster enabled, shows a different message:
Same problem (maybe?) with DosBox-X:
Same thing with DOSBox 0.74-3, but it did not generate any error message. DOSBox-Staging 0.80.1 has the same behavior as the alpha version. None of that happens with the original .exe
Steps to reproduce the behaviour.
Explain how to reproduce
Download URL of affected game or software
https://archive.org/download/doom-full-collection/Ultimate.iso
Your configuration
Provide a Log
No response
Code of Conduct & Contributing Guidelines