http://bugs.winehq.org/show_bug.cgi?id=24499
--- Comment #13 from Vincent Povirk madewokherd@gmail.com 2011-10-01 15:27:00 CDT --- By sheer coincidence, I think I know what's going on. I have a test case (madewokherd.nfshost.com/dllexporttest.dll) that uses something called a "method transition thunk". The dll has a section containing function tags that we need to replace with addresses to native code for those functions, in _CorDllMain. It turns out that the crash we get from that test case looks very much like the crash on this bug. So hopefully implementing that feature will make this work as well.