empty install shield window hangs

Questions about Wine on macOS.
Locked
mikathem
Newbie
Newbie
Posts: 2
Joined: Wed Sep 03, 2014 8:04 pm

empty install shield window hangs

Post by mikathem »

Hello, I installed wine using macports. I am running mac osx 10.7.5. In terminal, when I wineboot I get the following:

wine: created the configuration directory '/Users/mikathem/.wine'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
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.
fixme:iphlpapi:NotifyAddrChange (Handle 0x11ff560, overlapped 0x11ff56c): stub
wine: configuration in '/Users/mikathem/.wine' has been updated.

When I then try to setup my application by navigating to the correct directory and typing wine setup.exe, the install shield window comes up (empty) and then wine just hangs there. I have to force quit or kill the process. I also tried wine-devel and had the same problem.
Any thoughts?
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Re: empty install shield window hangs

Post by doh123 »

first install samba in Macports to get rid of the ntlm_auth error, and see if it still happens.
mikathem
Newbie
Newbie
Posts: 2
Joined: Wed Sep 03, 2014 8:04 pm

Re: empty install shield window hangs

Post by mikathem »

Thanks for the reply. I installed samba3 using macports to no avail. Same problem. Hangs at install shield.
Locked