https://bugs.winehq.org/show_bug.cgi?id=28810
--- Comment #9 from Austin English austinenglish@gmail.com --- (In reply to Dan Kegel from comment #8)
The key lines:
Unhandled exception: page fault on write access to 0x81d9100c in 32-bit code (0x0400ae14). Backtrace: =>0 0x0400ae14 _vgr20180ZZ_libcZdsoZa_memcpy+0x1c4() in vgpreload_memcheck-x86-linux.so (0x04d6f298) 1 0x0737df14 in i965_dri.so (+0xf1f13) (0x81d91000) ... 6 0x07371dea in i965_dri.so (+0xe5de9) (0x04d6f618) 7 0x06dcfbd6 glTexSubImage2D+0x65() in libgl.so.1 (0x04d6f618) 8 0x05dca9d7 match_fbo_tex_update+0x2a6() in wined3d (0x04d6f618) 9 0x05dccaa2 wined3d_adapter_init.constprop+0x11d1() in wined3d (0x04d6fa78) 10 0x05dd2d79 wined3d_init+0x38(wined3d=0x481eaa0, flags=0xc) [dlls/wined3d/directx.c:5272] 11 0x05e58927 wined3d_create+0x66(flags=<?>) [dlls/wined3d/wined3d_main.c:105] 12 0x05d4e4af d3d9_init+0x3e(d3d9=0x48a9738, extended=0) [dlls/d3d9/directx.c:647] 13 0x05d41ab1 Direct3DCreate9+0x6b(sdk_version=<?>) [dlls/d3d9/d3d9_main.c:45] 14 0x04bb0b9e func_mesh+0x1f0d() [dlls/d3dx9_36/tests/mesh.c:2843] 15 0x04bd9a95 run_test+0x9e(name="mesh") [dlls/d3dx9_36/tests/../../../include/wine/test.h:584]
If i965_dri is an open source driver, do you have its debug symbols installed? Or is wine running into https://sourceware.org/bugzilla/show_bug.cgi?id=9538 ?
I built mesa from source rpm's, and tried installing the 32-bit and 64-bit rpms, but they don't seem to generate a proper backtrace.