VOGONS

Common searches


Dosbox SVN r4019 + savestates Build (Alpha)

Topic actions

First post, by gandhig

User metadata
Rank Member
Rank
Member

Read this First: DON'T pester the dosbox authors about the addition of 'savestate' feature in official/SVN dosbox. It is a humble request, to especially the newbies. THANKS.

Thanks to ZenJu, tikalat, ykhwong and of course, all the dosbox authors, here is an alpha version of Dosbox SVN r4019 with savestates(patches taken from this thread), built statically(with few shared dependencies) for debian 32 bit linux systems(tested on lubuntu only) as well as for windows.

Purists & old-timers(including myself) may please forgive.

Summary:
1) diff uploaded by tikalat against Dosbox SVN 3782(patch-005) was used as a base.
2) Added/removed certain data/data structs/POD's by comparing them between r3782 and r4007. Adapted to r4019 later without further changes.
3) Under Dos Files, "LPT1" was needed in addition to "CON", "PRN" & "AUX" checks. Probably it was fixed by tikalat in his later patches to daum build.
4) Save/Load to/from Disk code copied from latest Daum build.
5) Aim is to reach the savestates compatibility level of tikalat's 'savestate patch 005' to SVN r3782 build

Tested games (i.e. no regular crash 🤣):
a) Lure of the Temptress
b) XCOM UFO Defense
c) Turrican II
d) GP2 99 by Microprose
e) Wacky wheels (Thanks to bruenor41)
f) Dangerous dave 2 in the haunted mansion (Thanks to bruenor41)
g) Fallout 1 (Thanks to bruenor41)
h) Bio Menace (Thanks to bruenor41)
i) Might & Magic 1 (Thanks to bruenor41)

Issues/Fix needed/To Do:

a) GP2 throws segmentation fault just after loading the saves. Issue was not observed in the buid of SVN 3782(with tikalat's savestate-005 patch applied). Got fixed automatically in SVN r4019.
b) May not work with Dune as 'opl3gold' mode not added yet. Not sure if it is required or that it will crash, as Dune is not available with me.
c) There maybe code regression due to certain new or replaced data/POD's in r4019 w.r.t r3782.
d) Compile win32 build - Completed.
e) Add MUNT support - Dropped
f) etc.

Note:
1) Intentionally no code was added 🤣 to the main SVN source.
2) Dosbox SVN source/diff added in posts below
3) Those who download the build are requested to run it first in a virtual environment, if possible, to avoid hard crashes.

Shortcut Keys:

Left ALT + F5 -> Save to current slot
Left ALT + F9 -> Load state from current slot
Left ALT + F6 -> Switch to previous slot
Left ALT + F7 -> Switch to next slot

Total saveslots : 10 (Slots in circular arrangement)

Filename
dosbox_r4019_SAV_Linux_Static_bruenor.7z
File size
2.22 MiB
Downloads
506 downloads
File comment
Static Linux build(alpha) of DOSBox SVN r4019 with savestates based on patches from ZenJu & tikalat with ykhwong's slot load/save code and fixes by bruenor41, with few shared dependencies
File license
Fair use/fair dealing exception
Filename
dosbox_r4019_SAV_Win32_bruenor.7z
File size
4.63 MiB
Downloads
1778 downloads
File comment
MinGW Win32 build(alpha) of DOSBox SVN r4019 with savestates based on patches from ZenJu & tikalat with ykhwong's slot load/save code and fixes by bruenor41
File license
Fair use/fair dealing exception
Filename
DOSBox_r4019_SAV_Linux_Static.rar
File size
2.28 MiB
Downloads
351 downloads
File comment
Static Linux build(alpha) of DOSBox SVN r4019 with savestates based on patches from ZenJu & tikalat with ykhwong's slot load/save code, with few shared dependencies
File license
Fair use/fair dealing exception
Filename
DOSBox_r4019_SAV_Win32.7z
File size
4.63 MiB
Downloads
808 downloads
File comment
MinGW Win32 build(alpha) of DOSBox SVN r4019 with savestates based on patches from ZenJu & tikalat with ykhwong's slot load/save code
File license
Fair use/fair dealing exception
Filename
dosbox_r4019_SAV_Win32_bruenor_Alien_Carnage.7z
File size
1.66 MiB
Downloads
442 downloads
File comment
MinGW Win32 build(alpha) of DOSBox SVN r4019 with savestates based on patches from ZenJu & tikalat with ykhwong's slot load/save code and fixes by bruenor41(specifically Alien Carnage)
File license
Fair use/fair dealing exception

Edit: Old r4007 based builds removed. bruenor41's fixed builds added on 14.09.17. Alien Carnage specific build (win32) of bruenor41 added on 11.10.17

Last edited by gandhig on 2018-04-18, 16:50. Edited 21 times in total.

Dosbox SVN r4019 + savestates Build (Alpha)
1st thread & the only one related to the forum(?)...warning about modern-retro combo
Dead, but, Personal Favourite
Replacement for Candy Crush...Train the Brain

Reply 2 of 116, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

Yes, please give us the source/diff 😉 (you know gpl etc... 😉)

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 3 of 116, by gandhig

User metadata
Rank Member
Rank
Member
Ringding wrote:

Can you please post the source code for this build?

Dominus wrote:

Yes, please give us the source/diff 😉 (you know gpl etc... 😉)

Cornered 🤣 .

Seriously, just wanted to be sure of the stability before uploading the source as it was mostly a copy-paste job with pattern recognition and a teensy bit of coding knowledge.

Just remember that you asked for it, so don't hold me responsible for anything 🤣 that happens by downloading the thing that is attached below.

Futher a half-baked attempt on the win32 build using Visual Studio 2017(Windows SDK 10) resulted in a executable that threw a 'compression failure' error while the various components were getting saved (in the 'savestate.cpp' code of daum) when you hit Alt-F5. Weird that there was no problem with the linux build. Fortunately the ZenJu/tikalat 'savestate.cpp' code worked just fine, but the size of save files were in MB's 😳 whereas daum's save files were in KB's. You can't have everything. So this upload contains the latter savestate code only.

Win32 Build Summary:

1) Platform Toolset : Visual Studio 2017 (v141)

2) Target Platform(SDK Version): Windows 10 (10.0.14393.0)

3) Dependencies compiled:
a) SDL (1.2.15)
b) libpng (1.6.29) & its dependency zlib( 1.2.8 )
c) SDL_net (1.2.7), 1.2.8 version failed to cooperate

Above Win32 Build attached in first post. Visual C++ Redistributable for Visual Studio 2015 install required, if not done already.

Maybe later, it will be worth a try to compile the source with daum savestate code in MinGW environment.

Filename
dosbox_r4007_sav_source.rar
File size
1.21 MiB
Downloads
366 downloads
File comment
DOSBox SVN r4007 with savestates source (alpha) based on ZenJu/tikalat slot load/save code - VS2017
File license
Fair use/fair dealing exception
Last edited by gandhig on 2017-03-29, 10:23. Edited 1 time in total.

Dosbox SVN r4019 + savestates Build (Alpha)
1st thread & the only one related to the forum(?)...warning about modern-retro combo
Dead, but, Personal Favourite
Replacement for Candy Crush...Train the Brain

Reply 4 of 116, by gandhig

User metadata
Rank Member
Rank
Member

Compilation of daum savestate code was successful in MinGW environment. Modified Source attached below. Build attached in first post.

Win32 Build Summary:

1) Followed Building DOSBox wiki

2) Works in both WinXP and Win7 unlike the previous VS2017 build(WinXP - not a valid win32 application error)

3) Dependencies compiled:
a) SDL (1.2.15) - library directly added
b) Direct Draw - libraries directly added
c) libpng (1.6.29) & its dependency zlib( 1.2.8 )
d) SDL_net (1.2.8)
e) libogg (1.3.2)
f) libvorbis (1.3.5)
g) SDL_sound (1.0.3)
Filename
dosbox_r4007_sav_source_mingw.rar
File size
1.26 MiB
Downloads
311 downloads
File comment
DOSBox SVN r4007 with savestates source (alpha) based on ykhwong's slot load/save code - MinGW
File license
Fair use/fair dealing exception
Last edited by gandhig on 2017-03-29, 15:35. Edited 2 times in total.

Dosbox SVN r4019 + savestates Build (Alpha)
1st thread & the only one related to the forum(?)...warning about modern-retro combo
Dead, but, Personal Favourite
Replacement for Candy Crush...Train the Brain

Reply 5 of 116, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

I'd always recommend the Mingw environment, at least with autotool projects. Most of the time, it seems these built much better than with abandoned Visual Project files...

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 6 of 116, by gandhig

User metadata
Rank Member
Rank
Member

Started with MinGW only, but got stuck up at compiling libpng 1.6.29. Then switched to Visual Studio, which seemed easy initially, but ended up in a partially botched build. Had to learn it the hard way, my personal preference really, so that it gets properly latched as a first-hand memory. Later got libpng to compile under MinGW, after googling as usual, culprit being 'tabbed spaces/new line between certain 'define' parameters and its values'.

Dominus wrote:

abandoned Visual Project files...

Didn't know that, being new to the environment and all that.

Doing this as more of a time-pass only, so everyone please overlook, if any target is not set or met. A lack of confidence too, on my part, in fixing any bugs that might have resulted in the migration of the savestate patch from r3782 to r4007. Doesn't mean any lack of effort, however.

Now, leisurely, trying to zero in on the random segmentation fault on GP2 savestate loads in r4007 which is not there in r3782.

Dosbox SVN r4019 + savestates Build (Alpha)
1st thread & the only one related to the forum(?)...warning about modern-retro combo
Dead, but, Personal Favourite
Replacement for Candy Crush...Train the Brain

Reply 7 of 116, by Yesterplay80

User metadata
Rank Oldbie
Rank
Oldbie
gandhig wrote:

culprit being 'tabbed spaces/new line between certain 'define' parameters and its values'.

The infamous pnglibconf.h error. 😀 I don't know why they didn't fix that already, this bug was already in the last 3 version, iirc.

I made myself a patch especially for this bug, so I can fix it quickly everytime a new version of libpng is released:

--- pnglibconf.h
+++ pnglibconf.h
@@ -196,17 +196,17 @@
#define PNG_QUANTIZE_BLUE_BITS 5
#define PNG_QUANTIZE_GREEN_BITS 5
#define PNG_QUANTIZE_RED_BITS 5
-#define PNG_TEXT_Z_DEFAULT_COMPRESSION
(-1)
-#define PNG_TEXT_Z_DEFAULT_STRATEGY
0
+#define PNG_TEXT_Z_DEFAULT_COMPRESSION (-1)
+#define PNG_TEXT_Z_DEFAULT_STRATEGY 0
#define PNG_USER_CHUNK_CACHE_MAX 1000
#define PNG_USER_CHUNK_MALLOC_MAX 8000000
#define PNG_USER_HEIGHT_MAX 1000000
#define PNG_USER_WIDTH_MAX 1000000
#define PNG_ZBUF_SIZE 8192
-#define PNG_ZLIB_VERNUM
0x1280
-#define PNG_Z_DEFAULT_COMPRESSION
(-1)
-#define PNG_Z_DEFAULT_NOFILTER_STRATEGY
0
-#define PNG_Z_DEFAULT_STRATEGY
1
+#define PNG_ZLIB_VERNUM 0x1280
+#define PNG_Z_DEFAULT_COMPRESSION (-1)
+#define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0
+#define PNG_Z_DEFAULT_STRATEGY 1
#define PNG_sCAL_PRECISION 5
#define PNG_sRGB_PROFILE_CHECKS 2
/* end of settings */

If you need any help compiling DOSBox in MinGW, I'll gladly help wherever I can. I'm no pro or coder neither, but so far I had very few problems (except building it statically with Fluidsynth) using MinGW for my DOSBox ECE.

My full-featured DOSBox SVN builds for Windows & Linux: Vanilla DOSBox and DOSBox ECE (Google Drive Mirror)

Reply 8 of 116, by gandhig

User metadata
Rank Member
Rank
Member
Yesterplay80 wrote:

If you need any help compiling DOSBox in MinGW, I'll gladly help wherever I can. I'm no pro or coder neither, but so far I had very few problems (except building it statically with Fluidsynth) using MinGW for my DOSBox ECE.

Thanks for the kind words and offered help, will remember that. Just started the first lap in this and judging by DOSBox ECE, you would be way ahead in the curve, pro definitely.

Maybe if you permit, once the savestate patch is stable enough(possible???), it can be merged with DOSBox ECE to benefit the community if there is any demand for it.

Join forces 🤣 and you are welcome to take the lead.

Dosbox SVN r4019 + savestates Build (Alpha)
1st thread & the only one related to the forum(?)...warning about modern-retro combo
Dead, but, Personal Favourite
Replacement for Candy Crush...Train the Brain

Reply 9 of 116, by Yesterplay80

User metadata
Rank Oldbie
Rank
Oldbie
gandhig wrote:

Maybe if you permit, once the savestate patch is stable enough(possible???), it can be merged with DOSBox ECE to benefit the community if there is any demand for it.

You can, of course, download the source code of DOSBox ECE and try to apply the patch there as well. You'd have to expand it for Fluidsynth, MT32, OPL3 and whatever else I added to it.

My full-featured DOSBox SVN builds for Windows & Linux: Vanilla DOSBox and DOSBox ECE (Google Drive Mirror)

Reply 11 of 116, by gandhig

User metadata
Rank Member
Rank
Member
Yesterplay80 wrote:

You can, of course, download the source code of DOSBox ECE and try to apply the patch there as well. You'd have to expand it for Fluidsynth, MT32, OPL3 and whatever else I added to it.

On a lighter note, during my school days, our English teacher used to quote an incident for registering the difference between the use of 'can' and 'may' in a sentence. Point is, 'may' being more of an approval than 'can' can ever be, i.e. it may or may not be an approval. Native English speakers may please correct, if wrong. So, is there a permission lurking in that sentence 🤣 ? Either way is fine really, as the patch has to be stable first, before it can be put to good use in addition to adding support for the patches included in your ECE build.

Firtasik wrote:

Nice job. 😀

Old bug: save states don't work with Alien Carnage (Halloween Harry is fine, though).

Thank you as well for reporting the bug.

Sorry but the save command is also failing in the tikalat's savestate patch applied r3782 build. Suppose my knowledge levels up to that level in the future, definitely will look into it. Maybe the authors can throw some light as some of this forum's posts and readme of Alien Carnage mentioned the bug fixes by those authors.

Dosbox SVN r4019 + savestates Build (Alpha)
1st thread & the only one related to the forum(?)...warning about modern-retro combo
Dead, but, Personal Favourite
Replacement for Candy Crush...Train the Brain

Reply 12 of 116, by gandhig

User metadata
Rank Member
Rank
Member
Firtasik wrote:

Old bug: save states don't work with Alien Carnage (Halloween Harry is fine, though).

Can you please try the attached build? Just a temporary fix for this game only. Not 100% sure, however. As a safety precaution just use the save/load feature within the same level and please use the game's save feature for saves between levels. Also please don't try to save in the menu or loading screen or anything else.

BTW, which OS? Both win and linux builds attached. Permanent fix may need getting to the bottom of the issue(now isolated only), can't say now if it is possible.

Attachments

  • Filename
    DOSBox_Win_AC.rar
    File size
    1.42 MiB
    Downloads
    290 downloads
    File comment
    Win32 bit build for Alien Carnage only (Temporary Fix)
    File license
    Fair use/fair dealing exception
  • Filename
    DOSBox_Lin_AC.rar
    File size
    2.28 MiB
    Downloads
    260 downloads
    File comment
    Static Linux 32 bit build for Alien Carnage only (Temporary Fix)
    File license
    Fair use/fair dealing exception

Dosbox SVN r4019 + savestates Build (Alpha)
1st thread & the only one related to the forum(?)...warning about modern-retro combo
Dead, but, Personal Favourite
Replacement for Candy Crush...Train the Brain

Reply 14 of 116, by PumpkinPaladin

User metadata
Rank Newbie
Rank
Newbie

Hey Gandhig,
Great job on the savestate build. I just wanted to report a minor idiosyncrasy to you. In Turrican II, using the VS 2017 build, savestates do not work, giving me the, "Decompression Failed" error. However, strangely enough, the MinGW seems to work just fine, loading and saving every state I created. I am using Windows 10 64 bit. Just figured you'd want to know.

Reply 15 of 116, by gandhig

User metadata
Rank Member
Rank
Member
PumpkinPaladin wrote:

Hey Gandhig,
Great job on the savestate build.

Full credit goes to the patch authors and dosbox authors. My contribution is very minimal, really.

PumpkinPaladin wrote:

I just wanted to report a minor idiosyncrasy to you. In Turrican II, using the VS 2017 build, savestates do not work, giving me the, "Decompression Failed" error. However, strangely enough, the MinGW seems to work just fine, loading and saving every state I created. I am using Windows 10 64 bit. Just figured you'd want to know.

Seems to be some issue pertaining to the update of the dosbox solution from VS2015 to VS2017(Please see 4th post from the top). If you can scroll down further, it can be seen that MinGW being the better option for building the dosbox. Sorry, can't help much with the botched VS2017 build.

Dosbox SVN r4019 + savestates Build (Alpha)
1st thread & the only one related to the forum(?)...warning about modern-retro combo
Dead, but, Personal Favourite
Replacement for Candy Crush...Train the Brain

Reply 17 of 116, by gandhig

User metadata
Rank Member
Rank
Member

Gimme a day or two. Let me first check whether the rewritten mixer code automagically fixes the crash during the loading of savestate in GP2.

Edit: Yep it fixed it.

Dosbox SVN r4019 + savestates Build (Alpha)
1st thread & the only one related to the forum(?)...warning about modern-retro combo
Dead, but, Personal Favourite
Replacement for Candy Crush...Train the Brain

Reply 18 of 116, by gandhig

User metadata
Rank Member
Rank
Member
SedrynTyros wrote:

Hey, any chance for a diff file that would cleanly apply to SVN r4019?

Diff againt plain SVN r4019 is attached. And the usual disclaimer, 'USE IT AT YOUR OWN RISK'.

Win32 build compiled under MinGW is also attached. Again, 'USE IT AT YOUR OWN RISK'.

Once the other builds are ready, the original post shall be updated to reflect the new ones, probably in a day or two.

Edit: Win 32 Build moved to first post and updated. Diff files for both Linux and Windows attached.

Filename
savestate_r4019_linux.patch
File size
392.17 KiB
Downloads
289 downloads
File comment
Diff against DOSBox SVN r4019 for savestate patch (Linux(Lubuntu 32 bit)) based on patches from ZenJu & tikalat with ykhwong's slot load/save code
File license
Fair use/fair dealing exception
Filename
savestate_r4019_win32_mingw.patch
File size
405.64 KiB
Downloads
344 downloads
File comment
Diff against DOSBox SVN r4019 for savestate patch (Win32 MinGW) based on patches from ZenJu & tikalat with ykhwong's slot load/save code
File license
Fair use/fair dealing exception
Last edited by gandhig on 2017-05-17, 11:45. Edited 1 time in total.

Dosbox SVN r4019 + savestates Build (Alpha)
1st thread & the only one related to the forum(?)...warning about modern-retro combo
Dead, but, Personal Favourite
Replacement for Candy Crush...Train the Brain