I am getting a CF10 Blue Screen of Death on an adobe null pointer?

I am getting a CF10 Blue Screen of Death on an adobe null pointer? I have confirmed an drecreated all my fonts.  I cannot find anything wqrong except CF10 doesnt like it for some reason?
Below is the stacktrace.  Any / all help would be very much appreciated>
java.lang.NullPointerException: Platform, Locale, and Platform Name must not be null     at com.adobe.fontengine.fontmanagement.platform.PlatformFontDescription.<init>(Unknown Source)     at com.adobe.fontengine.font.opentype.OpenTypeFont.getPlatformFontDescription(Unknown Source)     at com.adobe.fontengine.font.FontImpl.getPlatformFontDescription(Unknown Source)     at com.adobe.fontengine.font.FontImpl.getPlatformFontDescription(Unknown Source)     at com.adobe.fontengine.fontmanagement.platform.PlatformFontResolverImpl.addFont(Unknown Source)     at com.adobe.internal.pdftoolkit.core.fontset.impl.PDFFontSetImpl.addFont(Unknown Source)     at com.adobe.internal.pdfm.util.FontSetBuilder.loadFontsPath(FontSetBuilder.java:418)     at com.adobe.internal.pdfm.util.FontSetBuilder.loadSystemFonts(FontSetBuilder.java:346)      at com.adobe.internal.pdfm.util.FontSetBuilder.makePDFFontSet(FontSetBuilder.java:239)     a t com.adobe.internal.pdfm.util.FontSetBuilder.getPdfFontSet(FontSetBuilder.java:93)     at com.adobe.internal.pdfm.PDFM7Factory.getPdfFontSet(PDFM7Factory.java:97)     at coldfusion.document.DocumentServiceImpl.getAssemblerFontSet(DocumentServiceImpl.java:524)      at coldfusion.pdf.PDFForm.populateFields(PDFForm.java:291)     at coldfusion.tagext.lang.PDFFormTag.doEndTag(PDFFormTag.java:347)     at cfEMR2ecfc1799832313$funcPRINTPDF_EMR._factor194(C:\Production\cfmx\web_applications\free recall\Model\EMR.cfc:5059)     at cfEMR2ecfc1799832313$funcPRINTPDF_EMR._factor198(C:\Production\cfmx\web_applications\free recall\Model\EMR.cfc:4783)     at cfEMR2ecfc1799832313$funcPRINTPDF_EMR.runFunction(C:\Production\cfmx\web_applications\fre erecall\Model\EMR.cfc:4771)     at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)     at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)     at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)     at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)     at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)     at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)     at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:518)     at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:660)     at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:469)     at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2373)     at coldfusion.tagext.lang.InvokeTag.doEndTag(InvokeTag.java:402)     at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2800)     at cfappController2ecfm586097899._factor2031(C:\Production\cfmx\web_applications\freerecall\ Controller\appController.cfm:8830)     at cfappController2ecfm586097899._factor5165(C:\Production\cfmx\web_applications\freerecall\ Controller\appController.cfm:8811)     at cfappController2ecfm586097899.runPage(C:\Production\cfmx\web_applications\freerecall\Cont roller\appController.cfm:1)     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:244)     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:444)     at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)     at coldfusion.filter.IpFilter.invoke(IpFilter.java:64)     at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:428)     at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)     at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)     at coldfusion.filter.PathFilter.invoke(PathFilter.java:112)     at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:30)     at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:94)     at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)     at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)     at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)     at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)     at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)     at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)     at coldfusion.CfmServlet.service(CfmServlet.java:219)     at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:305)     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)      at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )     at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:243)     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)     a t org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)     a t org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)     at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928)     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414)     at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:204)     at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:539)     at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)     at java.lang.Thread.run(Thread.java:722)

Thanks Jeremy,
I'm afraid that it seems to have gone beyond help at this stage and my laptop is currently sat on a workbench at Apple  :-(
I must say that I am more than a little disappointed.  I bought into Apple for quality and reliability and now I am sat here on my wifes Windows PC because an Apple update has gone bad.
I certainly hope this isn't the first sign of decline of the Apple brand. The Apple product costs a lot, but up until now the quality and dependability has been the overriding reason to pay the extra money. My wife has always been sceptical, and this incident has not furthered my cause to get a new MAC when the PC dies. Shame.
I too am now wondering how far Apple are prepared to dilute their identity to squeeze into the Microsoft market.... remember Apple, you are bigger than that. You are cash rich for a reason and you are are only as good as your last big success: look at Nokia!
Thanks again
Dino

Similar Messages

  • Blue screen of death when installing Adobe Air

    I'm trying to install Adobe Flash CS6 and Adobe Air along with it. About 10 seconds after pressing "install", my computer shows the blue screen of death for a split second, and then restarts.
    To my knowledge, I do not have Folder Lock. I also cannot find any windrvNT.sys in the C:\WINDOWS\system32 folder, even after turning on the "show hidden files and folders" option.
    Using Windows XP

    Raymon_Zheng111 does your computer meet or exceed the system requirements for Flash CS6 listed at http://helpx.adobe.com/x-productkb/policy-pricing/system-requirements-flash-professional.h tml#Flash%20Professional%20CS6%20system%20requirements.

  • Can't get past the blue screen of death

    I woke up this morning to discover my computer froze on the screensaver sometime last night. I restarted and after the grey apple screen got a blue screen which shifted to a lighter blue screen with the mouse cursor and it never moves beyond that. My Applecare expired in July. Here's everything I've tried:
    -I was running Leopard, so put my Leopard disc in to startup from it and run Disc Doctor, it weirdly spits it out, while I'm holding 'C' and right about the time it should startup from it.
    -I zapped the PRAM
    -I reset the SMU
    -I tried running tech tools from the Apple Care Disc, it spits that one out too
    -I restarted in 'single user mode', ran fsck and it corrected a couple things but no change
    -I put in the Tiger Install Disc that came with the computer, I'm able to startup from that and I go ahead and run disc doctor. nothin
    -I run hardware test, the extended version, everything passes, calming my fears about the logicboard, video card, etc
    -I restarted from the Install Disc and perform an Archive and Install of Tiger. It all goes smoothly, except now it goes from the grey apple screen and freezes at the first blue screen, not making it to the lighter one with a cursor.
    -I retry using the Apple Care Disc with Tech Tools and instead of spitting it out, it takes a really long time to load and come up with 2 blue squares overlapping on a black background, a Tech Tools Glow Plugin finder window comes up in one of them and then everything freezes with weird red pixels across the top of the finder window. ODD
    -NEW EVENT, it can boot in Safe Mode in Tiger. What should I do from there?
    Any help would be greatly appreciated.

    It reads the disc when I have it running in Tiger Safe Mode, but won't startup from it. It no longer spits it out, but the disc spins and spins and the fan runs hardcore for a few mins and nothing beyond the blue screen.
    I do have another Mac, but its an older powerbook from work and I can't really do much on it. The powers that be control pretty much everything on it.
    In theory, would a clean install (from my Tiger disc) take care of this all? I'm considering getting another external harddrive to backup everything and then just whiping the harddrive and starting over.

  • I'm also getting the dreaded Blue Screen Of Death when I boot into Windows

    This happened right after I upgraded to the most recent version of iTunes. Everytime I initially boot the computer, it would get into Windows, crashes immediately, then my system reboots and I'm able to get into windows no problem.
    Reading the help section it says to go and download & reinstall the previous version of iTunes. Ok simple enough, but where on earth can I find the previous version?? The link it provides takes me to the latest version. Maybe I'm looking in the wrong place?
    Can someone please direct me to where I can download the previous version?
    Thanks very much.

    Hi,
    Thanks very much for the reply. I'm glad somebody was able to give me this information!
    So I went to the website and I downloaded 8.0.0.35, BUT when I tried to install it, I got an error message that said: "A later version of iTunes is already installed on this computer."
    I'm afraid if I uninstall my current iTunes, then I will lose all my playlists and stuff. There's no way to just install the old version on top of the new one? If no, is that the proper procedure to uninstall first and then reinstall?
    Thanks.

  • Windows "Blue screen of Death" when booting computer attached to LabVIEW PXI realtime system

    Good Morning (at least in the western hemisphere)!
         I'm having a problem on two test systems where intermittently, at least on one machine, I get a Windows "Blue Screen of Death" error message when booting the machine connected to a PXI RT system. I reloaded the RT systems software yesterday (LV RT 7.1.1, NI-VISA 3.3.1) and am having this problem on two different setups, two laptops, two PXI chassis. Our short term work around has been to boot with the network cable removed at one end or the other, but these are the baseline models for a larger test system in the design/construction stage that will not be used by knowledgeable engineers but by (probably more knowledgeable!) technicians.  Any ideas would be a help
    Thanks again,
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

    Blue screens are almost always caused by drivers and not by applications, so chances are there's a problem on the driver level.  The crash log file will be instrumental to diagnosing this problem.
    Turn on the crash event logging as described in this Microsoft KB:
    http://support.microsoft.com/kb/314084/EN-US/
    ...and then post the details from the crash found in the Windows Event Viewer here. That will help us narrow the problem down.
    --Paul Mandeltort
    Automotive and Industrial Communications Product Marketing

  • Portege R100 - Random Blue Screen of Death (IRQL not less or equal)

    Hi,
    I've been getting random "Blue Screen of Death" screens in the last few weeks. The error is "IRQL not less or equal" and it's performing a memory dump every time. If I get the error and try restarting the laptop after, I usually get the same "Blue Screen of Death" screen when booting.
    I didn't install any new hardware lately. Last upgrade was about a year ago; upgraded the memory. I've tried replacing the RAM with a spare one I had and I was still getting the same error.
    I didn't install any new software in the last weeks that would coincide with this error.
    I'm monitoring the CPU temperature and I doesn't go higher than 48 deg Celcius.
    I'm not an expert but I would assume this is purely an hardware problem ? Since I rarely hear the CPU fan, I thought it could be the CPU overheating.
    But even after making the CPU fan run at 100% using a freeware called "Speed Fan" I was still getting the same random "Blue Screen of Death" screen.
    I would really appreciate any feedback and help. I really like my R100 and would like to fix it.
    Mark.

    Hello, I have a Portege R500 and I am also too having this error message. I was getting a blue screen when loading the pc advising of a memory dump issues.I ahve replaced the ram inside the laptop and this has failed to resolve the issue. I am now having the error, IRQL not less or Equal everytime. I have run a memtest86 scan and this did show up possible memory issues. SO I have replaced the memory chip again. Still showing up as memory issues.
    You have mentioned this could be a cpu or memory controller. If this is the memory controller can this be replaced? or would a motherboard replacement be the best option?
    I have not tried a re install of windows 7 32 bit as yet, As the memtest86 program has identified possible memory issues. Please can some one advise if replacing the cpu and possible memory controller would resolve this. Memtest log available if wanted.
    Regards
    John Powell

  • Installing AIR application gives blue screen of death

    I tried installing an Adobe AIR application called HelloWorld.air from a book entitled "Adobe Flex 3 Training from the Source", and I would get the Windows' blue screen of death. I've seen others post about this, so I know I am not alone. My operating system is Windows XP Professional SP 2 and above.
    This issue is preventing me from even getting into Adobe AIR application development, and I was wondering when a fix for this will be made. I tried downloading the Adobe AIR runtime again, but it is still the same byte size as the previous one I downloaded, so I'm assuming it's still the same one (since it doesn't state any version number).
    Is there anyone who has had this problem and was eventually able to work with Adobe AIR? Any response would be immensely appreciated.
    Thanks.

    I remember when I was getting BSODs the first time I tried installing an
    .AIR application on my laptop, I got that "Send Error Report" window from
    Microsoft, and I had clicked to send it. It came back with a report stating
    that this was being caused by anti-virus software. This time around, I
    turned off my anti-virus software (from CA, or Computer Associates) I
    downloaded your application and tried to install it, and once again, I only
    got as far as where I could select to save an icon to my desktop and/or to
    launch the application after install, and when I clicked the "Install"
    button, I got the BSOD right away.
    I went the extra mile this time though. I installed Adobe AIR and your
    application on another desktop that is totally clean with absolutely no
    antivirus software whatsoever, not even a software firewall. I got the same
    BSOD at the exact same spot.
    I know Adobe knows about this because of a past thread I had not only read,
    but responded to as well. It's just unfortunate it hasn't been fixed yet
    because I'm really raring to start writing Adobe AIR apps.
    By the way, Damon, your app looks nice, I just wish I had been able to
    install it to see what it's all about. Lastly, thank you for responding to
    my issue. I will report this as a bug on that link you gave me.
    David

  • USB 2861 device capture blue screen of death

    Hi,
    I have a camera that is hooked up through a video adapter called "easycap", which converts analog video to USB. I can view the video input perfectly through eg. messenger. When I try to capture the video with JMStudio, I get the windows blue screen of death, indicating a problem with the driver.
    Does anyone have an idea how to fix this, or how to explain this?
    Thanks!!

    JLec wrote:
    Hi,
    I have a camera that is hooked up through a video adapter called "easycap", which converts analog video to USB. I can view the video input perfectly through eg. messenger. When I try to capture the video with JMStudio, I get the windows blue screen of death, indicating a problem with the driver.
    Does anyone have an idea how to fix this, or how to explain this?Make sure you're using the latest version of everything, make sure JMF is installed correctly (try reinstalling) and just try rebooting your computer prior to the BSOD...

  • HT201412 my i pad has suddenly gone on a rolling blue screen of death?

    does anybody know how to resolve an i pad that has suddenly gone on the blue screen rolling death?

    I to have had the Blue Screen of Death . I have tried to reset my I pad , and I have even reset the whole system to the manufacturers setting when new . I still get the sudden Blue Screen Of Death and have to do a hard reboot and than I can't use the I pad for no more than 2 minutes before it goes to the Blue Screen of Death . Help any one !

  • I have a new iPhone 4 and every time I plug it into my laptop I get the "blue screen of death", it didn't do this the first time because I downloaded all my music from iTunes but ever since it has done this.  Anybody have any insight?

    I have an iPhone 4 and downloaded all my iTunes music to it.  Now when I connect it to my laptop I automatically get the "blue screen of death", does anyone have any insight into this problem?

    This will happen if you have photos in your camera roll and an out-of-date scanner or webcam driver. See this: http://support.apple.com/kb/TS1502

  • Ipad 2 is getting a blue screen of death

    Just a couple of days ago, my Ipad has started getting a blue screen of death. It gets a blue screen, and then shuts itself off. When it restarts, it's unresponsive for about 4-5 minutes before letting me using it again. When it lets me use it again, I have about 10 minutes before it starts all over. I'm hoping this is something that can be fixed whether hardware or software is the problem. I definitely don't want to have to spend $700 for the new iPad as good as it may be. I'm also serving in Manama, Bahrain for the next couple of years, and this island is no where near an Apple store.

    I would try to reset the iPad via iTunes, I don't think the problem is software based thou. I once had a mac mini which behaved simularly, the problem disapered when I changed the RAM, this isn't possible on the iPad thou.
    In the end, you probably have to do what Johnathan states.
    edit: I dont know if it's still this way, but ealier Apple have been giving world wide warrenty on thier mobile devices.
    link to warrenties:
    http://www.apple.com/legal/warranty/

  • Qosmio x775-3dv80 Blu Ray/DVD burning gets Blue Screen of Death.

    I just got a new Qosmio X775 3DV80 laptop.
    Tried to burn a Blu Ray movie with DVDfab 8. The process went through all the way till the very end and then I get a blue screen of death every single time. the brief error says IRQ problem. burning DVD gets the same.
    a friend as a same model laptop. tried on his with the same result.
    So it's not my particular machine!
    i installed a copy of Windows 7 Pro on the sencond HD. burning either DVD or Blu Ray with no problem.
    it suggests there's a glitch with combo of the original Windows 7 and the Blu Ray drive.
    i have not contacted Tosh yet.
    Anyone else experience the same???

    Peter, thanks for your suggestions. I tried so and didn’t work either however. I compared the drivers for the blu ray disk between the preinstalled Windows 7 version and my Windows 7 Pro (works as my first post). The only difference is the former has two drivers: (1) cdrom.sys, and (2) tdcmdpst.sys. (the Windows 7 Pro has only one : cdrom.sys). It seems this model shares the a common problem, but not enough users with the app combo to stir up some waves… Additionally: Between my first post and this one, the screen acted up. It would go black and came back in 2 sec with full brightness. The current app would freeze and brightness control function stopped working. Happened in random and a few times within an hour. Got a replacement from Amazon where I bought it (same blue screen problem on this one, too). Two weeks or so later, the 3D function went out on the new one. Today, the wireless function went south… am I "lucky" or crap on Tosh’s side?

  • Blue screen of death? I just updated my MacBook Air with the latest OX (25 Jun 11). When I restart - I get the Apple logo and then a blue screen and nothing else. Help!!!

    Blue screen of death? I just updated my MacBook Air with the latest OX (25 Jun 11). When I restart - I get the Apple logo and then a blue screen and nothing else. Help!!!

    Insert the install disk and press c on startup. Select your langauge then, if there's a menubar click utilities then click Disk Utility. If you didn't see the menubar continue with the installer until you see it.
    Once in disk utitly select the drive and repair permissions.
    After the repair is done, quit the utiltiy.
    You can try to reboot and see if it works if you reboot, but if it doesn't repeat the same as before again.
    Now you can continue with the installer and install the os.
    Quit

  • Satellite A105-S4284 gets Blue Screen of Death when coming out of standby

    MySatellite A105-S4284 runnings Windows XP gets a BSOD after coming out of standby or hibernation. With standby, I'll see the login screen where I enter my password, and then it may show the desktop background or even the open app (Outlook or Word, typically) for a second, afterwhich the BSOC appears. For weeks I was getting a black screen sporadically after standby. Researched the problem and saw recommendations to update BIOS. So I updated the BIOS to the latest version, and then I started getting blue screens of death rather than a black screen. Thought the problem was McAfee, because I'd get crashes right after McAfee became active in the background, sometimes without going into standby. Cancelled McAfee, took it off with the cleaner, used Avast instead, and that seemed to help. But then BSODs came back. I uninstalled non-essential software, clearned registry with CC Cleaner, freed up more HD space and defragged, ran SpyBot, etc - but I still get the BSOD almost every time I go into standby or hibernate. 
    The stop messages on the BSOD don't show a driver. and all begin with 0x0000007E (0x000000C5, ... and then differ after that.  One recent one followed with 0x804E13D5, 0xAA6B9B8C, 0xAA6B9888). Does that mean anything?
    I've installed Microsoft's debugging tools to look at the dumps after a BSOD. Here is output for two recent crashes. Doesn't point to a driver. NTKRMLMP.exe is what crashes - do I need to replace that from the I386 folder somehow? I did have my Matsu**bleep**a DVD-CD drive suddenly quit a time or two until the computer was restarted. Should I reinstall the DVD driver? Or the graphics driver? Worried that I might break something by doing that. 
    Loading Dump File [C:\WINDOWS\Minidump\Mini030809-02.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is:
    Windows XP Kernel Version 2600 (Service Pack 3) MP (2 procs) Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 2600.xpsp_sp3_gdr.080814-1236
    Machine Name:
    Kernel base = 0x804d7000 PsLoadedModuleList = 0x805634c0
    Debug session time: Sun Mar  8 16:05:07.187 2009 (GMT-5)
    System Uptime: 0 days 4:22:53.890
    Loading Kernel Symbols
    Loading User Symbols
    Loading unloaded module list
    BugCheck 1000007E, {c0000005, 804e13d5, a9860b8c, a9860888}
    Probably caused by : ntkrnlmp.exe ( nt!ExAllocatePoolWithTag+7a9 )
    Followup: MachineOwner<snip> 
    SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)
    This is a very common bugcheck.  <SNIP>
    Arguments:
    Arg1: c0000005, The exception code that was not handled
    Arg2: 804e13d5, The address that the exception occurred at
    Arg3: a9860b8c, Exception Record Address
    Arg4: a9860888, Context Record Address
    Debugging Details:
    EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".
    FAULTING_IP:
    nt!IopfCallDriver+2d
    804e13d5 ff548638        call    dword ptr [esi+eax*4+38h]
    EXCEPTION_RECORD:  a9860b8c -- (.exr 0xffffffffa9860b8c)
    ExceptionAddress: 804e13d5 (nt!IopfCallDriver+0x0000002d)
       ExceptionCode: c0000005 (Access violation)
      ExceptionFlags: 00000000
    NumberParameters: 2
       Parameter[0]: 00000000
       Parameter[1]: 00000070
    Attempt to read from address 00000070
    CONTEXT:  a9860888 -- (.cxr 0xffffffffa9860888)
    eax=0000000e ebx=00000001 ecx=87546020 edx=853fe1a0 esi=00000000 edi=f772471c
    eip=804e13d5 esp=a9860c54 ebp=a9860ca0 iopl=0         nv up ei ng nz ac po nc
    cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010292
    nt!IopfCallDriver+0x2d:
    804e13d5 ff548638        call    dword ptr [esi+eax*4+38h] ds:0023:00000070=????????
    Resetting default scope
    CUSTOMER_CRASH_COUNT:  2
    PROCESS_NAME:  System
    ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".
    EXCEPTION_PARAMETER1:  00000000
    EXCEPTION_PARAMETER2:  00000070
    READ_ADDRESS:  00000070
    FOLLOWUP_IP:
    nt!ExAllocatePoolWithTag+7a9
    805517b9 e9e4feffff      jmp     nt!ExAllocatePoolWithTag+0x7bf (805516a2)
    BUGCHECK_STR:  0x7E
    DEFAULT_BUCKET_ID:  NULL_CLASS_PTR_DEREFERENCE
    LAST_CONTROL_TRANSFER:  from 804e13d9 to 804e13d5
    STACK_TEXT: 
    a9860c6c 804e13d9 8753d018 853fe1a0 00000000 nt!IopfCallDriver+0x2d
    a9860ccc 805517b9 00000000 00000002 00000000 nt!IopfCallDriver+0x31
    a9860dac 80575723 a9f4533c 00000000 00000000 nt!ExAllocatePoolWithTag+0x7a9
    a9860ddc 804ec6d9 f7720ce2 a9f4533c 00000000 nt!PspSystemThreadStartup+0x34
    00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16
    SYMBOL_STACK_INDEX:  2
    SYMBOL_NAME:  nt!ExAllocatePoolWithTag+7a9
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: nt
    IMAGE_NAME:  ntkrnlmp.exe
    DEBUG_FLR_IMAGE_TIMESTAMP:  48a4044a
    STACK_COMMAND:  .cxr 0xffffffffa9860888 ; kb
    FAILURE_BUCKET_ID:  0x7E_nt!ExAllocatePoolWithTag+7a9
    BUCKET_ID:  0x7E_nt!ExAllocatePoolWithTag+7a9
    Followup: MachineOwner
    0: kd> lmvm nt
    start    end        module name
    804d7000 806ff000   nt       # (pdb symbols)          c:\symbols\ntkrnlmp.pdb\B883868B88CB415A92EC010CF6A115A52\ntkrnlmp.pdb
        Loaded symbol image file: ntkrnlmp.exe
        Mapped memory image file: c:\symbols\ntkrnlmp.exe\48A4044A228000\ntkrnlmp.exe
        Image path: ntkrnlmp.exe
        Image name: ntkrnlmp.exe
        Timestamp:        Thu Aug 14 05:09:14 2008 (48A4044A)
        CheckSum:         0021B760
        ImageSize:        00228000
        File version:     5.1.2600.5657
        Product version:  5.1.2600.5657
        File flags:       0 (Mask 3F)
        File OS:          40004 NT Win32
        File type:        1.0 App
        File date:        00000000.00000000
        Translations:     0401.04b0
        CompanyName:      Microsoft Corporation
        ProductName:      Microsoft® Windows® Operating System
        InternalName:     ntkrnlmp.exe
        OriginalFilename: ntkrnlmp.exe
        ProductVersion:   5.1.2600.5657
        FileVersion:      5.1.2600.5657 (xpsp_sp3_gdr.080814-1236)

    In safe mode it is not possible to standby. That is disabled. Tried to make it possible with Toshiba's power control service, but it is not available. 
    In a new account, the BSOD still occurs. I created a new account, logged out of my account, and went to the new one. Tried standby. It came out of standby for a second and then had the blue screen of death. 
    In checking the event manager, I seen errors shortly before crashes sometimes that involve the CD.
    So I went to Toshiba.com and downloaded the DVD RAM driver and ran it, reinstalling the driver, and then restarted.  I also saw that there was C-Dilla driver in my drivers. I uninstalled the SafeCast program that I think is associated with C-Dilla, moved the C-Dilla driver out of the drivers to a distant folder, unchecked C-Dilla in MSCONFIG so it won't load (it was still there after removing SafeCast), and then reinstarted. So with a new DVD Ram driver and neutering, I hope, of C-Dilla, I tried things again and the system appeared to be crash free - better than it had been. But then a crash occurred - BSOD - and upon restart, the CD locked up, and crashed again. 
    After restarting, there was a new dialog that popped up after Windows launched indicating that there had been an error with SONIC DLA. Before the crash, there was an event n the event viewer:
    My last error comes from the Plug and Play Manager:
    The device 'MAT**bleep**A DVD-RAM UJ-841S' (IDE\CdRomMAT**bleep**A_DVD-RAM_UJ-841S________________1.60____\5&226f6cf2&0&0.0.0) disappeared from the system without first being prepared for removal.
    Hmmm. So things are still vulnerable. Any ideas? Buy new CD drive? Or new computer?

  • HT203175 I have attempted to sync my new iPod touch 4th gen. with my current PC running Windows XP and everytime I attempt it I get the dreaded blue screen, here are the error codes- 0x0000007E; 0XC00000005; 0X00000000; 0XBA51B7C8; 0XBA51B4C4 any suggesti

    I have attempted to sync my new iPod touch 4th gen. with my current PC running Windows XP and everytime I attempt it I get the dreaded blue screen, here are the error codes- 0x0000007E; 0XC00000005; 0X00000000; 0XBA51B7C8; 0XBA51B4C4 any suggestions?

    In the course of your troubleshooting to date, have you worked through the following document?
    iPhone, iPad, or iPod touch: Windows displays a blue screen message or restarts when connecting your device

Maybe you are looking for

  • Using Apple Earphones with Mic and Remote with Ipod Nano (3rd generation)

    Hi, I'm just wondering if there is any way i can make the Ipod Nano(3rd generation) compatible with the Apple Earphones with Mic and Remote. I know on the box it says the earphones are only compatible with a few ipods, like the 4th generation ipod na

  • Acrobat X Pro: Action Wizard to Set Document Action

    Good Day All, I would like to build an Action which adds a "Document Will Print" javascript Document Action but for the life of me cannot figure it out. Would anyone know how I would do this? If this is not possible, can I build an Action which will

  • Open a url and view the files with it's timestamp

    Hi guys, I need to create a flow service in SAP BC to connect to a server by it's url and display it's files with it's timestamps. I have never done this b4, and usinf SAP BC makes it harder for me.. Mostly I need to know how to access the server and

  • Change of method consolidation  - duable data for investment and equity

    Dear All! There are:  investor uniu - company A and investee unit - company B. Company A has had 50% share in company B to 01/2010. - Equity Method. Company A has added by 50% share in company B to 03/2010. - Puarches Method. I use activity of invest

  • Building NLE system - HD setup clarifications

    Hey guys, I'm about to build a new system in order to get rid of my Q9550. I've been reading Harm's website a lot, in order to find a good compromise between performances and price. I mostly edit with heavy DSLR or AVCHD codecs on Premiere CS6 soon t