[Bug 34480] Multiple games crash during attempt to write past the end of mip level, expecting contiguous mipchain allocation (League of Legends, Warlock Master of the Arcane)

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 25 14:00:35 CDT 2014


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

--- Comment #28 from a.metaphysical.drama at gmail.com ---
If you are talking about my hack ( http://pastebin.com/xSNJjkMY ), you should
remove the limitation for the doubled resource size, since it's made just for
LoL needs

For a quick try you can just replace:
if (resource->width <= 64 && resource->height <= 64)
with:
if (1)

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