http://bugs.winehq.org/show_bug.cgi?id=22434
Summary: Hype - The Time Quest crashes when the game should come up (looks like null pointer dereference to me) Product: Wine Version: 1.1.43 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: cvoeten@gmail.com
Created an attachment (id=27475) --> (http://bugs.winehq.org/attachment.cgi?id=27475) terminal output + backtrace
Hi,
This is a really ancient game (1998 I believe) and it uses DirectX 6 for rendering. Unfortunately, the game crashes at the point at which the "Ubisoft" screen should come up. I'm no C expert (scratch that, I know nothing of it at all), but judging from the backtrace it looks like a null pointer dereference error in dlls/wined3d/context.c, which is caused by these two errors: fixme:ddraw:device_parent_CreateSwapChain (0x134324) CreateSwapChain failed, returning 0x8876086a err:ddraw:IDirectDrawImpl_CreateSurface IDirectDrawImpl_AttachD3DDevice failed, hr = 8876086a
$ wine --version wine-1.1.43-78-ga551dfe (latest git, to my knowledge)
$ uname -a Linux pc-van-cesko 2.6.33.2-41.fc13.i686 #1 SMP Mon Apr 12 14:45:33 UTC 2010 i686 i686 i386 GNU/Linux
$ gcc -v Ingebouwde specs worden gebruikt. (translation: using built-in specs) Target: i686-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i686 --build=i686-redhat-linux Thread model: posix gcc versie 4.4.3 20100409 (Red Hat 4.4.3-16) (GCC)
CFLAGS are set to "-O3 -gdwarf-2"
I'd appreciate any help.