http://bugs.winehq.org/show_bug.cgi?id=28898 --- Comment #39 from William Pettersson <william.pettersson+wine(a)gmail.com> 2012-03-11 01:57:03 CST --- Created attachment 39307 --> http://bugs.winehq.org/attachment.cgi?id=39307 Fixing up D3 installer I believe I've fixed the segfault in wineserver. The invalid line was process = (struct process *) ptid_entries[i + PTID_OFFSET].ptr; but the "+ PTID_OFFSET" shouldn't be here, that refers to "ID"s and not indexes into the ptid_entries array. At least, wineserver doesn't seem to crash any more. -- 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.