First-chance exception at 0x7c812a5b in Photoshop.exe: Microsoft C++ exception: [rethrow] at memory

When I compile the Dissolve filter example code and run it while debugging it (Windows platform), I get the following error code in the Output window:
First-chance exception at 0x7c812a5b in Photoshop.exe: Microsoft C++ exception: [rethrow] at memory location 0x00000000..
Is this normal? Is it ok to have this?
This happens when I change the image to a smart object, apply the filter but hit cancel.

StefanE wrote:
I think the problem is, that the C program ends before the runtime has closed. So the error comes with static and dynamic linking of the dll. But not with dynamical linking if I unload the dll in my C program, wait manually (getchar) until the Labview runtime has closed and return then from the main function.
That might be a possibility. Although a DLL is always linked dynamically
I did check about the LabVIEW DLL itself. For LabVIEW 8.5 DLLs at least its DLLMain() function seems to do something that is considered rather bad by Microsoft. When it is called with DLL_PROCESS_DEATTACH it does always do a FreeLibrary() for lvrt.dll independant of the value of the third parameter "lpvReserved" to DLLMain(). This parameter is not very well documented on MSDN but there do exist some MSDN articles that warn explicitedly to do anything involved, and especially call FreeLibrary() for the DLL_PROCESS_DETACH case if this third parameter is not NULL. In that case the process that loaded the DLL is itself terminating and a lot of Windows APIs especially dealing with resource management are anything but safe to call at that time.
Also trying to unload DLLs and deallocate Windows resources in process termination is although a noble idea not really necessary since Windows will do that on behalve of the process, (and probably has done so already for some resources before some deallocation routine executes that got triggered by the FreeLibrary() call).
I would think this to be a clear case for a CAR.
Rolf Kalbermatter
Message Edited by rolfk on 01-20-2009 10:17 AM
Rolf Kalbermatter
CIT Engineering Netherlands
a division of Test & Measurement Solutions

Similar Messages

  • CS3 crashes with a message of "an unhandled win32 exception has occurred in photoshop.exe"

    I have been able to use Photoshop CS3 just fine but all of sudden it'll randomly crash with a message in Microsoft's Just In Time debugger stating "An unhandled win32 exception has occurred in photoshop.exe" I have Visual Studio 2008 installed and the 3.5 framework that comes with it that's why I have the JIT debugger.
    My system meets minimum requirements for Photoshop CS3, and I have used Photoshop CS3 before just fine (prior to reformatting).
    Thank you for your time.

    Try resetting your preferences with the ctr-alt-shift. If successful will get window outlining options.

  • First-chance exception on load and calls

    When loading our application we see quite a few "first chance exception" error messages being reported from the berkeley db xml library. The same first chance exceptions are thrown on each call to the berkeley db xml library - about 30 or so result from each call.
    Is this normal or is it indicative of a problem/misconfiguration?
    The following 2 errors (set) are thrown together numerous times:
    First-chance exception at 0x7c812a5b in app.exe: Microsoft C++ exception: DbException at memory location 0x0012cf48..
    First-chance exception at 0x7c812a5b in app.exe: Microsoft C++ exception: DbXml::XmlException at memory location 0x0012d210..
    Message was edited by:
    taka

    Hi,
    Those exceptions are expected during container open. When debugging under Visual Studio I tend to set a breakpoint after container open, then enable first-chance exceptions.
    Regards,
    George

  • Direct dao first chance exception

    Hi, I recently upgraded from access 2007 to access 2013 and my application which uses dao and ado started to throw first chance exceptions.  These exceptions are handled and the intended outcome does happen.  The exceptions happen on the first
    change of a record in a recordset....for example an update, delete or move.
    I also noticed that a bunch are created when I compact and repair the database via code.
    typical exception string looks like this:
    First-chance exception at 0x7547C42D in zzzzzz.exe: Microsoft C++ exception: int at memory location 0x0142ADD0.

    I recently upgraded from access 2007 to access 2013 and now my application is receiving first chance exceptions.  i use both ado and dao to connect to this database.  i am using the ace engine.
    a few notes:
    These first chance exceptions are handled and the operations complete as intended. 
    They only occur the first time an action is taken such as a delete or an update or a move.
    I also saw a bunch of first chance exceptions when I compact and repair the database through code.
    This is what the exception debug output says :
    First-chance exception at 0x768FC42D in myapp.exe: Microsoft C++ exception: int at memory location 0x09EEACE4.
    Thanks for any help with this.

  • CreateObjectFromURL First-chance exception

    I am creating a test application that uses the href="https://msdn.microsoft.com/en-us/library/ms698996(v=vs.85).aspx SequencerSource similar to href="https://msdn.microsoft.com/en-us/library/ms697285(v=vs.85).aspx this .
    I load files into the SequencerSource one at a time, but every time I get to the second file I get an error.
    First-chance exception at 0x76B84598 in MFTest.exe: Microsoft C++ exception: bad_hresult at memory location 0x06CBF1D4
    HRESULT
    IPlayerN::CreateMediaSource(IMFMediaSource**
    ppSource,
    PCWSTRwszUrl,
    constDWORDdwFlags){
    TRACE_PLAYER((L"Player::CreateMediaSource"));
    HRESULThr =
    S_OK;
    MF_OBJECT_TYPEobjectType =
    MF_OBJECT_INVALID;
    IMFSourceResolver* pSourceResolver =
    NULL;
    IUnknown* pSource =
    NULL;
    try{
    IF_FAILED_THROW(hr = MFCreateSourceResolver(&pSourceResolver));
    IF_FAILED_THROW(hr = pSourceResolver->CreateObjectFromURL(
    wszUrl,
    MF_RESOLUTION_MEDIASOURCE,
    NULL,
    &objectType,
    &pSource
    ));  // I get error here
    IF_FAILED_THROW(hr = pSource->QueryInterface(IID_IMFMediaSource,
    reinterpret_cast<void**>(ppSource)));
    catch(HRESULT){}
    SAFE_RELEASE(pSource);
    SAFE_RELEASE(pSourceResolver);
    returnhr;
    I only get the error on the second file, the third, fourth, and so on get no error.
    If I turn off the notification for fist chance it seems to be handled and gets an hr = S_OK.
    Any Idea why I am getting this.
    Thanks in advance

    Hi,
    Those exceptions are expected during container open. When debugging under Visual Studio I tend to set a breakpoint after container open, then enable first-chance exceptions.
    Regards,
    George

  • First Chance exception in build.exe(NTDLL.DLL);0xC0000008:Invalid Handle

    Hi Michael,
                               I am using WINDOWS XP with SP2 ; I am facing a problem after installing Sp6 for VC++
                 First Chance exception in build.exe(NTDLL.DLL);0xC0000008:Invalid Handle
         Please Help me out for this Michael.
    Thanks & Regards,
    Rakesh
    Rakesh

    Howdy Rakesh,
    I'm not sure who Michael is, but you might want to try the MSDN or the MSDN forum for general VC++ help.
    Warm regards,
    pBerg

  • The application, C:\Program Files\Adobe\Adobe Photoshop CS2\Photoshop.exe, generated an application error The error occurred on 10/01/2009 @ 11:31:59.964 The exception generated was c0000005 at address 7C81BD02 (ntdll!ExpInterlockedPopEntrySListFault)

    Hi,
    I get this error randomly when i run my VB 6.0 application which calls Photoshop CS2 actions. I went through many forums, but could not manage to get the right solution for this.
    "The application, C:\Program Files\Adobe\Adobe Photoshop CS2\Photoshop.exe, generated an application error The error occurred on 10/01/2009 @ 11:31:59.964 The exception generated was c0000005 at address 7C81BD02 (ntdll!ExpInterlockedPopEntrySListFault)
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp."
    OS: WIndows Server 2003 SP2
    Photoshop CS2
    ANy help on this will be highly appreciated.
    Thanks in advance,
    Smiley

    I see this sort of error notice in Bridge and Photoshop, preceded by the message " Photoshop (or Bridge) has encountered a problem and must close. Tell MS.
    Yes or No."
    It most frequently happens in PS when running Dfine 2.0. I have no clue what triggers the Bridge closure. It happens randomly.
    CS3, so nobody gives a tinkers dam, I suppose.
    I see this kind of message in software testing on a regular basis. Of course, when the test is under way, the software is generating a detailed log file which we package up as part of a bug report. Then at the bug scrubs, lively discussions ensue as to who has to fix what!
    I can only image what would happen if the Dfine people and the PS people had to sit through one of those!

  • A first chance exception of type 'System.IO.FileLoadException' occurred in Unknown Module.

    Hiii...
    I was doing FacebookIntegration App.Trying it from many dayss...Can anybody please help me with the below error.It was raising in FacebookLoginPage....
    A first chance exception of type 'System.IO.FileLoadException' occurred in Unknown Module.
    My code is
    namespace tori.Pages
        public partial class FacebookLoginPage : PhoneApplicationPage
               public FacebookLoginPage()
                InitializeComponent();
                this.Loaded += FacebookLoginPage_Loaded;
            async void FacebookLoginPage_Loaded(object sender, RoutedEventArgs e)
                if (!App.isAuthenticated)
                    App.isAuthenticated = true;
                    await Authenticate();
            private FacebookSession session;
            private async Task Authenticate()
                string message = String.Empty;
                try
                    session = await App.FacebookSessionClient.LoginAsync("user_about_me,read_stream,publish_stream,publish_actions");
                    App.AccessToken = session.AccessToken;
                    App.FacebookId = session.FacebookId;
                    Dispatcher.BeginInvoke(() => NavigationService.Navigate(new Uri("/Pages/LandingPage.xaml", UriKind.Relative)));
                catch (InvalidOperationException e)
                    message = "Login failed! Exception details: " + e.Message;
                    MessageBox.Show(message);
        While I was debugging error was raising in this line 
    App.FacebookSessionClient.LoginAsync("user_about_me,read_stream,publish_stream,publish_actions");
    While running the App in device I was getting the above error.
    And while running the app in emulator I was facing the below error
    A first chance exception of type 'System.TypeLoadException' occurred in System.Windows.dll
    Additional information: File or assembly name 'System.Threading.Tasks, Version=1.5.10.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A', or one of its dependencies, was not found.
    I am unable to understand what to solve and which is the reason also.
    Can anybody please help me in rectifying it...
    Many Thanks in advance..

    Hi venukoti,
    Are you using Facebook SDK for helping with feature implementation?
    Looks like your app does not have dependencies installed. Please try to re-install the Facebook SDK to see if the same thing happens.
    I would recommend you ask Facebook:
    http://facebooksdk.net/docs/windows/ also
    https://developers.facebook.com/tools-and-support/ for more sufficient suggestions.
    Thanks for your understanding.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • A first chance exception of type 'System.InvalidOperationException' occurred in Silverlight.Media.Phone.DLL.

    Hi,
    I was running Shoutcast.Sample.Phone.Background in windows phone 8 device.I have got this example from codeplex  http://shoutcastmss.codeplex.com/workitem/826.
    I have used the code present in above and started running the app.But the stream was not playing continuosly in Background.
    It was stopping rising the below exception 
    A first chance exception of type 'System.InvalidOperationException' occurred in Silverlight.Media.Phone.DLL.
    An exception of type 'System.InvalidOperationException' occurred in Silverlight.Media.Phone.DLL but was not handled in user code.
    Can anybody please help me how can I overcome this exception.And play stream continuosly in background until I stop it.
    ManyThanks in advance..

    You should ask in the discussion for that code sample.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • Elementsautoanalyzer.exe crash, unhandled exception at 0x004099BA in photoshop server.exe 0xc000005: acess violation writing location 0x000000

    Elementsautoanalyzer.exe crash, unhandled exception at 0x004099BA in photoshop server.exe 0xc000005: acess violation writing location 0x000000
    This the output of visual studio debugger when it crashes.  It crashes on startup and also when the organizer is running

    The call stack is below. I know that's not likely of much interest to the "users" reading this, but if there's a Safari engineer who happens by, maybe it means something to them.
    Good catch, Bubba!
    If you've got the time, could you put through a bug report to Apple for that one?
    If you want to track the bug, the best way to do that is to register (free) as an Apple Developer:
    [Register as an Apple Developer|https://swdlp.apple.com/cgi-bin/WebObjects/SoftwareDownloadApp.woa/18 32/wo/ghc5q6Ft5BfSvqaLsj00wg/2.5]
    ... and then you can use the Apple Bug Reporter to submit the bug:
    [Apple Bug Reporter|https://swdlp.apple.com/cgi-bin/WebObjects/SoftwareDownloadApp.woa/183 2/wo/ghc5q6Ft5BfSvqaLsj00wg/2.5]

  • Exception EOlesysERROR in module Skype.exe @ 00129...

    Skype ran with no problems prior to the latest update. Computer is Dell Latitude laptop running Win 7 Ultimate SP 1 64-bit.
    First Install
    1. Logged in to local admin account.
    2. Disabled malwarebytes realtime protection.
    3. Got a fresh download from Skype site for Save and Run.
    4. Got Exception EOlesysERROR in module Skype.exe @ 00129D71.
    5. Visited Skype site and reviewed Skype Community.
    6. I tried to get the 6.14.0.14.msi download per the Community, but the link had been disabled.
    7. Retried install in Safe mode with No Networking .  Got Exception EOlesysERROR in module Skype.exe @ 00129D69.
    Second Install
    1. Restarted the laptop and logged into local admin account.
    2. Uninstalled Skype 6.21 and Skype Click to Call.
    3. Ran TweakNow Power Pack 2011 to clean registry and tracking items.
    4. Got a fresh download from Skype site for Save and Run.
    5. Got Exception EOlesysERROR in module Skype.exe @ 00129D71.
    6. Changed permissions on Skype icon and Skype.exe to give “everyone” full control.
    7. Skype would not run.
    Third Install
    1. Uninstalled Skype 6.21 and Skype Click to Call.
    2. Found an earlier version 6.18 of Skype in the C:\users\localadmin\downloads folder.
    3. Ran SkypeSetup.msi for version6.18. After completing some of the install, got Access Denied error.
    4. Uninstalled Skype 6.18.
    5. Ran TweakNow Power Pack 2011 to clean registry and tracking items.
    6. First Search: Deleted all Skype Folders by using the Windows Search utility while logged into local admin
    account. It found about 40 items.
    7. Second Search: Ran the Windows Search utility again and found 8 items.
    8. Ran TweakNow Power Pack 2011 to clean registry of Skype items. Ran it again to clean tracking items for Skype.
    9. Retarted the laptop.
    10. Third Search: Ran the Windows Search utility again and it was clean.
    11. Logged in as the standard user.
    12. Fourth Search: Ran the Windows Search utility again and it found 7 Skype items.
    13. Ran TweakNow Power Pack 2011 to clean registry of Skype items. It found some Skype items for the standard user.
    Ran it again to clean tracking items for Skype.
    14. Logged out of standard user and logged in as local admin.
    15. Ran dxdiag.exe per reference in the Community. No problems were found in either in 32- and 64-bit modes.
    16. Could not delete the Skype Icon in the Recycle bin as it was being held by $R03LAFF.exe.
    Fourth Install
    1. Logged in to local admin account.
    2. Got Skype 6.21.32 from CNET’s download.com and Saved to download folder.
    3. Disabled Wi Fi connection, antivirus and malwarebytes.
    8. Ran Skype Setup. Got Exception EOlesysERROR in module Skype.exe @ 00129D69. Also got Access Denied when trying to
    run the executable.
    4. Admitted defeat to myself and to the standard user of the laptop.

    Please,  run the DirectX diagnostics tool (32-bit version).
    Go to Windows Start and in the Run box type dxdiag.exe and press the OK button. This will start the DirectX diagnostics program. Run this diagnostics and save the results to a file. Please, attach this file to your post.
    Be aware that you will have to zip this file before attaching it here.

  • EMET 5.1 crashes Outlook.exe, Photoshop.exe and Communicator.exe. Please explain why it would do that?

    Hi,
    EMET 5.1 is crashing/not opening these applications on two of our staff workstations (Both are Windows 7 x86):  Outlook.exe, Photoshop.exe and Communicator.exe.
    One computer, EMET crashes Communicator and Outlook.  The other Computer, the EMET crashes Photoshop only.
    Obviously, it works for everybody else.  Can someone please explain to me why would EMET crash these apps if it works for the rest?  Could it be that it found a possible threat/exploit to the machine? 
    How do I mitigate this problem?
    Please advise.  Below is a sample of the error.
    Fault bucket 1031393421, type 17
    Event Name: APPCRASH
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: communicator.exe
    P2: 4.0.7577.4103
    P3: 4fd6bebb
    P4: EMET.DLL
    P5: 5.0.0.0
    P6: 545ffd74
    P7: c0000005
    P8: 00060310
    P9: 
    P10: 
    Attached files:
    C:\Users\xx\AppData\Local\Temp\WERD21D.tmp.WERInternalMetadata.xml
    These files may be available here:
    C:\Users\xx\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_communicator.exe_7fba75e97ffde076db3fe52dd74029de19dc38_15d4e56e
    Analysis symbol: 
    Rechecking for solution: 0
    Report Id: 97ed67e2-de0a-11e4-822e-00125a5e8f35
    Report Status: 0
    Faulting application name: Photoshop.exe, version: 15.2.2.310, time stamp: 0x5480306d
    Faulting module name: EMET.DLL, version: 5.0.0.0, time stamp: 0x545ffd74
    Exception code: 0xc0000005
    Fault offset: 0x0006714e
    Faulting process id: 0x15c4
    Faulting application start time: 0x01d0721e6fc383e7
    Faulting application path: C:\Program Files\Adobe\Adobe Photoshop CC 2014 (32 Bit)\Photoshop.exe
    Faulting module path: C:\WINDOWS\AppPatch\EMET.DLL
    Report Id: b159a74a-de11-11e4-86b9-1cc1de578f37

    One guess is that old Outlook plugins can sometimes cause issues with EMET.  Try starting Outlook in safe mode, by holding down the CTRL key when starting Outlook to see if that helps, and look in Outlook in File / Options / Add-Ins menu item to see
    the add-ons that are installed.  Verify that the OS and apps have all the latest patches if you haven't, though you have probably already done that.  If those don't work you could try unchecking the EMET application protection boxes for the
    application that isn't working, one by one.  Note that EMET 5.2 is out now so that might be something to try too. 

  • PS CS5 Std - Multiple Photoshop.exe Processes Seen Running

    Interesting.  On a couple of occasions I have spotted more than one Photoshop.exe process running in Task Manager.  It was a curiosity and I ignored it, thinking perhaps Adobe was doing something special to split up the work.
    Today, when updating to Camera Raw 6.1, I saw the message that follows:
    Sure enough, even though I had closed the Photoshop application I started the update from, there was a Photoshop.exe *32 running.  Killing that process yielded success with the update, but given that I have read several accounts where people have said they've seen the above error as well, I wonder whether there's a systemic problem with PS CS5.
    I have Photoshop CS5 on Windows 7 x64 Ultimate.  My system is stable otherwise, clean of malware and well maintained.
    I realize the Windows environment is one in which anything can and does happen, and believe me I will be checking the health of my system in every way I can, but given that I carefully maintain this system I ask that you please don't discount this problem as a one-off on my particular computer because of something specific I have that's gone wrong.
    Those of you running an x64 OS, please start your Task Manager, Processes tab.  Do you see more than one Photoshop.exe (or a Photoshop.exe process when you're not running it).
    -Noel

    No, whatever variant (32 bit or 64 bit) you started stays running.  Normally an attempt to start either one afresh brings the currently running variant to the top.  For a very brief period both are running, but I assume the second one up discovers that the first one is running and just activates it.
    I have just reproduced the problem, by the way... After a fair bit of editing I was running the Genuine Fractals 6.04 plugin and the plugin trapped out.  Now there is an "orphan" Photoshop.exe *32 process just sitting there, with no window...  It's not actively using any cpu time.
    I can't expect Adobe to be concerned about faults arising from 3rd party plugins trapping out, but I'm sure I've seen this issue without that happening.  I will report back if I see it again.
    -Noel

  • Photoshop.exe and files not opening

    Hi everyone.
    I am having a few problems with photoshop
    Firstly some files I have edited and then saved as jpgs will not reopen in photoshop or any other program.
    This is the error I get when trying to open them in windows
    'Windows viewer can't open this picture because either Photo Viewer doesn't support this file format, or you don't have the latest updates to Photo Viewer'
    If I try and open it in photoshop I get this error message
    'Could not complete your request because JPEG marker segment length is too short (the file may be truncated or incomplete)'
    (I think that should be 'to' not 'too' haha)
    I also get an error message when I close photoshop, it's says
    XML parsing error; 'not well formed (invalid token)' at line 1
    Then when ever I come to shut my PC down it says it has to force shutdown because of photoshop.exe altough photoshop is closed
    Any help would be much appreciated as I have wasted a lot of time editing photos, I don't want to re edit anything else until it's sorted.
    Thanks for your time

    Hi Valeria,
    My first inclination was to recommend just reinstalling, but since you said you did a new install of CS6 and that isn't working either I'm not sure if that would help. The user preferences was also a great thing to try.
    These might be some other general suggestions for good next steps:
    - Try launching with right-click Run as Administrator
    - Create a new administrative account, log out of your current one, and attempt launching from there
    - See if you get the same behavior if launching while in a Selective Startup
    http://windows.microsoft.com/en-us/windows/run-selective-startup-system-configuration#1TC= windows-7
    - Uninstall any changes you made since it stopped working, you should be able to uninstall the Windows update from within Programs and Features, uninstall the Intuos + Spyderpro temporarily to rule them out
    Hope that helps,
    - Dave

  • Photoshop.exe APPCRASH

    Iam download and install new nVidia driver 178.13 and Photoshop CS3 CRASH when i close it. Help me, iam use Asus EN8500GT and Windowos Vista Ultimate (all Update)
    Problem Event Name: APPCRASH
    Application Name: Photoshop.exe
    Application Version: 10.0.1.0
    Application Timestamp: 470fd6cb
    Fault Module Name: StackHash_6115
    Fault Module Version: 6.0.6001.18000
    Fault Module Timestamp: 4791a7a6
    Exception Code: c0000374
    Exception Offset: 000b015d
    OS Version: 6.0.6001.2.1.0.256.1
    Locale ID: 1033
    Additional Information 1: 6115
    Additional Information 2: 1ec011487c9f99c2fa7d253771992513
    Additional Information 3: 1b45
    Additional Information 4: b730f471624020af34b34f222bdb4aa1

    I had the same problem.
    I tried installing a Dell Printer  that I was given and all of a sudden the APPCRASH started occurring.
    Renaming windows/twain32 to windows/~twain32 fixed the access to the Adobe Programs.
    I had tried calling customer support and they wanted me to get a new Photoshop program for $600.  I even tried uninstalling and installing 6 or 7 times, but the only thing that worked was renamed the file.
    Below are the errors I was getting.  I hope this helps someone else.
    Thanks for the previous posters!
    -DK
    "Adobe photoshop cs3 has stopped working"
    "Windows can check online for a solution to the problem."
    Problem Event Name: APPCRASH
      Application Name: Photoshop.exe
      Application Version: 10.0.0.0
      Application Timestamp: 4601eae8
      Fault Module Name: dlbutwds.ds
      Fault Module Version: 3.107.0.0
      Fault Module Timestamp: 45df4ce1
      Exception Code: c0000005
      Exception Offset: 00004da2
      OS Version: 6.1.7600.2.0.0.768.3
      Locale ID: 1033
      Additional Information 1: 0a9e
      Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
      Additional Information 3: 0a9e
      Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Maybe you are looking for

  • Share network traffic between 2 parallel wireless bridges - What kit?

    Dear All, I'm a technology professional, but mainly in electronic design rather than high end networking. Hence my request for your advice. I wish to specify some items of kit that I can ask a networking professional to fit and configure to solve my

  • Illustrator CC 2014 slow opening and saving

    Huge Fan. Serious problem. Brand new 1 Terabyte Hard Drive in my MBP.  2 Gigs of RAM So loaded all my software into the computer, which has been working fabulous for years. Had CC 2013 for all our Adobe products. When loading the new suite with CC 20

  • IPad set in Time Capsule

    Just began to set Time Capsule. I have iPad connect to the Time Capsule network, how do I backup the iPad to Time Capsule?

  • Old CRT HD TV is overscanning

    I have a Toshiba 34HF81 16:9, Hi definition CRT TV.  Its highest resolution is 1080i. The TV still works very well, but has a problem when connected either to my cable box/PVR or  a Blu Ray player: It overscans.  I lose the outer 10% of the picture,

  • UDLD Normal Question

    Hi all, I need some clarification on UDLD please.  I have always used UDLD aggressive mode and understand that with no issues.  What I am not clear on is exactly what UDLD does in normal mode.  According to the Cisco documentation, "In normal mode, i