Cachyos-hello is not working

When i try to run it from terminal i go this:

cachyos-hello

thread 'main' panicked at src/application_browser.rs:120:37:
called `Result::unwrap()` on an `Err` value: DbNotNull
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
fish: Job 1, 'cachyos-hello' terminated by signal SIGABRT (Abort)

I tried RUST_BACKTRACE=1 cachyos-hello and got this:

RUST_BACKTRACE=1 cachyos-hello

thread 'main' panicked at src/application_browser.rs:120:37:
called `Result::unwrap()` on an `Err` value: DbNotNull
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
fish: Job 1, 'RUST_BACKTRACE=1 cachyos-hello' terminated by signal SIGABRT (Abort)

So I tried RUST_BACKTRACE=full cachyos-hello

RUST_BACKTRACE=full cachyos-hello

thread 'main' panicked at src/application_browser.rs:120:37:
called `Result::unwrap()` on an `Err` value: DbNotNull
stack backtrace:
   0:     0x5640b62a7172 - <unknown>
   1:     0x5640b60ab263 - <unknown>
   2:     0x5640b62a69bf - <unknown>
   3:     0x5640b62a6fd3 - <unknown>
   4:     0x5640b62a6501 - <unknown>
   5:     0x5640b62e2078 - <unknown>
   6:     0x5640b62e1fd9 - <unknown>
   7:     0x5640b62e2d4c - <unknown>
   8:     0x5640b60a9bff - <unknown>
   9:     0x5640b60af075 - <unknown>
  10:     0x5640b5fc3c8d - <unknown>
  11:     0x5640b6035f93 - <unknown>
  12:     0x5640b613be61 - <unknown>
  13:     0x5640b6035efb - <unknown>
  14:     0x5640b6054423 - <unknown>
  15:     0x5640b5fa2058 - <unknown>
  16:     0x7fdce3ced9b0 - g_closure_invoke
  17:     0x7fdce3d1604f - <unknown>
  18:     0x7fdce3d18d56 - <unknown>
  19:     0x7fdce3d075e9 - g_signal_emit_valist
  20:     0x7fdce3d153dc - g_signal_emit
  21:     0x7fdce30f7ea1 - <unknown>
  22:     0x7fdce3102359 - g_application_run
  23:     0x5640b605d593 - <unknown>
  24:     0x5640b5fae2c3 - <unknown>
  25:     0x5640b60636a1 - <unknown>
  26:     0x7fdce2227bcb - <unknown>
  27:     0x7fdce2227c8b - __libc_start_main
  28:     0x5640b5f8c795 - <unknown>
  29:                0x0 - <unknown>
fish: Job 1, 'RUST_BACKTRACE=full cachyos-hel…' terminated by signal SIGABRT (Abort)

I tried to remove and install cachyos-hello but it didn’t worked. The system is updated.

Ok i fixed it.
I had [multilib] listed two times in /etc/pacman.conf
After deleting it and reinstall cachyos-hello it finally works.

The topic can be closed.