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.
http://bugs.winehq.org/show_bug.cgi?id=4427
------- Additional Comments From mr.method(a)gmail.com 2007-15-03 18:16 -------
I was initially having this exact issue:
"failed to lock index buffer in CMeshDX8::LockIndexBuffer"
It looks like it was indeed the pixel shaders, as that box was checked in my
winecfg.
Once disabled, everything worked.
Thanks. :P
--
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=6240
------- Additional Comments From rmh(a)aybabtu.com 2007-15-03 18:13 -------
It works fine now (both with Conquer and Conquista), when following the
instructions in the HOWTO from appdb.
This bug has become an amalgama of unrelated problems, and probably they're all
fixed (except for the install problem which has been filed as bug 7483). I
would suggest closing.
--
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=1198
------- Additional Comments From Speeddymon(a)gmail.com 2007-15-03 18:05 -------
Can this game be used now without natives, or with few natives?
--
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=7743
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.apple.com/itunes/
| |download/
Keywords| |download, Installer
Platform|Other |PC
------- Additional Comments From thestig(a)google.com 2007-15-03 18:04 -------
The install does not crash for me, although after the installer has finished, I get:
fixme:setupapi:CMP_WaitNoPendingInstallEvents
about once a second and
fixme:setupapi:SetupDiGetClassDevsW returning empty list
fixme:setupapi:SetupDiEnumDeviceInterfaces 0x1afa20, (nil),
{53f56307-b6bf-11d0-94f2-00a0c91efb8b}, 0x00000000, 0x7b08740c
about once every 10 seconds.
--
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=1183
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2007-15-03 18:00 -------
Closing
--
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=7754
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From thestig(a)google.com 2007-15-03 17:59 -------
closing.
--
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=7753
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From thestig(a)google.com 2007-15-03 17:59 -------
closing.
--
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=2648
------- Additional Comments From us(a)edmeades.me.uk 2007-15-03 17:59 -------
It is still true that setting the text attributes only works in wineconsole
(with either backend of curses or user, I believe), but can be easily tested
using the 'color' command in wcmd now its implemented
--
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=7752
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From thestig(a)google.com 2007-15-03 17:59 -------
closing.
--
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=1183
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From Speeddymon(a)gmail.com 2007-15-03 17:59 -------
No response, resolving
--
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=7751
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From thestig(a)google.com 2007-15-03 17:59 -------
closing.
--
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=7750
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From thestig(a)google.com 2007-15-03 17:59 -------
closing.
--
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=7749
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From thestig(a)google.com 2007-15-03 17:59 -------
closing.
--
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=7748
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From thestig(a)google.com 2007-15-03 17:59 -------
closing.
--
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=7747
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From thestig(a)google.com 2007-15-03 17:59 -------
closing.
--
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=7755
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
*** Bug 7753 has been marked as a duplicate of this bug. ***
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
*** Bug 7754 has been marked as a duplicate of 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=7755
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
*** Bug 7753 has been marked as a duplicate of 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=7754
Summary: Mafia (v1.2): Game runs but there is a choppy sound.
Product: Wine
Version: 0.9.32.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=2291
OS/Version: Linux
Status: RESOLVED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: metalman2004(a)interia.pl
CC: metalman2004(a)interia.pl
The game is installing great and also it runs perfectly (i mean graphic is
perfect). But there is annoying problem with sound - some are repeating...
Generally speaking its a big mess with it. I did not paste logs here but you can
find them there -> http://appdb.winehq.org/appview.php?iVersionId=2291. Last
post - nick metal_man.
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
duplicate of bug 7755.
*** This bug has been marked as a duplicate of 7755 ***
--
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=7753
Summary: Mafia (v1.2): Game runs but there is a choppy sound.
Product: Wine
Version: 0.9.32.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=2291
OS/Version: Linux
Status: RESOLVED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: metalman2004(a)interia.pl
CC: metalman2004(a)interia.pl
The game is installing great and also it runs perfectly (i mean graphic is
perfect). But there is annoying problem with sound - some are repeating...
Generally speaking its a big mess with it. I did not paste logs here but you can
find them there -> http://appdb.winehq.org/appview.php?iVersionId=2291. Last
post - nick metal_man.
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
duplicate of bug 7755.
*** This bug has been marked as a duplicate of 7755 ***
--
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=7755
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
*** Bug 7752 has been marked as a duplicate of 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=7752
Summary: Mafia (v1.2): Game runs but there is a choppy sound.
Product: Wine
Version: 0.9.32.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=2291
OS/Version: Linux
Status: RESOLVED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: metalman2004(a)interia.pl
CC: metalman2004(a)interia.pl
The game is installing great and also it runs perfectly (i mean graphic is
perfect). But there is annoying problem with sound - some are repeating...
Generally speaking its a big mess with it. I did not paste logs here but you can
find them there -> http://appdb.winehq.org/appview.php?iVersionId=2291. Last
post - nick metal_man.
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
duplicate of bug 7755.
*** This bug has been marked as a duplicate of 7755 ***
--
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=7755
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
*** Bug 7750 has been marked as a duplicate of this bug. ***
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
*** Bug 7751 has been marked as a duplicate of 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=7755
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
*** Bug 7750 has been marked as a duplicate of 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=7751
Summary: Mafia (v1.2): Game runs but there is a choppy sound.
Product: Wine
Version: 0.9.32.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=2291
OS/Version: Linux
Status: RESOLVED
Severity: normal
Priority: P1
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: metalman2004(a)interia.pl
CC: metalman2004(a)interia.pl
The game is installing great and also it runs perfectly (i mean graphic is
perfect). But there is annoying problem with sound - some are repeating...
Generally speaking its a big mess with it. I did not paste logs here but you can
find them there -> http://appdb.winehq.org/appview.php?iVersionId=2291. Last
post - nick metal_man.
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
duplicate of bug 7755.
*** This bug has been marked as a duplicate of 7755 ***
--
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=7750
Summary: Mafia (v1.2): Game runs but there is a choppy sound.
Product: Wine
Version: 0.9.32.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=2291
OS/Version: Linux
Status: RESOLVED
Severity: normal
Priority: P1
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: metalman2004(a)interia.pl
CC: metalman2004(a)interia.pl
The game is installing great and also it runs perfectly (i mean graphic is
perfect). But there is annoying problem with sound - some are repeating...
Generally speaking its a big mess with it. I did not paste logs here but you can
find them there -> http://appdb.winehq.org/appview.php?iVersionId=2291. Last
post - nick metal_man.
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
duplicate of bug 7755.
*** This bug has been marked as a duplicate of 7755 ***
--
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=7755
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
*** Bug 7749 has been marked as a duplicate of 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=7749
Summary: Mafia (v1.2): Game runs but there is a choppy sound.
Product: Wine
Version: 0.9.32.
Platform: PC
OS/Version: Linux
Status: RESOLVED
Severity: normal
Priority: P1
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: metalman2004(a)interia.pl
CC: metalman2004(a)interia.pl
The game is installing great and also it runs perfectly (i mean graphic is
perfect). But there is annoying problem with sound - some are repeating...
Generally speaking its a big mess with it. I did not paste logs here but you can
find them there -> http://appdb.winehq.org/appview.php?iVersionId=2291. Last
post - nick metal_man.
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
duplicate of bug 7755.
*** This bug has been marked as a duplicate of 7755 ***
--
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=7755
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
*** Bug 7748 has been marked as a duplicate of 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=7748
Summary: Mafia (v1.2): Game runs but there is a choppy sound.
Product: Wine
Version: 0.9.32.
Platform: PC
OS/Version: Linux
Status: RESOLVED
Severity: normal
Priority: P1
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: metalman2004(a)interia.pl
The game is installing great and also it runs perfectly (i mean graphic is
perfect). But there is annoying problem with sound - some are repeating...
Generally speaking its a big mess with it. I did not paste logs here but you can
find them there -> http://appdb.winehq.org/appview.php?iVersionId=2291. Last
post - nick metal_man.
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
duplicate of bug 7755.
*** This bug has been marked as a duplicate of 7755 ***
--
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=7755
Summary: Mafia (v1.2): Game runs but there is a choppy sound.
Product: Wine
Version: 0.9.32.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=2291
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: metalman2004(a)interia.pl
CC: metalman2004(a)interia.pl
The game is installing great and also it runs perfectly (i mean graphic is
perfect). But there is annoying problem with sound - some are repeating...
Generally speaking its a big mess with it. I did not paste logs here but you can
find them there -> http://appdb.winehq.org/appview.php?iVersionId=2291. Last
post - nick metal_man.
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
*** Bug 7747 has been marked as a duplicate of 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=7747
Summary: Mafia (v1.2): Game runs but there is a choppy sound.
Product: Wine
Version: 0.9.32.
Platform: PC
OS/Version: Linux
Status: RESOLVED
Severity: normal
Priority: P1
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: metalman2004(a)interia.pl
The game is installing great and also it runs perfectly (i mean graphic is
perfect). But there is annoying problem with sound - some are repeating...
Generally speaking its a big mess with it. I did not paste logs here but you can
find them there -> http://appdb.winehq.org/appview.php?iVersionId=2291. Last
post - nick metal_man.
------- Additional Comments From thestig(a)google.com 2007-15-03 17:58 -------
duplicate of bug 7755.
*** This bug has been marked as a duplicate of 7755 ***
--
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=5631
us(a)edmeades.me.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |us(a)edmeades.me.uk
--
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=1182
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2007-15-03 17:57 -------
Closing
--
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=1182
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From Speeddymon(a)gmail.com 2007-15-03 17:57 -------
If wine doesnt crash when running with artsdsp then this bug can be closed.
Please file a new bug for the issue about no sound being routed.
Resolving
--
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=3527
us(a)edmeades.me.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |us(a)edmeades.me.uk
--
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=7746
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From thestig(a)google.com 2007-15-03 17:55 -------
closing.
--
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=7745
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From thestig(a)google.com 2007-15-03 17:55 -------
closing.
--
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=7744
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From thestig(a)google.com 2007-15-03 17:55 -------
closing.
--
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=7743
------- Additional Comments From thestig(a)google.com 2007-15-03 17:54 -------
*** Bug 7746 has been marked as a duplicate of 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.