Author Topic: Wierd error  (Read 5765 times)

0 Members and 1 Guest are viewing this topic.

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Wierd error
« on: November 06, 2011, 07:57:09 pm »
I was making a math program and when it ran, this came up:

ERR: ?

I've never seen that before.... What does that mean?

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: Wierd error
« Reply #1 on: November 06, 2011, 07:58:45 pm »
Can you post your program? You're making a TI-BASIC math program without libs for the TI-83 Plus series, right?




Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Wierd error
« Reply #2 on: November 06, 2011, 08:01:17 pm »
Whats a lib?

It was simple. It was insignifigant so I deleted it.
Here's the part where it screwed up:

Lbl 4
Disp D
Stop

My calc got really screwed up. I tried to open an axe source code and it did some wierd stuff. Then, Ram clear
« Last Edit: November 06, 2011, 08:02:27 pm by epic7 »

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: Wierd error
« Reply #3 on: November 06, 2011, 08:03:31 pm »
TI-BASIC can't corrupt your RAM. Did you run some ASM program that could have messed up your calculator?

Everything should be fine after the RAM clear though.




Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Wierd error
« Reply #4 on: November 06, 2011, 08:05:29 pm »
Well.... I have Doors CS7

I got the clear while editing a source code....
It's fine now

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: Wierd error
« Reply #5 on: November 06, 2011, 08:06:06 pm »
Sounds like a DCS7 bug. You should report it to Kerm.




Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Wierd error
« Reply #6 on: November 06, 2011, 08:06:31 pm »
Is that the dude who created it or something?

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Wierd error
« Reply #7 on: November 06, 2011, 08:07:30 pm »
If it is an older version of Doors (or even a newer version) the STOP token might be the issue.  Try changing it to a return and see if that fixes things

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Wierd error
« Reply #8 on: November 06, 2011, 08:09:18 pm »
I think my doors version is new. I got it last week.

I said I got a ram clear. The program is gone now.

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Wierd error
« Reply #9 on: November 06, 2011, 09:03:47 pm »
Ah D: Always remember to backup frequently ^^

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Wierd error
« Reply #10 on: November 06, 2011, 09:05:08 pm »
I didnt lose anything else. It was 10 minutes from when I started the program and when it crashed. I wasnt expecting that while in ti-basic

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Wierd error
« Reply #11 on: November 18, 2011, 05:27:11 pm »
Happened again! O.O
Even with the new doors version.
« Last Edit: November 18, 2011, 05:27:16 pm by epic7 »

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
Re: Wierd error
« Reply #12 on: November 18, 2011, 09:53:01 pm »
OH easy fix! Are you using axe? cause Axe doesn't use stop, it uses return instead!
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Wierd error
« Reply #13 on: November 18, 2011, 10:04:09 pm »
No, this is in ti-basic

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
Re: Wierd error
« Reply #14 on: November 19, 2011, 03:08:38 pm »
did you try pressing prgm when the error message comes up to see where the error is?
I've never seen that error message outside of Axe
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES: