[Bug 27859] New: Task Coach: Crash at walking through menus
http://bugs.winehq.org/show_bug.cgi?id=27859 Summary: Task Coach: Crash at walking through menus Product: Wine Version: 1.3.24 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: lukasz.wojnilowicz(a)gmail.com Created an attachment (id=35637) --> (http://bugs.winehq.org/attachment.cgi?id=35637) Terminal output on wine-1.3.24-216-gd385675 Steps to reproduce: 1) remove ~/.wine 2) install Task Coach 3) wine taskcoach.exe 4) click on e.g. "help" menu 5) wander through menu titles Behaviour: Crash. Expected behaviour: No crash. -- 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=27859 --- Comment #1 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-07-21 12:46:43 CDT --- Created an attachment (id=35638) --> (http://bugs.winehq.org/attachment.cgi?id=35638) WINEDEBUG=+relay,+seh,+tid on wine-1.3.24-216-gd385675 part1 -- 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=27859 --- Comment #2 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-07-21 12:47:00 CDT --- Created an attachment (id=35639) --> (http://bugs.winehq.org/attachment.cgi?id=35639) WINEDEBUG=+relay,+seh,+tid on wine-1.3.24-216-gd385675 part2 -- 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=27859 NSLW <lukasz.wojnilowicz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://heanet.dl.sourceforg | |e.net/project/taskcoach/tas | |kcoach/Release-1.2.24/TaskC | |oach-1.2.24-win32.exe -- 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=27859 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |frederic.delanoy(a)gmail.com Component|-unknown |msvcrt Ever Confirmed|0 |1 --- Comment #3 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2011-09-17 14:23:37 CDT --- Tried in 1.3.28. Get a crash before even being able to launch it. Seems to be linked to MSVCRT =>0 0x7eab9a53 pf_printf_w+0xfb1(pf_puts=0x7eab7ea7, puts_ctx=0x32ec24, fmt=*** invalid address 0x400 ***, locale=(nil), positional_params=0, invoke_invalid_param_handler=0, pf_args=0x7eaba9ff, args_ctx=0x0(nil), valist=0x32ec4c) [/home/fred/sources/wine-git/dlls/msvcrt/printf.h:356] in msvcrt (0x0032ebe8) 1 0x7eabaf9f MSVCRT_vsnwprintf+0x6a(str="????????An??????", len=0x7fffffff, format=*** invalid address 0x400 ***, valist="%") [/home/fred/sources/wine-git/dlls/msvcrt/wcs.c:670] in msvcrt (0x0032ec38) 2 0x7eabb57e MSVCRT_vswprintf+0x32(str="????????An??????", format=*** invalid address 0x400 ***, args="%") [/home/fred/sources/wine-git/dlls/msvcrt/wcs.c:871] in msvcrt (0x0032ec58) -- 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=27859 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com Summary|Task Coach: Crash at |Task Coach: Crashes on |walking through menus |start (uses python2.7) --- Comment #4 from Piotr Caban <piotr.caban(a)gmail.com> 2012-12-13 08:10:19 CST --- Current version of Task Coach uses python2.7. It's trying to access msvcr90.__pioinfo. Updating summary. -- 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=27859 --- Comment #5 from Piotr Caban <piotr.caban(a)gmail.com> 2013-04-12 17:50:42 CDT --- It should be working now. Please retest. -- 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=27859 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|msvcrt |-unknown --- Comment #6 from Piotr Caban <piotr.caban(a)gmail.com> 2013-04-15 04:03:03 CDT --- The application is crashing now in the same way with builtin and native msvcr90. Setting component to unknown. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=27859 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net, | |super_man(a)post.com --- Comment #7 from super_man(a)post.com --- I am unable to get this crash wine-1.7.55-22-g097006b -- 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.
https://bugs.winehq.org/show_bug.cgi?id=27859 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #8 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, I can't reproduce this either. Resolving 'FIXED'. Figuring out the exact commit(s) is left as exercise to whom it may concern (reverse bisect). $ sha1sum TaskCoach-1.2.24-win32.exe 823bae9ac72cdde35f8e3816b602bcad2ded9a33 TaskCoach-1.2.24-win32.exe $ du -sh TaskCoach-1.2.24-win32.exe 9.8M TaskCoach-1.2.24-win32.exe $ wine --version wine-1.7.55-22-g097006b Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=27859 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.8-rc1. -- 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