http://bugs.winehq.org/show_bug.cgi?id=3731
stefandoesinger(a)gmx.at changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2993 is|0 |1
obsolete| |
------- Additional Comments From stefandoesinger(a)gmx.at 2006-22-07 14:07 -------
Created an attachment (id=2998)
--> (http://bugs.winehq.org/attachment.cgi?id=2998&action=view)
another update
Ok, this patch should draw the cursor correctly now. It adds a flag to allow
loading the special surface altough it is in scratch
--
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=3731
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-22-07 13:40 -------
Created an attachment (id=2997)
--> (http://bugs.winehq.org/attachment.cgi?id=2997&action=view)
snapshot
stefan, as you said, after removing the line it works:
diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c
index fa4f615..5fdfb14 100644
--- a/dlls/wined3d/surface.c
+++ b/dlls/wined3d/surface.c
@@ -1646,7 +1646,7 @@ static HRESULT WINAPI IWineD3DSurfaceImp
if (This->resource.pool == WINED3DPOOL_SCRATCH)
{
FIXME("(%p) Operation not supported for scratch textures\n",This);
- return WINED3DERR_INVALIDCALL;
+ // return WINED3DERR_INVALIDCALL;
}
if (This->Flags & SFLAG_INPBUFFER) {
--
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=3294
------- Additional Comments From stefan.siebert(a)web.de 2006-22-07 13:15 -------
This bug has been fixed in current cvs. We should close that one. See bug 2985
for an explanation of the problem.
--
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=2985
------- Additional Comments From stefan.siebert(a)web.de 2006-22-07 13:12 -------
This bug has been fixed in current cvs. As it's related to an old beta it should
be closed anyway.
--
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=3812
------- Additional Comments From lionel.ulmer(a)free.fr 2006-22-07 13:01 -------
Created an attachment (id=2995)
--> (http://bugs.winehq.org/attachment.cgi?id=2995&action=view)
+msi,+ole,+olerelay,+seh trace
Trace taken with the following command:
WINEDEBUG=+msi,+ole,+olerelay,+seh wine SetupLA03299047.exe
No idea if it's useful as it's quite big and the error is not obvious in the
log (and as it's not a plain messagebox, no idea how to pin point where the
application throws the error message to the user).
--
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=3812
------- Additional Comments From rob(a)codeweavers.com 2006-22-07 12:12 -------
Can you attach a +ole,+olerelay,+seh log of this new failure?
--
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=5732
------- Additional Comments From lofi(a)freebsd.org 2006-22-07 11:26 -------
Well, indeed, it does not work and someone needs to make it work, that's why I
filed this bug. :)
Please don't close it - even if there's currently nobody available who can fix
this isse, it *does* need fixing and perhaps somebody will take interest at a
later time (you could mark a whole bunch of similar bugs as duplicates of
this, perhaps that will speed up the process).
Also, I don't believe the default FreeBSD kernel uses a 2/2 split.
--
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.