http://bugs.winehq.org/show_bug.cgi?id=8171
------- Additional Comments From le_costantino(a)pixartargentina.com.ar 2007-25-04 14:25 -------
Example ftp:
lab1:~/Desktop/# nc -v 64.152.34.142 21
64.152.34.142: inverse host lookup failed: Unknown host
(UNKNOWN) [64.152.34.142] 21 (ftp) open
220 For CDN FTP Service.
user anonymous
331 Login OK, send password (your e-mail).
pass usa(a)usa.com
230 User logged in.
pasv
227 Entering passive mode (64,152,34,142,204,183)
--
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=8091
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-25-04 13:59 -------
Hi, could you try the application with native quartz.dll (copy it from a windows
partition) and see if it helps, and report back? 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=8172
Summary: IL-2 Sturmovik under wine -> mouse not working
Product: Wine
Version: 0.9.35.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bbaeyens(a)gmail.com
Fresh install of Ubuntu Feisty with wine 0.9.35 (installed through Automatix2).
Tried running IL-2 Sturmovik (1946) under wine, it starts, but the mouse pointer
does not move. The game does respond to key inputs, so its not frozen. Console
shows nothing special.
I tried running the game full screen, windowed, I tried some tricks like alt
tabbing in and out, sending the window to another viewpoint, changing mouse
settings in winecgf nothing cures it. It worked fine with ubuntu Edgy and wine
0.9.30.
In case it matters, I use a wireless USB logitech MX Revolution mouse, with no
special configuration or tweaking. The same problem occurs when I connect a
wired Logitech MX500.
It might be interesting to note such mouse behaviour under windows is also a
known issue when IL2 looses focus, and requires one to alt tab in and out of the
game to regain a working mouse pointer. I suspect this problem should be
reproducable on the very old IL2 demo, downloadable here:
http://www.download.com/IL-2-Sturmovik-demo/3000-7547_4-10230099.html?tag=l…
--
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=8171
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |patch
------- Additional Comments From dank(a)kegel.com 2007-25-04 13:31 -------
Please give an example of a server that uses lowercase there.
Please post your patch to wine-patches(a)winehq.org;
patches attached to bug reports get little attention.
--
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=6627
------- Additional Comments From cimmo(a)libero.it 2007-25-04 13:24 -------
> Not a website bug
what? We refer to DirectX installation not website!
--
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=4522
------- Additional Comments From andrew(a)exit66.com 2007-25-04 13:24 -------
I have confirmed this in Ubuntu Feisty with Wine 0.9.35
--
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=8171
Summary: Strict Pasv response check should be modified.
Product: Wine
Version: 0.9.35.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: le_costantino(a)pixartargentina.com.ar
in dll/wininet/ftp.c , when entering PASV mode, as the comments on the sources
said, it does an strict response check. Some ftp servers, send answers with
differentes cases, so , for example when testing mu online and connecting to ftp
servers always give an error.
Code expects "Entering Passive Mode" while some servers just answer "Entering
passive mode".
strncmp sould be replace by strncasecmp on that section.
I submit a simple patch if someone have problems like me on some ftp servers on
pasv mode.
--
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.