On 4/26/07, Tom Spear speeddymon@gmail.com wrote:
http://bugs.winehq.org/show_bug.cgi?id=7679 - IMVU 3D Avatar Chat client crashes
Just curious, since we don't have a builtin msvcp60.dll and I seriously doubt that we will implement it any time soon (if ever), should we try to support native, like we do with mfc, or would this bug be a wontfix? If we should try to at least get native working, I would like to _try_ to at least figure out what is wrong that causes the app to crash in msvcp60.dll and could use some pointers if someone doesn't mind.
I ran the program thru winedbg, and I keep hitting a wall. It may just be my inability to really use a debugger the way it is meant to, but I keep getting page fault on write access in the debugger in kernel32/virtual.c line 656. That line is in IsBadWritePtr, which (from what I can tell) is supposed to generate a page fault and catch it if there is no write access to a particular memory block. Shouldn't winedbg skip over this then? Is this a problem with that line, or is it working properly, and if it is working properly, then how do I get past that exception in winedbg, so I can get to where I need to be?