Bug in 12.2.4?

Hello,

When trying to swipe to the right in the mobile app to navigate to a new book, instead of the book appearing on the new screen,
UTF-8<name of the book>
is displayed. Only after swiping again does the book actually appear. I rolled back to version 12.0, and the issue disappeared.
Linux Mint 21.3. For certain reasons, I don’t use Flatpak, so I can’t check if this bug exists in version 12.3 until an update is released for the system package.
In version 12.0, there is another issue. When navigating to the next or previous book, the navigation works correctly if no audio is playing. However, if audio is currently playing, the app crashes and closes.

@Alexander_Vinokurov ,

I am sorry that I forgot to build packages for Focal and Jammy. They are uploading now and they should be available in 30-60 minutes.

I would be interested to know (if you don’t mind telling) why Flatpak doesn’t work for you. We are not delivering system packages for releases after Jammy (Ubuntu 22.04).

Thanks,

Chris



Today I was able to upgrade SAB up to 12.3 from system packages (thanks). But the problem mentioned above still exists (see attachments).

Flatpak does not work for me because there is no sound when I use it. At least it was so when I tried it several months ago. I do not know what was the reason. Maybe (since Flatpak kind of isolated) I had to install some additional dependencies. But with system packages it worked out of the box in all my computers.
(by the way, thanks for not using snap).

UPD
I tried to remove the system package SAB and installed it from Flatpak. Then I created a project from scratch. No sound. The slider is available but not active (grey).

I checked the Flatpak version again. The audio does not play in IDE mode, but it works in the “View in Browser” mode (see the attachment). Additionally, the audio works in the app after it has been compiled and uploaded to a mobile device.

Currently, I see two issues:

No audio in IDE mode (Flatpak version).
Extra non-clickable screens with "UTF-8<name of story>" text appear when swiping left/right or using the Next/Previous buttons (all versions).

@Alexander_Vinokurov,

I have been able to reproduce with issue in Flatpak and I got this error (seen by selecting Tools > View Logs … menu item):

Nov 25, 2024 10:53:19 AM com.sun.javafx.webkit.prism.WCMediaPlayerImpl$CreateThread run
WARNING: CreateThread ERROR: com.sun.media.jfxmedia.MediaException: Could not create player!
Nov 25, 2024 10:53:19 AM com.sun.javafx.webkit.prism.WCMediaPlayerImpl onError
WARNING: onError, errCode=0, msg=Could not create player!

Thanks,

Chris