Author Topic: ERR:  (Read 11148 times)

0 Members and 1 Guest are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
ERR:
« on: January 22, 2011, 07:18:34 pm »
Hey guys,

I was wondering, what is the Axe error that most drives you mad while programming?

From all the list of errors, what is the one you most get? Discuss.
_________________________________________________________

The one I most get is probably BLOCK but it's easily fixable. The one I most dislike is ERR:DUPLICATE, I'm so used to it in PC programming :)




Also, is this topic in the right section?
« Last Edit: January 22, 2011, 07:18:56 pm by Scout »

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: ERR:
« Reply #1 on: January 22, 2011, 07:37:29 pm »
Err: Block :P

Either that or

« Last Edit: January 22, 2011, 07:39:27 pm by Qwerty.55 »
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: ERR:
« Reply #2 on: January 22, 2011, 07:39:17 pm »
Err: Block  :P

both in ti-basic and axe, it's annoying :P

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: ERR:
« Reply #3 on: January 22, 2011, 08:10:44 pm »
ERR: DUPLICATE
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





souvik1997

  • Guest
Re: ERR:
« Reply #4 on: January 22, 2011, 08:19:57 pm »
ERR: SYNTAX

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: ERR:
« Reply #5 on: January 22, 2011, 09:41:59 pm »
ERR: BLOCK

I wish Axe would tell you if you have too few Ends or too many.
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

Offline FinaleTI

  • Believe in the pony that believes in you!
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1830
  • Rating: +121/-2
  • Believe in the pony that believes in you!
    • View Profile
    • dmuckerman.tumblr.com
Re: ERR:
« Reply #6 on: January 22, 2011, 09:42:12 pm »
ERR: MAX SYMBOLS


Spoiler For Projects:

My projects haven't been worked on in a while, so they're all on hiatus for the time being. I do hope to eventually return to them in some form or another...

Spoiler For Pokemon TI:
Axe port of Pokemon Red/Blue to the 83+/84+ family. On hold.

Spoiler For Nostalgia:
My big personal project, an original RPG about dimensional travel and a few heroes tasked with saving the world.
Coding-wise, on hold, but I am re-working the story.

Spoiler For Finale's Super Insane Tunnel Pack of Doom:
I will be combining Blur and Collision Course into a single gamepack. On hold.

Spoiler For Nostalgia Origins: Sky's Story:
Prequel to Nostalgia. On hold, especially while the story is re-worked.

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: ERR:
« Reply #7 on: January 22, 2011, 10:20:39 pm »
ERR: WE REQUIRE MORE VESPENE GAS
In-progress: Graviter (...)

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: ERR:
« Reply #8 on: January 22, 2011, 10:45:35 pm »
Err: Block  :P

both in ti-basic and axe, it's annoying :P

How do you get that in BASIC? ???

But I agree, in Axe, that's the worst to debug.




Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: ERR:
« Reply #9 on: January 22, 2011, 10:51:32 pm »
Yea, cause it always scrolls to the end.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





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: ERR:
« Reply #10 on: January 23, 2011, 02:09:19 am »
Lol at Deep Thought screenshot. Also what I hate the most are BAD SYMBOL errors, because often they happen randomly even if the code is fine. (although not as much now since Quigibo fixed some more bugs)

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: ERR:
« Reply #11 on: January 23, 2011, 02:22:20 am »
I hate those Err: Unknown Error, that then proceed to crash your calc :P

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: ERR:
« Reply #12 on: January 23, 2011, 02:59:26 am »
They always crash the calc?

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: ERR:
« Reply #13 on: January 23, 2011, 03:00:29 am »
Lol probably not, ive never actually gotten one

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: ERR:
« Reply #14 on: January 23, 2011, 03:02:30 am »
I've gotten errors that are just blank, like during the final moments of Powder. By the time the error messages themselves are corrupted, your calc is screwed.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ