Author Topic: ... someone please explain what went wrong.  (Read 8191 times)

0 Members and 1 Guest are viewing this topic.

Offline Wretchedlout

  • LV3 Member (Next: 100)
  • ***
  • Posts: 64
  • Rating: +6/-0
    • View Profile
... someone please explain what went wrong.
« 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.
« Last Edit: May 27, 2012, 02:32:19 am by Wretchedlout »

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: ... someone please explain what went wrong.
« Reply #1 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?
Vy'o'us pleorsdti thl'e gjaemue

Offline Wretchedlout

  • LV3 Member (Next: 100)
  • ***
  • Posts: 64
  • Rating: +6/-0
    • View Profile
Re: ... someone please explain what went wrong.
« Reply #2 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.

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: ... someone please explain what went wrong.
« Reply #3 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?
« Last Edit: May 27, 2012, 02:29:46 am by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: ... someone please explain what went wrong.
« Reply #4 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).
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Wretchedlout

  • LV3 Member (Next: 100)
  • ***
  • Posts: 64
  • Rating: +6/-0
    • View Profile
Re: ... someone please explain what went wrong.
« Reply #5 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.

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: ... someone please explain what went wrong.
« Reply #6 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
« Last Edit: May 28, 2012, 10:53:01 am by aeTIos »
I'm not a nerd but I pretend:

Offline Wretchedlout

  • LV3 Member (Next: 100)
  • ***
  • Posts: 64
  • Rating: +6/-0
    • View Profile
Re: ... someone please explain what went wrong.
« Reply #7 on: May 31, 2012, 12:05:33 am »
It's just pt-on(x,y,pic1

Offline zeldaking

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 197
  • Rating: +15/-0
    • View Profile
Re: ... someone please explain what went wrong.
« Reply #8 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?

Offline Wretchedlout

  • LV3 Member (Next: 100)
  • ***
  • Posts: 64
  • Rating: +6/-0
    • View Profile
Re: ... someone please explain what went wrong.
« Reply #9 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?

Offline zeldaking

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 197
  • Rating: +15/-0
    • View Profile
Re: ... someone please explain what went wrong.
« Reply #10 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
« Last Edit: May 31, 2012, 12:42:02 am by zeldaking »

Offline Wretchedlout

  • LV3 Member (Next: 100)
  • ***
  • Posts: 64
  • Rating: +6/-0
    • View Profile
Re: ... someone please explain what went wrong.
« Reply #11 on: May 31, 2012, 12:42:25 am »
Meh. Axe is 1.0.5
But why would that cause the screen to flip?

Offline zeldaking

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 197
  • Rating: +15/-0
    • View Profile
Re: ... someone please explain what went wrong.
« Reply #12 on: May 31, 2012, 12:44:11 am »
Bug... that is why it is updated :p Try updating and then tell us what happens.

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: ... someone please explain what went wrong.
« Reply #13 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?




Offline Wretchedlout

  • LV3 Member (Next: 100)
  • ***
  • Posts: 64
  • Rating: +6/-0
    • View Profile
Re: ... someone please explain what went wrong.
« Reply #14 on: May 31, 2012, 01:30:10 am »
Finance...
Axe
MirageOS