On 1/17/11 2:48 AM, shogun1234 wrote:
I checked out wine source from git and build from scratch which shows with version Code: wine-1.3.11-211-gbaeb0d9 /path/to/wine-git/wine msiexec /i Steam.exe works ok And it will comes to the stage of client display (login works ok). But when clicking game `install', it may shows the following message then back to terminal without any further message. Code: fixme:process:GetLogicalProcessorInformation ((nil),0x32e48c): stub fixme:process:GetLogicalProcessorInformation (0x10d0c00,0x32e48c): stub fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub. err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth>= 3.0.25 is in your path. err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
Fix this first. Then try again. James McKenzie