Invalid path L"_BrowseProperty"

Questions about Wine on macOS.
Locked
butterflyfish
Newbie
Newbie
Posts: 1
Joined: Sat Jul 04, 2020 2:02 pm

Invalid path L"_BrowseProperty"

Post by butterflyfish »

I am trying to install an msi software on MacOS Catalina 10.15.5 (http://www.oceaninstruments.co.nz/downloads/)

Code: Select all

wine64 msiexec /i /Downloads/SoundTrapHostInstaller_x64.msi
it does launch the installer but it fails when I get to browse an installation directory. I can only see a '_BrowseProperty' folder, cannot choose anything else, and it fails, with the following errors:

Code: Select all

001b:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000142
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb" failed to start: 1114
0026:fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0)
0028:fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0)
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0009:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0009:fixme:msi:event_spawn_wait_dialog doing nothing
0009:err:msi:msi_dialog_onkillfocus Invalid path L"_BrowseProperty"
0009:err:msi:msi_dialog_onkillfocus Invalid path L"_BrowseProperty"
0009:err:msi:msi_dialog_onkillfocus Invalid path L"_BrowseProperty"
0009:err:msi:msi_dialog_onkillfocus Invalid path L"_BrowseProperty"
0009:err:msi:msi_dialog_onkillfocus Invalid path L"_BrowseProperty"
0009:fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0)
Any help appreciated!
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Invalid path L"_BrowseProperty"

Post by Gcenx »

That seems strange, if you install wine using brew I do provide wine packages as Winehq currently isn’t updating there’s.

brew tap gcenx/wine
brew cask install gcenx-wine-${package}

The wine packages I provide are stable/devel/staging, devel/staging packages were not updated yet by will be sometime Sunday/Monday
Locked