Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
TI-BASIC
»
Wierd error
« previous
next »
Print
Pages: [
1
]
2
Go Down
Author
Topic: Wierd error (Read 6506 times)
0 Members and 1 Guest are viewing this topic.
epic7
Chopin!
LV11
Super Veteran (Next: 3000)
Posts: 2200
Rating: +135/-8
I like robots
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?
Logged
Deep Toaster
So much to do, so much time, so little motivation
Administrator
LV13
Extreme Addict (Next: 9001)
Posts: 8217
Rating: +758/-15
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?
Logged
epic7
Chopin!
LV11
Super Veteran (Next: 3000)
Posts: 2200
Rating: +135/-8
I like robots
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
»
Logged
Deep Toaster
So much to do, so much time, so little motivation
Administrator
LV13
Extreme Addict (Next: 9001)
Posts: 8217
Rating: +758/-15
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.
Logged
epic7
Chopin!
LV11
Super Veteran (Next: 3000)
Posts: 2200
Rating: +135/-8
I like robots
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
Logged
Deep Toaster
So much to do, so much time, so little motivation
Administrator
LV13
Extreme Addict (Next: 9001)
Posts: 8217
Rating: +758/-15
Re: Wierd error
«
Reply #5 on:
November 06, 2011, 08:06:06 pm »
Sounds like a DCS7 bug. You should report it to Kerm.
Logged
epic7
Chopin!
LV11
Super Veteran (Next: 3000)
Posts: 2200
Rating: +135/-8
I like robots
Re: Wierd error
«
Reply #6 on:
November 06, 2011, 08:06:31 pm »
Is that the dude who created it or something?
Logged
Builderboy
Physics Guru
CoT Emeritus
LV13
Extreme Addict (Next: 9001)
Posts: 5673
Rating: +613/-9
Would you kindly?
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
Logged
epic7
Chopin!
LV11
Super Veteran (Next: 3000)
Posts: 2200
Rating: +135/-8
I like robots
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.
Logged
Builderboy
Physics Guru
CoT Emeritus
LV13
Extreme Addict (Next: 9001)
Posts: 5673
Rating: +613/-9
Would you kindly?
Re: Wierd error
«
Reply #9 on:
November 06, 2011, 09:03:47 pm »
Ah
Always remember to backup frequently ^^
Logged
epic7
Chopin!
LV11
Super Veteran (Next: 3000)
Posts: 2200
Rating: +135/-8
I like robots
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
Logged
epic7
Chopin!
LV11
Super Veteran (Next: 3000)
Posts: 2200
Rating: +135/-8
I like robots
Re: Wierd error
«
Reply #11 on:
November 18, 2011, 05:27:11 pm »
Happened again!
Even with the new doors version.
«
Last Edit: November 18, 2011, 05:27:16 pm by epic7
»
Logged
saintrunner
Custom Spriter: You ask it! I'll Make it!
LV10
31337 u53r (Next: 2000)
Posts: 1787
Rating: +115/-11
Flogging Molly
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!
Logged
My
Sprites
Thread :Updated often
for your viewing pleasure
GAMES:
Spoiler
For
Spoiler
:
:
Caedes
[On Hold]
:
Legend of Zelda: Link to the Future
:
Seeker
:
POGO Dark/Light
:
Zoom
:
Mario Shotgun
epic7
Chopin!
LV11
Super Veteran (Next: 3000)
Posts: 2200
Rating: +135/-8
I like robots
Re: Wierd error
«
Reply #13 on:
November 18, 2011, 10:04:09 pm »
No, this is in ti-basic
Logged
saintrunner
Custom Spriter: You ask it! I'll Make it!
LV10
31337 u53r (Next: 2000)
Posts: 1787
Rating: +115/-11
Flogging Molly
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
Logged
My
Sprites
Thread :Updated often
for your viewing pleasure
GAMES:
Spoiler
For
Spoiler
:
:
Caedes
[On Hold]
:
Legend of Zelda: Link to the Future
:
Seeker
:
POGO Dark/Light
:
Zoom
:
Mario Shotgun
Print
Pages: [
1
]
2
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
TI-BASIC
»
Wierd error