Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: Wretchedlout on May 27, 2012, 12:22:56 am

Title: ... someone please explain what went wrong.
Post by: Wretchedlout on May 27, 2012, 12:22:56 am
 ??? I have no clue what happened.

what was suppose to happen
There was suppose to be 4 sprites that all move together by pressing left and right

what went wrong
When you run it it turns the screen dark and puts some gibberish on the bottom and right. You can (clear) it but it still remains dark. If you turn it off then on the cursor is on the bottom right and it writes everything upside down. It's basically like someone took out the screen and turned it 180 deg. The only way to fix this it to remove a battery while it is off.
Title: Re: ... someone please explain what went wrong.
Post by: Darl181 on May 27, 2012, 02:15:19 am
Spoiler For Axe Code:
.TANK
[000003040408080F]→Pic1
[0000C020201010F0]→Pic2
[0F7F9FAFB04F300F]→Pic3
[F0FEF9F50DF20CF0]→Pic4
DiagnosticOff
1→X

Repeat getKey(15)
If getKey(3)
X+1→X
End
If getKey(2)
X-1→X
End

ClrDraw
Pt-On(X,40,Pic1
Pt-On(X+8,40,Pic2
Pt-On(X,48,Pic3
Pt-On(X+8,48,Pic4
DispGraph
End

Generated by the BBify'r (http://clrhome.org/resources/bbify/)
Tokenized so people can see it easier. ;)

It's working fine for me in wabbit..can you describe what went wrong?
Title: Re: ... someone please explain what went wrong.
Post by: Wretchedlout on May 27, 2012, 02:20:46 am
When you run it it turns the screen dark and puts some gibberish on the bottom and right. You can (clear) it but it still remains dark. If you turn it off then on the cursor is on the bottom right and it writes everything upside down. It's basically like someone took out the screen and turned it 180 deg. The only way to fix this it to remove a battery while it is off.
Title: Re: ... someone please explain what went wrong.
Post by: Darl181 on May 27, 2012, 02:23:46 am
Ok well I'm pretty sure that's not because of the code.  I'll type it out on-calc just to make sure, but it seems pretty normal-looking..

Edit: no problems here.

What other apps do you have installed?
Title: Re: ... someone please explain what went wrong.
Post by: DJ Omnimaga on May 27, 2012, 02:29:36 am
Could you describe in your first post what wrong happens and what is supposed to happen instead? That might be easier for people to help you, now that the source code was posted as well (so people don't have to try it necessarily).
Title: Re: ... someone please explain what went wrong.
Post by: Wretchedlout on May 27, 2012, 02:46:34 am
Also, if you set the y bound higher, like 48 and 56 it makes the sprite... But with random pixels near the bottom all the way across the screen.
Title: Re: ... someone please explain what went wrong.
Post by: aeTIos on May 28, 2012, 10:52:50 am
I have not looked at your code but I think you are doing something wrong with your display code. The effects sound like the program messes with port $10. /assemblytalk
Title: Re: ... someone please explain what went wrong.
Post by: Wretchedlout on May 31, 2012, 12:05:33 am
It's just pt-on(x,y,pic1
Title: Re: ... someone please explain what went wrong.
Post by: zeldaking on May 31, 2012, 12:20:01 am
Hmmm, nothing looks wrong. I tried it out. It works perfectly normal on my calculator. What Axe version are you using? What model of calc and what OS?
Title: Re: ... someone please explain what went wrong.
Post by: Wretchedlout on May 31, 2012, 12:27:00 am
I don't know what version of axe, I would assume the latest. I have the ti 84 plus SE but idk what OS...Is it like 2.55?
Title: Re: ... someone please explain what went wrong.
Post by: zeldaking on May 31, 2012, 12:40:35 am
-To find axe version: click on axe, look on bottom right. I think latest is: 1.1.2
-to find OS version: [2nd] [+ or 'mem'] [Enter]. it will say it under calc model.
-report back :p
Title: Re: ... someone please explain what went wrong.
Post by: Wretchedlout on May 31, 2012, 12:42:25 am
Meh. Axe is 1.0.5
But why would that cause the screen to flip?
Title: Re: ... someone please explain what went wrong.
Post by: zeldaking on May 31, 2012, 12:44:11 am
Bug... that is why it is updated :p Try updating and then tell us what happens.
Title: Re: ... someone please explain what went wrong.
Post by: Deep Toaster on May 31, 2012, 01:26:29 am
When you run it it turns the screen dark and puts some gibberish on the bottom and right. You can (clear) it but it still remains dark. If you turn it off then on the cursor is on the bottom right and it writes everything upside down. It's basically like someone took out the screen and turned it 180 deg. The only way to fix this it to remove a battery while it is off.
IIRC certain TI-84 Plus models have a hardware feature that does that (flips the screen). It's not common at all and nobody (AFAIK) uses it in their programs, so it must be some sort of weird bug (not sure where from). I doubt it's your Axe program though. Nobody's ever heard of that showing up in Axe.

What apps do you have on your calculator?
Title: Re: ... someone please explain what went wrong.
Post by: Wretchedlout on May 31, 2012, 01:30:10 am
Finance...
Axe
MirageOS
Title: Re: ... someone please explain what went wrong.
Post by: Darl181 on May 31, 2012, 02:46:03 am
Hm, maybe try re-sending the OS or something?  The program isn't the problem, and iirc the last version of Axe that had really bad bugs was 1.0.2 or something (and that was compiling).