[Mesa-dev] [Bug 91118] Skydrift (running in Wine) crashes on start

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 26 12:08:11 PDT 2015


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

--- Comment #1 from Béla Gyebrószki <gyebro69 at gmail.com> ---
The following patch by Ilia Mirkin also fixes the crash for me:

diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index 79fa018..f7d8028 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -1638,6 +1638,8 @@ handle_first_current(struct gl_context *ctx)
       }
    }

+   _mesa_update_state(ctx);
+
    /* We can use this to help debug user's problems.  Tell them to set
     * the MESA_INFO env variable before running their app.  Then the
     * first time each context is made current we'll print some useful

The 2 different patches equally fix the crash for me in those 2 games.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150626/54a82ff0/attachment.html>


More information about the mesa-dev mailing list