a kind offer indeed mchud, and welcome to the cafe. Watch this section and from time to time you will find a help request. Your inputs will be welcome to us who need these machines for our output.
How are you with identifying the cause of "Unhandled exceptions" (UE). I will start a new thread with my current problem. If you or anyone else can help it will be WONderful!.
a kind offer indeed mchud, and welcome to the cafe. Watch this section and from time to time you will find a help request. Your inputs will be welcome to us who need these machines for our output.
How are you with identifying the cause of "Unhandled exceptions" (UE). I will start a new thread with my current problem. If you or anyone else can help it will be WONderful!.
~HAP
Well, HAP, my first client. I haven't heard or seen the UE for some time, so my frame of reference, or perception is we are talking about a Windows 95 or Windows 98 machine? The way you have asked the question is exceptional, the root cause...that is the million dollar question. The long answer is that software is really the computer, the hardware of the computer only carries out the instructions given to it by software..and although software is like stored on some media, a hard drive, a flash stick, whatever...the software is very rarely as good or predicatable as the hardware.
So, you have something running, there is always something running, an application, whatever on your coumputer. Then something happens, the code isn't logical, but something breaks down. The software, the code, most of the time, has somewhere to go, if it well written code, a error message, which are also written into the code to occur when its important, many times gives you something to go by...here...its like the code, goes for the generic error message, a catch all type error message.. so that is whats going on..the software saying I do not know where to go, I do not know what to do, I can't recover from here.
So, the info, that makes this easier, is what, when, were or are you doing, prior to the error message? What it the pattern of use that results in the error message being generated? Something very specific, everytime you do this, this and this, you get the error message...or no real pattern, it happens without a pattern, you could be doing anything and it comes up?
Recommended Posts
excathedra
thank you and welcome again
Link to comment
Share on other sites
mchud11
You, too, excathedra..love your location: hell&back2
Link to comment
Share on other sites
HAPe4me
a kind offer indeed mchud, and welcome to the cafe. Watch this section and from time to time you will find a help request. Your inputs will be welcome to us who need these machines for our output.
How are you with identifying the cause of "Unhandled exceptions" (UE). I will start a new thread with my current problem. If you or anyone else can help it will be WONderful!.
~HAP
Link to comment
Share on other sites
mchud11
Well, HAP, my first client. I haven't heard or seen the UE for some time, so my frame of reference, or perception is we are talking about a Windows 95 or Windows 98 machine? The way you have asked the question is exceptional, the root cause...that is the million dollar question. The long answer is that software is really the computer, the hardware of the computer only carries out the instructions given to it by software..and although software is like stored on some media, a hard drive, a flash stick, whatever...the software is very rarely as good or predicatable as the hardware.
So, you have something running, there is always something running, an application, whatever on your coumputer. Then something happens, the code isn't logical, but something breaks down. The software, the code, most of the time, has somewhere to go, if it well written code, a error message, which are also written into the code to occur when its important, many times gives you something to go by...here...its like the code, goes for the generic error message, a catch all type error message.. so that is whats going on..the software saying I do not know where to go, I do not know what to do, I can't recover from here.
So, the info, that makes this easier, is what, when, were or are you doing, prior to the error message? What it the pattern of use that results in the error message being generated? Something very specific, everytime you do this, this and this, you get the error message...or no real pattern, it happens without a pattern, you could be doing anything and it comes up?
michael
Edited by mchud11Link to comment
Share on other sites
HAPe4me
I posted more specifics in the thread below this one, titled "Unhandled Exceptions"
Link to comment
Share on other sites
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.