http://bugs.winehq.org/show_bug.cgi?id=6338
Summary: Running Sonic DX, causes an Unhandled division by zero
error and crashes
Product: Wine
Version: 0.9.22.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ryanbach(a)adelphia.net
Please see attached logfile.
--
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=4051
------- Additional Comments From the3dfxdude(a)gmail.com 2006-01-10 14:51 -------
You cannot just detect kde, because some people have arts installed, and no kde.
I still maintain the correct thing to do is to patch arts.
--
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=6336
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx-dshow |wine-directx-ddraw
--
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=6336
------- Additional Comments From the3dfxdude(a)gmail.com 2006-01-10 14:48 -------
I highly suspect you are seeing the results of the ddraw rewrite. Wine no longer
supports DGA. This means starcraft is completely unaccelerated in default
0.9.22. Therefore you either need a very fast machine or you need to use the
opengl backend with an Nvidia Geforce 2-FX. See the appdb. Setting the color
depth to 8bpp helps prevent the need for color conversions also.
I wanted to resolve this WONTFIX, but I'll give you chance to find perhaps a
regression if your problem is linked to something else.
Starcraft is plenty fast for me, in both unaccelerated gdi surfaces,
accelerated, and as well on my ubuntu test box--700Mhz.
--
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=4763
stefan_betz(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |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=5620
------- Additional Comments From bobbyg(a)gmx.net 2006-01-10 14:35 -------
Wine is trying to talk to the License Manager Service:
fixme:sync:CallNamedPipeW L"\\\\.\\pipe\\Adobe LM
Service0ECA17E3-C1AE-4b96-89EF-8F8F0D78AF81" 0x33f0a0 20 0x33f0c8 20 0x33f0dc 2000
fixme:advapi:QueryServiceObjectSecurity 0x21c960 4 0x33f530 4 0x33f52c
which is not implemented. You can actually use it for some minutes if you copy
the registry entries of your activated product over to wine's registry but
that's obviously not a solution.
--
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=6336
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
------- Additional Comments From truiken(a)gmail.com 2006-01-10 14:30 -------
Please do a regression test to find the patch that caused the slowdown:
http://wiki.winehq.org/GitWine#regression_testing
--
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=6337
Summary: ComboBox strings are truncated for OWNERDRAW styles
(Acrobat 7)
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bobbyg(a)gmx.net
The strings in every ComboBox in the preferences dialog of Adobe Acrobat 7 are
truncated to 4 characters. This is because the ListBox control returns
sizeof(DWORD) for LB_GETTEXTLEN when an OWNERDRAW style is used (listbox.c
around line 2700). Since we send this message ourselves to get the length in
CBPaintText (combo.c around line 726) I'm not sure where the error actually is.
--
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.