After applying these patches, the applications Athenas ASS MHFU v3.42b and miniDSP/IL-DSP runs without crash, and working correctly.
Wine-bug: https://bugs.winehq.org/show_bug.cgi?id=47304 Wine-bug: https://bugs.winehq.org/show_bug.cgi?id=34537 Wine-bug: https://bugs.winehq.org/show_bug.cgi?id=32091
-- v5: Revert "msvcm90: add _Getgloballocale implementation." Revert "msvcm90: add _Addstd implementation." msvcm90: add _Addstd implementation. msvcm90: add _Getgloballocale implementation. msvcm90: add _Clocptr_func implementation. msvcm90: add _Sync_func implementation. msvcm90: add _Index_func implementation. msvcm90: add _Init_ctor, _Init_dtor, _Init_locks_ctor, _Init_locks_dtor implementation. msvcm90: add _Init_cnt_func implementation. msvcm90: add _Id_func implementation. msvcm90: add _Id_cnt_func implementation. msvcm90: add _Fpz_func implementation. msvcm90: add _BADOFF_func implementation. msvcm90: add _Wcerr_func implementation. msvcm90: add _Wclog_func implementation. msvcm90: add _Wcout_func implementation. msvcm90: add _Cerr_func implementation. msvcm90: add _Clog_func implementation. msvcm90: add _Cout_func implementation. msvcm90: add _Wcin_func implementation. msvcm90: add _Cin_func implementation.
This merge request has too many patches to be relayed via email. Please visit the URL below to see the contents of the merge request. https://gitlab.winehq.org/wine/wine/-/merge_requests/1191
On Tue Nov 15 17:20:35 2022 +0000, Bartosz Kosiorek wrote:
@piotr Do you know how the stub function for `_Cin_func` could looks like? I would like to verify if with stubs it will work.
```c void* __cdecl _Cin_func(void) { FIXME("() stub\n"); return NULL; } ```
On Tue Nov 1 18:39:13 2022 +0000, Piotr Caban wrote:
I forgot to mention - another option for msvcm is to add stubs like we do for other functions to see if it's enough to get the app running.
@piotr After adding stubs those applications are working correctly.
This merge request was closed by Bartosz Kosiorek.