https://bugs.winehq.org/show_bug.cgi?id=37751
--- Comment #7 from Vincent Povirk madewokherd@gmail.com --- [0000002B: 0.00000 0] ENTER: System.Reflection.Assembly:LoadFrom (string,System.Security.Policy.Evidence)([STRING:010AC720:BootstrapperCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=ce35f76fcda82bad], 00000000, )
LoadFrom expects a path or filename according to MSDN, but we get an assembly name. Not sure if this function has some undocumented behavior, or if there's an earlier failure causing it to attempt this.