Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install GitHub #62

Closed
ShilpaDN opened this issue Dec 19, 2013 · 2 comments
Closed

Unable to install GitHub #62

ShilpaDN opened this issue Dec 19, 2013 · 2 comments
Labels

Comments

@ShilpaDN
Copy link

I am unable to install GitHub for Windows 7. When I try to install, a window pops out saying,

"Unable to retrieve application files. Files corrupt in deployment."

It then shows the following details in a notepad.

PLATFORM VERSION INFO
Windows : 6.1.7600.0 (Win32NT)
Common Language Runtime : 4.0.30319.1
System.Deployment.dll : 4.0.30319.1 (RTMRel.030319-0100)
clr.dll : 4.0.30319.1 (RTMRel.030319-0100)
dfdll.dll : 4.0.30319.1 (RTMRel.030319-0100)
dfshim.dll : 4.0.31106.0 (Main.031106-0000)

SOURCES
Deployment url : http://github-windows.s3.amazonaws.com/GitHub.application
Server : AmazonS3
Application url : http://github-windows.s3.amazonaws.com/Application%20Files/GitHub_1_2_4_0/GitHub.exe.manifest
Server : AmazonS3

IDENTITIES
Deployment Identity : GitHub.application, Version=1.2.4.0, Culture=neutral, PublicKeyToken=317444273a93ac29, processorArchitecture=x86
Application Identity : GitHub.exe, Version=1.2.4.0, Culture=neutral, PublicKeyToken=317444273a93ac29, processorArchitecture=x86, type=win32

APPLICATION SUMMARY

  • Installable application.
  • Trust url parameter is set.
    ERROR SUMMARY
    Below is a summary of the errors, details of these errors are listed later in the log.
  • Activation of http://github-windows.s3.amazonaws.com/GitHub.application resulted in exception. Following failure messages were detected:
  • Exception occurred loading manifest from file GitHub.UI.dll: the manifest may not be valid or the file could not be opened.
  • File GitHub.UI.dll is not a valid Portable Executable (PE) file.
  • PE file does not have enough data.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS

  • [18-Dec-13 12:56:05 PM] : Activation of http://github-windows.s3.amazonaws.com/GitHub.application has started.
  • [18-Dec-13 12:56:08 PM] : Processing of deployment manifest has successfully completed.
  • [18-Dec-13 12:56:08 PM] : Installation of the application has started.
  • [18-Dec-13 12:56:14 PM] : Processing of application manifest has successfully completed.
  • [18-Dec-13 12:56:19 PM] : Found compatible runtime version 4.0.30319.
  • [18-Dec-13 12:56:19 PM] : Request of trust and detection of platform is complete.

ERROR DETAILS
Following errors were detected during this operation.

  • [18-Dec-13 02:05:54 PM] System.Deployment.Application.InvalidDeploymentException (ManifestLoad)
  • Exception occurred loading manifest from file GitHub.UI.dll: the manifest may not be valid or the file could not be opened.
  • Source: System.Deployment
  • Stack trace:
    at System.Deployment.Application.Manifest.AssemblyManifest.ManifestLoadExceptionHelper(Exception exception, String filePath)
    at System.Deployment.Application.Manifest.AssemblyManifest.LoadFromInternalManifestFile(String filePath)
    at System.Deployment.Application.Manifest.AssemblyManifest..ctor(String filePath)
    at System.Deployment.Application.DownloadManager.ProcessDownloadedFile(Object sender, DownloadEventArgs e)
    at System.Deployment.Application.FileDownloader.DownloadModifiedEventHandler.Invoke(Object sender, DownloadEventArgs e)
    at System.Deployment.Application.FileDownloader.OnModified()
    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.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions options)
    at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
    at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
    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.IO.IOException
  • File GitHub.UI.dll is not a valid Portable Executable (PE) file.
  • Source: System.Deployment
  • Stack trace:
    at System.Deployment.Application.PEStream.ConstructFromFile(String filePath, Boolean partialConstruct)
    at System.Deployment.Application.PEStream..ctor(String filePath, Boolean partialConstruct)
    at System.Deployment.Application.Manifest.AssemblyManifest.LoadFromInternalManifestFile(String filePath)
    --- Inner Exception ---
    System.IO.IOException
  • PE file does not have enough data.
  • Source: System.Deployment
  • Stack trace:
    at System.Deployment.Application.PEStream.PEComponent.ReadData(FileStream file, Int64 position, Type dataType)
    at System.Deployment.Application.PEStream.ResourceDirectory..ctor(ResourceSection resourceSection, FileStream file, Int64 rootResourceAddress, Int64 resourceAddress, Int64 addressDelta, Boolean partialConstruct)
    at System.Deployment.Application.PEStream.ResourceSection..ctor(FileStream file, SectionHeader sectionHeader, Boolean partialConstruct)
    at System.Deployment.Application.PEStream.ConstructPEImage(FileStream file, Boolean partialConstruct)
    at System.Deployment.Application.PEStream.ConstructFromFile(String filePath, Boolean partialConstruct)

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.

@jhamman
Copy link
Member

jhamman commented Dec 19, 2013

You will need to contact Github support for issues related to installing github software.

@jhamman jhamman closed this as completed Dec 19, 2013
@ShilpaDN
Copy link
Author

Thank you

On Thu, Dec 19, 2013 at 2:02 PM, Joe Hamman notifications@github.comwrote:

You will need to contact Github support support@github.com for issues
related to installing github software.


Reply to this email directly or view it on GitHubhttps://github.com//issues/62#issuecomment-30912575
.

With regards,
Shilpa D N,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants