http://bugs.winehq.org/show_bug.cgi?id=24517
--- Comment #16 from John Yani vanuan@gmail.com 2013-01-21 15:35:19 CST ---
From WINEDEBUG=+relay I see that the crash occurs almost immediately after
dxgi.CreateDXGIFactory1 returns:
006b:Ret dxgi.CreateDXGIFactory1() retval=80004002 ret=029030c9 006b:Call KERNEL32.GetLastError() ret=00d39259 006b:Ret KERNEL32.GetLastError() retval=00000000 ret=00d39259 006b:Call KERNEL32.FlsGetValue(00000004) ret=00d39268 006b:Ret KERNEL32.FlsGetValue() retval=032949a8 ret=00d39268 006b:Call KERNEL32.SetLastError(00000000) ret=00d392c3 006b:Ret KERNEL32.SetLastError() retval=00000000 ret=00d392c3 006b:Call KERNEL32.UnhandledExceptionFilter(065ee3f8) ret=7bc8f35d wine: Unhandled page fault on read access to 0x00000000 at address 0x821284 (thread 006b), starting debugger...
It means that the stub implementation is not enough.