https://bugs.winehq.org/show_bug.cgi?id=30569
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED URL|http://www.dvd-ranger.com/_ |http://download.cnet.com/DV |dl/RangerSetup.exe |D-Ranger/3000-2194_4-757588 | |75.html Resolution|--- |ABANDONED
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
it seems this is abandonware now (vendor/site are defunct, domain parked).
All DVD-Ranger v4.0.2.1 download links are dead.
I found an archived copy of DVDRanger 4.5 at CNET website, wrapped with their downloader/installer.
Unfortunately the trial version tries to connect to a server which is defunct (domain parked), blocking the trial key request indefinitely.
Wireshark shows client sent TCP SYNC but never receives SYN-ACK, leading to endless TCP retransmissions.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Pixbyte/DVDRanger4
$ WINEDEBUG=+tid,+seh,+relay,+propsheet,+commctrl wine ./DVDRanger4.exe
log.txt 2>&1
... 0026:Call ws2_32.gethostbyname(0a790c40 "pixbyte.com") ret=0a5b4f34 ... 0026:Ret ws2_32.gethostbyname() retval=00194f58 ret=0a5b4f34 0026:Call ws2_32.htons(00008520) ret=0a5b9755 0026:Ret ws2_32.htons() retval=00002085 ret=0a5b9755 0026:Call KERNEL32.GetProcAddress(7dee0000,0a5b4a7c "connect") ret=0a5b4951 0026:Ret KERNEL32.GetProcAddress() retval=7dee175c ret=0a5b4951 0026:Call ws2_32.connect(00000118,0032a8e4,00000010) ret=0a5b4a70 0026:Call ntdll.wine_server_handle_to_fd(00000118,00000001,0032a7fc,00000000) ret=7dee4a59 0026:Ret ntdll.wine_server_handle_to_fd() retval=00000000 ret=7dee4a59 0027:Ret KERNEL32.WaitForSingleObject() retval=00000102 ret=004bdf81 <repeats and hangs> --- snip ---
--- snip --- Wine-dbg>bt
Backtrace: =>0 0xf776dc10 __kernel_vsyscall+0x10() in [vdso].so (0x0033a8a8) 1 0xf7462b6b __GI___poll+0x4a() in libc.so.6 (0x0033a8a8) 2 0x7def3447 do_block+0x41(fd=0xe, events=0x5, timeout=0xffffffff) [/home/focht/projects/wine/wine.repo/src/dlls/ws2_32/socket.c:1290] in ws2_32 (0x0033a8a8) 3 0x7def70a5 WS_connect+0x162(s=0x124, name=0x33a954, namelen=0x10) [/home/focht/projects/wine/wine.repo/src/dlls/ws2_32/socket.c:3023] in ws2_32 (0x0033a908) 4 0x0a5c4a70 in dsvalidate (+0x34a6f) (0x0033a91c) 5 0x0a5c9769 in dsvalidate (+0x39768) (0x0033a964) 6 0x0a5cbe63 in dsvalidate (+0x3be62) (0x0033a97c) 7 0x0a5d64e8 in dsvalidate (+0x464e7) (0x0033a9b0) 8 0x0a5d5c45 in dsvalidate (+0x45c44) (0x0033a9f4) 9 0x0a5e5572 in dsvalidate (+0x55571) (0x0033aa18) ... --- snip ---
Also there is no progress bar as described in initial bug report. It was likely an early 4.0.x version.
If you still find an early 4.0.x version for reproducing be sure provide a valid link. Resolving for now.
$ sha1sum RangerSetup_cnet*
36d74bfd8d0da7d9f0f36c7c3f271af4b8647439 RangerSetup_cnet-43968001.exe 1c9a816d670ebf72a4f368e76291f1eb1952505b RangerSetup_cnet.exe
$ du -sh RangerSetup_cnet*
228K RangerSetup_cnet-43968001.exe 19M RangerSetup_cnet.exe
$ wine --version wine-1.7.45
Regards