http://bugs.winehq.org/show_bug.cgi?id=21243
Summary: Namco All-Stars Pac-Man demo crashes on startup Product: Wine Version: 1.1.35 Platform: x86 URL: http://www.plimus.com/plimus/developers/493036/NAS_PAC MAN_Install.exe OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: directx-ddraw AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com
Created an attachment (id=25530) --> (http://bugs.winehq.org/attachment.cgi?id=25530) First Namco All-Stars Pac-Man run
With wine-1.1.35-364-g9dc584d, launching the Namco All-Stars Pac-Man demo yields:
err:d3d7:IDirect3DImpl_7_CreateDevice The application wants to create a Direct3D device, but non-opengl surfaces are set in the registry. Please set the surface implementation to opengl or autodetection to allow 3D rendering Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x00425ee0). ... Backtrace: =>0 0x00425ee0 in launcher (+0x25ee0) (0x00000258) 1 0x00000000 (0x00000000)
The d3d7 ERR seems peculiar, since I've not set the DirectDrawRenderer registry value explicitly. When I do set DirectDrawRenderer to opengl, I get:
Unhandled exception: page fault on read access to 0x00000024 in 32-bit code (0x6990ec46). ... Backtrace: =>0 0x6990ec46 IDirect3DImpl_7_CreateDevice+0x1e6(iface=0x163e1c, refiid=0x4f75c8, Surface=0x1d7e80, Device=0x78a378) [/home/andrew/wine-git/dlls/ddraw/direct3d.c:869] in ddraw (0x0032fd08) 1 0x00423fca in launcher (+0x23fca) (0x00000258) 2 0x00000000 (0x00000000)