Dbus[292]: arguments to dbus_move_error() were incorrect -- unable to fix

When running Pycharm 2023

PyCharm 2023.1.2 (Community Edition)
Build #PC-231.9011.38, built on May 16, 2023
Runtime version: 17.0.6+10-b829.9 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 5.15.0-73-generic
GC: G1 Young Generation, G1 Old Generation
Memory: 972M
Cores: 8
Registry:
    debugger.new.tool.window.layout=true
    ide.experimental.ui=true

Non-Bundled Plugins:
    net.seesharpsoft.intellij.plugins.csv (3.2.0-231)

Current Desktop: zorin:GNOME

I encounter regularly two error messages:

  1. related to whatever is broken.
dbus[292]: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file ../../dbus/dbus-errors.c line 282.
This is normally a bug in some application using the D-Bus library.

  D-Bus not built with -rdynamic so unable to print a backtrace

Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
  1. related to missing git, but git sis installed and the path set correctly
The following problems have occurred when adding the files: dbus[294]: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file ../../dbus/dbus-errors.c line 282. This is normally a bug in some application using the D-Bus library. D-Bus not built with -rdynamic so unable to print a backtrace

Pycharm has been reinstalled, dbus has been reinstalled. Please, help me.

What package format is your IDE installed with? Flatpak?

The source is dl.flathub.org Does this info help?

Please see here:
https://youtrack.jetbrains.com/issue/IDEA-318392

This also happens to me, and not only on git, also on gradle syncing. Sometimes it worked, but at most time it didn't. The non-flatpak version works.
This seems to be some problems with flatpak version, see Add Zypak by FakeShemp · Pull Request #534 · flathub/com.jetbrains.PyCharm-Community · GitHub

1 Like

OK, thank you. I uninstalled the flatpak and installed pycharm from the snapcraft.io source. Pycharm started and seems to be healthy

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.