Author Topic: zStart - an app that runs on ram clears  (Read 292733 times)

0 Members and 1 Guest are viewing this topic.

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: zStart - an app that runs on ram clears
« Reply #795 on: July 16, 2012, 02:33:40 pm »
Oops, I checked the email on my phone then forgot about it.

Omnicalc had the getCSC hook when the glitch happened. So I blame the OS. (Alternatively, the extra ram page could have been destroyed before the garbage collect and that was what caused it. But I don't know if that would do it.)
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 Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #796 on: July 16, 2012, 03:05:43 pm »
Ok. Sorry for complaining in your thread for no reason then :P
(but that remains a scary bug :-\)
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline ibid

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 9
  • Rating: +2/-0
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #797 on: July 23, 2012, 05:09:24 pm »
here are some bugs:

When the picture on startup goes and is allowed to sit until the calculator APD's; the calc will turn on to freeze like this



when you press 2nd Mem 2, edit a program from ON + Num, and then press ON+VARS ENTER, the cursor will vanish


compiling from program will allow you to compile a program like this

PROGRAM:A
:.

leading to an Axe unknown error B225695

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: zStart - an app that runs on ram clears
« Reply #798 on: July 23, 2012, 07:32:34 pm »
here are some bugs:

When the picture on startup goes and is allowed to sit until the calculator APD's; the calc will turn on to freeze like this


Yeah, at one point APD worked, something must have happened. (I've noticed this too)

Quote
when you press 2nd Mem 2, edit a program from ON + Num, and then press ON+VARS ENTER, the cursor will vanish

That's a really bizarre glitch, but I can recreate it.

Quote
compiling from program will allow you to compile a program like this

PROGRAM:A
:.

leading to an Axe unknown error B225695

That's a good point, the way I check for axe programs allows ones with no names. It should be an easy fix.
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 MGOS

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +95/-0
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #799 on: August 06, 2012, 05:26:18 am »
I finally got around testing this app on my 83+, mainly because of the awesome shortcuts for programming. Hats off, this is great.  :thumbsup:
I'm having trouble with the On + Vars auto archiving. It displays "Archiving" on the right side of the screen for a moment, then strange pixels appear at the left and the top of the screen, then crash, Ram clear, the data in ram wasn't saved.  :-[ (I had a backup, I expected everything to happen ^^)
The rest seems to work fine for me (what I've tested so far).

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: zStart - an app that runs on ram clears
« Reply #800 on: August 06, 2012, 07:14:11 am »
Maybe you have any other hooks installed that may not play nice with zstart?

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline MGOS

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +95/-0
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #801 on: August 06, 2012, 07:22:49 am »
Maybe you have any other hooks installed that may not play nice with zstart?
I don't think so. Just the Axe parser hooks. I don't have any shells or other apps.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: zStart - an app that runs on ram clears
« Reply #802 on: August 06, 2012, 07:28:21 am »
Mhmm, axeparser hooks should be fine. Did you also try to use axe hooks via zstart? Maybe zstart craches if you they are there but not included :P

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline MGOS

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +95/-0
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #803 on: August 06, 2012, 07:47:31 am »
I don't get what you mean - I enabled the axe parser hooks with zstart, that's everything.
edit: It also crashes when I disable them.
« Last Edit: August 12, 2012, 03:58:13 am by MGOS »

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #804 on: August 06, 2012, 08:38:21 am »
I don't get what you mean - I enabled the axe parser hooks with zstart, that's everything.
edit: I also crashes if i disable them.
Did you send the right app to your calc ? There is a special app for the 83+ and the other one only fully works on non-83+ calcs :)
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline MGOS

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +95/-0
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #805 on: August 06, 2012, 09:55:03 am »
the name is zStart83 in the app menu, so I hope it was the right one
and the rest, like to run things on ram clear works (I tested it with that :P lol)

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: zStart - an app that runs on ram clears
« Reply #806 on: August 06, 2012, 01:00:59 pm »
Silly mistake, fixed for temp version.
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 Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #807 on: August 07, 2012, 12:42:02 am »
Feature Request: Can there be some sort of indication of progress for Archive All?
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: zStart - an app that runs on ram clears
« Reply #808 on: August 07, 2012, 04:12:42 am »
Wouldn't it lag on garbage collection?

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

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: zStart - an app that runs on ram clears
« Reply #809 on: August 08, 2012, 11:29:11 am »
Feature Request: Can there be some sort of indication of progress for Archive All?

That would actually be fairly easy I believe. I could probably even display the names as I archive them.

Wouldn't it lag on garbage collection?

What?
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