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(a)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(a)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(a)localhost wine-git]$ wine --version wine-0.9.30-504-gc9b9847 [j(a)localhost wine-git]$ wine sqlplus.exe hanbai/hanbai(a)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(a)localhost wine-git]$ wine --version wine-0.9.30-505-gfc5b795 [j(a)localhost wine-git]$ wine sqlplus.exe hanbai/hanbai(a)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.