http://bugs.winehq.org/show_bug.cgi?id=9710
--- Comment #15 from Ennio-Sr nasr.laili@tin.it 2007-09-22 08:40:26 --- (In reply to comment #14)
However I still get the same error!
What error is that? Where do you get it? How does it affect your program?
Please start talking. You do not provide enough information each time you saying you have a problem.
You have to:
- State _what is the problem_ (not what you think the reason might be, but the
actual problem with your application) 2. How to reproduce the problem (exact steps, including how did you started the program, which what directory).
I'm so sorry not being able to comply with the rules of correct reporting and hope you'll forgive my dummyness: I don't use wine so often and I've been sticking to that old version for years after struggling so much to get it work with that 'Speedy.exe' which was my last tie to M$ software.
This is what I did: # apt-get install libwine=0.0.20050310-1.2 wine=0.0.20050310-1.2 # apt-get remove wine -> removed old wine # apt-get remove libwine -> " $ rm -rf .wine # apt-get install wine libwine -> installed new wine 0.9.44 $ winecfg -> changed from windows2000 to w98 $ wine /mnt/win_hdb2/downloads/Speedy-setup.exe > speedy.err 2>&1 quote 'speedy.err' -------------------- Invoking /usr/lib/wine/wine.bin /mnt/win_hdb2/downloads/Speedy-setup.exe ... Warning: the specified System directory L"c:\windows\system;c:\windows\system32;" is not accessible. err:wave:OSS_WaveOutInit /dev/mixer1: No such file or directory err:wave:OSS_WaveInInit /dev/mixer1: No such file or directory Wine exited with a successful status /usr/bin/wine: line 609: 9889 Terminated $XMESSAGE -timeout 30 -buttons " Dismiss ":0," Never display this message again ":3 -title "Wine Launch Window" "Invoking $WINEBIN/$WINE_BIN_NAME $@ ... unquote -------------------------------
$ wine /mnt/win_prg/Speedy/Speedy.exe > wi_err 2>&1
uote wi_err -------------------------- fixme:ras:RasEnumConnectionsA (0x67f2dc,0x33fd18,0x33fd14),stub! fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure program to use LAN connection/winsock instead! fixme:ras:RasEnumConnectionsA (0x67f300,0x33fd18,0x33fd14),stub! fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure program to use LAN connection/winsock instead! .......... err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. fixme:ras:RasEnumConnectionsA (0x677d6c,0x33fc2c,0x33fc28),stub! fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure program to use LAN connection/winsock instead! [this warning goes on until I close the .exe] unquote wi_err ------------------------
As to the way to reproduce the problem you would need the Speedy.exe to test it. I could upload it somewhere (or would you suggest some URL?). I hope my answers are correct! Thanks fo your time.