[Bug 17665] New: Studio Tax fails to install
http://bugs.winehq.org/show_bug.cgi?id=17665 Summary: Studio Tax fails to install Product: Wine Version: 1.1.16 Platform: PC URL: http://www.studiotax.com OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: interweiss(a)yahoo.ca Created an attachment (id=19853) --> (http://bugs.winehq.org/attachment.cgi?id=19853) Studio Tax error log I just tried installing Studio Tax so that I could do my taxes, but half way through the installation Studio Tax crashed. The only dependency that it needed was DotNet 2.0, which I installed. -- 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=17665 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download, Installer --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2009-03-09 22:53:51 --- Confirming. -- 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=17665 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19853|0 |1 is obsolete| | --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2009-03-09 22:54:05 --- Created an attachment (id=19854) --> (http://bugs.winehq.org/attachment.cgi?id=19854) terminal output -- 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=17665 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2009-03-09 22:55:37 --- Created an attachment (id=19855) --> (http://bugs.winehq.org/attachment.cgi?id=19855) +msi,+msidb,+seh bzip2 -9'ed (12Mb uncompressed) -- 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=17665 --- Comment #4 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2009-11-15 15:57:41 --- Created an attachment (id=24771) --> (http://bugs.winehq.org/attachment.cgi?id=24771) patch/hack(?) The attached patch fixes the bug. I don't know anything about msi, but my educated guess would be that code snippet: if ( *pvalue & 0xffff0000 ) tries to check if *pvalue > 65536. That fails somehow, if *pvalue is 65535 the condition is true and an out of range value is thrown by msi. A msi-guru might shed a light on this i guess -- 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=17665 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk Component|-unknown |msi -- 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=17665 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #24771|0 |1 is obsolete| | --- Comment #5 from Hans Leidekker <hans(a)meelstraat.net> 2009-11-18 04:27:11 --- Created an attachment (id=24816) --> (http://bugs.winehq.org/attachment.cgi?id=24816) msi: Sign extend the value in conversion from small integer. Try this one. -- 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=17665 --- Comment #6 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2009-11-18 09:44:44 --- (In reply to comment #5)
Created an attachment (id=24816) --> (http://bugs.winehq.org/attachment.cgi?id=24816) [details] msi: Sign extend the value in conversion from small integer.
Try this one.
Yip, that fixes the bug. Great work! -- 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=17665 --- Comment #7 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2009-11-18 09:49:30 --- *** Bug 16498 has been marked as a duplicate of this bug. *** -- 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=17665 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |hans(a)meelstraat.net Resolution| |FIXED --- Comment #8 from Hans Leidekker <hans(a)meelstraat.net> 2009-11-19 13:24:09 --- Fixed by commit 83e7a1214a009b133a031898a884ee72f74880ab. -- 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=17665 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2009-12-04 12:15:58 --- Closing bugs fixed in 1.1.34. -- 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=17665 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |83e7a1214a009b133a031898a88 | |4ee72f74880ab -- 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