VOGONS

Common searches


Search results

Display options

Re: DOSBox-X branch

Hello, I'm having problems with the debugger in the latest versions of dosbox-x Until version 0.82.14 (at least) it worked fine, but in the latest versions (I have tried 0.82.18, 0.82.20 and 0.82.21) when I try to modify some byte in memory with the sm instruction. ie: sm 9000:00000134 90 90 sm 9000 …

Re: Writing a patch in ASM

Forgot to mention that the executable is compressed, the byte sequence cannot be patched. I searched all files for it, I can only find it in memory. Also I think the file loads a couple of others files too. In-memory patching was what I was looking for. I know what you mean. You have at least two …

Re: DOSBox Game Launcher (DOSBox Frontend)

Hi, the first item in the left list is already selected by default, at least on my system. I've recorded what I do with ffmpeg and I've uploaded the video to youtube. I'll send you an e-mail with the url, I hope this helps. Sometimes dbgl closes with a java exception BTW Exception in thread "main" …

Re: DOSBox Game Launcher (DOSBox Frontend)

Hi, I think I found another bug. If I import a game profile, it does not matter which version of dosbox I select, dbgl always associates the profile with the first version of dosbox in the list. Also if I try to associate the profile to any version other than dosbox 074-2, dbgl closes. No error …

Re: DOSBox Game Launcher (DOSBox Frontend)

Hi, I cannot run neither beta1 nor beta2 version. No problem with Alpha 7. I'm using debian testing. $ ./dbgl Launching DBGL using 64-Bit VM 11.0.3 on Linux v4.19.0-5-amd64amd64, HSQL Database Engine 1.8.1.3, SWT v4922gtk Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/ …

Re: DOSBox ECE (for Windows & Linux)

Maybe you've downloaded the binary instead of the source? DOSBox ECE rXXXX (Linux).7z is 32-bit. If your system is 64-bit and you do not want ie install multiarch, download DOSBox ECE rXXXX (Linux source).7z && extract && compile. ./configure && ./autogen.sh && make You will have the binary in the …

Re: DOSBox ECE (for Windows)

Hello everyone, I found a small bug compiling ECE r4175. I'm using debian testing. If I extract DOSBox ECE r4175 (Linux source).7z and compile it from a directory with spaces (ie '/home/user/dosbox ece r4173/'), the compilation ends with the following error: /bin/mkdir -p '/home/user/dosbox ece …

Re: VIDEO Patch for pixel-perfect scaling (SDL1)

I also have problems with surfacepp. The last version that has worked well for me is ece r4132. I'm running debian testing and these are the versions that I have tested. output=surfacepp -> dosbox ece r4132 -> ok -> dosbox ece r4133 to r4140 -> not tested -> dosbox ece r4141, r4157, r4160, r4162 -> …

Re: Best way to create ISO+OGG images?

Yes. Well, this is not optimal, it would be advisable to do something similar in powershell (or a GUI) but it can be done and it works. I have made some small changes to the script to work in windows with win-bash. Download and extract. Copy the BIN and CUE files to the same folder where isoogg_win. …

Re: Best way to create ISO+OGG images?

I've written a small bash script that extracts the data track to iso, the audio tracks to wav, converts the wav files to ogg files and generates the cue file. It should work on any linux distro with bchunk and vorbis-tools packages installed. #!/bin/bash # isoogg.sh v0.3 # Usage: ./isoogg.sh file. …

Page 3 of 3