I have a file. When I open it in any recent version of our application, the app crashes. But only on my machine - it works fine on my colleague's machine. It also opens correctly if I start in safe-mode.
In a non-safe-mode start-up (Win10), I've tried stopping every service Windows will let me stop, killing every process Windows will let me kill, disabling my AV system (as much as I can anyway), and uninstalling my graphics drivers (the last thing I updated) - but it still crashes.
If I try to debug the app it crashes somewhere in the kernel on a memory allocation - no useful call stack.
The app (which does use an MDB database) sometimes reports a "Database exception error - System resource exceeded (3035)" before crashing. As per some online suggestions I tried increase the MaxLocksPerFile registry value for ACE / Jet - no effect.
I'm not sure what else to try to figure out what is causing the problem. Any ideas?