http://bugs.winehq.org/show_bug.cgi?id=26929
Summary: Self compiled wine is crashing planescape torment, with stacktrace Product: Wine Version: 1.3.18 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: i30817@gmail.com
Hello, as the title says, a self compile is crashing planescape torment. I believe this happens on intro video, and i thought it might be useful for the "crash on rest" bug (that is still reproducible on ppa supplied wine).
I opened a new bug since this is happening always, whether i install the fixpack or not, so it appears another bug. Hopefully it is not just a compile error, and it is useful.
wine head compiled with "CC="ccache gcc -m32" LDFLFLAGS="-L./lib32" CFLAGS="-g -O0" ./configure --verbose --disable-tests && make depend -j 3 && make -j 3"
Removed ~/.wine. wineconfig settings different from default are virtual desktop 800x600 and Directsound hardware acceleration set to Emulation.
Here is the log of the exe ~/wine-git/wine Torment.exe > bug.txt 2>&1
http://bugs.winehq.org/show_bug.cgi?id=26929
--- Comment #1 from paulo i30817@gmail.com 2011-04-25 15:07:12 CDT --- Created an attachment (id=34351) --> (http://bugs.winehq.org/attachment.cgi?id=34351) ~/wine-git/wine Torment.exe > bug.txt 2>&1
http://bugs.winehq.org/show_bug.cgi?id=26929
--- Comment #2 from paulo i30817@gmail.com 2011-04-25 15:15:45 CDT --- Looking at the code, it huh, looks kinda suspicious
if (!(dc->hSelf = alloc_gdi_handle( &dc->header, magic, &dc_funcs ))) { HeapFree( GetProcessHeap(), 0, dc ); dc = NULL; } dc->nulldrv.hdc = dc->hSelf;
Unconditional dereference.
http://bugs.winehq.org/show_bug.cgi?id=26929
--- Comment #3 from paulo i30817@gmail.com 2011-04-25 15:22:22 CDT --- And putting that in a else fixed the crash when resting thing.
Well.
http://bugs.winehq.org/show_bug.cgi?id=26929
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2011-04-25 15:27:29 CDT --- Your tree is not up-to-date.
http://bugs.winehq.org/show_bug.cgi?id=26929
--- Comment #5 from paulo i30817@gmail.com 2011-04-25 15:28:27 CDT --- Actually, better compile a O3 to be sure. Be right back.
http://bugs.winehq.org/show_bug.cgi?id=26929
--- Comment #6 from paulo i30817@gmail.com 2011-04-25 15:31:43 CDT --- I see, i forgot git pull origin master. Thanks.
http://bugs.winehq.org/show_bug.cgi?id=26929
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Ken Sharp kennybobs@o2.co.uk 2011-04-25 19:13:47 CDT --- Closing