http://bugs.winehq.org/show_bug.cgi?id=8797
------- Additional Comments From ErV2005@rambler.ru 2007-26-06 13:38 -------
Please make sure you have kernel-headers version 2.6 from the extra package set installed.
I had older headers (from 2.4.33.3), but upgrading headers and rebuilding wine didn't fix the problem. .kkreiger crashes during LoadLibraryA("d3d9.dll") inside the load_dll()- but reason is different. It looks like load_dll (dlls/ ntdll/loader.c) goes into a recursive loop? It calls load_builtin_dll, then load_biltin_dll calls load_dll again, then load_dll calls load_builtin_dll and application crashes after that. At least it's what I've learned from winedbg session. Looks like a bug. I'll attach winedbg session log for kkreiger. (sorry, input is invisible).