I installed Wine following these instructions: http://tecadmin.net/steps-install-wine- ... a-systems/ .
I've tried running Steam and PuTTY with wine so far:
Code: Select all
[user@Computer-PC Downloads]$ wine putty.exe
wine: created the configuration directory '/home/user/.wine'
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
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:ntdll:NtLockFile I/O completion on lock not implemented yet
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 0xd9e318, overlapped 0xd9e330): stub
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 0xd9e318, overlapped 0xd9e330): stub
wine: configuration in '/home/user/.wine' has been updated.
wine: Bad EXE format for Z:\home\user\Downloads\putty.exe.
Code: Select all
[user@Computer-PC Downloads]$ wine start SteamInstall.msi
fixme:service:scmdatabase_autostart_services Auto-start service L"MountMgr" failed to start: 2
fixme:exec:SHELL_execute flags ignored: 0x00000100
[user@Computer-PC Downloads]$ fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:msi:event_spawn_wait_dialog doing nothing
fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut
wine: Bad EXE format for C:\Program Files (x86)\Steam\Steam.exe.
winecfg -> Drives and I get the message "Failed to connect to the mount manager, the drive configuration cannot be edited."
Weirdly enough, if I remove ~/.wine and let it recreate the configuration files by running winecfg, I can see the default c: drive in Drives(but I get the same problem if I try running a file again).
Thank you!