Wine problems and questions

Issues related to applications and software problems
Post Reply
zuqqw
Posts: 2
Joined: 2014/09/12 08:55:01

Wine problems and questions

Post by zuqqw » 2014/09/12 09:19:47

Hello everyone,

I've been using CentOS for a couple of months, first on a dedicated server but now I decided to install CentOS 7 64-bit on my laptop as well.

I installed Wine following these instructions: http://tecadmin.net/steps-install-wine- ... a-systems/ . I can't get anything to work, though.. I've been looking for a solution for around 8 hours now and it's starting to be pretty tiring.

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).


A disturbing thing I noticed after installation, is that the computer is still named Computer-PC from my previous installation of Windows Vista. How is this possible? I ran DBAN(Darik's Boot And Nuke, I used the Quick Erase setting) before installing CentOS.

Thank you.
Last edited by zuqqw on 2014/09/12 09:58:22, edited 3 times in total.

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Wine problems + computer name?

Post by TrevorH » 2014/09/12 09:36:36

I see mentions of a missing ntlm_auth and yum provides '*/ntlm_auth' says this is in samba-winbind-clients. Is that package installed?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

zuqqw
Posts: 2
Joined: 2014/09/12 08:55:01

Re: Wine problems + computer name?

Post by zuqqw » 2014/09/12 09:51:33

TrevorH wrote:I see mentions of a missing ntlm_auth and yum provides '*/ntlm_auth' says this is in samba-winbind-clients. Is that package installed?
samba.x86_64 is installed but samba-winbind-clients isn't. I'll try installing that.

EDIT: I still get the same errors after installing samba-winbind-clients. Any other ideas?

jovanmal
Posts: 1
Joined: 2016/01/15 10:21:56

Re: Wine problems and questions

Post by jovanmal » 2016/01/15 10:26:45

Hi,

I have installed CentOS 7.2 x64 with GNOME GUI and getting similar set of message when trying to run putty:

Code: Select all

[user@zwer Downloads]$ wine putty
fixme:service:scmdatabase_autostart_services Auto-start service L"MountMgr" failed to start: 2
fixme:dwmapi:DwmIsCompositionEnabled 0x6d41fd70
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x69e6babb, context 0x892e00, init_notify 0, handle 0x122e1b0): stub
fixme:iphlpapi:CancelMibChangeNotify2 (handle (nil)): stub
fixme:dwmapi:DwmIsCompositionEnabled 0x6d41fd70
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x69e6babb, context 0x892e00, init_notify 0, handle 0x122e1b0): stub
fixme:iphlpapi:CancelMibChangeNotify2 (handle (nil)): stub
wine: configuration in '/home/user/.wine' has been updated.
wine: Bad EXE format for H:\Downloads\putty.exe.

Please help

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Wine problems and questions

Post by TrevorH » 2016/01/15 13:10:42

There's a linux version of putty for el7 in the nux-dextop yum repository.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

schadfield
Posts: 45
Joined: 2014/12/21 01:03:40

Re: Wine problems and questions

Post by schadfield » 2016/01/19 04:51:27

Are you trying to run a 32 bit Windows EXE with 64 bit Wine?

Post Reply