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@winehq.org ReportedBy: wine@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.
http://bugs.winehq.org/show_bug.cgi?id=17313
Eric wine@livejournal.dk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
http://bugs.winehq.org/show_bug.cgi?id=17313
--- Comment #1 from Eric wine@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
http://bugs.winehq.org/show_bug.cgi?id=17313
Austin English austinenglish@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@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.
http://bugs.winehq.org/show_bug.cgi?id=17313
--- Comment #3 from Eric wine@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.
http://bugs.winehq.org/show_bug.cgi?id=17313
--- Comment #4 from Austin English austinenglish@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.
http://bugs.winehq.org/show_bug.cgi?id=17313
--- Comment #5 from Eric wine@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.
http://bugs.winehq.org/show_bug.cgi?id=17313
--- Comment #6 from Austin English austinenglish@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@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z, aborting
installing winetricks vcrun2005 works around that. Grep, however, still fails.
http://bugs.winehq.org/show_bug.cgi?id=17313
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Component|-unknown |msvcp
--- Comment #7 from Dan Kegel dank@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, ..."
http://bugs.winehq.org/show_bug.cgi?id=17313
--- Comment #8 from Austin English austinenglish@gmail.com 2010-11-08 20:09:34 CST --- Dragon Age Origins also wants msvcp80.dll.??0?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z
http://bugs.winehq.org/show_bug.cgi?id=17313
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|Quincy: grep tool doesn't |Quincy 2005 IDE grep tool |work |needs | |msvcp80.dll.??0?$basic_stri | |ngstream@DU?$char_traits@D@ | |std@@V?$allocator@D@2@@std@ | |@QAE@H@Z
--- Comment #9 from Anastasius Focht focht@gmx.net 2011-06-19 04:59:40 CDT --- Hello,
adjusting summary to target specific stub.
Regards
http://bugs.winehq.org/show_bug.cgi?id=17313
Maia Kozheva sikon@ubuntu.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sikon@ubuntu.com
http://bugs.winehq.org/show_bug.cgi?id=17313
--- Comment #10 from Maia Kozheva sikon@ubuntu.com 2011-09-06 07:20:00 CDT --- *** Bug 28278 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=17313
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alex.hunziker@rega-sense.ch
--- Comment #11 from Austin English austinenglish@gmail.com 2011-10-27 11:46:19 CDT --- *** Bug 28751 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=17313
Luca Bennati lucak3@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr@codeweavers.com
--- Comment #12 from Luca Bennati lucak3@gmail.com 2011-11-05 16:35:53 CDT --- Visere too needs it to run, bug 14775. CCing Piotr Caban.
http://bugs.winehq.org/show_bug.cgi?id=17313
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jax6@gmx.at
--- Comment #13 from Austin English austinenglish@gmail.com 2011-12-05 12:16:26 CST --- *** Bug 29226 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=17313
A Wine user RandomAccountName@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |RandomAccountName@mail.com
http://bugs.winehq.org/show_bug.cgi?id=17313
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon@gmail.com
--- Comment #14 from Bruno Jesus 00cpxxx@gmail.com 2012-01-27 22:48:02 CST --- *** Bug 29723 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=17313
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mr.optimal2012@yandex.ru
--- Comment #15 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-02-21 08:27:31 CST --- *** Bug 29964 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=17313
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |smben21@yahoo.com
--- Comment #16 from Dmitry Timoshkov dmitry@baikal.ru 2012-03-14 00:12:46 CDT --- *** Bug 30158 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=17313
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #17 from Austin English austinenglish@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).
http://bugs.winehq.org/show_bug.cgi?id=17313
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #18 from Alexandre Julliard julliard@winehq.org 2012-06-22 13:31:18 CDT --- Closing bugs fixed in 1.5.7.
http://bugs.winehq.org/show_bug.cgi?id=17313
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |20a2f23b2a075eb1bc5826aa530 | |5e50e11b39b0b