http://bugs.winehq.org/show_bug.cgi?id=21630
Summary: Geogrid viewer broken due to regression in wine-1.1.25 Product: Wine Version: 1.1.25 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: klaus.layer@gmx.de CC: julliard@winehq.org
One of my favorite applications I use with wine got broken between wine-1.1.24 and wine-1.1.25. It is a application to display topographical maps. Since wine-1.1.25 the map area no longer displays the map but is just black (please see the attached screen shots).
I did a git bisect to track down which commit breaks it:
user@host:~/make/wine-git$ git bisect good 09712593c8496be5e952b7316099f9eed5043203 is first bad commit commit 09712593c8496be5e952b7316099f9eed5043203 Author: Alexandre Julliard julliard@winehq.org Date: Thu Jun 25 14:18:53 2009 +0200
ntdll: Release some address space after the process initialization is done.
:040000 040000 25715d0c052bc6bbc0262c742ad285d17a78f236 aa973aa3e5286174dcbffd782691d09bd9109e5d M dlls
If I checkout
commit c68594a9417c98b2a3a8056b9ef8512822673cdb Author: Alexandre Julliard julliard@winehq.org Date: Thu Jun 25 12:11:14 2009 +0200
ntdll: Don't try to decommit a heap past its initial commit size
and do a make, the map is painted correct. If I checkout
commit 09712593c8496be5e952b7316099f9eed5043203 Author: Alexandre Julliard julliard@winehq.org Date: Thu Jun 25 14:18:53 2009 +0200
ntdll: Release some address space after the process initialization is done.
and do a make, the map is painted black.