I see you looking for an anwser I too pity while I don't know what's causing the problem I get the same requester just opening my J drive. Google shot gunning shows it's a result of a problem with the file K-Lite_Codec_Pack_10.45
Thank you so much indeed,
Yes, I now remember that I installed K-Lite_Codec_Pack_1095_Basic' to let some video file formats, such as, FLV to be played well by Windows Media Player. However, I don't think that the problem with it. If with it, then what would I do since uninstalling it would result in FLV will not played well by WMP.
Any idea would be highly appreciated
I've been with MS since win95/NT NT's packaged client was Win95 so have also always dual booted. I honestly have never run WMP, as it was a security concern from day one.
You use VLC one of the best video player out, it's free but would appreciate a bit of support and will play just about anything; SWF files the only ones (require flash) I've found it won't. VLC will do just about anything (Stream, copy disk, the list is large) but most is undocumented and only found on a search. I've used it to stream to my PS3 (PMS) from my PC the easiest way to do so.
VideoLAN - Official page for VLC media player, the Open Source video framework!
First Google hit using: IcarosDebug (and there are a lot of people with this problem)
"V. 10.9.5 doesn´t work. I get the message: Icaros terminated unexpectedly. A minidump has been written to disk. Explorer needs to restart... The minidump is in C:\Users\XXXXX\AppData\Local\Temp\IcarosDebug\IcarosPropertyHandler.dll-2.2.9.302-1.15.dmp. Windows 7." a reply to
K-Lite Codec Pack Full Free Download and Reviews - Fileforum
I have Windbg (Windows debugger) as my Postmortem_Debugger now, waiting to catch the problem before this icaros debugger does, the error hasn't happened yet. As mentioned I get the message trying to access a hard drive or partition, can't see where any codex would be involved, I can see that I need to grab anyting on that drive as it's not going to last much longer, I have to access it from a Hiren's boot disk using a miniXP.
You can find IcarosPropertyHandler.dll at C:\Program Files (x86)\K-Lite Codec Pack\Icaros.
I have all my temp directories use C:\Temp My Icaros dump files are located at c:\temp\IcarosDebug
It would appear to be a problem with FFMPEG read the bottom of the "Icaros License.txt"
With Windbg I viewed one of the dump files the results below, it's an Access violation. the last three digits of the dmp file are the date.
----
WARNING: Whitespace at end of path element
Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Temp\IcarosDebug\IcarosPropertyHandler.dll-2.2.9.302-2.19.dmp]
User Mini Dump File: Only registers, stack and portions of memory are available
WARNING: Whitespace at end of path element
Symbol search path is: SRV*D:\MISGPRGS\Debug\SymbolsLocal;C:\Windows\SysWOW64\ /s *
http://msdl.microsoft.com/download/symbols
;.sympath SRV*D:\MISGPRGS\Debug\SymbolsLocal;C:\Windows\SysWOW64\ /s*
http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Version 7601 (Service Pack 1) MP (8 procs) Free x64
Product: WinNt, suite: SingleUserTS
Machine Name:
Debug session time: Thu Feb 19 14:10:35.000 2015 (UTC - 8:00)
System Uptime: not available
Process Uptime: 0 days 0:00:06.000
................................................................
................................................................
.....
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(137c.1394): Access violation - code c0000005 (first/second chance not available)
*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntdll.dll -
ntdll!ZwGetContextThread+0xa:
00000000`77931f8a c3 ret
Runing.ecxr
rax=000004ee8423f41a rbx=0000000000000000 rcx=0000000006060050
rdx=0000000002b5dea0 rsi=0000000002b5dea0 rdi=0000000000001d29
rip=000007fef13e88cd rsp=0000000002b5ddf0 rbp=0000000006060050
r8=0000000000000010 r9=000007fef13e0000 r10=0000000003ef2540
r11=0000000003ef2540 r12=0000000000000005 r13=0000000006015ad0
r14=0000000000000000 r15=0000000002e50710
iopl=0 nv up ei pl nz na pe nc
cs=0033 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010202
IcarosPropertyHandler+0x88cd:
000007fe`f13e88cd 498b7e60 mov rdi,qword ptr [r14+60h] ds:00000000`00000060=????????????????
Just caught it.
I do have the symbols for my system if you notice at the top of the output are two paths one is ; out the path being used has a space between the s and * and thought it removed (the entire path).