http://bugs.winehq.org/show_bug.cgi?id=27186
Summary: America's Army 2 deploy client exits silently under Wine Product: Wine Version: 1.3.20 Platform: x86 URL: http://www.joystiq.com/game/americas-army-2/download/a mericas-army-deploy-client OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=34731) --> (http://bugs.winehq.org/attachment.cgi?id=34731) relay,seh,tid
Only 274kb to download from the above url. Download it, and run: austin@aw25 ~ $ wine AA2DeployInstaller.exe fixme:shell:SHAutoComplete stub fixme:exec:SHELL_execute flags ignored: 0x00000180 fixme:heap:HeapSetInformation (nil) 1 (nil) 0
but no window appears, just silence.
http://bugs.winehq.org/show_bug.cgi?id=27186
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2011-05-16 19:04:12 CDT --- Try installing the .NET Framework 2.0. I think it wants the ClickOnce functionality.
http://bugs.winehq.org/show_bug.cgi?id=27186
--- Comment #2 from Austin English austinenglish@gmail.com 2011-05-16 19:09:12 CDT --- Created an attachment (id=34735) --> (http://bugs.winehq.org/attachment.cgi?id=34735) terminal output/backtrace
http://bugs.winehq.org/show_bug.cgi?id=27186
--- Comment #3 from Austin English austinenglish@gmail.com 2011-05-16 19:09:26 CDT --- Created an attachment (id=34736) --> (http://bugs.winehq.org/attachment.cgi?id=34736) application log file
http://bugs.winehq.org/show_bug.cgi?id=27186
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@gmx.net Resolution| |ABANDONED
--- Comment #4 from Anastasius Focht focht@gmx.net 2012-01-23 17:08:24 CST --- Hello,
ClickOnce deploy doesn't work correctly with original .NET 2.0 Framework, you need at least .NET 2.0 SP2.
http://support.microsoft.com/kb/952324
With that update you get:
"c:\users<username>\Local Settings\Temporary Internet Files\Content.IE5\xxx\xxx.log":
--- snip --- OPERATION PROGRESS STATUS * [1/23/2012 11:45:31 PM] : Activation of C:\users\focht\Temp\AA2Deploy\AA2Deploy.application has started.
ERROR DETAILS Following errors were detected during this operation. * [1/23/2012 11:45:32 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype) - Downloading http://dcds.aa3.americasarmy.com/aa2/AA2Deploy.application did not succeed. - Source: System.Deployment - Stack trace: at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next) at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles() at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState) at System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation) at System.Deployment.Application.DownloadManager.DownloadManifest(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ManifestType manifestType, ServerInformation& serverInformation) at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirect(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation) at System.Deployment.Application.DownloadManager.FollowDeploymentProviderUri(SubscriptionStore subStore, AssemblyManifest& deployment, Uri& sourceUri, TempFile& tempFile, IDownloadNotification notification, DownloadOptions options) at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options) at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl) at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state) --- Inner Exception --- System.Net.WebException - The remote server returned an error: (404) Not Found. - Source: System - Stack trace: at System.Net.HttpWebRequest.GetResponse() at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next) --- snip ---
Which is pretty much the same as reported here: http://www.fdgamers.net.au/site1/showthread.php?t=6660
"deploy is dead and we'll need a new base installer then the maps etc. I tested a base installer for AA2, it was too big to upload at the time."
They dropped this installer technology and disabled server side files -> won't even work with Windows right now.
$ wine --version wine-1.3.37-329-gaf3d368
Regards
http://bugs.winehq.org/show_bug.cgi?id=27186
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2012-01-23 23:55:05 CST --- Closing.