Wine Error Messages - Trying to Open ToDoList 8.3

Questions about Wine on macOS.
Locked
ArchiMark
Newbie
Newbie
Posts: 1
Joined: Mon Jun 17, 2024 6:36 pm

Wine Error Messages - Trying to Open ToDoList 8.3

Post by ArchiMark »

Hello,

Hope someone can please advise what to do so I can eliminate error messages and get the app ToDoList 8.3 (TDL) to run.

I am using a MacBook Pro M3 laptop that I bought new last October. OS is Sonoma 14.5, it's latest version.

There is this old page on installing on Mac from 11 years ago:

https://austinfrance.wordpress.com/2013 ... st-on-osx/

So I searched and found this webpage with instructions as posted by 'James McLellan'. This page is meant for installing on linux, but think it should be similar for MacOS in terminal.

https://superuser.com/questions/341828/ ... 64_1846135

Here's the current way to do it (31 May 2024)

Install Wine 6.0
Install Wintricks
From a command prompt: winetricks mfc42
You should NOT need to install "vcrun6" or "comctl32" using winetricks.
Run with "wine ~/todolist/ToDoList.exe" (assumes you have unpacked the ZIP archive to your home folder as "todolist")

Yesterday, I got the app to open, went through setup window and then I saw the sample list, but then it crashed.

Here's error messages I received in terminal today when I tried to open TDL:

marks@macbook-pro-2 ~ % wine ~/todolist/ToDoList.exe
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0024:err:environ:init_peb starting L"Z:\\Users\\marks\\todolist\\ToDoList.exe" in experimental wow64 mode
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
0024:fixme:file:NtLockFile I/O completion on lock not implemented yet
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
0024:err:module:import_dll Library mfc140u.dll (which is needed by L"Z:\\Users\\marks\\todolist\\PluginHelpers.dll") not found
0024:fixme:msvcrt:__clean_type_info_names_internal (01A780B0) stub
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
0024:err:module:import_dll Library mfc140u.dll (which is needed by L"Z:\\Users\\marks\\todolist\\PluginHelpers.dll") not found
0024:fixme:msvcrt:__clean_type_info_names_internal (01DD80B0) stub
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
0024:err:virtual:map_file_into_view failed to set PROT_EXEC on file map, noexec filesystem?
0024:err:virtual:virtual_map_section mapping 0x1ec0000 1000 0 failed
0024:err:seh:KiUserCallbackDispatcher ignoring exception
TDL does not open.

Any suggestions on how to resolve?

Thanks for any input.

Mark
mgatto
Newbie
Newbie
Posts: 4
Joined: Sat Sep 04, 2010 2:40 pm

Re: Wine Error Messages - Trying to Open ToDoList 8.3

Post by mgatto »

I got the exact same console output on an M3 with TodoList and installed mfc140 with winetricks as well since one of the error messages mentions it:

Code: Select all

winetricks -q mfc140
Locked