c3d / db48x

RPL runtime for the DM42 calculator, in the spirit of HP48/49/50
http://48calc.org
GNU Lesser General Public License v3.0
78 stars 10 forks source link

Help viewer gets stuck on Path not found error #1081

Open mahi2003 opened 1 month ago

mahi2003 commented 1 month ago

I know the images did not ship with 0.7.12 and that a "Path not found" error is normal in the help viewer, but under certain circumstances it appears as if the calculator ends up in an error loop.

The steps below require DB48X without the images present:

It's as if the calculator is frozen/stuck in the help viewer, but you can escape this situation by pressing the Home soft key.

c3d commented 1 month ago

The "path not found" error persists while there is an image potentially being displayed on the screen.

As you discovered yourself, the Home softkey fixes it because it brings the help viewer at a position where there is no image being shown.

The non-intuitive aspect of it is that EXIT does not get you out, because it clears the error instead of clearing the help as usual, and then the same help displays again with the same error. Hence the impression that it's stuck.

As for shipping the images, thanks for the reminder. I think that the next release will only ship the tar.gz file.

c3d commented 1 month ago

Marking it as low-priority because it's a transient state of affairs that should be fixed soon ;-)