Jump to content
XCOMUFO & Xenocide

Package Updater Bug


Dr Lang

Recommended Posts

Not sure when I started getting it, but now when I try and extract all packages and clean up, the updater bombs out. If I don't clean up, it runs itself through. Thought I would throw this out there incase anyone cares:

************** Exception Text **************
System.UnauthorizedAccessException: Access to the path "container.hpp" is denied.
  at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive)
  at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive)
  at Xenocide.Tools.SelectPackageForm.CleanupDependencies()
  at Xenocide.Tools.SelectPackageForm.DoExtract()
  at Xenocide.Tools.SelectPackageForm.OnActionButtonclick(Object sender, EventArgs e)
  at System.Windows.Forms.Control.onclick(EventArgs e)
  at System.Windows.Forms.Button.onclick(EventArgs e)
  at System.Windows.Forms.Button.WndProc(Message& m)
  at System.Windows.Forms.ControlNativewindow.OnMessage(Message& m)
  at System.Windows.Forms.ControlNativewindow.WndProc(Message& m)
  at System.Windows.Forms.Nativewindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
   Assembly Version: 1.0.5000.0
   Win32 Version: 1.1.4322.2032
   CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
Xenocide.Tools.PackageUpdater
   Assembly Version: 0.5.1827.40598
   Win32 Version: 0.5.1827.40598
   CodeBase: file:///C:/xenocideupdater/Xenocide.Tools.PackageUpdater.exe
----------------------------------------
Xenocide.Tools.Package
   Assembly Version: 0.5.1827.40598
   Win32 Version: 0.5.1827.40598
   CodeBase: file:///C:/xenocideupdater/Xenocide.Tools.Package.DLL
----------------------------------------
System.Windows.Forms
   Assembly Version: 1.0.5000.0
   Win32 Version: 1.1.4322.2032
   CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
   Assembly Version: 1.0.5000.0
   Win32 Version: 1.1.4322.2032
   CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Xml
   Assembly Version: 1.0.5000.0
   Win32 Version: 1.1.4322.2032
   CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
System.Drawing
   Assembly Version: 1.0.5000.0
   Win32 Version: 1.1.4322.2032
   CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
Accessibility
   Assembly Version: 1.0.5000.0
   Win32 Version: 1.1.4322.573
   CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll
----------------------------------------

Link to comment
Share on other sites

I remember having similar problems when I tried to run the updater when VC++ was running and the project open inside it.

 

Doublecheck that you read the instructions correctly, make sure that the directories are writable and there isn't any programs running which might lock the files.

 

- Garo

Link to comment
Share on other sites

naw, thats the weird part, it worked at one point in time.

thinking just what you said, I restarted and re-downloaded the package updater, updated the listed and started from scratch, same thing.

its really not a big deal to me specifically, just thought I would throw it out there incase someone wants to debug it

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...