https://bugs.winehq.org/show_bug.cgi?id=38220 Sergey <isakov-sl(a)bk.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |isakov-sl(a)bk.ru --- Comment #5 from Sergey <isakov-sl(a)bk.ru> --- I also can confirm this bug and I made regression test. Something wrong with my attempt, it said ~~~~ The first bad commit could be any of: 2f804307bda0f62ac23c9a3387e185150868fede 7f618695c624f532300ecff8735f94fec3f3a86c 8ed9c2a11bf8a61909ef0940d0dee3611a6c003e db80aba5ad526b8691dace1c4c20b5cbc85389a4 1fcc75299f3e640ec60ef3caade9d14fa2e1299a We cannot bisect more! ~~~~ I am looking around and have one doubt ~~~~ if (!gl_info->supported[ARB_DRAW_INSTANCED] && !gl_info->supported[ARB_INSTANCED_ARRAYS]) { FIXME("Instanced drawing not supported.\n"); } else { ~~~~ should it be || instead of && ? "else" will be executed if (1 && 0) that leads to crash. -- 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.