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.
http://bugs.winehq.org/show_bug.cgi?id=21630
--- Comment #1 from Klaus Layer klaus.layer@gmx.de 2010-02-07 13:18:37 --- Created an attachment (id=26111) --> (http://bugs.winehq.org/attachment.cgi?id=26111) screen shot good
http://bugs.winehq.org/show_bug.cgi?id=21630
--- Comment #2 from Klaus Layer klaus.layer@gmx.de 2010-02-07 13:19:48 --- Created an attachment (id=26112) --> (http://bugs.winehq.org/attachment.cgi?id=26112) screen shot bad
http://bugs.winehq.org/show_bug.cgi?id=21630
Klaus Layer klaus.layer@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=21630
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Geogrid viewer broken due |Geogrid viewer broken due |to regression in |to regression |wine-1.1.25 |
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2010-02-07 13:34:06 --- Could you try with 1.1.38 first?
http://bugs.winehq.org/show_bug.cgi?id=21630
--- Comment #4 from Klaus Layer klaus.layer@gmx.de 2010-02-07 14:37:51 --- I forgot to mention that the error occurs also with latest git. It was introduced with commit 09712593c8496be5e952b7316099f9eed5043203.
http://bugs.winehq.org/show_bug.cgi?id=21630
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Geogrid viewer broken due |Geogrid viewer - map area |to regression |is black
http://bugs.winehq.org/show_bug.cgi?id=21630
--- Comment #5 from Klaus Layer klaus.layer@gmx.de 2010-02-23 14:38:35 --- Issue still exists with wine-1.1.39
http://bugs.winehq.org/show_bug.cgi?id=21630
--- Comment #6 from Klaus Layer klaus.layer@gmx.de 2010-03-06 01:49:03 --- Issue still exists with wine-1.1.40
http://bugs.winehq.org/show_bug.cgi?id=21630
--- Comment #7 from Klaus Layer klaus.layer@gmx.de 2010-03-20 02:52:10 --- Issue still exists with wine-1.1.41
http://bugs.winehq.org/show_bug.cgi?id=21630
--- Comment #8 from Klaus Layer klaus.layer@gmx.de 2010-03-22 14:57:48 --- Alexandre, is there something I can further do to help analyze this issue?
Regards
http://bugs.winehq.org/show_bug.cgi?id=21630
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2010-03-22 15:03:19 --- A +relay,+virtual trace would probably help.
http://bugs.winehq.org/show_bug.cgi?id=21630
--- Comment #10 from Klaus Layer klaus.layer@gmx.de 2010-03-24 05:16:03 --- I created the +relay,+virtual trace with a fresh make from yesterdays git. It can be downloaded from here: http://www.file-upload.net/download-2374208/relay_virt_trace.log.gz.html
http://bugs.winehq.org/show_bug.cgi?id=21630
--- Comment #11 from Klaus Layer klaus.layer@gmx.de 2010-04-03 02:27:20 --- Issue still occurs with wine-1.1.42
http://bugs.winehq.org/show_bug.cgi?id=21630
--- Comment #12 from Klaus Layer klaus.layer@gmx.de 2010-04-08 09:45:29 --- Alexandre, did the traces help to unveil what is causing this issue? Anything more I can do?
http://bugs.winehq.org/show_bug.cgi?id=21630
--- Comment #13 from Alexandre Julliard julliard@winehq.org 2010-04-08 10:02:22 --- I don't see anything obvious in that trace I'm afraid. I suppose you could try to change the range of memory that gets released. You could bisect from 20000000 to 70000000 until you find a value that works, that may give us a hint.
http://bugs.winehq.org/show_bug.cgi?id=21630
--- Comment #14 from Klaus Layer klaus.layer@gmx.de 2010-04-11 05:57:54 --- I played around with different values of range.limit. It seems that the highest value for which it works reliably is 0x28900000. For 0x28a00000 it no longer works. For in between, sometime it works and sometime it doesnt work...
http://bugs.winehq.org/show_bug.cgi?id=21630
--- Comment #15 from Klaus Layer klaus.layer@gmx.de 2010-05-10 15:47:00 --- Alexandre, can the memory range be tuned in git to a working value or do you have objections against such a change?
http://bugs.winehq.org/show_bug.cgi?id=21630
--- Comment #16 from Alexandre Julliard julliard@winehq.org 2010-05-10 16:16:33 --- We need first to understand why it makes a difference.
http://bugs.winehq.org/show_bug.cgi?id=21630
--- Comment #17 from Klaus Layer klaus.layer@gmx.de 2010-05-11 01:56:54 --- (In reply to comment #16)
We need first to understand why it makes a difference.
What do you suggest as a next step to better understand what is going on?
http://bugs.winehq.org/show_bug.cgi?id=21630
--- Comment #18 from Klaus Layer klaus.layer@gmx.de 2010-05-21 11:56:56 --- (In reply to comment #16)
We need first to understand why it makes a difference.
Alexandre, what do you suggest as a next step?
http://bugs.winehq.org/show_bug.cgi?id=21630
Axel Holler holli@alpenjodel.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #19 from Axel Holler holli@alpenjodel.de 2010-06-09 14:08:53 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=21630
Henri Verbeet hverbeet@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |09712593c8496be5e952b731609 | |9f9eed5043203
http://bugs.winehq.org/show_bug.cgi?id=21630
jhgf bernhardloos@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardloos@googlemail.com
--- Comment #20 from jhgf bernhardloos@googlemail.com 2011-10-01 14:23:09 CDT --- try this patch please: http://bugs.winehq.org/attachment.cgi?id=36637&action=diff
http://bugs.winehq.org/show_bug.cgi?id=21630
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy@gmail.com
--- Comment #21 from Frédéric Delanoy frederic.delanoy@gmail.com 2012-02-14 08:55:36 CST --- Is this still an issue in recent (1.4-rc3 or newer) wine?
Does patch from Comment #20 help?
http://bugs.winehq.org/show_bug.cgi?id=21630
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #22 from Bruno Jesus 00cpxxx@gmail.com 2012-09-01 19:14:32 CDT --- I can't find the application for download. It looks like Eads was bought by another company and the software was discontinued.
Is this still an issue in wine 1.5.12 (or newer)? This is the second reminder =)
http://bugs.winehq.org/show_bug.cgi?id=21630
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned?
--- Comment #23 from Frédéric Delanoy frederic.delanoy@gmail.com 2013-05-29 03:58:20 CDT --- Please retest with current wine (1.5.31 or later) and provide a terminal log if the problem still happens.
If you don't, this bug will be abandoned soon.
http://bugs.winehq.org/show_bug.cgi?id=21630
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |ABANDONED
--- Comment #24 from Frédéric Delanoy frederic.delanoy@gmail.com 2013-06-23 14:21:35 CDT --- Abandoned.
http://bugs.winehq.org/show_bug.cgi?id=21630
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #25 from Frédéric Delanoy frederic.delanoy@gmail.com 2013-06-23 14:32:07 CDT --- Closing.