Programming C# C++ (7) Delphi (604) .NET (2) Database (72) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (243) Java (8) JavaScript (56) perl (40) php (12) VBScript (1) Visual Basic (1)
Exchange Links About this site Links to us
|
The meaning of Runtime Error 217
69 comments. Current rating: (14 votes). Leave comments and/ or rate it.
The online help that comes with Delphi lists "control-C-exit" as the reason for a runtime error 217, here a listing of Delphi 3 Runtime Errors:
STATUS_FLOAT_DIVIDE_BY_ZERO: 200;
STATUS_INTEGER_DIVIDE_BY_ZERO: 200;
STATUS_ARRAY_BOUNDS_EXCEEDED: 201;
STATUS_STACK_OVERFLOW: 202;
STATUS_FLOAT_OVERFLOW: 205;
STATUS_FLOAT_UNDERFLOW,
STATUS_FLOAT_DENORMAL_OPERAND: 206;
STATUS_FLOAT_INEXACT_RESULT,
STATUS_FLOAT_INVALID_OPERATION,
STATUS_FLOAT_STACK_CHECK: 207;
STATUS_INTEGER_OVERFLOW: 215;
STATUS_ACCESS_VIOLATION: 216;
STATUS_CONTROL_C_EXIT: 217;
STATUS_PRIVILEGED_INSTRUCTION: 218;
In the case of 217, this listing is wrong.
In fact, Delphi executables will die with runtime error 217 when an exception was raised before SysUtils is initialized or after it is finalized. In both situations the regular exception handling is not put in place.
If the error occurs right at your application's startup, check your initialization sections. Try to move code into a later part, e.g. into FormCreate() events.
Otherwise check your units' finalization sections.
Some typical situations where this can happen:
- unexpected date formats
- disk or registry accesses where the user has not sufficient privileges
- BDE Net Dir mismatches
Comments:
| You are on page 1 of 5, other pages: [1] 2 3 4 5 | |
|
|
|
I am getting a random Run time error 217 at 0368F1CA.
Not sure what this is or means it just appears at random times.
Any help to fix this ???
Thanks, Bobby
|
|
|
|
|
It is also caused by an invalid opcode.
Include
ASM dw $C4C4 END
in your code. The CPU does not recognize this instruction, i.e. it's illegal.
|
|
|
|
|
In recent times I have been getting this runtime error, it states 217 at 0055A53C when Webroot Window Washer is launced. Any fix for this?
|
|
|
|
|
im getting a runtime error 217 at 016DEAEA i do not really know what is causing this problem but it is annyoying. if you do know the answer please feel free to email me at.
thedelever@hotmail.com thank you,
Nick
|
|
|
|
|
I get this error a lot when I close IE windows, but it also happens sometimes with others windows. If I just click ok, ok, then system keeps running (though I will still get the errors later on too). If I click cancel, and I click cancel a couple of times in the future while the system is still running, the system will eventually freeze.
Above is FYI but also - any ideas?
|
|
|
|
|
I get this error a lot when I close MULTI IE WINDOWS AT XP MEDIACENTER SP2
runtime error 217 at 02B32352
|
|
|
|
|
My runtime error 217 says 'The exception unknown software exception (0x0eedfade) at 0x7e81eb33'. Then a small box comes up and says 'runtime error 217 at 01AEF1CA.
can anyone help me with this?
|
|
|
|
|
I just recently loaded the beta version of IE, now everytime I close it i get Runtime error 217 at 0284fd29, any clue what this one is. Anyone else having this issue.. please reply
|
|
|
|
|
(runtime error 217 at 02b1fca) a friend is having this code everytime he tries to open an internet explorer window so at this point he can not access the internet. He is not very technically inclined and he lives in another state. He can access MSN messanger though, so nothing wrong with the connection. Please email if you know how to fix this.
dragon_jadedeyes@yahoo.com
|
|
|
|
|
anonymous:
After installing some of my older programs, I now get this air message each time I close out of Internet Explorer: 'Enternet Explorer has encountered a problem and need to close. We are sorry for the inconvenience - Runtime Error 217 at 000A44E4.' I have tried everything, but no enchilada. Please help if you can. Thanks!
|
|
|
|
|
I receive Runtime Error 217 @ 0088F822 every time I do right click on the mouse to open a folder. Please help if you can. Thanks!
|
|
|
|
|
This happes too often, espicially when i close multiple windows in rapid succession.
|
|
|
|
|
i recieve runtime error 217 at 015ff452 constantly ,somebody knows about this little sucker?
|
|
|
|
|
Hi, I keep getitng runtime error 217 at 01C3FD29 coupled with 'The exception unknown software exception (0x0eedfade) occured int he application at location 0x7c812a5b'.
I plan to run my computer scanners, but I was hoping that someone could tell me what hthis exactly means. Thank you ^_^
e-mail: deitypilot00@yahoo.com or citrusy_fun@yahoo.com
|
|
|
|
|
|
| You are on page 1 of 5, other pages: [1] 2 3 4 5 |
|