http://bugs.winehq.org/show_bug.cgi?id=25838 Summary: winepath outputs garbage (really, escape sequences) before desired output Product: Wine Version: 1.3.11 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com Eric's console changes, circa http://www.winehq.org/pipermail/wine-cvs/2011-January/074495.html seem to have broken winepath (and possibly other wine console utilities that output plain text strings for use inside user scripts). wine winepath -u c:/ | cat -v used to output /home/dank/.wine/dosdevices/c:/ but now it outputs ^[[?1h^[=/home/dank/.wine/dosdevices/c:/ This breaks winetricks and probably any number of user scripts that depend on winepath outputting a valid path. -- 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.