Minder icon indicating copy to clipboard operation
Minder copied to clipboard

Crash after start

Open gavr123456789 opened this issue 5 years ago • 3 comments

Tried to collect from sursov, and through AUR. Nothing happens after the start, and nothing is output to the console.
Peek 2020-08-14 00-59

gavr123456789 avatar Aug 13 '20 22:08 gavr123456789

Also, official version(non AUR) works great.

gavr123456789 avatar Aug 13 '20 22:08 gavr123456789

I don't really know anything about the environment that you are running in, so I will have to defer to someone else more knowledgeable. Are you sure that an instance of Minder isn't already running when the command is executed?

phase1geo avatar Aug 14 '20 02:08 phase1geo

Let's check a couple of things first:

  1. run 'gdb com.github.phase1geo.minder'

    • At the prompt type 'run'.
    • Does the appliction end in a segmentation fault or does gdb indicate the application exited with a non-error status (0)?
  2. Try starting minder with an existing Minder file (if you have one) with the command: 'com.github.phase1geo.minder '

    • Does the application start properly and does it open the file?

phase1geo avatar Aug 14 '20 03:08 phase1geo