View Single Post
Old 08-26-2019, 05:57 PM   #572
Bratken
Connoisseur
Bratken can teach chickens to fly.Bratken can teach chickens to fly.Bratken can teach chickens to fly.Bratken can teach chickens to fly.Bratken can teach chickens to fly.Bratken can teach chickens to fly.Bratken can teach chickens to fly.Bratken can teach chickens to fly.Bratken can teach chickens to fly.Bratken can teach chickens to fly.Bratken can teach chickens to fly.
 
Posts: 72
Karma: 3661
Join Date: Jun 2019
Location: Russia, Moscow
Device: Boyue Likebook Mimas
Sent Boyue another batch of errors in Notes. Hope they'll work it out:

1) Memory leak crashes are almost fixed
They still occur but rarely. Very often while idling with notes opened

2) OutOfBounds exception while trying to open notes (critical)
Funny error, actually.
How this happened:
1) Initially my notebook had 17 pages. And i was on page 17
2) Removed one page and then put the reader away. So i had 16 pages
3) Crash i mentioned above happened
4) When i tried to open up this notebook i started getting this error
Seems that BYReader app somehow didn't update configuration and kept on thinking that i'm still on page 17 while there're only 16 pages.
I proposed developers to start notebook from page 1 in case of such error. First page always exists and users will be able to use their notes. I can't use my notebook at this point but somehow i could export it into PDF so i'm not in trouble.
Code:
java.lang.IndexOutOfBoundsException: Invalid index 17, size is 16
3) Error after drawing straight line
Got this error after making series of straight lines (by holding pen at one point for 1 second). Simply create straight lines until you eventually get this error. Unstable
Code:
java.lang.NullPointerException: Attempt to invoke virtual method 'void com.by.hw.drawcomponent.ByPath.addPoint(com.by.hw.drawcomponent.ByPoint)' on a null object reference
4) Slow drawing in big notebooks (threading issue?)
Mentioned before. Appears in big notebooks

5) Slow export to PDF
Took me about 5 minutes to export 16 pages of my broken notebook

Last edited by Bratken; 08-27-2019 at 01:59 AM.
Bratken is offline   Reply With Quote