--
You received this message because you are subscribed to the Google Groups "Microsoft Money" group.
To unsubscribe from this group and stop receiving emails from it, send an email to microsoft-mon...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/microsoft-money/8af9f6f2-ad61-407b-bade-6f71f628a5d7n%40googlegroups.com.
On Jul 14, 2025, at 10:25 PM, Stephen Google <scuss...@gmail.com> wrote:
Where is that folder msmoneysetup?
To view this discussion visit https://groups.google.com/d/msgid/microsoft-money/3d54a457-e4f8-4b02-b989-ff43ff4b6ff9n%40googlegroups.com.
Since the crash only started after resetting various reports, and was fixed by reverting to a backup file, the most probable cause is:
A malformed or corrupted Portfolio report configuration triggered an access violation inside msofd.dll.
It’s possible one or more of the following occurred:
You created a custom Portfolio view or investment report with invalid filters or layout.
You deleted or altered a report that Money expected to find.
You hit a memory bug that's latent in the 2005 version when reloading modified report definitions.
Money stores report customizations in the .mny file, so reverting to a backup that predates the changes is a solid fix.
🧠 Final Diagnosis
Your Microsoft Money file was not corrupt.
Neither the problem file nor the restored backup showed any structural issues when scanned with salv.exe.
✅ This tells us:
The crash was not due to file damage, invalid records, or physical corruption in .mny
Level 1 and 2 repairs do not catch or repair logic/configuration bugs in:
Custom or reset report definitions
Internal state of views (like Portfolio View)
Saved view preferences tied to deleted or incomplete data
🔁 What did go wrong?
Your action of resetting various reports likely introduced a logic inconsistency or an internal reference bug — possibly:
Since Money 2005 predates modern error handling, it simply crashes with 0xc0000005 (access violation) when it tries to reference something that doesn't exist.