http://bugs.winehq.org/show_bug.cgi?id=17023
Summary: Systemtools Hyena tool fails to detect the network connection Product: Wine Version: 1.1.13 Platform: Other URL: http://www.systemtools.com/hyena/download.htm OS/Version: other Status: NEW Keywords: download Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kai.blin@gmail.com
After getting Hyena to start using native aclui.dll, browsing the domain tree fails after clicking the + sign next to Enterprise->Networks.
Hyena displays a message box with the text "Unable to open network resource. No network."
There is no output on the terminal, so I'm a bit at a loss what debug channel to poke into to figure out what's happening.
http://bugs.winehq.org/show_bug.cgi?id=17023
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2009-01-19 10:58:33 --- Could be +shell, or +mpr that'll provide some feedback.
http://bugs.winehq.org/show_bug.cgi?id=17023
--- Comment #2 from Kai Blin kai.blin@gmail.com 2009-01-19 13:58:26 --- It's +mpr. WNetOpenEnumW fails with an empty provider list and returns WM_NO_NETWORK;
What category would that be?
http://bugs.winehq.org/show_bug.cgi?id=17023
--- Comment #3 from Juan Lang juan_lang@yahoo.com 2009-01-19 22:57:50 --- That'd be mpr, I guess, but there's no mpr module. There "should" be a registered network provider like ntlanman.dll, but we haven't implemented any yet.
What do you expect to see? I think this is usually only used for cifs browsing.
http://bugs.winehq.org/show_bug.cgi?id=17023
--- Comment #4 from Kai Blin kai.blin@gmail.com 2009-01-20 03:18:59 --- Oh, ok. That's pretty much what I'd like to see. :) Not going to happen anytime soon, I take.
http://bugs.winehq.org/show_bug.cgi?id=17023
--- Comment #5 from Juan Lang juan_lang@yahoo.com 2009-01-20 12:58:38 --- Probably not :) I had thought of trying to use something like GnomeVFS to implement ntlanman.dll, but I've never gotten around to it.
http://bugs.winehq.org/show_bug.cgi?id=17023
--- Comment #6 from Austin English austinenglish@gmail.com 2010-08-05 09:53:36 --- Still present.
http://bugs.winehq.org/show_bug.cgi?id=17023
--- Comment #7 from butraxz@gmail.com 2013-03-04 14:51:50 CST --- This has not been updated for two years. Is this an issue in 1.5.25 or should this be closed as abandoned ?
http://bugs.winehq.org/show_bug.cgi?id=17023
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #8 from Bruno Jesus 00cpxxx@gmail.com 2013-03-04 18:07:14 CST --- Still in wine 1.5.25.
https://bugs.winehq.org/show_bug.cgi?id=17023
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned? Severity|enhancement |normal
--- Comment #9 from Ken Sharp imwellcushtymelike@gmail.com --- Please retest in Wine 1.7.47 or later.
https://bugs.winehq.org/show_bug.cgi?id=17023
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com, | |winetest@luukku.com
--- Comment #10 from winetest@luukku.com --- Does anyone remember the version tested? The website has links to multiple versions of the software.
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