Microsoft MVP성태의 닷넷 이야기
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

공백 문자를 포함한 계정명의 권한으로 Visual Studio 확장을 설치할 때 오류 발생

문제는 PostSharp 확장 설치시에 발생했습니다. 설치를 시도했는데 다음과 같은 오류창이 뜹니다.

Could not start VsixInstaller.exe: The VSIX installer process failed with exit code -532462766.

이때 실행된 VsixInstaller.exe의 위치는 다음과 같습니다.

"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\VSIXInstaller.exe"

그런데, 이 실행 파일을 아무런 옵션없이 주고 실행해도 같은 오류가 이벤트 로그에 남는 것을 볼 수 있습니다. (정상적으로 실행되면, 인자가 없는 경우 옵션 목록을 보여주는 대화창이 뜹니다.)

Log Name:      Application
Source:        .NET Runtime
Date:          2015-09-20 오후 1:56:42
Event ID:      1026
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      themyth8
Description:
Application: VSIXInstaller.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.UnauthorizedAccessException
Stack:
   at System.IO.__Error.WinIOError(Int32, System.String)
   at System.IO.FileStream.Init(System.String, System.IO.FileMode, System.IO.FileAccess, Int32, Boolean, System.IO.FileShare, Int32, System.IO.FileOptions, SECURITY_ATTRIBUTES, System.String, Boolean, Boolean, Boolean)
   at System.IO.FileStream..ctor(System.String, System.IO.FileMode, System.IO.FileAccess)
   at VSIXInstaller.Logger..ctor(System.String)
   at VSIXInstaller.Logger.InitializeLogger(System.String)
   at VSIXInstaller.Logger.get_Instance()
   at VSIXInstaller.Logger.WriteLine(System.String)
   at VSIXInstaller.App.InitializationExceptionHandler(System.Exception)
   at VSIXInstaller.App.OnStartup(System.Windows.StartupEventArgs)
   at System.Windows.Application.<_ctor>b__0(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Application.RunDispatcher(System.Object)
   at System.Windows.Application.RunInternal(System.Windows.Window)
   at System.Windows.Application.Run(System.Windows.Window)
   at VSIXInstaller.App.Main()

Log Name:      Application
Source:        Application Error
Date:          2015-09-20 오후 1:56:42
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      themyth8
Description:
Faulting application name: VSIXInstaller.exe, version: 14.0.23107.0, time stamp: 0x559b7195
Faulting module name: KERNELBASE.dll, version: 10.0.10240.16384, time stamp: 0x559f3b2a
Exception code: 0xe0434352
Fault offset: 0x000b3e28
Faulting process id: 0xb80
Faulting application start time: 0x01d0f429e8522947
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\VSIXInstaller.exe
Faulting module path: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
Report Id: 09c38720-4386-4336-8574-cd8f916faeaf
Faulting package full name: 
Faulting package-relative application ID: 

Log Name:      Application
Source:        Windows Error Reporting
Date:          2015-09-20 오후 1:56:43
Event ID:      1001
Task Category: None
Level:         Information
Keywords:      Classic
User:          N/A
Computer:      themyth8
Description:
Fault bucket 128890715620, type 5
Event Name: CLR20r3
Response: Not available
Cab Id: 0

Problem signature:
P1: VSIXInstaller.exe
P2: 14.0.23107.0
P3: 559b7195
P4: mscorlib
P5: 4.6.96.0
P6: 55b96801
P7: 157e
P8: 12e
P9: System.UnauthorizedAccess
P10: 

Attached files:
C:\Users\SeongTae Jeong\AppData\Local\Temp\WER3561.tmp.WERInternalMetadata.xml

These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_VSIXInstaller.ex_16b6a26652c63f7909bdeedb6fb447245df67a1_015e2318_3dd937f1

Analysis symbol: 
Rechecking for solution: 0
Report Id: 09c38720-4386-4336-8574-cd8f916faeaf
Report Status: 0
Hashed bucket: 004a03714de54520fe7923f537c088c3

오류를 보니, 그나마 다행인 것은 FileStream에서의 System.UnauthorizedAccessException로 확인됩니다. 따라서 Process Monitor를 통해 "ACCESS DENIED"가 난 지점을 쉽게 찾을 수 있는데요.

Operation: CreateFile
Path: C:\Users\Test%20User\AppData\Local\Temp\VSIXInstaller_1b5172ff-00f4-47fd-a74e-eaddf8dd8404.log

실제로 위의 log 파일을 포함한 폴더의 권한을 icacls로 확인해 봤더니 "Test User" 사용자 계정으로 실행한 exe에게는 쓰기 권한이 없었습니다.

C:\>icacls C:\Users\Test%20User\AppData\Local\Temp\
C:\Users\Test%20User\AppData\Local\Temp\ NT AUTHORITY\SYSTEM:(I)(OI)(CI)(F)
                                              BUILTIN\Administrators:(I)(OI)(CI)(F)
                                              BUILTIN\Users:(I)(RX)
                                              BUILTIN\Users:(I)(OI)(CI)(IO)(GR,GE)
                                              Everyone:(I)(RX)
                                              Everyone:(I)(OI)(CI)(IO)(GR,GE)

해결방법은 당연히, 해당 Temp 폴더에 "Users" 그룹이나 로그인 계정인 "Test User" 계정으로 쓰기 권한을 주면 됩니다. (사용자 임시 폴더이기 때문에 이 경우에는 "Test User" 계정에만 주는 것이 좋습니다.)




그런데, 이상한 점이 있습니다. 원래 해당 사용자 계정의 Temp 폴더인 "%LOCALAPPDATA%\Temp"로 탐색기를 이동해 보면 "C:\Users\Test User\AppData\Local\Temp"로 존재합니다. 게다가 권한도 주어져 있고.

C:\>icacls "%LOCALAPPDATA%\Temp"
C:\Users\Test User\AppData\Local\Temp NT AUTHORITY\SYSTEM:(OI)(CI)(F)
                                           BUILTIN\Administrators:(OI)(CI)(F)
                                           TESTPC\Test User:(OI)(CI)(F)

상황을 추측해 보면, VsixInstaller 실행 파일은 공백이 들어간 사용자 계정이 있는 경우 그것을 제대로 인식하지 않고 "%20"으로 대체한 것입니다. 결국 버그라는 이야기지요. ^^




참고로, 위와 같은 오류 상황에서 Xamarin을 설치하는 경우 다음과 같은 오류 메시지가 뜹니다.

An error has occurred

Errors have occurred.
Please attach the installation log if you contact Xamarin in about this error, thank you!

Installation of 'Xamarin' failed with more than one exception (attempt 3)
    Errors while installing items.
    Exception type: System.AggregateException
        Installation of archive '%LOCALAPPDATA%\Temp\Xamarin\downloads\NuGet.Tools.vsix' failed with exception.
        Exception type: Xamarin.Web.Installer.InstallException
        Full stack trace:
            at Xamarin.Web.Installer.Installer.InstallationArchiveHandler.Install(String path, Boolean needsPrivileges)
            at Xamarin.Web.Installer.Installer.BaseSoftwareItem.InstallDownloadedItem(String url, InstallationArchiveHandler handler, DownloadServiceWorkItem download)
            at Xamarin.Web.Installer.Installer.BaseSoftwareItem.Install(UInt32 tryNumber)
            at Xamarin.Web.Installer.Installer.XamarinVSSoftwareItem.Install(UInt32 tryNumber)
            at WindowsInstaller.ProgressPage.InstallationWorker()
        Installation of archive '%LOCALAPPDATA%\Temp\Xamarin\downloads\NuGet.Tools.vsix' failed with exception.
        Exception type: Xamarin.Web.Installer.InstallException
        Full stack trace:
            at Xamarin.Web.Installer.Installer.InstallationArchiveHandler.Install(String path, Boolean needsPrivileges)
            at Xamarin.Web.Installer.Installer.BaseSoftwareItem.InstallDownloadedItem(String url, InstallationArchiveHandler handler, DownloadServiceWorkItem download)
            at Xamarin.Web.Installer.Installer.BaseSoftwareItem.Install(UInt32 tryNumber)
            at Xamarin.Web.Installer.Installer.XamarinVSSoftwareItem.Install(UInt32 tryNumber)
            at WindowsInstaller.ProgressPage.InstallationWorker()
        Installation of archive '%LOCALAPPDATA%\Temp\Xamarin\downloads\NuGet.Tools.vsix' failed with exception.
        Exception type: Xamarin.Web.Installer.InstallException
        Full stack trace:
            at Xamarin.Web.Installer.Installer.InstallationArchiveHandler.Install(String path, Boolean needsPrivileges)
            at Xamarin.Web.Installer.Installer.BaseSoftwareItem.InstallDownloadedItem(String url, InstallationArchiveHandler handler, DownloadServiceWorkItem download)
            at Xamarin.Web.Installer.Installer.BaseSoftwareItem.Install(UInt32 tryNumber)
            at Xamarin.Web.Installer.Installer.XamarinVSSoftwareItem.Install(UInt32 tryNumber)
            at WindowsInstaller.ProgressPage.InstallationWorker()

위의 메시지를 출력한 창의 "View Installation log" 링크를 누르면 아래와 같은 정보가 나옵니다.

[2015-09-20 01:33:51.731] [Debug] Setting registry key 'SOFTWARE\Xamarin\AnalyticsAsked' to '1'
...[생략]...
[2015-09-20 01:34:10.435] [Debug] Using VSIX installer from C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\VSIXInstaller.exe
[2015-09-20 01:34:10.941] [Error] Failed to install the <USER_HOME>\Temp\Xamarin\downloads\NuGet.Tools.vsix archive. VSIX installer exited with error code 2003
[2015-09-20 01:34:10.945] [Info] Status: failed.
[2015-09-20 01:34:10.949] [Exception] Installation of software item 'Xamarin' failed with exception.
[2015-09-20 01:34:10.949] [Exception] Xamarin.Web.Installer.InstallException: Installation of archive '<USER_HOME>\Temp\Xamarin\downloads\NuGet.Tools.vsix' failed with exception. ---> System.InvalidOperationException: VSIX installation failed
[2015-09-20 01:34:10.949] [Exception] at Xamarin.Web.Installer.WindowsInstallationArchiveHandler.InstallVSIX(String file, Boolean needsPrivileges)
[2015-09-20 01:34:10.949] [Exception] at Xamarin.Web.Installer.Installer.InstallationArchiveHandler.Install(String path, Boolean needsPrivileges)
[2015-09-20 01:34:10.949] [Exception] --- End of inner exception stack trace ---
[2015-09-20 01:34:10.949] [Exception] at Xamarin.Web.Installer.Installer.InstallationArchiveHandler.Install(String path, Boolean needsPrivileges)
[2015-09-20 01:34:10.949] [Exception] at Xamarin.Web.Installer.Installer.BaseSoftwareItem.InstallDownloadedItem(String url, InstallationArchiveHandler handler, DownloadServiceWorkItem download)
[2015-09-20 01:34:10.949] [Exception] at Xamarin.Web.Installer.Installer.BaseSoftwareItem.Install(UInt32 tryNumber)
[2015-09-20 01:34:10.949] [Exception] at Xamarin.Web.Installer.Installer.XamarinVSSoftwareItem.Install(UInt32 tryNumber)
[2015-09-20 01:34:10.949] [Exception] at WindowsInstaller.ProgressPage.InstallationWorker()
[2015-09-20 01:34:10.953] [Info] Retrying installation (attempt #2, 1 to go)
[2015-09-20 01:34:10.961] [Debug] Will install Xamarin.iOS SDK
...[생략]...
[2015-09-20 01:34:13.903] [Debug] Considering VSIX installer from C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\VSIXInstaller.exe
[2015-09-20 01:34:13.907] [Debug] Using VSIX installer from C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\VSIXInstaller.exe
[2015-09-20 01:34:14.412] [Error] Failed to install the <USER_HOME>\Temp\Xamarin\downloads\NuGet.Tools.vsix archive. VSIX installer exited with error code 2003
[2015-09-20 01:34:14.416] [Info] Status: failed.
[2015-09-20 01:34:14.420] [Exception] Installation of software item 'Xamarin' failed with exception.
[2015-09-20 01:34:14.420] [Exception] Xamarin.Web.Installer.InstallException: Installation of archive '<USER_HOME>\Temp\Xamarin\downloads\NuGet.Tools.vsix' failed with exception. ---> System.InvalidOperationException: VSIX installation failed
[2015-09-20 01:34:14.420] [Exception] at Xamarin.Web.Installer.WindowsInstallationArchiveHandler.InstallVSIX(String file, Boolean needsPrivileges)
[2015-09-20 01:34:14.420] [Exception] at Xamarin.Web.Installer.Installer.InstallationArchiveHandler.Install(String path, Boolean needsPrivileges)
[2015-09-20 01:34:14.420] [Exception] --- End of inner exception stack trace ---
[2015-09-20 01:34:14.420] [Exception] at Xamarin.Web.Installer.Installer.InstallationArchiveHandler.Install(String path, Boolean needsPrivileges)
[2015-09-20 01:34:14.420] [Exception] at Xamarin.Web.Installer.Installer.BaseSoftwareItem.InstallDownloadedItem(String url, InstallationArchiveHandler handler, DownloadServiceWorkItem download)
[2015-09-20 01:34:14.420] [Exception] at Xamarin.Web.Installer.Installer.BaseSoftwareItem.Install(UInt32 tryNumber)
[2015-09-20 01:34:14.420] [Exception] at Xamarin.Web.Installer.Installer.XamarinVSSoftwareItem.Install(UInt32 tryNumber)
[2015-09-20 01:34:14.420] [Exception] at WindowsInstaller.ProgressPage.InstallationWorker()
...[생략]...
[2015-09-20 01:34:17.472] [Debug] Using VSIX installer from C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\VSIXInstaller.exe
[2015-09-20 01:34:17.878] [Error] Failed to install the <USER_HOME>\Temp\Xamarin\downloads\NuGet.Tools.vsix archive. VSIX installer exited with error code 2003
[2015-09-20 01:34:17.882] [Info] Status: failed.
[2015-09-20 01:34:17.886] [Exception] Installation of software item 'Xamarin' failed with exception.
[2015-09-20 01:34:17.886] [Exception] Xamarin.Web.Installer.InstallException: Installation of archive '<USER_HOME>\Temp\Xamarin\downloads\NuGet.Tools.vsix' failed with exception. ---> System.InvalidOperationException: VSIX installation failed
[2015-09-20 01:34:17.886] [Exception] at Xamarin.Web.Installer.WindowsInstallationArchiveHandler.InstallVSIX(String file, Boolean needsPrivileges)
[2015-09-20 01:34:17.886] [Exception] at Xamarin.Web.Installer.Installer.InstallationArchiveHandler.Install(String path, Boolean needsPrivileges)
[2015-09-20 01:34:17.886] [Exception] --- End of inner exception stack trace ---
[2015-09-20 01:34:17.886] [Exception] at Xamarin.Web.Installer.Installer.InstallationArchiveHandler.Install(String path, Boolean needsPrivileges)
[2015-09-20 01:34:17.886] [Exception] at Xamarin.Web.Installer.Installer.BaseSoftwareItem.InstallDownloadedItem(String url, InstallationArchiveHandler handler, DownloadServiceWorkItem download)
[2015-09-20 01:34:17.886] [Exception] at Xamarin.Web.Installer.Installer.BaseSoftwareItem.Install(UInt32 tryNumber)
[2015-09-20 01:34:17.886] [Exception] at Xamarin.Web.Installer.Installer.XamarinVSSoftwareItem.Install(UInt32 tryNumber)
[2015-09-20 01:34:17.886] [Exception] at WindowsInstaller.ProgressPage.InstallationWorker()
[2015-09-20 01:34:17.891] [Info] Status: failed.
[2015-09-20 01:34:17.895] [Debug] Showing manual installation window because of error
[2015-09-20 01:34:17.999] [Debug] Starting installation complete task.
[2015-09-20 01:34:18.003] [Info] Background installation worker completed.
[2015-09-20 01:34:18.007] [Info] Installation completed with failure
[2015-09-20 01:34:18.012] [Info] Status: failed.

로그 내용을 보면 VSIXInstaller.exe로 NuGet.Tools.vsix를 설치할 때 오류가 발생했다는 것인데, 원인은 이전과 마찬가지로 Temp 경로의 권한 문제입니다.




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 9/21/2015]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




[1]  2  3  4  5  6  7  8  9  10  11  12  13  14  15  ...
NoWriterDateCnt.TitleFile(s)
13601정성태4/19/2024232닷넷: 2243. C# - PCM 사운드 재생(NAudio)파일 다운로드1
13600정성태4/18/2024295닷넷: 2242. C# - 관리 스레드와 비관리 스레드
13599정성태4/17/2024353닷넷: 2241. C# - WAV 파일의 PCM 사운드 재생(Windows Multimedia)파일 다운로드1
13598정성태4/16/2024394닷넷: 2240. C# - WAV 파일 포맷 + LIST 헤더파일 다운로드2
13597정성태4/15/2024454닷넷: 2239. C# - WAV 파일의 PCM 데이터 생성 및 출력파일 다운로드1
13596정성태4/14/2024819닷넷: 2238. C# - WAV 기본 파일 포맷파일 다운로드1
13595정성태4/13/2024945닷넷: 2237. C# - Audio 장치 열기 (Windows Multimedia, NAudio)파일 다운로드1
13594정성태4/12/20241022닷넷: 2236. C# - Audio 장치 열람 (Windows Multimedia, NAudio)파일 다운로드1
13593정성태4/8/20241051닷넷: 2235. MSBuild - AccelerateBuildsInVisualStudio 옵션
13592정성태4/2/20241207C/C++: 165. CLion으로 만든 Rust Win32 DLL을 C#과 연동
13591정성태4/2/20241169닷넷: 2234. C# - WPF 응용 프로그램에 Blazor App 통합파일 다운로드1
13590정성태3/31/20241073Linux: 70. Python - uwsgi 응용 프로그램이 k8s 환경에서 OOM 발생하는 문제
13589정성태3/29/20241143닷넷: 2233. C# - 프로세스 CPU 사용량을 나타내는 성능 카운터와 Win32 API파일 다운로드1
13588정성태3/28/20241197닷넷: 2232. C# - Unity + 닷넷 App(WinForms/WPF) 간의 Named Pipe 통신파일 다운로드1
13587정성태3/27/20241156오류 유형: 900. Windows Update 오류 - 8024402C, 80070643
13586정성태3/27/20241300Windows: 263. Windows - 복구 파티션(Recovery Partition) 용량을 늘리는 방법
13585정성태3/26/20241096Windows: 262. PerformanceCounter의 InstanceName에 pid를 추가한 "Process V2"
13584정성태3/26/20241050개발 환경 구성: 708. Unity3D - C# Windows Forms / WPF Application에 통합하는 방법파일 다운로드1
13583정성태3/25/20241158Windows: 261. CPU Utilization이 100% 넘는 경우를 성능 카운터로 확인하는 방법
13582정성태3/19/20241420Windows: 260. CPU 사용률을 나타내는 2가지 수치 - 사용량(Usage)과 활용률(Utilization)파일 다운로드1
13581정성태3/18/20241588개발 환경 구성: 707. 빌드한 Unity3D 프로그램을 C++ Windows Application에 통합하는 방법
13580정성태3/15/20241138닷넷: 2231. C# - ReceiveTimeout, SendTimeout이 적용되지 않는 Socket await 비동기 호출파일 다운로드1
13579정성태3/13/20241494오류 유형: 899. HTTP Error 500.32 - ANCM Failed to Load dll
13578정성태3/11/20241630닷넷: 2230. C# - 덮어쓰기 가능한 환형 큐 (Circular queue)파일 다운로드1
13577정성태3/9/20241876닷넷: 2229. C# - 닷넷을 위한 난독화 도구 소개 (예: ConfuserEx)
[1]  2  3  4  5  6  7  8  9  10  11  12  13  14  15  ...