http://bugs.winehq.org/show_bug.cgi?id=2238
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-04-10 09:15 -------
This works here and anyway there are no more config files.
Please retry using current Wine and open a new bug if it fails.
--
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=2237
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-04-10 09:14 -------
I don't experience this bug. Can you retry using current Wine release and report
back.
Is there any usefull info in the console ?
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=3484
Summary: IE6 font rendering breaks in 20050930
Product: Wine
Version: 20050930
Platform: Other
URL: http://comptune.com/forums/viewtopic.php?p=84#84
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nospam(a)thenerdshow.com
Fonts appear s p a c e d o u t when viewing web pages with Internet Explorer
6.0 under wine version 20050930. This problem does not happen with Internet
Explorer 6 on wine 20050725. Nor does it happen on 20050628 (although that
version has problems opening a new window).
Wine version 20050725 seems to be the best version to run ie6.
How to reproduce:
On 64 bit Fedora (This problem may not affect 32 bit systems. Please confirm).
1) ./configure --x-libraries=/usr/X11R6/lib (Fedora 4 64 bit uses different x
library path)
2) make depend && make
3) run ies4linux to install Internet Explorer
4) make sure the following dlloverrides are in ~/.ies4linux/ie6/user.reg
[Software\\Wine\\AppDefaults\\iexplore.exe\\DllOverrides] 1128431390
"*advapi32"="builtin"
"comctl32"="builtin"
"crypt32"="native"
"digest"="native"
"mshtml"="native"
"ole32"="native"
"oleaut32"="native"
"rpcrt4"="native"
"shdocvw"="native"
"shlwapi"="native"
"urlmon"="native"
"wininet"="native"
"wintrust"="native"
5) Run ie6 ~/bin/ie6 (change paths as necessary)
7) Navigate to a site, such as http://anch.org (low bandwidth text-only site,
easy to see)
See URL http://comptune.com/forums/viewtopic.php?p=84#84 for examples of bug.
Again, this bug does NOT affect wine 20050725.
This bug may only happen on 64 bit systems (someone confirm).
--
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=2231
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-04-10 09:09 -------
Can you please try using current Wine 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=3428
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From richard(a)daijobu.co.uk 2005-04-10 09:08 -------
App does exactly the same in Windows NT40, so it's an GraphPaper bug, not a Wine
bug.
--
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=2223
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-04-10 09:08 -------
Can you please report back using a current Wine version ?
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=2221
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-04-10 09:06 -------
Can you please try using current Wine and report back ?
I was not able to install this application myself:
wine /tmp/HyperChem751StudentEvaluation.exe
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 12 (X_ConfigureWindow)
Resource id in failed request: 0x4c0000d
Serial number of failed request: 71
Current serial number in output stream: 72
--
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=2217
------- Additional Comments From hardon(a)online.no 2005-04-10 09:02 -------
I dont know if Wine still have this bug.
A test for this exist in kernel32 directory winetests (the last test in
directory.c:test_CreateDirectoryA/W()):
GetTempPathW(MAX_PATH, tmpdir);
lstrcatW(tmpdir, tmp_dir_name);
lstrcatW(tmpdir, slashW);
lstrcatW(tmpdir, tmp_dir_name);
ret = CreateDirectoryW(tmpdir, NULL);
ok(ret == FALSE && GetLastError() == ERROR_PATH_NOT_FOUND,
"CreateDirectoryW with multiple nonexistent directories in path should
fail\n");
ret = RemoveDirectoryW(tmpdir);
--
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=2209
------- Additional Comments From bill.medland(a)sage.com 2005-04-10 09:00 -------
That is an invalid conclusion from the statement.
I'll try and find time to look again this week.
--
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=3049
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-04-10 08:54 -------
Did you try using a new ~/.wine or after issuing wineprefixcreate ?
Is there any output in the console ?
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=2220
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1432
nThis| |
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-04-10 08:53 -------
Can you please try using current Wine release and report back ?
Please attach any output you'll find in the console when you have this bug.
--
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=2217
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-04-10 08:52 -------
Does this bug still exist in current Wine ?
Can you provide a test that shows the differences between Wine and Windows and
maybe a patch to fix the behaviour ?
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=2212
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-04-10 08:48 -------
Can you please try again using current Wine release 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=2196
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-04-10 08:46 -------
Can you please try again using current Wine release and report back ?
Please tell us the output of the following command:
locale
--
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=2194
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-04-10 08:45 -------
It's likely fixed in current Wine release or Wine-CVS. Cany ou try again and
report back please ?
--
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=2193
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1432
nThis| |
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-04-10 08:43 -------
Can you please report back using current Wine 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=2926
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |xerox_xerox2000(a)yahoo.co.uk
Status|ASSIGNED |NEW
--
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=2181
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|wine crashes, probably when |Civ2: wine crashes, probably
|starting sound |when starting sound
--
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=2891
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |xerox_xerox2000(a)yahoo.co.uk
Status|ASSIGNED |NEW
--
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=2181
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1432
nThis| |
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-04-10 08:39 -------
Can you please retest using current Wine or Wine-CVS 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=2890
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |ivanleo(a)gmail.com
Status|ASSIGNED |NEW
--
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=2177
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |source
Summary|New windows on drag |Uninstaller: needs
| |refreshing
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-04-10 08:37 -------
I rewrote the uninstaller some time ago. However my windows programming skills
are quite bad and I don't know how to properly fix this.
If someone can have a look at it he might also want to fix the X at the top
right of the windows: it is not closing the uninstaller.
Steps to reproduce this bug:
wine uninstaller
then choose an application to uninstall
click on uninstall
move the uninstall program over wine uninstaller
=> wine uninstaller is not refreshed correctly.
--
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=2835
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |vberon(a)mecano.gme.usherb.ca
Status|ASSIGNED |NEW
--
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=2789
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |fenix(a)club-internet.fr
Status|ASSIGNED |NEW
--
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.