http://bugs.winehq.org/show_bug.cgi?id=7646
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rob(a)codeweavers.com
Keywords| |regression
------- Additional Comments From thestig(a)google.com 2007-15-03 19:53 -------
Thanks for doing the regression testing. CCing the author of the patch.
--
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=7619
ehoover(a)mines.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ehoover(a)mines.edu 2007-15-03 19:43 -------
This issue is fixed in latest git.
--
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=7646
------- Additional Comments From j-yoshida(a)kanazawakiko.co.jp 2007-15-03 19:27 -------
Hello, Lei Zhang. Thank you for your advice.
I understand git a little.
My result is that;
[j@localhost wine-git]$ git bisect good wine-0.9.30-504-gc9b9847
fc5b795f7c544e1dff850174ebf69c8dba458549 is first bad commit
commit fc5b795f7c544e1dff850174ebf69c8dba458549
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Thu Feb 15 23:22:18 2007 +0000
kernel32: Fix the GetComputerName* functions to not write to the buffer at
all if there is not enough space.
Add tests for the GetComputerName* functions that show this issue.
Fix an off-by-one error in setting the size when there is not enough space.
Remove the exception handlers for GetComputerNameW,
GetComputerNameExA/W, since testing on XP SP2 shows that access
violations are not caught and these are not present on Win9x, which
does have an exception handler.
:040000 040000 461cbd3863f108b74235bac8af34d7c0fd050fca
d343bb4ee04ec1f495ff9ed2e9022d448cac6566 M dlls
[j@localhost wine-git]$ git bisect bad wine-0.9.30-505-gfc5b795
fc5b795f7c544e1dff850174ebf69c8dba458549 is first bad commit
commit fc5b795f7c544e1dff850174ebf69c8dba458549
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Thu Feb 15 23:22:18 2007 +0000
kernel32: Fix the GetComputerName* functions to not write to the buffer at
all if there is not enough space.
Add tests for the GetComputerName* functions that show this issue.
Fix an off-by-one error in setting the size when there is not enough space.
Remove the exception handlers for GetComputerNameW,
GetComputerNameExA/W, since testing on XP SP2 shows that access
violations are not caught and these are not present on Win9x, which
does have an exception handler.
:040000 040000 461cbd3863f108b74235bac8af34d7c0fd050fca
d343bb4ee04ec1f495ff9ed2e9022d448cac6566 M dlls
==============================================================
[j@localhost wine-git]$ wine --version
wine-0.9.30-504-gc9b9847
[j@localhost wine-git]$ wine sqlplus.exe hanbai/hanbai@salesdb
SQL*Plus: Release 10.2.0.2.0 - Production on Thu Mar 15 20:00:07 2007
Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
fixme:netapi32:NetWkstaGetInfo level 102 unimplemented
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
SQL>
-----------------------------------------------------------------
[j@localhost wine-git]$ wine --version
wine-0.9.30-505-gfc5b795
[j@localhost wine-git]$ wine sqlplus.exe hanbai/hanbai@salesdb
SQL*Plus: Release 10.2.0.2.0 - Production on Thu Mar 15 18:34:30 2007
Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
ERROR:
ORA-12564: TNS:connection refused
--
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=7758
Summary: Photoshop 7.0 fails to load on Ubuntu 6.10
Product: Wine
Version: 0.9.30.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffcityjon(a)gmail.com
CC: jeffcityjon(a)gmail.com
jon@jon-laptop:~/.wine/drive_c/Program Files/Adobe/Photoshop 7.0$ wine
Photoshop.exe
Xlib: extension "GLX" missing on display ":0.0".
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
err:wgl:has_opengl Intialization of OpenGL info failed, disabling OpenGL!
fixme:actctx:QueryActCtxW 80000010 0x116283c (nil) 1 0x33fdc4 8 (nil)
Xlib: extension "GLX" missing on display ":0.0".
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
err:wgl:has_opengl Intialization of OpenGL info failed, disabling OpenGL!
X Error of failed request: BadDevice, invalid or uninitialized input device
Major opcode of failed request: 143 (XInputExtension)
Minor opcode of failed request: 3 (X_OpenDevice)
Serial number of failed request: 38
Current serial number in output stream: 38
jon@jon-laptop:~/.wine/drive_c/Program Files/Adobe/Photoshop 7.0$ wine --version
wine-0.9.30
jon@jon-laptop:~/.wine/drive_c/Program Files/Adobe/Photoshop 7.0$
--
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=7757
Summary: GetDeviceCaps(NUMCOLORS) returns wrong value: -1
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dv5a(a)dc.uba.ar
The function GetDeviceCaps(NUMCOLORS) must return 1 if device uses more than
256 colors (see http://msdn.microsoft.com/library/en-us/gdi/devcons_88s3.asp )
But is return -1. This is wrong.
http://source.winehq.org/source/dlls/winex11.drv/init.c#L213http://source.w…
Fix is trivial :
216 * color depths, 1 is returned. */
217 return (screen_depth > 8) ? 1 : (1 << screen_depth);
This bug makes COMPUMAP application (a street map of Buenos Aires) crash on
printing.
--
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=2493
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-gdi-(printing) |wine-comctl32
------- Additional Comments From thestig(a)google.com 2007-15-03 19:07 -------
any progress on this one?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=4372
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-gui |wine-comctl32
Ever Confirmed| |1
------- Additional Comments From thestig(a)google.com 2007-15-03 19:07 -------
this is a comctl32 bug, and it's in wine 0.9.32 as well.
--
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=3934
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From thestig(a)google.com 2007-15-03 18:48 -------
works with wine 0.9.32.
--
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=7494
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From thestig(a)google.com 2007-15-03 18:29 -------
Works for me now, resolving as fixed.
--
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.