Hi, I have 2 machines: 1) Old - Fedora5, kernel 2.60.20, 32-bits, Wine 0.9.35 2) New - Fedora12, kernel 2.6.31, 64-bits Core2Quad, Wine 1.1.32 The all packages of this new version are: Code: wine-capi-1.1.32-1.fc12.i686 wine-capi-1.1.32-1.fc12.x86_64 wine-1.1.32-1.fc12.x86_64 wine-twain-1.1.32-1.fc12.i686 wine-ldap-1.1.32-1.fc12.x86_64 wine-desktop-1.1.32-1.fc12.noarch wine-core-1.1.32-1.fc12.i686 wine-ldap-1.1.32-1.fc12.i686 wine-core-1.1.32-1.fc12.x86_64 wine-twain-1.1.32-1.fc12.x86_64 wine-cms-1.1.32-1.fc12.i686 wine-pulseaudio-1.1.32-1.fc12.i686 wine-common-1.1.32-1.fc12.noarch wine-cms-1.1.32-1.fc12.x86_64 wine-fonts-1.1.32-1.fc12.noarch wine-pulseaudio-1.1.32-1.fc12.x86_64 Then, I used to run ER-Win 3.5.2 (for database-design) in my old machine for many years. And I have legade systems to maintain with this software. I installed ER-Win 3.5.2 in my new machine, it appears to be installed, but after this, it didn't run. The error code is below: Code: $ wine MMOPN32.EXE 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. err:module:attach_process_dlls "msvcrt.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\Arquivos de programas\\ERWin3.5.2\\MMOPN32.EXE" failed, status c0000005
dimesio
2009-Nov-23 19:08 UTC
[Wine] Re: ER-Win 3.5.2 worked fine with old version of Wine
edilmar wrote:> > wine-1.1.32-1.fc12.x86_64 >Uninstall 64 bit Wine; it's not ready for use. Install 32 bit.
edilmar
2009-Nov-26 12:49 UTC
[Wine] Re: ER-Win 3.5.2 worked fine with old version of Wine
Hi friend, Today I stopped wine server as root and then run other commands as edilmar (normal user). But it didn't work... Code: [edilmar at edilmar ~]$ su Senha: [root at edilmar edilmar]# service wine stop Removendo tratadores de formato bin?rio para aplica??es Win[ OK ] [root at edilmar edilmar]# exit exit [edilmar at edilmar ~]$ whoami edilmar [edilmar at edilmar ~]$ rm -rf .wine/ [edilmar at edilmar ~]$ wine /home/Downloads/ErWin352/SETUP.EXE wine: created the configuration directory '/home/edilmar/.wine' wine: could not exec wineserver [edilmar at edilmar ~]$ wine /home/Downloads/ErWin352/SETUP.EXE wine: could not exec wineserver [edilmar at edilmar ~]$ Then, I restarted wine server as root and run other commands as edilmar: Code: [edilmar at edilmar ~]$ su Senha: [root at edilmar edilmar]# service wine start Registrando tratador de formato bin?rio para aplica??es Win[ OK ] [root at edilmar edilmar]# exit exit [edilmar at edilmar ~]$ whoami edilmar [edilmar at edilmar ~]$ rm -rf .wine [edilmar at edilmar ~]$ wine /home/Downloads/ErWin352/SETUP.EXE wine: created the configuration directory '/home/edilmar/.wine' wine: could not exec wineserver [edilmar at edilmar ~]$ wine /home/Downloads/ErWin352/SETUP.EXE wine: could not exec wineserver [edilmar at edilmar ~]$ None worked.
vitamin
2009-Nov-28 00:36 UTC
[Wine] Re: ER-Win 3.5.2 worked fine with old version of Wine
edilmar wrote:> 4371 pts/0 S+ 0:00 winedbg --auto 56 72 > 4435 pts/0 S+ 0:00 winedbg --auto 58 72Try really rebooting your PC (or at least kill off all those hanging Wine processes). They might be getting in the way.