https://bugs.winehq.org/show_bug.cgi?id=46569
Bug ID: 46569 Summary: ToDoList 7.1 : fails to launch after WINE upgrade to 4.0 version Product: Wine Version: 4.0 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: api-ms-win-* Assignee: wine-bugs@winehq.org Reporter: tosak@poczta.fm Distribution: Fedora
Created attachment 63442 --> https://bugs.winehq.org/attachment.cgi?id=63442 library file that helped me launch ToDoList.exe with 3.x versions of WINE
With 3.x versions of WINE I could launch ToDoList.exe with the following command: [tomaszosak@localhost ~]$ wine /home/tomaszosak/todolist_exe/ToDoList.exe There was an error, initially, indicating the lack of the MFC42u.DLL library, but after placing this file (see: Attachment) in ToDoList folder it started to work.
After WINE upgrade to 4.0 version ToDoList fails to launch with WINE command:
[tomaszosak@localhost ~]$ wine /home/tomaszosak/todolist_exe/ToDoList.exe wine: Call from 0x7bc534a1 to unimplemented function api-ms-win-core-libraryloader-l1-2-1.dll.FindResourceW, aborting 01e6:err:module:attach_dlls "MFC42u.DLL" failed to initialize, aborting 01e6:err:module:attach_dlls Initializing dlls for L"Z:\home\tomaszosak\todolist_exe\ToDoList.exe" failed, status 80000100
Link to download program: http://abstractspoon.pbwiki.com/f/todolist_exe.zip (7.1 version)
My distribution version: [tomaszosak@localhost ~]$ cat /etc/fedora-release Fedora release 29 (Twenty Nine)
Info about my system: [tomaszosak@localhost ~]$ uname -a Linux localhost.localdomain 4.20.3-200.fc29.x86_64 #1 SMP Thu Jan 17 15:19:35 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux