http://bugs.winehq.org/show_bug.cgi?id=24130
Summary: Hotspot Shield v1.49 does not work Product: Wine Version: 1.3.1 Platform: x86 URL: http://anchorfree.com/downloads/hotspot-shield/thank-y ou.php??cc=US OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: rusivi1@gmail.com
Created an attachment (id=30372) --> (http://bugs.winehq.org/attachment.cgi?id=30372) wine1.3.1: wine C:\Program\ Files\Hotspot\ Shield\bin\openvpntray.exe
log.txt 2&>1
After downloading the most recent Hotspot Shield install executable, and installing it successfully, upon first run I see the tray icon noting the program is running but when I try to turn on the connection via right clicking the icon then clicking "Connect/ON" my browser opens a new tab, attempting to go to:
http://127.0.0.1:895/config/?action=connect&lang=eng&afd=1282707789&...
but Firefox just notes "Problem loading page".
http://bugs.winehq.org/show_bug.cgi?id=24130
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution| |WONTFIX
--- Comment #1 from Anastasius Focht focht@gmx.net 2010-08-25 04:26:19 --- Hello,
the "HotspotShieldService" service tries to bind to port < 1024 = restricted in Linux. That's something out of the scope of Wine.
--- snip log/oas.log --- Wed Aug 25 11:13:13 2010 OpenVPN HTTP/XML daemon, Copyright (C) 2006 OpenVPN Solutions LLC info@openvpn.net Wed Aug 25 11:13:13 2010 Installed from: HSS-1.49-install-anchorfree-76-conduit.exe Wed Aug 25 11:13:13 2010 HTTP: Socket bind failed on local address 127.0.0.1:895 OPENVPNAS: as_open failed --- snip log/oas.log ---
Seems hardcoded ... you could try to patch the software to use a different port
This blog entry might also be of interest: http://www.miriup.de/index.php?view=article&catid=8%3Alinux&id=8%3Au...
Regards
http://bugs.winehq.org/show_bug.cgi?id=24130
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2010-08-25 10:52:30 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=24130
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|WONTFIX |INVALID
--- Comment #3 from Juan Lang juan_lang@yahoo.com 2010-08-25 11:04:45 --- This is invalid rather than wontfix, as it's a Linux bug/feature, not one we can address in Wine. You can address it by changing your Linux config (or patching the kernel). See e.g.: http://www.debian-administration.org/articles/386
http://bugs.winehq.org/show_bug.cgi?id=24130
rusivi rusivi1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://launchpad.net/bugs/ | |624900
--- Comment #4 from rusivi rusivi1@gmail.com 2010-08-27 23:22:52 CDT --- Juan:
Thanks for the suggestions of authbind, however, due to a current limitation in WINE, authbind cannot act on it as per added bug URL.
As well, the same URL demonstrates it's not a firewall issue as I had 127.0.0.1:895 open in all directions, TCP & UDP.