http://bugs.winehq.org/show_bug.cgi?id=33067
Bug #: 33067 Summary: Ghost Recon Online Can not install Product: Wine Version: 1.5.24 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: levanchelidze@gmail.com Classification: Unclassified
Created attachment 43714 --> http://bugs.winehq.org/attachment.cgi?id=43714 terminal
So I downloaded the free2play Ghost Recon Online from http://ghost-recon.ubi.com/ghost-recon-online/en-gb/home/index.aspx
then I created a 32bit prefix and tried to install this game but I got this error massage
Error extracting 'SETUP_1.CAB': the file is not a cabinet
http://i.imgur.com/syMfAOt.jpg
and If i press ok it shows this
http://i.imgur.com/jBaO7Cp.jpg
http://bugs.winehq.org/show_bug.cgi?id=33067
--- Comment #1 from Levan levanchelidze@gmail.com 2013-02-25 17:13:52 CST --- Created attachment 43715 --> http://bugs.winehq.org/attachment.cgi?id=43715 strace
http://bugs.winehq.org/show_bug.cgi?id=33067
--- Comment #2 from Levan levanchelidze@gmail.com 2013-02-25 19:03:43 CST --- but even if I install direct X from wine tricks I still get this error I even tried to install ie7
http://bugs.winehq.org/show_bug.cgi?id=33067
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://ghost-recon.ubi.com/ | |ghost-recon-online/en-gb/ho | |me/index.aspx
http://bugs.winehq.org/show_bug.cgi?id=33067
Felix Hellmann privat@cirk2.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |privat@cirk2.de
http://bugs.winehq.org/show_bug.cgi?id=33067
--- Comment #3 from Felix Hellmann privat@cirk2.de 2013-03-18 21:20:12 CDT --- The launcher is a dotnet Click once installer. This does not work in wine.
You can work around it by coping the installed folder from Windows (a VM is enough) but the game does not Launch because of something else (see bug 33245 ).
http://bugs.winehq.org/show_bug.cgi?id=33067
--- Comment #4 from Felix Hellmann privat@cirk2.de 2013-03-19 12:23:05 CDT --- You can get around the "SETUP_1.CAB" error by pulling the winetricks verb cabinet. But the Launcher itself need dotnet35sp1 which has problems.
http://bugs.winehq.org/show_bug.cgi?id=33067
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #5 from Austin English austinenglish@gmail.com 2013-03-20 13:34:42 CDT --- (In reply to comment #4)
You can get around the "SETUP_1.CAB" error by pulling the winetricks verb cabinet. But the Launcher itself need dotnet35sp1 which has problems.
Confirming.
austin@aw25 ~ $ wine --version wine-1.5.25-234-g78b579d austin@aw25 ~ $ du -h GROLauncherNCSA.exe 3.5M GROLauncherNCSA.exe austin@aw25 ~ $ sha1sum GROLauncherNCSA.exe f649938ca71fc763f9c856d2fe939539b140997a GROLauncherNCSA.exe
http://bugs.winehq.org/show_bug.cgi?id=33067
--- Comment #6 from Austin English austinenglish@gmail.com 2013-03-20 13:34:54 CDT --- Created attachment 43973 --> http://bugs.winehq.org/attachment.cgi?id=43973 WINEDEBUG=tid,cabinet
https://bugs.winehq.org/show_bug.cgi?id=33067
Teras teras@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |teras@luukku.com
--- Comment #7 from Teras teras@luukku.com --- I got my installer from this page
http://ghost-recon.ubi.com/ghost-recon-phantoms/en-GB/sign-up/
the installer is different than used here before.
sha1sum GhostReconPhantoms_Setup(EU).exe 9c73fbe035d46d2c1df87ea6dae9ea8b471b491c GhostReconPhantoms_Setup(EU).exe
du -h GhostReconPhantoms_Setup(EU).exe 4,4M GhostReconPhantoms_Setup(EU).exe
It complains not having enough priviledges.
https://bugs.winehq.org/show_bug.cgi?id=33067
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, Installer Status|NEW |RESOLVED CC| |focht@gmx.net Resolution|--- |DUPLICATE Summary|Ghost Recon Online Can not |Ghost Recon Online (.NET |install |3.5 SP1 ClickOnce | |deployment) fails to | |install (CABINET payload in | |embedded PE resource)
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
the old launcher can be downloaded here (someone's Google Drive):
https://docs.google.com/file/d/0B-z67HIcioiqOHE1ZWh5dlRja0U/edit?pli=1
Prerequisite: 'winetricks -q dotnet35sp1'
The bootstrapper starts Internet Exploder and passes ClickOnce manifest URI:
--- snip --- ... 0032:Call KERNEL32.CreateProcessW(00000000,0077ba00 L"cmd /c "start iexplore.exe http://mdc-live-launcherhost.ubi.com/Launcher/Launcher.application "",00000000,00000000,00000000,00000000,00000000,00000000,0033e614,00783bd8) ret=004246db ... 0051:Call KERNEL32.__wine_kernel_init() ret=7bc5a89d 0032:Ret KERNEL32.CreateProcessW() retval=00000001 ret=004246db ... 005d:Call advapi32.RegOpenKeyW(80000000,001a7030 L"MIME\Database\Content Type\application/x-ms-application",0033eee8) ret=7ec68ece 005d:Ret advapi32.RegOpenKeyW() retval=00000000 ret=7ec68ece ... 005d:Call advapi32.RegQueryValueExW(000000b8,7eccc9e6 L"CLSID",00000000,0033eef0,001a7030,0033eeec) ret=7ec68f86 005d:Ret advapi32.RegQueryValueExW() retval=00000002 ret=7ec68f86 ... 005d:fixme:urlmon:create_object Could not find object for MIME L"application/x-ms-application" ... 005d:fixme:ieframe:handle_navigation_error Navigate to error page --- snip ---
(bug 30753)
Just copy the URI and download the manifest on your own:
--- snip --- $ wget http://mdc-live-launcherhost.ubi.com/Launcher/Launcher.application $ wine start ./Launcher.application --- snip ---
The original bug report is dupe of bug 26507
$ sha1sum GROLauncherNCSA.exe f649938ca71fc763f9c856d2fe939539b140997a GROLauncherNCSA.exe
$ du -sh GROLauncherNCSA.exe 3.5M GROLauncherNCSA.exe
$ wine --version wine-1.7.36
Regards
*** This bug has been marked as a duplicate of bug 26507 ***
https://bugs.winehq.org/show_bug.cgi?id=33067
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #9 from André H. nerv@dawncrow.de --- closing dup
https://bugs.winehq.org/show_bug.cgi?id=33067
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from André H. nerv@dawncrow.de --- actually closing, sorry for the noise
https://bugs.winehq.org/show_bug.cgi?id=33067
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://ghost-recon.ubi.com/ |https://web.archive.org/web |ghost-recon-online/en-gb/ho |/20130122182025/http://stat |me/index.aspx |ic2.cdn.ubi.com/emea/gamesi | |tes/ghostrecon/Online/launc | |her/GROLauncherEMEA.exe Component|-unknown |cabinet
--- Comment #11 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive for documentation.
https://web.archive.org/web/20130122182025/http://static2.cdn.ubi.com/emea/g...
$ sha1sum GROLauncherEMEA.exe 2f4a887c46c9b87c6d998fa39b9f3395034a4d4d GROLauncherEMEA.exe
$ du -sh GROLauncherEMEA.exe 3.5M GROLauncherEMEA.exe
Regards