![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Re: Old chestnut - Vista forgets folder settings On Tue, 19 Aug 2008 13:27:40 -0700, "zachd [MSFT]" <zachd@xxxxxx> wrote: Quote: > >Ah, I thought you meant missing file format parsers, as opposed to failures >of file playback. > >That sounds like bad behavior. Do you have a specific COM surrogate error >in mind? Given the fault information, it should be fairly straight-forward >to determine where that failure lies and potentially how to correct it for >the future. > >It sounds like the file parser works until either a unsupported chunk is >encountered or until the codec gets unsupported data and chokes. The actual >crash information (since COM Surrogate errors imply a crash)- > http://zachd.com/pss/pss.html#bucket >- would likely point out where that lies. If there really is some dumb >problem parsing some particular clip, it'd be good to get that fixed up so >that everyone else doesn't suffer. last couple hours I had 3 instances of Com Subrogate rearing it's ugly head on three different files. Nothing is recorded to any log according to the Event Viewer. As always, playing same files in other players present no problems. |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Old chestnut - Vista forgets folder settings "Ringmaster" <bigtop@xxxxxx> wrote in message news:khlma45064s4h2tcrpad61nbt7c6iili7f@xxxxxx Quote: > On Tue, 19 Aug 2008 13:27:40 -0700, "zachd [MSFT]" > <zachd@xxxxxx> wrote: Quote: >>That sounds like bad behavior. Do you have a specific COM surrogate error >>in mind? Given the fault information, it should be fairly >>straight-forward >>to determine where that failure lies and potentially how to correct it for >>the future. >> >>It sounds like the file parser works until either a unsupported chunk is >>encountered or until the codec gets unsupported data and chokes. The >>actual >>crash information (since COM Surrogate errors imply a crash)- >> http://zachd.com/pss/pss.html#bucket >>- would likely point out where that lies. If there really is some dumb >>problem parsing some particular clip, it'd be good to get that fixed up so >>that everyone else doesn't suffer. Quote: > Well that might be what is SUPPOSE to happen, but it doesn't. In the > last couple hours I had 3 instances of Com Subrogate rearing it's ugly > head on three different files. Nothing is recorded to any log > according to the Event Viewer. As always, playing same files in other > players present no problems. the Application log (inferior) or the Problem Reports and Solutions Center control panel (superior). You're not getting any events as visible in View Problem History in the Problem Reports and Solutions Center? Since COM Surrogate is a generic dll host, the crash could really be in any number of areas - the fault bucket number is probably the easiest key to sort out what's failing where on your system. Are you getting a DMP file generated during the crash process? That to would likely contain enough information to troubleshoot what's going on. -- Speaking for myself only. See http://zachd.com/pss/pss.html for some helpful WMP info. This posting is provided "AS IS" with no warranties, and confers no rights. |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Old chestnut - Vista forgets folder settings On Tue, 19 Aug 2008 19:14:19 -0700, "zachd [MSFT]" <zachd@xxxxxx> wrote: Quote: > >"Ringmaster" <bigtop@xxxxxx> wrote in message >news:khlma45064s4h2tcrpad61nbt7c6iili7f@xxxxxx Quote: >> On Tue, 19 Aug 2008 13:27:40 -0700, "zachd [MSFT]" >> <zachd@xxxxxx> wrote: Quote: >>>That sounds like bad behavior. Do you have a specific COM surrogate error >>>in mind? Given the fault information, it should be fairly >>>straight-forward >>>to determine where that failure lies and potentially how to correct it for >>>the future. >>> >>>It sounds like the file parser works until either a unsupported chunk is >>>encountered or until the codec gets unsupported data and chokes. The >>>actual >>>crash information (since COM Surrogate errors imply a crash)- >>> http://zachd.com/pss/pss.html#bucket >>>- would likely point out where that lies. If there really is some dumb >>>problem parsing some particular clip, it'd be good to get that fixed up so >>>that everyone else doesn't suffer. Quote: >> Well that might be what is SUPPOSE to happen, but it doesn't. In the >> last couple hours I had 3 instances of Com Subrogate rearing it's ugly >> head on three different files. Nothing is recorded to any log >> according to the Event Viewer. As always, playing same files in other >> players present no problems. >If COM Surrogate (Dllhost) is crashing, it should register a crash event in >the Application log (inferior) or the Problem Reports and Solutions Center >control panel (superior). You're not getting any events as visible in View >Problem History in the Problem Reports and Solutions Center? trying to play the video file with. Nothing you can identify by NAME as to what application or codec is involved shows in the Event Logs, which makes that "feature" unless since all that shows as you can see it the files (both Microsoft) that were involved. If you hunt it down looking in the Problem Reports and Solutions Center a typical Com Surrogate error shows the following. Since we already know the faulting "problem" application is Windows Media Player why isn't it named in the Event Logs? Is Microsoft that embarrassed their crap keeps crashing? If I were them, I would be. Problem signature Problem Event Name: APPCRASH Application Name: DllHost.exe Application Version: 6.0.6000.16386 Application Timestamp: 4549b14e Fault Module Name: ntdll.dll Fault Module Version: 6.0.6001.18000 Fault Module Timestamp: 4791a7a6 Exception Code: c0000005 Exception Offset: 00043387 OS Version: 6.0.6001.2.1.0.256.6 Locale ID: 1033 Additional Information 1: b524 Additional Information 2: 9b022cb609eb02ffe983ea17b9ceb3de Additional Information 3: 5098 Additional Information 4: 630d43cd0a761ce855be2b91c236dadf Since DllHost.exe and ntdll.dll are Microsoft files and none of the other gibberish gives a clue what else is involved, two questions: 1. Why isn't this Microsoft's fault when Vista points to itself? 2. Why doesn't it show a human readable cross reference? Since this is the only error shown in the application Event log for today, here's a dump of the details of one of 3 crashes: Faulting application DllHost.exe, version 6.0.6000.16386, time stamp 0x4549b14e, faulting module ntdll.dll, version 6.0.6001.18000, time stamp 0x4791a7a6, exception code 0xc0000005, fault offset 0x00043387, process id 0x15b0, application start time 0x01c90203c6e2a9e6. Again, mostly gibberish and useless. It tells the end user nothing except Vista screwed up. I already knew that. Quote: > >Since COM Surrogate is a generic dll host, the crash could really be in any >number of areas - the fault bucket number is probably the easiest key to >sort out what's failing where on your system. > >Are you getting a DMP file generated during the crash process? That to >would likely contain enough information to troubleshoot what's going on. |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Old chestnut - Vista forgets folder settings "Ringmaster" <bigtop@xxxxxx> wrote in message news l9na4h2nc1f583adm9mvit0ibqivqcgt2@xxxxxxQuote: > Since we already know the > faulting "problem" application is Windows Media Player why isn't it > named in the Event Logs? hosted crashes would be listed as that, etc. It's an artifact of the architecture - you bring up a good end-user usability point, as this is unfortunately a developer-centric system in the Event Viewer view, although the Problem Reports center softens it up and makes it more readable. But still, it's really dev-centric. Sorry. =\ Quote: > Is Microsoft that embarrassed their crap > keeps crashing? If I were them, I would be. that sucks. Quote: > 1. Why isn't this Microsoft's fault when Vista points to itself? case the ntdll exception handler gets raised as the hosted dll touches memory badly. The offset provides the key context to understand what the "jelly" of that sandwich is. Quote: > 2. Why doesn't it show a human readable cross reference? Quote: > Faulting application DllHost.exe, version 6.0.6000.16386, time stamp > 0x4549b14e, faulting module ntdll.dll, version 6.0.6001.18000, time > stamp 0x4791a7a6, exception code 0xc0000005, fault offset 0x00043387, > process id 0x15b0, application start time 0x01c90203c6e2a9e6. * is urge.dll on this system? * is splitter.ax on this system? Based upon the information and context so far, I *think* you have an old version of Haali Media Splitter (splitter.ax) on the system and Haali is freeing a NULL pointer (which means you crash). Does this reliably happen doing any particular thing with any particular piece of content? If this crash happened with the latest (1.8.122.18, I think?) Haali reliably -- and I think it would -- it would be good to get the steps to reproduce this to the Haali team. You can get the latest Haali here: * http://haali.cs.msu.ru/mkv/ Given the crash, this seems like a crash in Haali's shutdown code, so it would be likely that playing particular clips/viewing thumbnails that invoke Haali would cause crashes as those hosting processes shut Haali down. If your way to reproduce this was "Play this piece/type of content, then shut player down" or "browse folder with XX files in thumbnail view, close folder", that would seem likely. I tried some basic steps with the latest Haali and didn't crash, so suspect that I'm missing something. Anyways, if you have that data, I'd love to work with it since I'd love to try to work with the Haali people to get this fixed up. (Alternatively, if you just have urge.dll on your system - you should uninstall that as the service is no longer supported as far as I'm aware. But I'm rather hoping that this is the Haali crash, since I'd like to help see that fixed. Urge is easier to directly fix for you, but fixing Haali potentially helps more people longer-term.) Thanks very much, -Zach -- Speaking for myself only. See http://zachd.com/pss/pss.html for some helpful WMP info. This posting is provided "AS IS" with no warranties, and confers no rights. |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Vista forgets Power Settings | Vista General | |||
| Windows Vista Ultimate forgets user settings on login to Domain | Vista account administration | |||
| Vista forgets start menu settings after every restart | Vista General | |||
| Windows Vista Premium forgets settings | Vista General | |||
| Word 2003 forgets settings when closed | Vista General | |||