Yup - bug shot!
The routine that cleans the spellbox did spend some pixels too much - and those were painted into somewhere. Fortunately the savegame-problem was solved with that too.
There's still one odd effect sometimes in the beginning: a delay (mouse cursor may hang up for even some seconds). I must profile that one (and I'm not trained in profiling...). It may have something to do with the first timers, or maybe it's something with the memory heap - I should count how much space all the graphics need now. Better have 1/2 GB memory onboard... 960*600*32-bit is 72*ST-graphics...
I'm glad that the speed is still okay now - btw - it's adjusted to 70 Hz VBL, not 50. That's for you pros
old link - new exe in the folder
Comes now with catching graphics-overruns and some error codes.
(Doesn't guarantee for the rest - save your pets while testing

)
@Adamo:
Allegro is the library that is used for graphics,sound,mouse etc.
It's only used for the very needed stuff, because I ever refused to learn WinAPI.
Then again, with Allegro the clone could be ported to Linux with almost no changes.
Unfortunately - as Paul said - those error informations are usually pointless - and Allegro gets always blamed for my faults. The new version keeps an eye on evil graphic bugs and should shut down the program save with a little error code that helps me finding the problem.
I do have changed something in DM's internal memory organization of graphics, but all the rest should be as close to the original as CSBwin is. If we end up the tests successfully, I will pick one of Paul's CSBwin-sources and try to apply the changed drawing routines to CSBwin - so that they are optional available. I hope that we will be able to load PNG/JPG too then. Allegro can't without add-ons.
EDIT:
Just played a bit with the new version.
There's a funny new bug now - happened when I optimized the speed.
viewportarea depends always on light level - so - on inventory page too.
See it as a feature for the moment

I'll be probably not available for the next week, being out the house for a job.
Just collect the 'features' please.