http://bugs.winehq.org/show_bug.cgi?id=16002
Summary: Hotspot Shield does not install Product: Wine Version: 1.1.8 Platform: All URL: http://www.hotspotshield.com/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jens@porup.com
I downloaded and tried to install Hotspot Shield so I could use it as a proxy server to access US-only video content.
It prompts me to select the installation folder, but no matter what I select the Install button remains greyed out. Also, it did not permit me to create a new folder. Here are the relevant errors:
fixme:advapi:CheckTokenMembership ((nil) 0x134e48 0x32fb48) stub! fixme:shell:SHAutoComplete SHAutoComplete stub fixme:shell:BrsFolder_OnCreate flags BIF_NEWDIALOGSTYLE partially implemented fixme:shell:BrsFolder_OnCommand make new folder not implemented
http://bugs.winehq.org/show_bug.cgi?id=16002
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer
http://bugs.winehq.org/show_bug.cgi?id=16002
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other
http://bugs.winehq.org/show_bug.cgi?id=16002
Niko Sandschneider nsandschn@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nsandschn@gmx.de
--- Comment #1 from Niko Sandschneider nsandschn@gmx.de 2009-08-02 13:50:35 --- Confirming part of the bug with wine 1.1.26. The Install button isn't greyed out, so this problem seems to be fixed. Though there are several error messages due to page faults during the installation, the program seems to install fine anyway. But creating a new folder during installation still doesn't work. I'm getting the same error messages as foobard in his description.
http://bugs.winehq.org/show_bug.cgi?id=16002
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000@yahoo.co.uk Ever Confirmed|0 |1
--- Comment #2 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-08-16 17:57:04 --- Confirming Indeed there are multiple crashes during the install. The first crash is at least due to missing message id's from kernel32. I'll send a patch for that
http://bugs.winehq.org/show_bug.cgi?id=16002
--- Comment #3 from rusivi rusivi1@gmail.com 2010-08-24 22:33:47 --- Created an attachment (id=30371) --> (http://bugs.winehq.org/attachment.cgi?id=30371) wine1.3.1: wine DM-238.exe >>log.txt 2&>1
I just downloaded the newest Hotspot Shield install executable via: http://anchorfree.com/downloads/hotspot-shield/thank-you.php??cc=US
it installed and the program opened. Looks like this bug should be considered closed.
http://bugs.winehq.org/show_bug.cgi?id=16002
--- Comment #4 from foobard jens@porup.com 2010-08-24 23:17:25 --- rusivi,
did you get the same results using the lastest download at http://www.hotspotshield.com/ ?
The two files don't appear to be the same.
When I download the file from hotspotshield.com, I get the following msgbox error:
The program HSS-149-install-anchorfree-243-ask3.exe has encounted a serious problem and needs to close. We are sorry for the inconvenience.
This can be caused by a problem in a program or a deficiency in Wine. You may want to ... &etc.
foo
http://bugs.winehq.org/show_bug.cgi?id=16002
--- Comment #5 from foobard jens@porup.com 2010-08-24 23:23:14 --- more info:
after clicking on this apparently fatal warning, hotspot shield continues to install, then opens the following bogus web page in Firefox:
http://127.0.0.1:895/config/?action=connect&lang=eng&afd=1282710092&...
Firefox gives the standard error message:
Unable to connect
Firefox can't establish a connection to the server at 127.0.0.1:895.
http://bugs.winehq.org/show_bug.cgi?id=16002
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@gmx.net Component|-unknown |kernel32 Resolution| |FIXED
--- Comment #6 from Anastasius Focht focht@gmx.net 2010-08-25 03:57:20 --- Hello,
--- quote --- When I download the file from hotspotshield.com, I get the following msgbox error:
The program HSS-149-install-anchorfree-243-ask3.exe has encounted a serious problem and needs to close. We are sorry for the inconvenience.
This can be caused by a problem in a program or a deficiency in Wine. You may want to ... &etc. --- quote ---
That's a stupid application bug - but in the end harmless because the main installer is already started from bootstrap installer.
There is a helper module "ExecDos.dll" extracted which is used to spawn processes and capture console output:
--- snip --- C:\users\focht\Temp\nsq81ae.tmp\ExecDos.dll --- snip ---
The module allocates and deallocates memory blocks using GlobalAlloc()/GlobalFree(). The problem is at the end, when some code tries to read a variable from block that is already freed by GlobalFree(). This leads to a code path that should never been taken at this point, crashing it.
You can verify by running the app with +heap debug channel enabled (free block data left intact) -> no crash.
Anyway, I'll mark this one fixed as the install completes. Open new bug reports for additional issues.
Regards
http://bugs.winehq.org/show_bug.cgi?id=16002
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2010-09-03 14:04:55 CDT --- Closing bugs fixed in 1.3.2.
http://bugs.winehq.org/show_bug.cgi?id=16002
Richard richardmay100@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |richardmay100@gmail.com
--- Comment #8 from Richard richardmay100@gmail.com 2013-11-02 07:22:09 CDT --- (In reply to comment #7)
Closing bugs fixed in 1.3.2.
Hi Alexandre - hats off for providing a fix for this one. As I am a total plum who only recently learnt to tie his own shoelaces, - could you be kind enough to advise how to enable the +heap debug channel etc as you specify, as I would love to run the hss app!
I can accurately follow instructions, but do not savvy computer terminology very much at all as yet.
Many thanks
Richard
http://bugs.winehq.org/show_bug.cgi?id=16002
--- Comment #9 from Richard richardmay100@gmail.com 2013-11-02 08:31:05 CDT --- (In reply to comment #7)
Closing bugs fixed in 1.3.2.
Hi Alexandre - hats off for providing a fix for this one. As I am a total plum who only recently learnt to tie his own shoelaces, - could you be kind enough to advise how to enable the +heap debug channel etc as you specify, as I would love to run the hss app!
I can accurately follow instructions, but do not savvy computer terminology very much at all as yet.
Many thanks
Richard
http://bugs.winehq.org/show_bug.cgi?id=16002
--- Comment #10 from Austin English austinenglish@gmail.com 2013-11-06 13:36:22 CST --- (In reply to comment #9)
(In reply to comment #7)
Closing bugs fixed in 1.3.2.
Hi Alexandre - hats off for providing a fix for this one. As I am a total plum who only recently learnt to tie his own shoelaces, - could you be kind enough to advise how to enable the +heap debug channel etc as you specify, as I would love to run the hss app!
I can accurately follow instructions, but do not savvy computer terminology very much at all as yet.
Many thanks
Richard
# You might want to redirect to /dev/null, it'll be a lot of output. Or use warn+heap for less output.
WINEDEBUG=+heap wine foo.exe &> /dev/null
Please use the forums for help with running wine in the future.