http://bugs.winehq.org/show_bug.cgi?id=4191
------- Additional Comments From sambesselink(a)planet.nl 2006-29-06 11:22 -------
This bug seems to have returned in Wine 0.9.16. When installing 3DMark2001 SE
halfway I get the window displaying the message "An installation support file
could not be installed. (0x8000ffff)", with the following in my console:
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc WM_STYLECHANGING: stub
fixme:richedit:RichEditANSIWndProc WM_STYLECHANGED: stub
fixme:richedit:RichEditANSIWndProc WM_STYLECHANGING: stub
fixme:richedit:RichEditANSIWndProc WM_STYLECHANGED: stub
fixme:ole:ITypeInfo_fnRelease destroy child objects
This is the same as Bernd Buschinski reported.
--
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=5253
------- Additional Comments From the3dfxdude(a)gmail.com 2006-29-06 11:21 -------
Yes you can change make ddraw to use opengl. Set
HKEY_CURRENT_USER\Software\Wine\Direct3D\DirectDrawRender to opengl. Set it to
gdi if you want the old functionality back. The funny thing is, even though you
can't see the screen, it doesn't crash. This is without any 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=5200
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-29-06 10:21 -------
This has been commited.
--
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
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tom.de.vree(a)telenet.be
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-29-06 10:20 -------
*** Bug 5564 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=5564
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-29-06 10:20 -------
Please use search next time.
*** This bug has been marked as a duplicate of 4051 ***
--
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=5564
Summary: winecfg crashes on audio tabpage
Product: Wine
Version: 0.9.15.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tom.de.vree(a)telenet.be
Every time I start the winecfg tool and select the Audio tabpage, the program
crashes with an invalid pointer error
--
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=5469
------- Additional Comments From charles(a)diagnos.co.uk 2006-29-06 10:14 -------
Yep, unfortunately the code is pretty reliant on passing and comparing strings
of abitrary 8 bit data.
I've been trying to have a bit of a look into the code for this to see if I can
help out, but a lot of this is pretty new to me, so it's slow going... I
apologise if I therefore say something stupid :)
The message compare functions seem to be treating the data as Unicode data -
shouldn't they be treated as ANSI strings? The code I encountered this problem
on was originally for Windows 95. Did this have Unicode support?
Reading the information on varbstrcmp, am I right in thinking that the LCID is
used to determine whether the strings are Unicode or ANSI? Would the string
compare functions be different if ANSI strings were used?
Thanks for looking into this by the way!
--
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=5469
------- Additional Comments From juan_lang(a)yahoo.com 2006-29-06 09:42 -------
The embedded NULLs are now fixed in CVS. Are you dependent on using character
values like Chr$(1) and Chr$(2) 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.