25 May
2019
25 May
'19
6:22 p.m.
https://bugs.winehq.org/show_bug.cgi?id=45642 --- Comment #11 from Fabian Maurer <dark.shadow4(a)web.de> --- @Zebediah Figura Something must have gone wrong with the patch, it completely breaks 64bit wine. You can't just use
user_shared_data_external->SystemCallPad[0] = 1 You need to have both: user_shared_data->SystemCallPad[0] = 1; user_shared_data_external->SystemCallPad[0] = 1;
-- 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.