Author Topic: When is the DEL trick necessary?  (Read 3551 times)

0 Members and 1 Guest are viewing this topic.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
When is the DEL trick necessary?
« on: July 26, 2014, 02:23:54 am »
So I just spent all day figuring out loading helper data from the archive for my Axe game. Of course there were plenty of crashes, but four (!) in particular were bad enough that I couldn't ten the calculator back on without doing the battery+DEL trick.

My archive seemed fine afterward, no lost variables or corruption or anything, but it got me wondering how I even got to that point (and so often). What would cause such a crash where pressing the ON button doesn't work anymore?




Offline Hooloovoo

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 225
  • Rating: +22/-0
    • View Profile
Re: When is the DEL trick necessary?
« Reply #1 on: July 26, 2014, 03:53:08 am »
A crash this severe is likely caused by the OS getting corrupted. The battery+[del] trick is something the boot code does so that the calc is recoverable if it has a broken OS. Loading data from archive shouldn't cause crashes like this though.
"My world is Black & White. But if I blink fast enough, I see it in Grayscale." -tr1p1ea
Spoiler For some of the calcs I own:



(actually I have quite a few more than this, but I don't feel like making bars for them all.)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: When is the DEL trick necessary?
« Reply #2 on: July 26, 2014, 01:05:45 pm »
My OS is fine AFAICT. All I do after getting the "please install operations system now" message is press ON to exit, and the unit works fine afterward.




Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: When is the DEL trick necessary?
« Reply #3 on: July 26, 2014, 01:27:00 pm »
Yeah I was always wondering that. I wonder if it has to do with the calc no longer being able to load the RAM clear routine or something?

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: When is the DEL trick necessary?
« Reply #4 on: July 26, 2014, 01:30:59 pm »
I suppose it's because it gets stuck into a state that doesn't make it initialize the hardware or something. I know that it will not always RAM clear when you pull a battery.