[Bug 21063] New: 16 bit apps won't start
http://bugs.winehq.org/show_bug.cgi?id=21063 Summary: 16 bit apps won't start Product: Wine Version: 1.1.34 Platform: x86 URL: http://www.arcelectronicsinc.com/testinfo/kpnl1tester. zip OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: pgr(a)arcelectronicsinc.com Created an attachment (id=25261) --> (http://bugs.winehq.org/attachment.cgi?id=25261) Console log of crash I saw a lot of 16 bit changes and did a fresh pull. I tested a few and some seem not to run. BC++4.5 ide is one and one of my test applications used for several other bugs. www.arcelectronicsinc.com/testinfo/kpnl1tester.zip It contains instruction on installing and running. It does messaging between a C win16 program and Delphi 1 program and delphi 1 Dll using the DLL to share data. I will run a regression test but it will be a few days until I have the time. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21063 Paul Romanyszyn <pgr(a)arcelectronicsinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21063 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda(a)volny.cz --- Comment #1 from Wylda <wylda(a)volny.cz> 2009-12-18 16:52:03 --- Crash is caused by Alexandre Julliard's commit... 1. Confirming, please consider UNCONFIRMED->NEW 2. Did a regression test between 1.1.34 and 1.1.35: aabe5f150f834fbf230787c7e228f4b68c39ee32 is first bad commit commit aabe5f150f834fbf230787c7e228f4b68c39ee32 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Dec 17 14:36:26 2009 +0100 user32: Move 16-bit instance normalization to CreateWindowEx16. :040000 040000 7f7756bfd01928e69efcfc695d8ab8c7aba57aaf af9e1c71b7ffeb2f3c58fe08d06c1809f351f1c7 M dlls 3. No other bug report suffers from this commit. 4. Revert of this patch after git checkout makes that problem goes away. 5. Adding author of this patch to CC. --private keyword: bisected -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21063 --- Comment #2 from Wylda <wylda(a)volny.cz> 2009-12-18 16:54:59 --- Created an attachment (id=25266) --> (http://bugs.winehq.org/attachment.cgi?id=25266) console log from wine-1.1.35 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21063 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard(a)winehq.org -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21063 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |win16 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21063 --- Comment #3 from Wylda <wylda(a)volny.cz> 2009-12-18 17:32:33 --- Problem with crashing on exit is bisected at bug 21069. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21063 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #4 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-12-19 12:38:24 --- Confirming per comment 1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21063 --- Comment #5 from Wylda <wylda(a)volny.cz> 2009-12-22 05:30:58 --- Created an attachment (id=25364) --> (http://bugs.winehq.org/attachment.cgi?id=25364) Console log - crashes on exit under wine-1.1.35-56-g13a9c03 Partially fixed... Wine-1.1.34 ~ starts and exit the app cleanly Wine-1.1.35 ~ crashes on startup wine-1.1.35-56-g13a9c03 ~ starts cleanly, but crashes on exit. Log attached. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21063 --- Comment #6 from Wylda <wylda(a)volny.cz> 2009-12-22 05:43:02 --- (In reply to comment #5)
Created an attachment (id=25364) --> (http://bugs.winehq.org/attachment.cgi?id=25364) [details] Console log - crashes on exit under wine-1.1.35-56-g13a9c03
Partially fixed...
Wine-1.1.34 ~ starts and exit the app cleanly
Wine-1.1.35 ~ crashes on startup
wine-1.1.35-56-g13a9c03 ~ starts cleanly, but crashes on exit. Log attached.
Gaaah. I'm to fast, that i outrun my own memory. It is FIXED. Crash on exit is filled in bug 21069. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21063 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2009-12-22 06:13:13 --- Fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21063 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-09 04:41:49 --- Closing bugs fixed in 1.1.36. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21063 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |aabe5f150f834fbf230787c7e22 | |8f4b68c39ee32 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org