http://bugs.winehq.org/show_bug.cgi?id=28898
--- Comment #117 from Vic Fryzel vic.fryzel@gmail.com 2012-05-15 18:21:58 CDT --- (In reply to comment #116)
Wine is exiting with status code 1. I've tried a fresh, clean build, fresh WINEPREFIX, and am doing make && sudo make install. Notepad runs fine, but when attempting to run either the downloader or the installer, wine exits with status code 1.
git checkout -f make distclean git apply part1.patch git apply part2.patch git apply part3.patch tools/make_requests include/wine/server_protocol.h updated git status # On branch master # Changes not staged for commit: # (use "git add <file>..." to update what will be committed) # (use "git checkout -- <file>..." to discard changes in working directory) # # modified: dlls/ws2_32/socket.c # modified: dlls/ws2_32/tests/sock.c # modified: include/wine/server_protocol.h # modified: server/async.c # modified: server/fd.c # modified: server/file.c # modified: server/file.h # modified: server/mailslot.c # modified: server/mapping.c # modified: server/named_pipe.c # modified: server/serial.c # modified: server/signal.c # modified: server/sock.c # modified: server/thread.c # modified: server/trace.c ./configure --enable-win64 --prefix=/usr/local make
# Does not work WINEPREFIX=~/.diablo3 ./wine64 ~/downloads/Diablo-III-8370-enUS-Installer-downloader.exe fixme:iphlpapi:NotifyAddrChange (Handle 0xede338, overlapped 0xede300): stub wine: configuration in '/home/batman/.diablo3' has been updated. WINEPREFIX=~/.diablo3 ./wine64 ~/downloads/Diablo-III-8370-enUS-Installer/Diablo\ III\ Setup.exe
sudo make install
# Does not work WINEPREFIX=~/.diablo3 /usr/local/bin/wine64 ~/downloads/Diablo-III-8370-enUS-Installer-downloader.exe