• zStart - an app that runs on ram clears 5 1
Currently:  

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

0 Members and 2 Guests are viewing this topic.

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 #45 on: April 07, 2011, 10:53:45 pm »
I just encountered the font shift thing, and the font's fine before J, and on J the top two rows are fine, the following 5 are shifted, and the rest of the font is shifted.
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 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 #46 on: April 07, 2011, 10:54:50 pm »
Do not do anything archive related. Do you have Calcsys on your calculator?

Edit:
    Nvm, I realized what I want you to do, I can do myself.

Edit2:
    I would love the savestate of someone who has the text glitch going on in wabbitemu. I just can't seem to trigger it.
« Last Edit: April 07, 2011, 11:08:52 pm by thepenguin77 »
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 #47 on: April 07, 2011, 11:26:58 pm »
I deleted ID[whatever] and it worked fine. I don't know what the [whatever] was, because that was illegible.
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 DrDnar

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 546
  • Rating: +97/-1
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #48 on: April 07, 2011, 11:30:34 pm »
You know, when I was using Omnicalc's fonts, sometimes the font would get corrupted or disabled randomly.

EDIT: So Omnicalc's bug is unrelated. Oh, well. That's the sort of bug that makes you feel really stupid. I certainly know the feeling.
« Last Edit: April 07, 2011, 11:36:53 pm by DrDnar »
"No tools will make a man a skilled workman, or master of defense, nor be of any use to him who has not learned how to handle them, and has never bestowed any attention upon them. . . . Yes, [] the tools which would teach men their own use would be beyond price."—Plato's The Republic, circa 380 BC

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 #49 on: April 07, 2011, 11:34:43 pm »
Found it!!! (Even though I've still never had it happen in wabbitemu.)

I was using the flags to signal whether the font needed to be shifted or not. I was also using port (07) to read fonts straight from the archive. Anyone see a problem? For those who don't know, the flags are stored at $89F0 on ram page 1. I was swapping in a different page to the $8000-$C000 memory region. Therefore, I was not reading the flags but rather the archive.

Anyways, I fixed it. So here you go.
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 #50 on: April 07, 2011, 11:34:57 pm »
I'm using zStart's font editor, btw.
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 FloppusMaximus

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 290
  • Rating: +57/-5
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #51 on: April 07, 2011, 11:46:57 pm »
I've only had a brief look at the code, but it looks like when the hook is called in fracDrawLFont mode, you're trying to shift the font bitmap yourself.  Don't do that; you're supposed to return the normal bitmap to the OS, and the OS will shift it left for you.

Also, it looks like you're using OP1, which is a recipe for disaster if the hook is active while assembly programs are running.

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: zStart - an app that runs on ram clears
« Reply #52 on: April 08, 2011, 12:01:19 am »
A few random questions:
Can this be made to support calcutil?
How about krolypto?
I don't know the specifics behind krolypto and calcutil, but I would almost guarantee that they use OFFSCRPT. So they'll have to fall into that "disable for compatibility section."
Maybe an idea would be to replicate the features...like, "enable password protection" and/or "run ASM programs from homescreen"
Actually btw i've been using calcutil in tandem with this and haven't had any problems as of yet...

EDIT: @thepenguin your respect is two bytes now O.o
« Last Edit: April 08, 2011, 12:02:58 am by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

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 #53 on: April 08, 2011, 12:06:54 am »
I can confirm that zStart+custom font+Asm=Calc crash.
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 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: zStart - an app that runs on ram clears
« Reply #54 on: April 08, 2011, 12:15:56 am »
Umm...
I installed a custom font, installed calcutil (chaining hooks btw), and after that ran an asm program without a problem...
« Last Edit: April 08, 2011, 12:17:45 am by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

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 #55 on: April 08, 2011, 12:29:04 am »
New bug: Text(-1 (BASIC) shifts the chars left one pxl left and, I haven't fully tested yet, but I can tell you that definate weirdness results. From what I know so far, it seems that that leftmost column gets printed eight columns over! O.O
« Last Edit: April 08, 2011, 12:33:48 am by Freyaday »
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 aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: zStart - an app that runs on ram clears
« Reply #56 on: April 08, 2011, 04:13:46 am »
I have a weird bug, if I install any font all characters are shifted 1 row to the left so I see all characters "killed"
I'm not a nerd but I pretend:

Offline JustCause

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 810
  • Rating: +115/-5
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #57 on: April 08, 2011, 08:51:18 am »
I have a weird bug, if I install any font all characters are shifted 1 row to the left so I see all characters "killed"
This has been brought up already, and while I haven't gotten the chance to test, I think it's been fixed too. Scroll up for thepenguin77's post.
See you, space cowboy...

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: zStart - an app that runs on ram clears
« Reply #58 on: April 08, 2011, 09:20:10 am »
x.x it fixed itself
I'm not a nerd but I pretend:

Offline JustCause

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 810
  • Rating: +115/-5
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #59 on: April 08, 2011, 10:35:42 am »
x.x it fixed itself
Don't worry, it will come back :) I'd install the update if I were you.
See you, space cowboy...