http://bugs.winehq.com/show_bug.cgi?id=1684
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-03-01 04:57 -------
submitted patch to WineHQ.
--
Configure bugmail: http://bugs.winehq.com/userprefs.…
[View More]cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.com/show_bug.cgi?id=1826
------- Additional Comments From marcus(a)jet.franken.de 2004-02-01 17:30 -------
can you post the full error log you get?
you can remove the stream warnings.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1922
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-02-01 14:36 -------
applied to CVS.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email…
[View More]
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
[View Less]
http://bugs.winehq.com/show_bug.cgi?id=1923
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-02-01 14:35 -------
appled to CVS now.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=…
[View More]email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
[View Less]
http://bugs.winehq.com/show_bug.cgi?id=743
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-02-01 13:30 -------
i think I can safely mark it fixed.
--
Configure bugmail: http://bugs.winehq.com/…
[View More]userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.com/show_bug.cgi?id=1918
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From mike(a)theoretic.com 2004-02-01 11:48 -------
MSDN doesn't given any indication that WM_CLOSE can lead to a WM_QUIT but I
suspect they made a …
[View More]convenience mod so that if it's the last window in the app
WM_CLOSE will produce a WM_QUIT.
I'd want confirmation that this is actually what is happening though before we
make this change. How do most apps cleanly terminate if this is the case? Does
this only happen for badly written apps that don'to PostQuitMessage themselves?
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.com/show_bug.cgi?id=743
------- Additional Comments From titan.costa(a)wanadoo.fr 2004-02-01 11:08 -------
I tried again and the problem is gone.
The patch at http://cvs.winehq.com/patch.py?id=5760 fixed the problem about one
year ago.
This patch removes the WM_QUERYNEWPALETTE message send that causes the infinite
loop.
I don't known though if the WM_QUERYNEWPALETTE message handling was broken or not.
Should I close this bug anyway?
--
Configure bugmail: http://bugs.…
[View More]winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.com/show_bug.cgi?id=1924
Summary: Current working directory truncated for directories > 80
characters
Product: Wine
Version: 20030911
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: j.visser(a)valescom.com
A program using wine that resolves …
[View More]the current working directory, i.e. ".",
results in erroneous behaviour if the canonical directory path consists of more
than +/- 80 characters.
This behaviour can be duplicated using wcmd:
- make a deep directory structure: mkdir -p ~/1/2/3/4/5/6.../30
- cd to the end of the last directory, i.e. 30
- start wcmd
What you should see is something like:
F:\home\jevi\1\2\3\4\5\6\7\8\...\30>
What you will be seing is something like:
F:\home\jevi\1\2\3\4\5\6\7\8\..\21>
The current directory path is truncated.
This behaviour can also be duplicated using wine, the windows IBM jdk 1.3.1, and
the following java program:
import java.io.*;
class Main
{
public final static void
main(String[] anArguments)
throws IOException
{
System.out.println(new File(".").getAbsolutePath());
}
}
This test was performed on fedora core 1 using wine-20031212-1fc1winehq.rpm.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]