[Bug 32160] New: PPTV: exits abnormally when begining the installation
http://bugs.winehq.org/show_bug.cgi?id=32160 Bug #: 32160 Summary: PPTV: exits abnormally when begining the installation Product: Wine Version: 1.5.16 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: jactry92(a)gmail.com Classification: Unclassified Created attachment 42431 --> http://bugs.winehq.org/attachment.cgi?id=42431 pptv.txt is the log with workaround I installed pptv in wine, but the setup program did't run in a right, it exited abonrmally. you can reproduce follow: 0. download PPTV in: http://download.pplive.com/pptvsetup_3.2.1.0076.exe 1. 'wine pptvsetup_3.2.1.0076.exe' And there is a error of 'mfc42' which can be passed with workaround: 'wine -q mfc42' my test environment: - Ubuntu 12.04.1 - Wine 1.5.16 - PPTV 3.2.1.0076 ~$ sha1sum pptvsetup_3.2.1.0076.exe f517331a4410a4135390ba72cc8aea6b0ed93974 pptvsetup_3.2.1.0076.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=32160 Jactry Zeng <jactry92(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://download.pplive.com/ | |pptvsetup_3.2.1.0076.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=32160 Qian Hong <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer Status|UNCONFIRMED |NEW CC| |fracting(a)gmail.com Component|-unknown |jscript Ever Confirmed|0 |1 --- Comment #1 from Qian Hong <fracting(a)gmail.com> 2012-11-07 10:51:20 CST --- Confirming, workaround by `winetricks -q jscript`, setting component to jscript. -- 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=32160 Qian Hong <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32173 -- 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=32160 Qian Hong <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32175 -- 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=32160 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek(a)codeweavers.com --- Comment #2 from Jacek Caban <jacek(a)codeweavers.com> 2012-12-05 08:20:57 CST --- This patch should help: http://source.winehq.org/patches/data/92556 -- 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=32160 --- Comment #3 from Jactry Zeng <jactry92(a)gmail.com> 2012-12-06 00:30:39 CST --- Created attachment 42723 --> http://bugs.winehq.org/attachment.cgi?id=42723 The log with patch (In reply to comment #2)
This patch should help:
Hi Jacek, I retested it with your patch in wine-1.5.18-261-g60195ff , but it crashed wine. I also tested it with 'winetricks -q jscript' and it crashed. attachment is the log. -- 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=32160 --- Comment #4 from Jacek Caban <jacek(a)codeweavers.com> 2012-12-06 04:21:38 CST --- Logs show a different bug now. It calls an unimplemented function in atl100.dll (which previously didn't exist in Wine). Using native version should work around the problem (WINEDLLOVERRIDES=atl100=n wine ... or set it in winecfg). -- 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=32160 Jactry Zeng <jactry92(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #42723|0 |1 is obsolete| | --- Comment #5 from Jactry Zeng <jactry92(a)gmail.com> 2012-12-08 09:54:07 CST --- Created attachment 42749 --> http://bugs.winehq.org/attachment.cgi?id=42749 The log with patch (In reply to comment #4)
Logs show a different bug now. It calls an unimplemented function in atl100.dll (which previously didn't exist in Wine). Using native version should work around the problem (WINEDLLOVERRIDES=atl100=n wine ... or set it in winecfg).
Hi Jacek, I retested it with 'WINEDLLOVERRIDES=atl100=n wine pptvsetup_3.2.1.0076.exe', but the it still can't work normally, the UI will disappear after this line was printed: 'fixme:atl:AtlModuleInit SEMI-STUB (0x4ef3f78 0x4ef4000 0x4e80000)'. with wine-1.5.19 -- 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=32160 --- Comment #6 from Jactry Zeng <jactry92(a)gmail.com> 2012-12-08 20:03:45 CST --- (In reply to comment #4)
Logs show a different bug now. It calls an unimplemented function in atl100.dll (which previously didn't exist in Wine). Using native version should work around the problem (WINEDLLOVERRIDES=atl100=n wine ... or set it in winecfg).
And I reported this crashes as another BUG: Bug 32399 . -- 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=32160 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com --- Comment #7 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-12-09 15:51:26 CST --- Patch commited: http://source.winehq.org/git/wine.git/commitdiff/11f41aa05a993bc1c6b6d6b7a67... Can we mark this bug as 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=32160 --- Comment #8 from Jactry Zeng <jactry92(a)gmail.com> 2012-12-09 22:19:36 CST --- (In reply to comment #7)
Patch commited: http://source.winehq.org/git/wine.git/commitdiff/11f41aa05a993bc1c6b6d6b7a67...
Can we mark this bug as fixed?
Hi Bruno, But this patch did't deal with this bug at all. And comment #5 is the newest test. -- 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=32160 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |11f41aa05a993bc1c6b6d6b7a67 | |2632cb906b649 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Jacek Caban <jacek(a)codeweavers.com> 2012-12-11 13:28:07 CST --- ATL issues are unrelated and have separated bugs. -- 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=32160 --- Comment #10 from Jactry Zeng <jactry92(a)gmail.com> 2012-12-21 03:32:32 CST --- (In reply to comment #9)
ATL issues are unrelated and have separated bugs.
Thanks Jacek, I found another bug may also was caused by 'jscript'. I reported it as Bug 32498 . -- 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=32160 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2012-12-21 13:28:15 CST --- Closing bugs fixed in 1.5.20. -- 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