http://bugs.winehq.org/show_bug.cgi?id=16461
Summary: Using the checkbox crashes the application (Registax4) Product: Wine Version: 1.1.10 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P1 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: g.verduci@gmail.com
This problem is related to the software Registax4.
This software work only if I don't use the checkbox, but this affect the final result because I can not use some features.
My Linux OS is Ubuntu 8.04.
To reproduce the bug: 1. Open Registax; 2. Click, for example, the checkbox "Show Frame List".
This problem is not present in wine 0.9.59.
View this link to the AppDB: http://appdb.winehq.org/objectManager.php?sClass=version&iId=7097
Thanks for this great "not emulator"!
Giuseppe
http://bugs.winehq.org/show_bug.cgi?id=16461
--- Comment #1 from Giuseppe g.verduci@gmail.com 2008-12-11 04:10:38 --- other info.
Using WINEDEBUG="warn+all" when I click on checkbox I have a infinite sequence of:
warn:wave:wodUpdatePlayedTotal Unexpected state (4) while updating Total Played, resetting
http://bugs.winehq.org/show_bug.cgi?id=16461
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Priority|P1 |P2
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2008-12-11 08:40:39 --- http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
Please attach (as a text file) complete terminal output of the crash without any additional WINEDEBUG flags.
http://bugs.winehq.org/show_bug.cgi?id=16461
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.astronomie.be/reg | |istax/html/download_v4.html Keywords| |download, regression
http://bugs.winehq.org/show_bug.cgi?id=16461
--- Comment #3 from Giuseppe g.verduci@gmail.com 2008-12-12 02:45:02 --- Created an attachment (id=17858) --> (http://bugs.winehq.org/attachment.cgi?id=17858) console error
http://bugs.winehq.org/show_bug.cgi?id=16461
--- Comment #4 from Giuseppe g.verduci@gmail.com 2008-12-12 02:46:17 --- I have execute this command:
wine "C:\Programmi\RegiStax4\RegiStax4.exe" > log.txt
then I have click the checkbox and then I have kill the application.
The file log.txt is void.
The output in the console is in the attached file (errout.txt).
http://bugs.winehq.org/show_bug.cgi?id=16461
--- Comment #5 from Austin English austinenglish@gmail.com 2008-12-12 10:46:43 --- Please run a regression test: http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=16461
--- Comment #6 from Giuseppe g.verduci@gmail.com 2008-12-13 17:25:48 --- I have finished the regression test: all tests are good. There aren't bugs introduced in the new versions.
http://bugs.winehq.org/show_bug.cgi?id=16461
--- Comment #7 from Austin English austinenglish@gmail.com 2008-12-13 17:39:05 --- (In reply to comment #6)
I have finished the regression test: all tests are good. There aren't bugs introduced in the new versions.
I'm not sure what you mean, but if the program worked in 0.9.59 and doesn't in 1.1.10, you need to run a regression test to find what patch broke it.
http://bugs.winehq.org/show_bug.cgi?id=16461
--- Comment #8 from Giuseppe g.verduci@gmail.com 2008-12-13 17:44:22 --- I have found the problem!
The problem is in configuration: I set the OSS sound drivers instead of ALSA and now works.
I had never heard the sound attached to the checkbox!
Fortunately I have decided to correct the error: "err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element".
Thanks for support.
Giuseppe
http://bugs.winehq.org/show_bug.cgi?id=16461
--- Comment #9 from Giuseppe g.verduci@gmail.com 2008-12-15 05:39:58 --- (In reply to comment #7)
(In reply to comment #6)
I have finished the regression test: all tests are good. There aren't bugs introduced in the new versions.
I'm not sure what you mean, but if the program worked in 0.9.59 and doesn't in 1.1.10, you need to run a regression test to find what patch broke it.
Yes the program worked in 0.9.59 and doesn't in 1.1.10.
I have executed the following commands:
git bisect start git bisect good wine-0.9.59 git bisect bad wine-1.1.10
the number of changes is beyond 3000.
At the end of process (consisting of compile + git bisect good/bad) git informs me that the last change is wrong. But this is false: I have the same problem with version 1.1.4.
After this inconsistency I reinstalled all (wine + registax). But the problem is presents.
Then (comment 8) I have fixed the sound configuration and the issue is fixed.
I don't know if registax4 in windows work without audio system or with audio bad configured. But this isn't a problem, I think.
http://bugs.winehq.org/show_bug.cgi?id=16461
--- Comment #10 from Austin English austinenglish@gmail.com 2008-12-15 12:11:55 --- (In reply to comment #9)
(In reply to comment #7)
(In reply to comment #6)
I have finished the regression test: all tests are good. There aren't bugs introduced in the new versions.
I'm not sure what you mean, but if the program worked in 0.9.59 and doesn't in 1.1.10, you need to run a regression test to find what patch broke it.
Yes the program worked in 0.9.59 and doesn't in 1.1.10.
I have executed the following commands:
git bisect start git bisect good wine-0.9.59 git bisect bad wine-1.1.10
the number of changes is beyond 3000.
At the end of process (consisting of compile + git bisect good/bad) git informs me that the last change is wrong. But this is false: I have the same problem with version 1.1.4.
Did you test using the recently compiled wine each time?
http://bugs.winehq.org/show_bug.cgi?id=16461
--- Comment #11 from Giuseppe g.verduci@gmail.com 2008-12-16 03:05:18 --- Yes, at any step I executed this command
CC="ccache gcc" ./configure --verbose && make depend && make
then I tested registax4 and then I indicated to git if the test is good or bad.
Before every test I launched wine -version to see if the version was really different: to immediately verify if something was wrong because it's the first time that I use git.
http://bugs.winehq.org/show_bug.cgi?id=16461
--- Comment #12 from Austin English austinenglish@gmail.com 2008-12-16 09:29:22 --- (In reply to comment #11)
Yes, at any step I executed this command
CC="ccache gcc" ./configure --verbose && make depend && make
then I tested registax4 and then I indicated to git if the test is good or bad.
Before every test I launched wine -version to see if the version was really different: to immediately verify if something was wrong because it's the first time that I use git.
Perhaps you need to test in a clean WINEPREFIX each time. It'd be best to try: $ git checkout -f wine-0.9.59 $ CC="ccache gcc" ./configure --verbose && make depend && make $ ~/wine-git/wine program.exe
and make sure it works, before running the regression test. If not, something fishy is going on..
http://bugs.winehq.org/show_bug.cgi?id=16461
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com 2010-05-08 17:08:47 --- Still waiting for valid regression test results. Also it won't hurt to try with 1.1.44.
http://bugs.winehq.org/show_bug.cgi?id=16461
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #14 from Wylda wylda@volny.cz 2010-05-08 20:00:04 ---
I can't confirm this bug report. Works for me under: * 1.1.10, 1.1.44-19-gd2a0188
Same author says on AppDB which button does not work, but they work for me. Also same author one day after initial report says "all good" when doing regression test.
So i would say, he used some distro package which was bad and when he compiled himself everything worked, i.e. no response + worked even his 1.1.10 => Invalid.
http://bugs.winehq.org/show_bug.cgi?id=16461
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | Status|UNCONFIRMED |RESOLVED CC| |mstefani@redhat.com Resolution| |INVALID
--- Comment #15 from Michael Stefaniuc mstefani@redhat.com 2010-06-14 17:46:44 --- I have to concur, this bug is invalid.
I tried to reproduce it with both wine-1.2-rc3-43-gba9ec15 as well as wine-1.1.0 both times with ALSA and OSS sound configs: no crash whatsoever when i check and uncheck the checkboxes.
http://bugs.winehq.org/show_bug.cgi?id=16461
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Dmitry Timoshkov dmitry@codeweavers.com 2010-06-14 23:30:16 --- Closing invalid.