Author Topic: Correlation Beta Bug Reports  (Read 43596 times)

0 Members and 1 Guest are viewing this topic.

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #15 on: March 27, 2011, 09:35:05 pm »
Okay, bug crunching is going well so far.  Just to let you know, .8xp files rather than typed source code makes things easier for me :)

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #16 on: March 27, 2011, 09:55:36 pm »
Any chance that you're testing this on a real calculator?  If so, there may be a big problem with my code

By the way, your font is 8 pixels wide, so it will only work with e^(

Yes, this is on a real calc, in OS v2.55. It returned the same error with e^(, but duly noted :)
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #17 on: March 27, 2011, 09:57:20 pm »
lol was really just hoping you would point me in as to why thats not working xD as the rest of its just a rick roll ....

source for that attached with my font


Also you cant use a font thats in archive only in ram <-- think this was said again just reiterating it as ram clears then having to resend a font at school stinks xD


also every time i put a letter to the screen with e^( i get a black box after the last character i put out
« Last Edit: March 27, 2011, 10:03:23 pm by Geekboy1011 »

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #18 on: March 27, 2011, 10:14:46 pm »
Qwerty, my suggestion would be switching to classic mode.  Otherwise that may be an OS problem, because I have no issues.

Geekboy, as to the black box, make sure your font bitmap is EXACTLY 8 pixels wide, even if your characters are less than that.

EDIT: Goto beta builds for the bug fixed version
« Last Edit: March 27, 2011, 10:16:48 pm by Hot_Dog »

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #19 on: March 27, 2011, 10:38:18 pm »
Wow facepalm on that last one ok next one

word wrap mode just crashes my calc...run program a you will see :/


EDIT:

WAIT does word wrap work with e^( or only ln( ?
« Last Edit: March 27, 2011, 10:57:13 pm by Geekboy1011 »

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #20 on: March 28, 2011, 04:37:25 pm »
My sprites show up right if I hard code it, but if I use a for loop, the sprites get corrupted.  And I don't know how else to make a scrolling tile map display routine.

example:
Code: [Select]
Correlation on stuff
:int("BETAFONT  //same as Qwerty attached I think
:For(A,0,11
:e^(0,A*8,"A
:End
:int("DD
Correlation off

could someone try this?  I can't make a screenie right now.  ;)

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #21 on: March 28, 2011, 05:25:20 pm »
My sprites show up right if I hard code it, but if I use a for loop, the sprites get corrupted.  And I don't know how else to make a scrolling tile map display routine.

example:
Code: [Select]
Correlation on stuff
:int("BETAFONT  //same as Qwerty attached I think
:For(A,0,11
:e^(0,A*8,"A
:End
:int("DD
Correlation off

could someone try this?  I can't make a screenie right now.  ;)

Once again, I apologize and not to be rude, but I really must insist on having your .8xp files.  I already have to spend hours a day bug-crunching, no kidding, so it's a time saver to have something to work with.

As for tilemaps, let's say you have a map 16 characters wide and 2 characters high, consisting entirely of As.  Use this code:

Code: [Select]
Correlation on stuff
:int("BETAFONT  //same as Qwerty attached I think
:16->ThetaStep
:int("FF
:int("M3   ;Turns on Map Mode
:e^(0,0, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
:int("DD
Correlation off

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #22 on: March 28, 2011, 05:30:56 pm »
ah, okay, thanks, I think I forgot the map mode part.  ;)
also, for the 8xps, I can't upload them at school, so I'll probably just type out the part thats glitchy, or you can wait til weekends to fix bugs I encounter.  ;)  No pressure.

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #23 on: March 28, 2011, 05:32:24 pm »
ah, okay, thanks, I think I forgot the map mode part.  ;)
also, for the 8xps, I can't upload them at school, so I'll probably just type out the part thats glitchy, or you can wait til weekends to fix bugs I encounter.  ;)  No pressure.

Oh, okay.  I actually should be fine, and thanks for explaining.  What are your starting and ending character numbers?  I'm asking because you and Qwerty.55 use the same bitmap, but when I use Qwerty's font I get an "ERR:OUT OF RANGE"

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #24 on: March 28, 2011, 05:50:12 pm »
ok another word wrap bug which can be fixed easily by appending a line of spaces as the last line in your text blob but that takes space

issue with any body of text that doesn't fit evenly on the screen it chops the lower half of the letters off requesting that correlation check to see if there are enough pixels left for the whole font to fit on screen

<random> yay i love bug crunching thanks for the fast response time hotdog </random>

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #25 on: March 28, 2011, 05:51:52 pm »
ok another word wrap bug which can be fixed easily by appending a line of spaces as the last line in your text blob but that takes space

issue with any body of text that doesn't fit evenly on the screen it chops the lower half of the letters off requesting that correlation check to see if there are enough pixels left for the whole font to fit on screen

<random> yay i love bug crunching thanks for the fast response time hotdog </random>

Any chance you can post some screenies?  I'm afraid I have no idea what you're talking about.  However, I do know that I've got more work to do on word wrap than I thought ;)

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #26 on: March 28, 2011, 05:52:42 pm »
yeah give me like 10 minutes as im "doing Homework" after dinner ill poke you on irc when i edit this post with them ^_^

EDIT:
look threw out the screenie at the bottom row i think its visible
« Last Edit: March 28, 2011, 07:19:48 pm by Geekboy1011 »

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #27 on: March 28, 2011, 06:18:51 pm »
ah, okay, thanks, I think I forgot the map mode part.  ;)
also, for the 8xps, I can't upload them at school, so I'll probably just type out the part thats glitchy, or you can wait til weekends to fix bugs I encounter.  ;)  No pressure.

Oh, okay.  I actually should be fine, and thanks for explaining.  What are your starting and ending character numbers?  I'm asking because you and Qwerty.55 use the same bitmap, but when I use Qwerty's font I get an "ERR:OUT OF RANGE"

oh, he used a messed up version (I think) that started at 41, since he thought it was decimal.  ;)

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #28 on: March 29, 2011, 02:30:25 pm »
Yunhua98, I'm having trouble duplicating the bug.  Is your font archived?  If so, it's probably a RARE bug that I know about and have yet to fix.

In the meantime, I'm really sorry for any inconviences, but since I'm not having the same bug, I can't help out with fixing it

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #29 on: March 29, 2011, 03:21:46 pm »
Scrolling bug fixed only ones i see atm are the APD issues and the support for lower case letters ^_^ and what has already been stated

so far with word wrap all i see is that you require a space as the last letter on a line any way you can check to see if its would be a space and truncate that space??? would make it a bit cleaner i think ^_^ (more of a feature so no rush on it atm ^_^ )

also on word wrap lines larger than supported (words larger than screen) just make it so nothing is displayed at all....
« Last Edit: March 29, 2011, 03:30:37 pm by Geekboy1011 »