https://bugs.winehq.org/show_bug.cgi?id=55209
Bug ID: 55209 Summary: Regression: When trying to launch (dotnet461) gitExtensions 3.5.3, fails with failed to start explorer c00000e5 Product: Wine-staging Version: 8.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: brunoaiss+winebugs@gmail.com CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Created attachment 74811 --> https://bugs.winehq.org/attachment.cgi?id=74811 A script which automates the steps to reproduce the issue
I downloaded and setup gitExtensions portable version 3.5.3 and it fails to launch.
Version used:
I'm using wine commit `9617c784b9d7ffa88182c24aa2f110a6867aa67d` and wine staging commit `e57244a59eae5f355598a99172a7bb7751c162cc`. I applied all the patches `staging/patchinstall.py --all`.
Steps done:
I setup the environment using `wineboot -i` and `winetricks -q dotnet461` to install the dependencies (included in the script).
I download and unpack gitExtensions (included in the script).
I run gitExtensions (not included in the script) `wine "$WINEPREFIX/drive_c/Program Files/gitExtensions/GitExtensions.exe"`
It fails to launch.
This behavior doesn't happen with wine 8.10 with `ntdll-wine-frames` staging patch.