ERRORS in Monterey V12.2 wine64 and wine64 msiexec /i

Questions about Wine on macOS.
Locked
Gabri86
Newbie
Newbie
Posts: 1
Joined: Sat Jan 29, 2022 4:25 am

ERRORS in Monterey V12.2 wine64 and wine64 msiexec /i

Post by Gabri86 »

Hi,

Apparently, Wine-Stable is unable to run any WIN application from the installer.

wine64 npp.8.2.1.Installer.x64.exe
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Internal error.

the wine64 msiexec /i for .msi return the following error
00c4:fixme:file:NtLockFile I/O completion on lock not implemented yet
00c4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION

I have tried the trial of CrossOver same issue....any idea?
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: ERRORS in Monterey V12.2 wine64 and wine64 msiexec /i

Post by Gcenx »

Gabri86 wrote: Sat Jan 29, 2022 4:44 am Apparently, Wine-Stable is unable to run any WIN application from the installer.

wine64 npp.8.2.1.Installer.x64.exe
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Internal error.
I downloaded this exact installer and I can tell you it's a 32Bit installer (this is very common with Windows unfortunately) instead grab the portable archive. It loaded but crashed on exit.
Gabri86 wrote: Sat Jan 29, 2022 4:44 am the wine64 msiexec /i for .msi return the following error
00c4:fixme:file:NtLockFile I/O completion on lock not implemented yet
00c4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION

I have tried the trial of CrossOver same issue....any idea?

Code: Select all

Deans-MBP:~ gcenx$ wine64 msiexec /i
0100:fixme:msi:MsiMessageBoxW 0000000000000000 L"Windows Installer 4.5.6001.22308\n\nUsage:\nmsiexec command {required parameter} [optional parameter]\n\nInstall a product:\n\t/i {package|product_code} [property]\n\t/package {package|product_code} [property]\n\t/a package [property]\nRepair an installation:\n\t/f[p|o|e|d|c|a|u|m|s|v] {p"... (null) 0 00000409 00000000
0100:fixme:imm:ImeSetActiveContext (0x260e10, 1): stub
0100:fixme:imm:ImmReleaseContext (000000000001005C, 0000000000260E10): stub
0080:fixme:imm:ImeSetActiveContext (0x256910, 0): stub
0080:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000256910): stub
Works for me, the above is what's shown in terminal.
Locked