https://bugs.winehq.org/show_bug.cgi?id=41626
Bug ID: 41626 Summary: msiexec fails with error: fixme:ntdll:NtLockFile I/O completion on lock not implemented yet Product: Wine Version: 1.8.5 Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: alst5940@colorado.edu
I'm trying to install the following program on my macbook pro (OS 10.21 Sierra) using Wine.
I have successfully installed this using wine with the following command:
wine msiexec /i dnasp51001.msi
Previously I was using Wine v1.8.1 and OS10.10 (Yosemite)
However, when I try to run the same command, I get the following error:
$ msiexec /i dnasp51001.msi fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
NOTE: I have tried to use the development edition of Wine (1.9.22), Wine 1.8.5, and the older version that worked previously (Wine 1.8.1). Nothing has worked for me so far.
I've tried to search for an answer here and elsewhere without success. Please let me know if you need any additional information.
https://bugs.winehq.org/show_bug.cgi?id=41626
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz@gmail.com
--- Comment #1 from fjfrackiewicz@gmail.com --- Sounds like a duplicate of bug 40827 and bug 40744...
https://bugs.winehq.org/show_bug.cgi?id=41626
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #2 from winetest@luukku.com --- I can't confirm this.
sha1sum dnasp51001.msi 2f0e4fc625f8fd41c1cf9684eda868d5299da7e1 dnasp51001.msi
Installs and also runs.
It complained about err:module:import_dll Library MFC40.DLL (which is needed by L"C:\windows\system32\threed32.ocx") not found
but that doesnt seem to break anything.
wine --version wine-1.9.22-151-g6a5ff11
https://bugs.winehq.org/show_bug.cgi?id=41626
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com, | |dimesio@earthlink.net
https://bugs.winehq.org/show_bug.cgi?id=41626
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #3 from Rosanne DiMesio dimesio@earthlink.net --- A fixme is not, in itself, a bug, and if everything is working, you can ignore them. Wine often prints lots of harmless messages in the console for apps that work perfectly fine.
In the case of dnasp51001.msi, I do get that message in the console when I install it with msiexec /i, but it does not prevent the app from installing, and the installed app runs.
https://bugs.winehq.org/show_bug.cgi?id=41626
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Jeff Zaroyko jeffz@jeffz.name --- Closing invalid.