[Bug 100393] Cemu wiiu emulator crashes after selecting game on radeonsi

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Mar 25 17:26:46 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=100393

--- Comment #1 from Ilia Mirkin <imirkin at alum.mit.edu> ---
You're forcing a core context, which in turn disables things like
glGetString(GL_EXTENSIONS); you have to use glGetStringi now. However cemu
isn't ready for a core context.

Try MESA_GL_VERSION_OVERRIDE=4.0COMPAT -- that should have the desired effect.
Note that tons of stuff doesn't work in such high-versioned compat contexts.
Any time you're setting any overrides, it's your problem rather than a mesa
problem...

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170325/cc5fc9ec/attachment.html>


More information about the dri-devel mailing list