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.