https://bugs.winehq.org/show_bug.cgi?id=35910
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #8 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Created attachment 56854 --> https://bugs.winehq.org/attachment.cgi?id=56854 change number of arguments for NtAllocateUuids
According to bug 30499 there are several bugs because this installer does likely lot`s of lowlevelstuff. The specific crash of this installer could be due to NtAllocateUuids.
According to this site https://github.com/zeromq/zeromq2-x/blob/master/builds/android/uuid/gen_uuid... the number of arguments changed from 3 to 4 time ago if i get the text correctly. Attached patch makes the crash go into popping up an errorwindow (what an improvement ;)) Note: this patch is generated from wine-staging source, with plain wine it doesnt seems to crash earlier