http://bugs.winehq.org/show_bug.cgi?id=29967
Bug #: 29967 Summary: Cyberboard Player hangs when opening a game Product: Wine Version: 1.3.36 Platform: x86 URL: http://cyberboard.brainiac.com/cyberboardv310.exe OS/Version: Linux Status: NEW Keywords: download, regression Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: gyebro69@gmail.com CC: julliard@winehq.org Blocks: 23225 Classification: Unclassified Regression SHA1: 579afe5cc6ffd661b1802c42ae2adf17dbfcedc8
Created attachment 39007 --> http://bugs.winehq.org/attachment.cgi?id=39007 winedbg backtrace
I came across the problem when testing bug #23225.
Steps to reproduce the problem: 1. Install Cyberboard, then start it with CBPlayer.exe. 2. "File" -> "Open" -> "GenericGame.gam". At that point the application freezes.
Nothing relevant in the terminal. The attached backtrace was created with wine-1.4-rc4-31-gf43f37d.
This is a regression caused by
579afe5cc6ffd661b1802c42ae2adf17dbfcedc8 is the first bad commit commit 579afe5cc6ffd661b1802c42ae2adf17dbfcedc8 Author: Alexandre Julliard julliard@winehq.org Date: Thu Dec 29 09:57:58 2011 +0100
gdi32: Implement PolyPolygon in the DIB driver.
:040000 040000 5d2ceff77fe209eb9e185dbafa9b15754ed61155 91a9ad1dc5873b198973190b34e66970fa39996b M dlls
git checkout 579afe5cc6ffd661b1802c42ae2adf17dbfcedc8 >>the application hangs git reset --hard HEAD^ >>the application opens the game normally