https://bugs.winehq.org/show_bug.cgi?id=17023
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Hardware|Other |x86 URL|http://www.systemtools.com/ |https://web.archive.org/web |hyena/download.htm |/20070813131839/http://www. | |systemtools.com/download/hy | |ena.zip OS|other |Linux Summary|Systemtools Hyena tool |Systemtools Hyena 7.x |fails to detect the network |reports 'Unable to open |connection |network resource. No | |network.' when browsing | |Enterprise / Networks tree | |(missing | |'LanmanWorkstation' network | |provider) Keywords|Abandoned? |
--- Comment #11 from Anastasius Focht focht@gmx.net --- Hello folks,
--- quote --- Does anyone remember the version tested? The website has links to multiple versions of the software. --- quote ---
https://web.archive.org/web/*/http://www.systemtools.com/hyena/download.htm
Bug report creation date: 2009-01-19
https://web.archive.org/web/20090120092428/http://www.systemtools.com/hyena/...
It might have been Hyena 7.5, the latest version from that time (10+ years ago).
Bug reports must always state the application version used for reproducing. Vendors remove downloads all the time or change/rewrite applications that make issues disappear in newer versions. Adding to that, Vendors/authors disappear, software becomes abandonware, websites become defunct etc.
There is a big gap between 2007 and 2011 where no snapshots exist.
https://web.archive.org/web/20070813131839/http://www.systemtools.com/downlo... -> Hyena 7.1
https://web.archive.org/web/20110510043547/http://www.systemtools.com/downlo... -> Hyena 8.5
It seems old Hyena 7.1 is good for reproduce:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files (x86)/Hyena
$ WINEDEBUG=+seh,+relay,+mpr wine ./HYENA.exe >>log.txt 2>&1 ... 0128:Call mpr.WNetOpenEnumW(00000002,00000000,00000000,00000000,0033ecbc) ret=0049e53a ... 0128:trace:mpr:WNetOpenEnumW Returning 1222 0128:Ret mpr.WNetOpenEnumW() retval=000004c6 ret=0049e53a 0128:Call KERNEL32.GetLastError() ret=0049e548 0128:Ret KERNEL32.GetLastError() retval=000004c6 ret=0049e548 ... 0128:Call KERNEL32.FormatMessageW(00001300,00000000,000004c6,00000400,0033ec7c,00000000,00000000) ret=00450221 ... 0128:Ret KERNEL32.FormatMessageW() retval=0000000d ret=00450221 0128:Call msvcr71.wcslen(001ebff0 L"No network.\r\n") ret=7c274d14 0128:Ret msvcr71.wcslen() retval=0000000d ret=7c274d14 ... 0128:Call user32.MessageBoxW(000200ac,01422810 L"Unable to open network resource. No network.\r\n",01421430 L"Hyena",00000010) ret=7c2ec593 --- snip ---
$ sha1sum hyena.zip 8c025095b1d0917612610b29d677d6597c91d9ca hyena.zip
$ du -sh hyena.zip 3.2M hyena.zip
$ wine --version wine-6.3-168-g31af1aeb789
Regards