https://bugs.winehq.org/show_bug.cgi?id=47350
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #2 from Piotr Caban piotr.caban@gmail.com --- I don't know if it's related to this bug but in my builds (64-bit, clang) arguments are passed incorrectly to wmain because -mabi=ms is not supported. E.g. after starting `wine uninstaller --list` the --list argument is ignored (negative count of arguments) or the application crashes.
This is unrelated but probably also worth mentioning - in mingw builds strip removes information if dll is builtin. So after running e.g. `i686-w64-mingw32-strip kernelbase.dll` wine fails to start.