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@winehq.org ReportedBy: jactry92@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
http://bugs.winehq.org/show_bug.cgi?id=32160
Jactry Zeng jactry92@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://download.pplive.com/ | |pptvsetup_3.2.1.0076.exe
http://bugs.winehq.org/show_bug.cgi?id=32160
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer Status|UNCONFIRMED |NEW CC| |fracting@gmail.com Component|-unknown |jscript Ever Confirmed|0 |1
--- Comment #1 from Qian Hong fracting@gmail.com 2012-11-07 10:51:20 CST --- Confirming, workaround by `winetricks -q jscript`, setting component to jscript.
http://bugs.winehq.org/show_bug.cgi?id=32160
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32173
http://bugs.winehq.org/show_bug.cgi?id=32160
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32175
http://bugs.winehq.org/show_bug.cgi?id=32160
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #2 from Jacek Caban jacek@codeweavers.com 2012-12-05 08:20:57 CST --- This patch should help:
http://source.winehq.org/patches/data/92556
http://bugs.winehq.org/show_bug.cgi?id=32160
--- Comment #3 from Jactry Zeng jactry92@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.
http://bugs.winehq.org/show_bug.cgi?id=32160
--- Comment #4 from Jacek Caban jacek@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).
http://bugs.winehq.org/show_bug.cgi?id=32160
Jactry Zeng jactry92@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #42723|0 |1 is obsolete| |
--- Comment #5 from Jactry Zeng jactry92@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
http://bugs.winehq.org/show_bug.cgi?id=32160
--- Comment #6 from Jactry Zeng jactry92@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 .
http://bugs.winehq.org/show_bug.cgi?id=32160
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #7 from Bruno Jesus 00cpxxx@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?
http://bugs.winehq.org/show_bug.cgi?id=32160
--- Comment #8 from Jactry Zeng jactry92@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.
http://bugs.winehq.org/show_bug.cgi?id=32160
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |11f41aa05a993bc1c6b6d6b7a67 | |2632cb906b649 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #9 from Jacek Caban jacek@codeweavers.com 2012-12-11 13:28:07 CST --- ATL issues are unrelated and have separated bugs.
http://bugs.winehq.org/show_bug.cgi?id=32160
--- Comment #10 from Jactry Zeng jactry92@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 .
http://bugs.winehq.org/show_bug.cgi?id=32160
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2012-12-21 13:28:15 CST --- Closing bugs fixed in 1.5.20.