http://bugs.winehq.org/show_bug.cgi?id=7941
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5618|text/x-log |text/plain
mime type| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7941
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5616|text/x-log |text/plain
mime type| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7935
------- Additional Comments From russofris(a)hotmail.com 2007-03-04 07:14 -------
Sorry about posting the full log. I will add "--nostrip" in the future. I
generally use emerge as it is convenient, pulls from your repository, and works
for my particular environment. It's as close to a generic build as can be.
I will learn to read, and try to rid myself of my improper bug-filing habits.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7942
jahn.matthias(a)freenet.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jahn.matthias(a)freenet.de 2007-03-04 07:08 -------
thanks for the quick answer ... i am using an quite old wine version 0.9.31
so it could not contain your fix .....
i will close this bug because your fix seams exactly what i mean....
should be fixed with
http://www.winehq.org/pipermail/wine-patches/2007-February/036158.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7942
us(a)edmeades.me.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |us(a)edmeades.me.uk
------- Additional Comments From us(a)edmeades.me.uk 2007-03-04 06:54 -------
Are you sure you are using a recent wine?
I am pretty certain I had fixed this very recently:
http://www.winehq.org/pipermail/wine-patches/2007-February/036158.html
Checking the code does appear to be in git, not sure which release that would
have gone into though. I cant test right now, but please try latest git, and
if problems persist update so I can fix it (and raise bugs for any other
batch / cmd.exe issues, as thats what I am working on)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7940
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-03-04 06:17 -------
hi, could you try if using native comctl32 helps? Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3747
------- Additional Comments From milang(a)tal.org 2007-03-04 04:40 -------
Mode switch bug is still there in 0.9.34, both in demo and commercial version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7942
------- Additional Comments From jahn.matthias(a)freenet.de 2007-03-04 04:39 -------
ok ... %10 should not work but %* should
%* in a batch script is a wildcard reference to all the arguments.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7942
Summary: batch scrips did not support %*
Product: Wine
Version: 0.9.31.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jahn.matthias(a)freenet.de
CC: jahn.matthias(a)freenet.de
i have notice that wines commandline parameter handling for batch scripts is
incomplete.
{{{
@echo off
waf.bat configure %*
}}}
%* should contain all cmdline parameters except %0 ... but it is empty
{{{
@echo off
waf.bat configure %1 %2 %3 %4 %5 %6 %7 %8 %9
}}}
did work .... (but %10 didn`t)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.