[Bug 13335] libGL error when launching warcraft 3

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jul 7 05:57:33 CDT 2008


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





--- Comment #64 from Roderick Colenbrander <thunderbird2k at gmx.net>  2008-07-07 05:57:33 ---
These patches are hacks. In short wine emulates the windows memory layout and
reserves a lot of virtual memory for this. Only a few hundred MB is left for
system libraies like libGL.so. The ati driver doesn't like this layout (perhaps
it wants large ranges and we are offering small chunks). What we need to do is
to wrap all memory allocation calls (malloc, mmap ..), so that native libGL.so
uses 'win32 memory' but this is quite tricky. It is the only solution.


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