[Bug 17313] New: Quincy: External binaries searched for in wrong directory
http://bugs.winehq.org/show_bug.cgi?id=17313 Summary: Quincy: External binaries searched for in wrong directory Product: Wine Version: 1.1.14 Platform: PC URL: http://www.codecutter.net/tools/quincy/ OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: wine(a)livejournal.dk Created an attachment (id=19332) --> (http://bugs.winehq.org/attachment.cgi?id=19332) possible offending code Quincy 2005 is an open-source IDE that calls external binaries for certain functions such as grep. I believe the path determination code is not functioning correctly under Wine, as Quincy is searching for these binaries at ~/.wine/dosdevices/c:/ instead of ./bin/. Steps to reproduce: 1. Install Quincy 2. Launch quincy.exe from the bin directory of the Quincy installation 3. Attempt to use an external tool from the "tools" menu - such as grep. What I hope is the relevant code and a file trace is attached. -- 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=17313 Eric <wine(a)livejournal.dk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source -- 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=17313 --- Comment #1 from Eric <wine(a)livejournal.dk> 2009-02-08 05:35:42 --- Created an attachment (id=19333) --> (http://bugs.winehq.org/attachment.cgi?id=19333) gzipped file trace from start to exit -- 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=17313 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Summary|Quincy: External binaries |Quincy: grep tool doesn't |searched for in wrong |work |directory | --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2009-02-08 11:13:05 --- I see two problems: A) If you don't use the full path, the grep and other tool options are greyed out. B) If you call the program with its full path, grep is available, but doesn't work. A isn't a bug, B is. So confirming, and adjusting summary. -- 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=17313 --- Comment #3 from Eric <wine(a)livejournal.dk> 2009-02-08 23:44:22 --- Could you please elaborate on how to launch Quincy with options such as grep not greyed out? I have not been able to achieve this regardless of calling path I've used. -- 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=17313 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2009-02-09 09:39:01 --- (In reply to comment #3)
Could you please elaborate on how to launch Quincy with options such as grep not greyed out? I have not been able to achieve this regardless of calling path I've used.
I don't have the program handy, but: $ wine "C:\Program Files\Quincy\bin\quincy.exe" should work (adjust for the proper directory). If not, the 'most proper' way is: $ cd ~/.wine/drive_c/Program\ Files/Quincy/bin/ $ wine "C:\Program Files\Quincy\bin\quincy.exe" But like I said, grep didn't work for me. Didn't try the other tools though. -- 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=17313 --- Comment #5 from Eric <wine(a)livejournal.dk> 2009-02-09 12:28:25 --- Thank-you for the response. I was able to reproduce what you saw by launching with the full path "C:\Program Files\Quincy\bin\quincy.exe". I didn't realise that the original bug I described is identical behaviour on Windows too. I have filed a bug with upstream; thank-you for correcting this bug report. -- 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=17313 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2010-09-09 01:54:05 CDT --- In 1.3.2, if you open a file first and run grep it fails with: wine: Call from 0x7b837db2 to unimplemented function msvcp80.dll.??0?$basic_stringstream(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)H@Z, aborting installing winetricks vcrun2005 works around that. Grep, however, still fails. -- 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=17313 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com Component|-unknown |msvcp --- Comment #7 from Dan Kegel <dank(a)kegel.com> 2010-09-09 10:00:14 CDT --- Let's make this bug about the msvcp80 stub. Eric, can you file a new bug with +relay,+seh log for the grep problem? It should start with "After doing 'winetricks vcrun2005' to work around bug 17313, ..." -- 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=17313 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2010-11-08 20:09:34 CST --- Dragon Age Origins also wants msvcp80.dll.??0?$basic_stringstream(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)H@Z -- 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=17313 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Summary|Quincy: grep tool doesn't |Quincy 2005 IDE grep tool |work |needs | |msvcp80.dll.??0?$basic_stri | |ngstream(a)DU?$char_traits(a)D@ | |std@@V?$allocator(a)D@2@@std@ | |@QAE(a)H@Z --- Comment #9 from Anastasius Focht <focht(a)gmx.net> 2011-06-19 04:59:40 CDT --- Hello, adjusting summary to target specific stub. Regards -- 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=17313 Maia Kozheva <sikon(a)ubuntu.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sikon(a)ubuntu.com -- 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=17313 --- Comment #10 from Maia Kozheva <sikon(a)ubuntu.com> 2011-09-06 07:20:00 CDT --- *** Bug 28278 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=17313 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alex.hunziker(a)rega-sense.ch --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2011-10-27 11:46:19 CDT --- *** Bug 28751 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=17313 Luca Bennati <lucak3(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr(a)codeweavers.com --- Comment #12 from Luca Bennati <lucak3(a)gmail.com> 2011-11-05 16:35:53 CDT --- Visere too needs it to run, bug 14775. CCing Piotr Caban. -- 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=17313 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jax6(a)gmx.at --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2011-12-05 12:16:26 CST --- *** Bug 29226 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=17313 A Wine user <RandomAccountName(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |RandomAccountName(a)mail.com -- 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=17313 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon(a)gmail.com --- Comment #14 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-01-27 22:48:02 CST --- *** Bug 29723 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=17313 Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mr.optimal2012(a)yandex.ru --- Comment #15 from Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> 2012-02-21 08:27:31 CST --- *** Bug 29964 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=17313 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |smben21(a)yahoo.com --- Comment #16 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2012-03-14 00:12:46 CDT --- *** Bug 30158 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=17313 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #17 from Austin English <austinenglish(a)gmail.com> 2012-06-17 17:55:37 CDT --- Doesn't crash in wine-1.5.6-175-g120c413, but grep doesn't work (different bug though). -- 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=17313 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #18 from Alexandre Julliard <julliard(a)winehq.org> 2012-06-22 13:31:18 CDT --- Closing bugs fixed in 1.5.7. -- 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=17313 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |20a2f23b2a075eb1bc5826aa530 | |5e50e11b39b0b -- 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