This is the second time this has happened– the first time, I had to erase all my metadata and re-install the app. I’d like to avoid doing that again.
Upon start-up, the window shows the current app state for about half a second, then becomes all-white. I was launching this from my desktop dock, so I opened a terminal and ran it directly. I see this:
$ tonfotos
checkpoint config: 3 ms
Disabling GPU support for Electron on Linux by default
checkpoint app ready: 96 ms
Database unused space: 3.75Mb, 3%, no compacting needed at this moment
Auto update URL: https://tonfotos.com/distribution/tonfotos/release/linux/x64
G_SLICE= always-malloc
Faces description cache read from disk successfully, faces: 1961
intercepted file:///usr/lib/tonfotos/resources/app/.webpack/renderer/main_window/index.html
Error sending from webFrameMain: Error: Render frame was disposed before WebFrameMain could be accessed
at s.send (node:electron/js2c/browser_init:2:86399)
at _.send (node:electron/js2c/browser_init:2:72015)
at Timeout._onTimeout (/usr/lib/tonfotos/resources/app/.webpack/main/index.js:2:3370504)
at listOnTimeout (node:internal/timers:559:17)
at process.processTimers (node:internal/timers:502:7)
The Error sending from webFrameMain... block then repeats until I kill the app.
This is version 1.16.2, running on Ubuntu 24.04 (deb package).
Randy