Crashing in Linux Mint 22.1 Cinnamon

I have 2 PCs. The first one runs on Linux Mint 21.3 xfce and I installed PP there as a flatpak and it works great. I tried to install it in the second one running Linux Mint 22.1 Cinnamon, and PP keeps crashing. It does so if I open an existing file, but also when I create a new one. So, when I open a file and I try to navigate to the account sections (e.g. change from “Deposit Accounts” to “Security accounts”) then PP crashes. I tried both the flatpak version and the standalone version.

Using the “java --version” command I get

openjdk 21.0.7 2025-04-15
OpenJDK Runtime Environment (build 21.0.7+6-Ubuntu-0ubuntu124.04)
OpenJDK 64-Bit Server VM (build 21.0.7+6-Ubuntu-0ubuntu124.04, mixed mode, sharing)

I tried the renaming dconf/user trick, but it did not work! Any ideas?

Here is the log file: .log.txt (19.8 KB)

Maybe Unregelmäßige Abstürze unter Linux Mint - #15 by kubi can help?

1 Like

Thank you very much for your answer!

I have not found it while searching, since it was in the German section (unfortunately I do not speak any German). Using translate I read it, and running the command

export NO_AT_BRIDGE=1

before running PP works fine!

Though it seems that I have to run it again, after exiting PP. Is that correct? If so, I will create a script to run it!

What does this command do anyway?

Hello mate,

I had exactly the same problem and after some research it seems that the better way to avoid crashes is to uninstall the application and use the executable file.

  1. Download the Linux - x86 64bit file
  2. Unzip the file wherever you want
  3. Double-click on the file called “PortfolioPerformance” (no extension)
  4. Open your backup

Thanks, but I got the crash in the executable file as well, not only to the flatpak installed.

Did you uninstall the application/flatpak?

No. Should I uninstall it first and then try the executable?

Yes, that’s what I did.
My backup was not erased.

I just tried it: uninstall flatpak, then run the executable. It still crashes!

Gosh. I feel sorry for you. For me, it worked simply by uninstalling the flatpak and double-clicking on the executable in the unzipped folder.

That is OK, since the solution has been found :slight_smile: I made the script, and a launcher in the desktop. It works fine!

1 Like

I’m glad it’s working for you again!