Sorry, I haven't checked this thread for a while.
QUOTE(povuholo @ Jun 19 2007, 03:05 AM)

I'd suggest experimenting with GCD. It ALWAYS gave me errors after a while if I kept using the same save file. Now I make sure I create a new one often, so I can finally use it!
That's why this is my request/idea:
By pressing the F5 key a save is made just like a regular save. The player will just have to assign the quicksave (or quiksave as Bethesda spelled it) to something else. Every time you save with the F5 key a new save file is created called 'Safe-save X' or something like that, where X is the number. It can keep 20 saves and after that it will first remove the oldest Safe-save, and then make a new one (so that's not overwriting). Regular saves won't be deleted.
That's a worth-while idea, navigating the menu may be a little hard to automate with AutoHotkey (the software I made this with, I think I menioned that), but if it can be done, that may well be the best option.
QUOTE(Mural @ Jun 19 2007, 04:29 AM)

I use quicksaves while out and about on a quest and hardsaves at the end of each quest and session
is that safe?
Probably not. Whatever the source of quicksave corruption is, it seems likely that using it at all is risky. Making regular "named" saves does have the advantage that if your quicksave does get corrupted you won't lose as much work, assuming the corruption is always obvious.
QUOTE(Taylin @ Jun 19 2007, 11:06 AM)

Here's my $.02 on the subject, which may or may not be helpful at all.
I quicksave quite a bit, because I am lazy. I think in the 4 years I've been playing Morrowind I've had 1, maybe 2, corrupt quicksaves. I don't use that many script-heavy mods, because in the 4 years I've been playing Morrowind, I haven't upgraded my computer much at all. I do however use MWE and MWSE (as well as GCD and haven't had any problems there).
Wrye's logic seems very good to me, so here's what I was thinking:
Would it be possible to have a quick key so that when you pressed it, it would go to menu, wait a frame or two to make sure all scripts have done their thing and then trigger a quicksave?
As I pointed out above, it's not possible to make a quicksave with the menu open, but using ToggleScripts, could possibly work.
Anyway, to tell you all the truth I'm starting to get a little discouraged with this project, it seems despite any experiment we devise there are no clear answers about exactly what the root of the problem is, perhaps their are more than one problem. Maybe I just don't have the patience it takes.