pomatez icon indicating copy to clipboard operation
pomatez copied to clipboard

Bug Report: Pomatez not starting

Open Delicious-Bacon opened this issue 2 years ago • 5 comments

Describe the bug pomatez won't start on a fresh install.

To Reproduce

$ pomatez
16:02:40.297 › Checking for update
16:02:40.337 › Error: Error: ENOENT: no such file or directory, open '/opt/Pomatez/resources/app-update.yml'
(node:4307) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/opt/Pomatez/resources/app-update.yml'
(node:4307) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:4307) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
[4307:0906/160240.767596:FATAL:gpu_data_manager_impl_private.cc(442)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap (core dumped)

Expected behavior Pomatez starting.

Screenshots N/A

Desktop (please complete the following information):

  • OS: Rocky Linux 9
  • App Version 1.11
  • Installer Used .rpm

Additional context N/A

Delicious-Bacon avatar Sep 06 '22 14:09 Delicious-Bacon

Ive never personally tried running the rpm files.

Though we are looking to do a framework rewrite so hopefully this should covert that too :D

sekwah41 avatar Sep 06 '22 16:09 sekwah41

Once the rewrite of the backend of it is done (currently making some tests so I don't mess up this project) ill re-review the bugs like this to check if they still exist.

sekwah41 avatar Sep 06 '22 16:09 sekwah41

The Snap version of Pomatez was working well. What kind of package is there? Is there a way to get that package without Snap?

My snapd is having issues with cgroups so I can no longer run Pomatez through Snap.

Delicious-Bacon avatar Sep 07 '22 06:09 Delicious-Bacon

Usually its something weird with how electron has tried to link the GPU. Opening it in sandbox mode or disabling hardware acceleration usually fixes that for these sorts of apps.

I think its quite a generic electron/node wrapper for snap though I'm only used to electron-builder. Youd need to chat to @roldanjr about the snap config.

sekwah41 avatar Sep 10 '22 00:09 sekwah41

I usually use the appimage. If you would like to try installing appimagelauncher and run it through there.

Nicodile avatar Sep 20 '22 00:09 Nicodile