[Bug 37777] New: ReadCube can't install
https://bugs.winehq.org/show_bug.cgi?id=37777 Bug ID: 37777 Summary: ReadCube can't install Product: Wine Version: 1.7.33 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: litimetal(a)gmail.com Distribution: --- Created attachment 50315 --> https://bugs.winehq.org/attachment.cgi?id=50315 screenshot.png ReadCube is a software to read scientific papers (like Nature) https://www.readcube.com/download I downloaded http://download.readcube.com/desktop/2.0.12/ReadCube-Setup.exe $ sha1sum ReadCube-Setup.exe 972a2893e0b8b65e3cfaec5198b8d36b688e585c ReadCube-Setup.exe $ wine --version wine-1.7.33-84-gfecbc88 The installer refused to continue, as there are other ReadCude applications. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 --- Comment #1 from lizhenbo <litimetal(a)gmail.com> --- Created attachment 50316 --> https://bugs.winehq.org/attachment.cgi?id=50316 terminal output.txt It seems that this problem is related to programs/taskkill/taskkill.c -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 lizhenbo <litimetal(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |http://download.readcube.co | |m/desktop/2.0.12/ReadCube-S | |etup.exe -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 --- Comment #2 from lizhenbo <litimetal(a)gmail.com> --- Created attachment 50317 --> https://bugs.winehq.org/attachment.cgi?id=50317 dirty_hack.diff A dirty hack patch. With that, the installer can continue the process. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 Jactry Zeng <jactry92(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jactry92(a)gmail.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Component|-unknown |programs -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 lizhenbo <litimetal(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |37795 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Summary|ReadCube can't install |ReadCube can't install | |(taskkill does not support | |/FI operator) Ever confirmed|0 |1 --- Comment #3 from Bruno Jesus <00cpxxx(a)gmail.com> --- This is the line passed to taskkill: c:\windows\system32\taskkill.exe /F /T /FI IMAGENAME eq readcube* The problem is that currently there is no support for the /FI parameter, in this case "IMAGENAME eq readcube*". There are many other filters and operators in the taskkill msdn page. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #4 from super_man(a)post.com --- Still lacking support, maybe upstream some fixme message? or ERR? wine 1.7.53 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #5 from super_man(a)post.com --- Isnt this actually a dupe of bug 33131 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 --- Comment #6 from Anastasius Focht <focht(a)gmx.net> --- Hello super_man, --- quote --- Isnt this actually a dupe of bug 33131 --- quote --- yes, although that ticket is older this one has more context/useful information and a discussion. I will merge and refine the summary. Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com --- Comment #7 from Anastasius Focht <focht(a)gmx.net> --- *** Bug 33131 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ReadCube can't install |Multiple applications need |(taskkill does not support |'taskkill' to support /fi |/FI operator) |(filtering) option | |(ReadCube, QuarkXPress | |v9.5) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 --- Comment #8 from super_man(a)post.com --- According to this link https://technet.microsoft.com/en-us/library/bb491009.aspx taskkill /t means "Specifies to terminate all child processes along with the parent process, commonly known as a tree kill. " There has been no work towards this that I am aware of. wine 1.9.2 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 --- Comment #9 from super_man(a)post.com --- Actually I should have added this /fi FilterName : Specifies the types of process(es) to include in or exclude from termination. The link I posted gives more info. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 Akarsha <akarsha15010(a)iiitd.ac.in> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |akarsha15010(a)iiitd.ac.in -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #10 from joaopa <jeremielapuree(a)yahoo.fr> --- Bug is still there with wine-4.19. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.readcube.co |https://web.archive.org/web |m/desktop/2.0.12/ReadCube-S |/20140827080059/http://down |etup.exe |load.readcube.com/desktop/2 | |.0.12/ReadCube-Setup.exe --- Comment #11 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, adding stable download link via Internet Archive. https://web.archive.org/web/20140827080059/http://download.readcube.com/desk... https://www.virustotal.com/gui/file/29c094d5370e8f73242ecbe7b78f0bb8e721ea53... $ sha1sum ReadCube-Setup.exe 972a2893e0b8b65e3cfaec5198b8d36b688e585c ReadCube-Setup.exe $ du -sh ReadCube-Setup.exe 18M ReadCube-Setup.exe Obviously still present. https://source.winehq.org/git/wine.git/blob/86eaf7eeb2603d1b13d18e3fe71a615e... $ wine --version wine-7.0-rc5 Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 --- Comment #12 from lizhenbo <litimetal(a)gmail.com> --- Created attachment 76386 --> https://bugs.winehq.org/attachment.cgi?id=76386 testcase for FI IMAGENAME ReadCube 2.0 is not allowed to connect to the server now, so I created a test case to demonstrate ReadCube's behaviour. On Windows, the command "taskkill /f /fi \"IMAGENAME eq compute*\" " will kill all the child-processes, while wine doesn't support such filters I'd like to work on adding a basic implementation of taskkill filter -- 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.
https://bugs.winehq.org/show_bug.cgi?id=37777 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla