Author Topic: Wierd error  (Read 5708 times)

0 Members and 2 Guests are viewing this topic.

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Wierd error
« Reply #15 on: November 19, 2011, 03:11:29 pm »
I thought prgm only takes you to the error in axe.

Well, I know when it says goto, it will take you to the error, but I didnt get that option.

I think it was the Stop command that threw it off based on when the program screwed up. The stop command made it stop working the last time I got this problem. Deep thought said it was probably a DCS7 bug. Conclusion:

Stop + DCS7 = ERR: ?

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 #16 on: November 19, 2011, 03:12:23 pm »
makes sense. Yeah you should report it
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

Offline mrmprog

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 559
  • Rating: +35/-1
    • View Profile
Re: Wierd error
« Reply #17 on: November 19, 2011, 03:34:32 pm »
Could you post the code?
« Last Edit: November 19, 2011, 03:45:52 pm by mrmprog »

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Wierd error
« Reply #18 on: November 19, 2011, 04:18:00 pm »
It works now. Im pretty sure it was just stop.

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 #19 on: November 19, 2011, 04:19:16 pm »
probably was
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: Wierd error
« Reply #20 on: November 19, 2011, 04:59:18 pm »
For future reference, if you get an error that makes absolutely no sense at all, like Err:?, something crashed. You won't get a Goto of course because this error was not even supposed to be there. You got a random error screen instead of a Ram Clear. If you get one of these, your best bet is to archive everything and clear ram, because most likely a ram clear is imminent.

Also, it wouldn't surprise me if DCS was screwing up with the Stop token, zStart used to do it so I fixed it. Kerm might have just overlooked something.
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline ralphdspam

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 841
  • Rating: +38/-1
  • My name is actually Matt.
    • View Profile
Re: Wierd error
« Reply #21 on: November 19, 2011, 08:17:11 pm »
Also, it wouldn't surprise me if DCS was screwing up with the Stop token, zStart used to do it so I fixed it. Kerm might have just overlooked something.
I think there was that problem in DCS in the older versions, so you should update DCS if you don't have a newer stable version.
ld a, 0
ld a, a

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 #22 on: November 20, 2011, 12:54:16 am »
%hq5'w q tooe point. Whqt verwion of DCS do you use, and where'd you get it?

EDIT: Typing fail O.O I meant this: "That's a good point. What version...."
« Last Edit: November 20, 2011, 12:55:07 am by Deep Thought »




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: Wierd error
« Reply #23 on: November 20, 2011, 01:03:56 am »
I thought the stop issue was fixed in DCS7? In any case I recommend not using stop, though, since in other shells it might screw up too.

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 #24 on: November 20, 2011, 12:12:17 pm »
Yeah, it's still generally better to use Return, which does exactly the same thing except if you're calling a program from within another program.