Author Topic: Weird equation variables  (Read 7676 times)

0 Members and 1 Guest are viewing this topic.

Offline dinosteven

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 194
  • Rating: +10/-1
    • View Profile
Re: Weird equation variables
« Reply #15 on: November 14, 2012, 08:15:37 am »
I don't think so... List of everything in the source:
I write to two appvars, use some pt-ons, manipulate variables some, use text, get getkeys, pxl-tests, write to 2 buffers, and mess with Fix (but I'm pretty sure it always quits in the right way).
I also use some weird gotos and subprograms.
But it's hard to explain code, so I'll attach it.

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Weird equation variables
« Reply #16 on: November 14, 2012, 09:01:52 am »
I screened the file and I can't see what could be messing up at first sight, but I have my suspicions about the text input routine which might be overwriting stuff.
I'm not a nerd but I pretend:

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Weird equation variables
« Reply #17 on: November 14, 2012, 09:16:10 am »
Well, at least you figured out the circumstances in which it is occurring. Now you just need to track down the culprit. :P

Offline dinosteven

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 194
  • Rating: +10/-1
    • View Profile
Re: Weird equation variables
« Reply #18 on: November 14, 2012, 02:54:38 pm »
The text input routine I used is ztrumpet's:
http://ourl.ca/4129/122465
I just RCL'd it, took out the comments, and changed the output locations. I don't get the equation variables when running TYPENAME or his JUMP game, so I don't think his text input routine is the problem.

EDIT: I tried running BOUNCE with both MirageOS and DoorsCS, as well as zStart; each time, the weird equation variables showed up. This is definitely a problem with my code and not zStart.
« Last Edit: November 14, 2012, 06:50:57 pm by dinosteven »