http://bugs.winehq.org/show_bug.cgi?id=33682
Bug #: 33682 Summary: ACT! 6 cannot start under Wine 1.5.31 Product: Wine Version: 1.5.31 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: nick222@yandex.ru Classification: Unclassified
ACT! 6 cannot start under Wine 1.5.31 - for error message see screenshot.
Under Wine 1.4.* it started and worked good.
Xubuntu 13.04-64.
http://bugs.winehq.org/show_bug.cgi?id=33682
--- Comment #1 from Nick nick222@yandex.ru 2013-05-29 12:35:44 CDT --- Created attachment 44587 --> http://bugs.winehq.org/attachment.cgi?id=44587 Screenshot error-window
http://bugs.winehq.org/show_bug.cgi?id=33682
Nick nick222@yandex.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nick222@yandex.ru
http://bugs.winehq.org/show_bug.cgi?id=33682
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Severity|critical |normal
--- Comment #2 from Austin English austinenglish@gmail.com 2013-05-29 13:32:19 CDT --- Not critical. Please attach the terminal output.
Also, please run a regression test to find what change broke the program: http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=33682
--- Comment #3 from Nick nick222@yandex.ru 2013-05-29 21:09:53 CDT --- Command: wine "c:\Program Files (x86)\Act\act.exe"
Terminal output: Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated. fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} err:msvcrt:MSVCRT__invalid_parameter (null):0 (null): (null) 0 err:msvcrt:MSVCRT__invalid_parameter (null):0 (null): (null) 0
http://bugs.winehq.org/show_bug.cgi?id=33682
--- Comment #4 from Austin English austinenglish@gmail.com 2013-05-29 21:50:57 CDT --- We still need the regression test.
http://bugs.winehq.org/show_bug.cgi?id=33682
--- Comment #5 from Nick nick222@yandex.ru 2013-06-06 12:26:19 CDT --- After 25 June :(
http://bugs.winehq.org/show_bug.cgi?id=33682
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy@gmail.com
--- Comment #6 from Frédéric Delanoy frederic.delanoy@gmail.com 2013-06-16 11:11:51 CDT --- I could install & start ACT with wine-1.6-rc2 using the demo from http://kb.sagesoftwareonline.com/app/answers/detail/a_id/13192
Does your problem occur with this demo version?
http://bugs.winehq.org/show_bug.cgi?id=33682
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://kb.sagesoftwareonlin | |e.com/app/answers/detail/a_ | |id/13192 Ever Confirmed|0 |1
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com 2013-06-17 09:27:38 CDT --- I can confirm the crash in wine 1.5.31. The problem happens only after registration (input any data and select print instead of internet). Then you have to create a contact database and finally add a company name. The program main screen will show up and then will show the error screen from comment 1. I can't test in rc2 right now, will test later.
http://bugs.winehq.org/show_bug.cgi?id=33682
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |ff7388ca3fe27d5910c161e7074 | |ca89dbdeff54a
--- Comment #8 from Frédéric Delanoy frederic.delanoy@gmail.com 2013-06-18 14:19:20 CDT --- Regression test gave:
ff7388ca3fe27d5910c161e7074ca89dbdeff54a is the first bad commit commit ff7388ca3fe27d5910c161e7074ca89dbdeff54a Author: Piotr Caban piotr@codeweavers.com Date: Tue Apr 30 14:29:11 2013 +0200
msvcrt: Added _mbstok_s_l implementation.
:040000 040000 babcf0ca55c4fbdfe5cf923f61864ba383746143 317e4d84e2ad0736f03153c616b4000e6b7a348a M dlls
http://bugs.winehq.org/show_bug.cgi?id=33682
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr@codeweavers.com
http://bugs.winehq.org/show_bug.cgi?id=33682
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msvcrt
http://bugs.winehq.org/show_bug.cgi?id=33682
--- Comment #9 from Dan Kegel dank@kegel.com 2013-06-19 00:28:29 CDT --- Created attachment 44869 --> http://bugs.winehq.org/attachment.cgi?id=44869 trivial test for mbstok. Behaves differently between native and builtin.
http://bugs.winehq.org/show_bug.cgi?id=33682
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #10 from Dan Kegel dank@kegel.com 2013-06-19 00:29:03 CDT --- A bit of the +msvcrt,+relay log:
0042:Call msvcrt._mbstok(00000000,00d8d17c ".") ret=00d78731 err:msvcrt:MSVCRT__invalid_parameter (null):0 (null): (null) 0 ... 0025:Call user32.MessageBoxA(0008014c,0015b4a0 "An unknown error has caused ACT! to shut down. You will lose any unsaved data.",00177db8 "ACT!",00000030) ret=5f411774
It seems that native leaves ctx non-null from some earlier operation. The attached patch fails with native with string.c:1292: Test failed: something from nothing, 0033FCA4 (and crashes with builtin). If you comment out all tests before test_mbstok, that test crashes with native, too.
http://bugs.winehq.org/show_bug.cgi?id=33682
--- Comment #11 from Nick nick222@yandex.ru 2013-06-20 03:46:50 CDT --- Wine updated to 1.6-rc2 - this error still exist.
http://bugs.winehq.org/show_bug.cgi?id=33682
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |779c1f8049879f67077cd64be42 | |b3f8c097a3a47 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #12 from Frédéric Delanoy frederic.delanoy@gmail.com 2013-06-21 11:56:51 CDT --- Fixed by 779c1f8049879f67077cd64be42b3f8c097a3a47
http://bugs.winehq.org/show_bug.cgi?id=33682
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard julliard@winehq.org 2013-06-21 13:32:57 CDT --- Closing bugs fixed in 1.6-rc3.
http://bugs.winehq.org/show_bug.cgi?id=33682
--- Comment #14 from Nick nick222@yandex.ru 2013-06-24 12:02:35 CDT --- Wine 1.6-rc3 - ACT! 6 started OK! :)
Thanks to all ! :)