Author Topic: Correlation Beta Bug Reports  (Read 43874 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
Correlation Beta Bug Reports
« on: March 25, 2011, 05:36:33 pm »
If you find a bug while testing the beta of Correlation, please report it here.  I will fix it as soon as I can.

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #1 on: March 26, 2011, 12:55:21 pm »
Goodness me, first bug report.  I forgot to add the ability to display numbers using ln( and e^( !  Such as ln(1,1,A.  I'd better fix that one.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #2 on: March 27, 2011, 11:06:06 am »
Um, I tried using abs( and it is not working... Here is what I was doing:
Code: [Select]
1:Asm(prgmCORELATE
Pause abs("12345",2,3
0:Asm(prgmCORELATE

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #3 on: March 27, 2011, 03:18:48 pm »
Hmm...that's interesting, because I had the same problem with Disp abs("12345,2,3

But the bug is fixed.  I will upload a new file very shortly under the topic "Correlation Beta Builds."  For al  testers, please go to "Correlation Beta Builds" to pick up versions of Correlation with bug fixes.

Also, attached below is the source code for those who want it.  (Use the same password.) I apologize that it could be more organized and have more comments.

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 #4 on: March 27, 2011, 07:13:50 pm »
When I had my font archived, it says invalid font, unarchiving it works.

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 #5 on: March 27, 2011, 07:15:05 pm »
When I had my font archived, it says invalid font, unarchiving it works.

Hmm, I think that I know what's wrong.  Can I have your source programs please, including the font?

Just a reminder to everyone...if you can send me your work, I can fix bugs faster

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 #6 on: March 27, 2011, 07:20:58 pm »
Font is attached.

Source:
Code: [Select]
:1:Asm(prgmCORELATE
:int("BETAFONT
:e^(1,1,"ABCDEFGHIJKLMN
:int("DD
:0:Asm(prgmCORELATE

EDIT:  Also, how do I clear the screen?
« Last Edit: March 27, 2011, 07:28:08 pm by yunhua98 »

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 #7 on: March 27, 2011, 07:30:29 pm »
I'll get to this as soon as I can.  But you use ClrDraw to clear the screen.  I think I'll make ClrDraw faster in the final build.
« Last Edit: March 27, 2011, 07:31:18 pm by Hot_Dog »

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 #8 on: March 27, 2011, 08:52:15 pm »
Hm, Correlation doesn't appear to want to work for me. I'm using the same font that I gave to Yunhua, which is attached below. The code for the test program is:
Code: [Select]
:1:Asm(prgmCORELATE
:int("AABAABAA
:ClrHome
:ln(1,1,"   
:int("DD
:0:Asm(prgmCORELATE

That should work according to the documentation, but the interpreter returns a syntax error on the :int("AABAABAA


∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #9 on: March 27, 2011, 08:58:33 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^(

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 #10 on: March 27, 2011, 09:03:35 pm »
Also not really a bug but in the Manuel for word wrap mode you should add a bold section saying your font mus start at 20 and end at 5B (in hex)

confused the hell out of me as you only say that in the errors section

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #11 on: March 27, 2011, 09:06:15 pm »
True, I'll take care of that.  However, I did say that people would need "space" and "theta"

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 #12 on: March 27, 2011, 09:07:05 pm »
yeah the space is 29 in hex the program yells at you if yoou dont have all the way down to 20 in your font ^_^ i tried it does :/

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Beta Bug Reports
« Reply #13 on: March 27, 2011, 09:11:01 pm »
yeah the space is 29 in hex the program yells at you if yoou dont have all the way down to 20 in your font ^_^ i tried it does :/


Oh, that's a bug.  I'll fix that

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 #14 on: March 27, 2011, 09:13:56 pm »
lolk then /me reverts his font and waits for the update ^_^
also

Code: [Select]
0->thetamin:40->thetamax
0->Tmin:40->Tmax
int("FF

is returning err bad window :/