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

Windows Media Player cannot access the file. The file might be in use, you might not have access to the computer where the file is stored, or your proxy settings might not be correct.

업무시간이든, 집에서 있을 때든 거의 음악을 듣는 경우가 없는데 가끔 어쩌다 가뭄에 콩 나듯이 왠지 듣고 싶은 노래가 떠 오를 때가 있습니다.

그래서 오랜만에 한번 mp3 파일을 재생해 봤는데 ^^; Media Player 창이 뜨면서 다음과 같은 오류 상자와 함께 더 이상 진행이 안되었습니다.

play_music_error_1.png

혹시나 다른 플레이어로 해보면 될까 싶어서 Zune Player와 윈도우 8 스토어 앱의 음악 재생기를 거쳐도 여전히 재생이 안되었습니다. 어떻게 이런 일이??? ^^;

그래도 검색을 해보니까 금방 결과가 나오는 군요.

Error when trying to play audio files: Windows Media Player cannot access the file. The file might be in use, you might not have access to the computer where the file is stored 
; http://answers.microsoft.com/en-us/windows/forum/windows_7-pictures/error-when-trying-to-play-audio-files-windows/16fb2a9a-f6ef-4907-bf45-c6ddf15183df

위의 덧글에 마이크로소프트 측 직원이 제시한 두 번째 방법이 제게는 효과가 있었습니다. 즉, "제어판" 의 "SOUND" 항목을 들어갔더니 다음과 같은 "Intel HD Graphics Control Panel"이 함께 뜨면서 "Audio Enhancements Problem" 창이 나타났습니다.

play_music_error_2.png

여기서 "Would you like to disable Driver Enhancements for this device?"라는 질문이 나오는데 "Yes"를 누르고 나서부터는 정상적으로 음악이 들렸습니다. 뭔가 좀 더 심오한 원인이 있겠지만, 일단 해결되었으니 여기서 탐색 중지! ^^




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







[최초 등록일: ]
[최종 수정일: 7/10/2021]

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

비밀번호

댓글 작성자
 




... 91  92  93  94  [95]  96  97  98  99  100  101  102  103  104  105  ...
NoWriterDateCnt.TitleFile(s)
11560정성태6/25/201821505.NET Framework: 776. C# 7.3 - 초기화 식에서 변수 사용 가능(expression variables in initializers)파일 다운로드1
11559정성태6/25/201828656개발 환경 구성: 384. 영문 설정의 Windows 10 명령행 창(cmd.exe)의 한글 지원 [6]
11558정성태6/24/201822302.NET Framework: 775. C# 7.3 - unmanaged(blittable) 제네릭 제약파일 다운로드1
11557정성태6/22/201821769.NET Framework: 774. C# - blittable 타입이란?파일 다운로드1
11556정성태6/19/201828641.NET Framework: 773. C# 7.3 - 구조체의 고정 크기를 갖는 fixed 배열 필드에 대한 직접 접근 가능 [1]파일 다운로드1
11555정성태6/18/201820320.NET Framework: 772. C# 7.3 - 사용자 정의 타입에 fixed 적용 가능(Custom fixed)파일 다운로드1
11554정성태6/17/201822345.NET Framework: 771. C# 7.3 - 자동 구현 속성에 특성 적용 가능(Attribute on backing field)
11553정성태6/15/201821907.NET Framework: 770. C# 7.3 - 개선된 메서드 선택 규칙 3가지(Improved overload candidates)파일 다운로드1
11552정성태6/15/201823909.NET Framework: 769. C# 7.3에서 개선된 문법 4개(Support == and != for tuples, Ref Reassignment, Constraints, Stackalloc initializers)파일 다운로드1
11551정성태6/14/201820516개발 환경 구성: 383. BenchmarkDotNet 사용 시 주의 사항
11550정성태6/13/201820415.NET Framework: 768. BenchmarkDotNet으로 Span<T> 성능 측정 [2]
11549정성태6/13/201822098개발 환경 구성: 382. BenchmarkDotNet에서 생성한 BuildPlots.R 파일을 실행하는 방법
11548정성태6/13/201819301오류 유형: 470. .NET Core + BenchmarkDotNet 실행 시 프레임워크를 찾지 못하는 문제
11547정성태6/13/201824435.NET Framework: 767. BenchmarkDotNet 라이브러리 소개파일 다운로드1
11546정성태6/12/201824557.NET Framework: 766. C# 7.2의 특징 - GC 및 메모리 복사 방지를 위한 struct 타입 개선 [9]파일 다운로드1
11545정성태6/11/201822821오류 유형: 469. .NET Core 프로젝트를 Visual Studio에서 실행 시 System.BadImageFormatException 발생하는 경우 [1]
11544정성태6/10/201822390.NET Framework: 765. C# 7.2 - 숫자 리터럴의 선행 밑줄과 뒤에 오지 않는 명명된 인수
11543정성태6/9/201821968.NET Framework: 764. C# 7.2 - private protected 접근자 추가파일 다운로드1
11542정성태6/9/201860384개발 환경 구성: 381. Azure Web App 확장 예제 - Remove Custom Headers
11541정성태6/9/201819530개발 환경 구성: 380. Azure Web App 확장 배포 방법 [1]
11540정성태6/9/201820296개발 환경 구성: 379. Azure Web App 확장 예제 제작 [2]
11539정성태6/8/201820135.NET Framework: 763. .NET Core 2.1 - Tiered Compilation 도입파일 다운로드1
11538정성태6/8/201819416.NET Framework: 762. .NET Core 2.1 - 확장 도구(Tools) 관리 [1]
11537정성태6/8/201823921.NET Framework: 761. C# - SmtpClient로 SMTP + SSL/TLS 서버를 이용하는 방법 [5]
11536정성태6/7/201821580.NET Framework: 760. Microsoft Build 2018 - The future of C# 동영상 내용 정리 [1]파일 다운로드1
11535정성태6/7/201823389.NET Framework: 759. C# - System.Span<T> 성능 [1]
... 91  92  93  94  [95]  96  97  98  99  100  101  102  103  104  105  ...