Daniel Bomar
Daniel Bomar
Hello, I am a developer of Dosbox Staging. As part of our CI, we have Coverity static analyzer which detected the following issue: https://github.com/dosbox-staging/dosbox-staging/issues/2996 https://user-images.githubusercontent.com/1557255/274740089-0bc591db-a476-4b6b-8a0e-d49ea08d30ac.png Every other time `stb_vorbis_get_frame_float` is...
It prints out `Aborted (Core Dumped)` I ran it through GDB and found it crashed on this line: https://github.com/TheCherno/Walnut/blob/20f940b9d23946d4836b8549ff3e2c0750c5d985/Walnut/src/Walnut/Application.cpp#L421 (backtrace goes through GLFW code before ultimately throwing a SIGABRT in...
I was building this from the AUR on Arch Linux. It wouldn't load giving an error about couldn't find /usr/bin/data/generic.png. That seems a silly place to look for a system...
#### Your system information * System information from steam (`Steam` -> `Help` -> `System Information`) in a [gist](https://gist.github.com/): https://gist.github.com/weirddan455/ee8f47948b4486c86b85ad0619150bf5 * Have you checked for system updates?: Yes * Are you...
### 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...
### 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...
### 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...
### 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...
### 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...
# Description `shell.ExecuteProgram()` has code to detect if the filename is a batch file and, if so, appends it to a `batchfiles` data structure but it doesn't actually execute the...