I always had MC crash when I opened up notepad when running it in wine. Every time I've had it on an actual Windows install, it runs pretty much flawlessly and is more stable than pretty much anything else that I run regularly.
Currently, I'm using the standard source from www.winehq.org, same as I had done when I used Ubuntu. For a while I was using the Gentoo sources, since I'm running that distro now, but I still had no luck. The only combination that I found was stable for one run was wine 0.9.41 and mc 4.12. I managed to be able to run mc with the notepad just fine for one day, which is how I found the bug in the ReplaceNotepad function. After that day though, mc crashed out every time I've opened up the notepad. I've tried it both with and without the /wine settings, and it's been the same... something is crashing wine.
Unfortunately, I have no idea how to go about tracking this error, especially if I'm the only one who is being plagued by it. I can gather any information that is needed to help track this down, and I've started asking a few people who I know on the wine mailing list, but I haven't gotten any help so far. All I know is that something is causing an Unhandled page fault on read access. And this is the same exact error thrown with every version I've tried, from standard source, to Ubuntu sources, to Gentoo sources.
On a possibly related note, whenever I try to use ActivateNotepad, I always get false returned, and the window won't open. Is there any way I can catch that error to see why it won't open? |