http://bugs.winehq.org/show_bug.cgi?id=2703
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-08-02 10:56 -------
this has been fixed.
--
Configure bugmail: http://bugs.winehq.org/…
[View More]userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2707
Summary: crash in glReadBuffer with nvidia-glx
Product: Wine
Version: 20050111
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gus(a)inodes.org
I've been playing Dungeon Keeper II quite happily for a while now, but for the
last month or so …
[View More]every time I start the game it crashes immediately on the first
move of the mouse. I had this once a while ago and didn't know what caused it -
I believe a reboot fixed it, so put it down to nvidia hardware wierdness. This
time however, nothing I can do can make it go away and it is 100% reproducible -
always with the same stacktrace. As far as I can tell, other (non-wine) GL
programs run fine.
By putting in some TRACE statements, I've tracked it down to the
glReadBuffer(GL_FRONT) call in d3ddevice_lock_update() (d3ddevice/main.c:~3670),
called from This->lock_update(...) in Main_DirectDrawSurface_Lock()
(dsurface/main.c:1124). Unfortunately I don't know anything about GL (or D3D)
so don't know how to debug this further.
A full WINEDEBUG=+ddraw log is available at http://www.inodes.org/~gus/dk2.log
The "made it to __LINE__" lines are my extra debugging traces.
--
- Gus
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2699
------- Additional Comments From jberkes(a)pc-tools.net 2005-07-02 18:54 -------
That's interesting, same behaviour under 20050111. That is, the richedit with
style ES_DISABLENOSCROLL only accepts numbers, so it is not completely disabled.
I think there has been an error in interpreting the win32 API! The style
ES_DISABLENOSCROLL as per MSDN "Disables scroll bars instead of hiding them when
they are not needed." And that's what I observe on an …
[View More]MS Windows system.
The #define value for ES_DISABLENOSCROLL is the same value for ES_NUMBER, which
is confusing. However the observed behaviour on MS Windows systems is that a
richedit control with this style shows a disabled scroll bar rather than hiding
it. It does not, as Wine has interpreted, only accept numerical input!
So from what I can see, Wine's richedit currently misinterprets ES_NUMBER as
meaning the control should only accept numbers, whereas on MS Windows systems
this style (== ES_DISABLENOSCROLL) means to show a disabled scrollbar, without
caring about only-numerical input.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2699
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-07-02 16:25 -------
FWIW For me, under wine cvs this accepts keyboard input as long as its a
numeric digit...
--
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=2702
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |us(a)the-edmeades.demon.co.uk
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-07-02 16:18 -------
I didnt recheck the code had gone …
[View More]into cvs - sorry. I'll resubmit and check it
this time.
--
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.
You are on the CC list for the bug, or are watching someone who is.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2256
------- Additional Comments From jeb(a)jebshouse.com 2005-07-02 15:39 -------
There is a workaround for this bug. If you edit the .wine/config file like this:
; Use the Render extension to render client side fonts (default "Y")
"ClientSideWithRender" = "N"
; Fallback on X core requests to render client side fonts (default "Y")
"ClientSideWithCore" = "N"
; Set both of the previous two to "N" in order to force X11 server side fonts
You should be …
[View More]able to see the text. It's very small and hard to read, but it's
there. You can download and install fonts and tweak to try and get better
performance (see this thread at boards.wizards.com:
http://boards.wizards.com/showthread.php?t=369379 )
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2631
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |us(a)the-edmeades.demon.co.uk
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional …
[View More]Comments From us(a)the-edmeades.demon.co.uk 2005-07-02 15:33 -------
This fails because it passes invalid parms into RegisterClassExA, and we dont
do any parm checking so trap when dereferencing a pointer. I have a patch for
that which gets the app further, fixing this bug. However, it dies later on
which is a issue for another bug / later :-(
--
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.
You are on the CC list for the bug, or are watching someone who is.
[View Less]