[Bug 11749] Sony PlayOnline doesn't launch anymore

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Apr 12 10:43:00 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=11749


Chrisn <Winehq at cnormington.plus.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Winehq at cnormington.plus.com




--- Comment #13 from Chrisn <Winehq at cnormington.plus.com>  2008-04-12 10:42:59 ---
I think I'm having the same sort of problem, except I get when get to enter a
password.  Tracked it down to the same patch thats causing you trouble.

After further investigation managed to get passed it.
dlls\wined3d\surface.c in function IWineD3DSurfaceImpl_RealizePalette (line
3583 wine 0.9.59)
right near the end at line 3616
    if(This->resource.usage & WINED3DUSAGE_RENDERTARGET)
        IWineD3DSurface_LoadLocation(iface, SFLAG_INDRAWABLE, NULL);

changing them to 
    //if(This->resource.usage & WINED3DUSAGE_RENDERTARGET)
    //    IWineD3DSurface_LoadLocation(iface, SFLAG_INDRAWABLE, NULL);

rebuilding then running got me past it.  It might work here.  Currently I don't
know how to make a patch.

Hope this helps


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list