http://bugs.winehq.org/show_bug.cgi?id=19758
Summary: Delphi 1 ide crash start Product: Wine Version: 1.1.20 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: pgr@arcelectronicsinc.com CC: stefan@codeweavers.com
Created an attachment (id=23131) --> (http://bugs.winehq.org/attachment.cgi?id=23131) Console log of crash current git head
Starting Delphi 1 ide crashes.Regression test points to the following:
3dc55010eae371c2ce0d343549b3681411bcf6f0 is first bad commit commit 3dc55010eae371c2ce0d343549b3681411bcf6f0 Author: Stefan Dösinger stefan@codeweavers.com Date: Sun Apr 19 20:42:08 2009 +0200
wined3d: Fix a few more direct buffer accesses. Blocks testing bug 3824
http://bugs.winehq.org/show_bug.cgi?id=19758
Paul Romanyszyn pgr@arcelectronicsinc.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Blocks| |3842
http://bugs.winehq.org/show_bug.cgi?id=19758
Paul Romanyszyn pgr@arcelectronicsinc.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks|3842 |3824
http://bugs.winehq.org/show_bug.cgi?id=19758
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-08-17 00:26:50 --- Have you tried reverting this patch to verify it is indeed the problem? I don't remember Delphi's 1 IDE using ddraw, since d3d is completely out of the question - it didn't exist way back then. And wined3d not even loaded in your backtrace.
http://bugs.winehq.org/show_bug.cgi?id=19758
--- Comment #2 from Paul Romanyszyn pgr@arcelectronicsinc.com 2009-08-17 01:06:23 --- (In reply to comment #1)
Have you tried reverting this patch to verify it is indeed the problem?
Prior to filing the bug I did try reverting on the current head and it did not fix the problem. I then I set git back it to the commit before that one it runs. I will try reverting it a few commits later. This is about the time when the making standalone 16 bit modules were getting added.
http://bugs.winehq.org/show_bug.cgi?id=19758
Stefan Dösinger stefandoesinger@gmx.at changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|stefan@codeweavers.com |
http://bugs.winehq.org/show_bug.cgi?id=19758
Paul Romanyszyn pgr@arcelectronicsinc.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@orange.fr
--- Comment #3 from Paul Romanyszyn pgr@arcelectronicsinc.com 2009-08-18 00:37:07 --- The regression info was not correct. I had to doing rm -fr dll/*.dll16 && checkout -f before every bisect good-bad to remove the .dll16 directories.
3c3ba771790fda4f6862d74d820deb59253dc2ee is first bad commit commit 3c3ba771790fda4f6862d74d820deb59253dc2ee Author: Eric Pouech eric.pouech@orange.fr Date: Tue May 5 21:25:25 2009 +0200
user32: Clearly separate the 16bit code out of user32.
http://bugs.winehq.org/show_bug.cgi?id=19758
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2009-08-18 08:30:14 --- Thank you, however it looks like a duplicate (caused by the same commit).
*** This bug has been marked as a duplicate of bug 19753 ***
http://bugs.winehq.org/show_bug.cgi?id=19758
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Vitaliy Margolen vitaliy@kievinfo.com 2009-08-18 08:31:46 --- Closing