dosbox-staging
dosbox-staging copied to clipboard
DOSBox Staging is a modern continuation of DOSBox with advanced features and current development practices.
The thread sanitizer reveals that a data-race condition occurs when the splash window is sleeping (https://github.com/dosbox-staging/dosbox-staging/issues/810), which has proven difficult to fix. Given we don't have a solution for achieving...
Reported from current stable `master` branch: - Build: `./scripts/build.sh -c gcc -t tsan` - Launch: `./src/dosbox` - Manually exit Race during splash display (see yellow section **"as if synchronized"** `sdlmain.cpp:2305`:...
---- **NOTE:** Since the issue was created, a little has changed in the translation workflow; hopefully it is easier now. See the current guide here: https://github.com/dosbox-staging/dosbox-staging/blob/main/contrib/resources/translations/README.md Original issue content below....
The WAV format prescribes little-endian byte ordering, so on big-endian architectures one needs to perform endianness-conversion on the sample stream used for audio playback before capturing it to a WAV...
The horizontal mouse sensitivity is doubled in some games. This is not the end of the world as one can you halve the horizontal sensitivity in the config, but it...
### Are you using the latest Dosbox-Staging Version? - [X] I have checked releases and am using the latest release. ### Different version than latest? _No response_ ### What Operating...
If you run Ultima Underworld I with any mouse setting other than `sensitivity = 200` or above, slow physical mouse movements are not registered _at all_ below a certain threshold....
Reproduce with steps: 1. **Setup a debugger build with OpenGL forced on:** ``` shell meson setup -Duse_opengl=true -Denable_debugger=normal \ -Dunit_tests=disabled -Db_ndebug=true build/gl_debugger ``` 2. **Confirm the debugger and OpenGL are...
### Are you using the latest Dosbox-Staging Version? - [X] I have checked releases and am using the latest release. ### Different version than latest? _No response_ ### What Operating...
I have some ideas, I don't know which of these is realistic: 1. DOSBox automatically generates a localized configuration file at startup and at the same time converts it to...