[Bug 46371] FFXI + Ashita random crash ingame

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 26 20:41:34 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=46371

--- Comment #9 from Algaris <winehq at foreversmall.com> ---
(In reply to Matteo Bruni from comment #8)
> (In reply to Algaris from comment #6)
> > Created attachment 63410 [details]
> > ffxi d3d d3d8 trace
> > 
> > The log is entirely too large to attach directly. Here's a link to the
> > updated trace with wine4.0 rc7.  I'm unable to use wine stable 4.0 because I
> > need the patch from Bug 46263 to get in game. Is there a wine-staging build
> > of wine 4.0 stable?
> 
> Thank you for the log, I see the issue.
> 
> The game sets a SYSMEM buffer as stream source 1 and makes a few draws with
> it. At some point it stops using the buffer (the following draws only use
> stream source 0) but it keeps it bound there. That currently means we
> unnecessarily upload the buffer in every following draw. That's not great
> but also not critical, until the game releases the buffer and we crash at
> the next draw while trying to upload the buffer again.
> 
> I'll write a patch.

Thanks for all your effort!

-- 
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