https://bugs.winehq.org/show_bug.cgi?id=55736
--- Comment #12 from Bernhard Übelacker bernhardu@mailbox.org --- Created attachment 75562 --> https://bugs.winehq.org/attachment.cgi?id=75562 Patch for wine-mono to avoid the crash if array is "empty".
I got now to build wine-mono myself to continue some experiments.
And it looks like in this case array->sizes is still NULL because array->numsizes is still zero.
Attached patch does a continue in the for loop in case numsizes or numlobounds is zero. A libmono-2.0-x86_64.dll built with this patch does no longer show the crash and Solid Edge stays running.
So I guess this bug should get switched to component mscoree?