Wine first-time configuration gets stuck forever on macOS

Questions about Wine on macOS.
Locked
narseh
Newbie
Newbie
Posts: 1
Joined: Wed Jan 24, 2018 12:18 am

Wine first-time configuration gets stuck forever on macOS

Post by narseh »

I have installed wine 3.0 using homebrew on macOS High Sierra. Unfortunately, the first-time configuration screen gets stuck forever and the system experiences high cpu usage. I killed the wine processes and removed .wine and .local directories and started again to no avail. Could anyone give a clue to what's going on?

Here's the terminal output:

Amins-MBP:Downloads amin$ regedit
wine: created the configuration directory '/Users/amin/.wine'
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0012:err:ole:get_local_server_stream Failed: 80004002
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0014:err:ole:get_local_server_stream Failed: 80004002
0010:err:psdrv:PSDRV_PPDDecodeHex Invalid hex char in hex string
0010:err:psdrv:PSDRV_PPDDecodeHex Invalid hex char in hex string
0010:err:psdrv:PSDRV_PPDDecodeHex Invalid hex char in hex string
0010:err:psdrv:PSDRV_PPDDecodeHex Invalid hex char in hex string
0010:err:psdrv:PSDRV_PPDDecodeHex Invalid hex char in hex string
0010:err:psdrv:PSDRV_PPDDecodeHex Invalid hex char in hex string
0010:err:psdrv:PSDRV_PPDDecodeHex Invalid hex char in hex string
0010:err:psdrv:PSDRV_PPDDecodeHex Invalid hex char in hex string
0010:err:psdrv:PSDRV_PPDDecodeHex Invalid hex char in hex string
0010:err:psdrv:PSDRV_PPDDecodeHex Invalid hex char in hex string
0010:err:psdrv:PSDRV_PPDDecodeHex Invalid hex char in hex string
0010:err:psdrv:PSDRV_PPDDecodeHex Invalid hex char in hex string
0010:err:psdrv:PSDRV_PPDDecodeHex Invalid hex char in hex string
0017:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0017:err:mscoree:LoadLibraryShim error reading registry key for installroot
0017:err:mscoree:LoadLibraryShim error reading registry key for installroot
0017:err:mscoree:LoadLibraryShim error reading registry key for installroot
0017:err:mscoree:LoadLibraryShim error reading registry key for installroot
0017:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0017:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
001b:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
001b:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
001b:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0010:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0010:fixme:dwmapi:DwmIsCompositionEnabled 0x6dbd1518
0010:fixme:winsock:set_dont_fragment IP_DONTFRAGMENT for IPv4 not supported in this platform
001d:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x69ebd3de, context 0x9e6640, init_notify 0, handle 0x12dfa40): stub
0009:err:process:__wine_kernel_init boot event wait timed out
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine first-time configuration gets stuck forever on macO

Post by dimesio »

Does this also happen with the WineHQ packages? If no, it's a Homebrew issue; report the problem to them.

If this also happens with the WineHQ packages, do you have a network printer that is unreachable? If so, this is probably https://bugs.winehq.org/show_bug.cgi?id=10358.

Either way, you also need to fix this:
0010:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
Locked