Runtime error

Post Reply
mrw02536
Posts: 3
Joined: Sat May 10, 2008 12:08 am

Runtime error

Post by mrw02536 »

I just had a crash with Vista 64 - the date somehow changed to 2099. Caused all sorts of problems until I found and fixed it.
Sine then, however, usenet explorer won't run and gives the following error:

Runtime error!

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

Anyone have any ideas???

Richard
alex
Posts: 4543
Joined: Thu Feb 27, 2003 5:57 pm

Post by alex »

it might be a crash inside microsoft runtime library, i handled one such crash related to time related functions in the past (the functions are not really supposed to crash, but should return error if input is invalid or out of range).

but i changed the year in xp and UE started ok (apart from wiping out "expired" headers), i need to see it to know what it is, i'll try it in vista later.

currently UE can handle dates until 2034 (but it is not supposed to crash on dates beyond the range), i can easily extend it to 2088 without changing database format or affecting the db content.
mrw02536
Posts: 3
Joined: Sat May 10, 2008 12:08 am

Post by mrw02536 »

Alex, problem is all fixed. I guess the crazy date change to 2099 messed up the settings files. I used backup files for reg.dat and flt.dat and things are working again.
Thanks.
alex
Posts: 4543
Joined: Thu Feb 27, 2003 5:57 pm

Post by alex »

i initially missed "since then".

can you reproduce it if e.g. when you create a new database directory (switch to it in properties->general, change folder), switch UE to it so it start once in the directory, then set year to 2099, launch UE, then set the date back to normal and launch UE again.

i tried all kinds of things in XP apart from displaying odd age but it didn't want to crash.
Post Reply