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.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=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
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
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=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.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/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=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 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.
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.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=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 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.
http://bugs.winehq.com/show_bug.cgi?id=1921
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 02:26 -------
patch is applied to current CVS.
--
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=1923
------- Additional Comments From julliard(a)winehq.com 2004-01-01 12:11 -------
Wim, please send patches to wine-patches(a)winehq.com, bugzilla
is not the right place for them.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1902
------- Additional Comments From bleverett(a)att.net 2004-01-01 11:53 -------
Created an attachment (id=468)
--> (http://bugs.winehq.com/attachment.cgi?id=468&action=view)
Windows code to demonstrate the problem
This code will demonstrate the bug. It should draw three dashed lines, then
three solid lines. But the output using the Wine PS driver is six dashed
lines.
--
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=1913
------- Additional Comments From marcus(a)jet.franken.de 2004-01-01 10:27 -------
actually use
WINEDLLOVERRIDES="ole32=n" wine dcom95.exe
once ... this should install stdole32.tlb correctly. The WINEDLLOVERRIDES
is not needed later.
--
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=1920
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vanoubi(a)students.hale.wa.edu
| |.au
------- Additional Comments From marcus(a)jet.franken.de 2004-01-01 08:31 -------
*** Bug 1110 has been marked as a duplicate of this bug. ***
--
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=1110
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From marcus(a)jet.franken.de 2004-01-01 08:31 -------
same as newer and more complete 1920.
*** This bug has been marked as a duplicate of 1920 ***
--
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=1100
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-01-01 08:29 -------
has been fixed in the meantime, cannot reproduce anymore.
--
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=1808
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-01-01 08:25 -------
apparently fixed judging last comment.
--
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
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.com
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1923
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.com
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1904
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From marcus(a)jet.franken.de 2004-01-01 08:18 -------
*** This bug has been marked as a duplicate of 1922 ***
--
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
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |julliard(a)winehq.com
------- Additional Comments From marcus(a)jet.franken.de 2004-01-01 08:17 -------
alexandre please apply...
Wim, please send patches to wine-patches(a)winehq.com directly, there is no
need for seperate bugreports for them,
--
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=1923
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |julliard(a)winehq.com
------- Additional Comments From marcus(a)jet.franken.de 2004-01-01 08:15 -------
alexandre, please apply. :)
--
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.