Skip to content
0
  • Recent
  • Tags
  • Popular
  • SAMSON Connect
  • Get SAMSON
  • Recent
  • Tags
  • Popular
  • SAMSON Connect
  • Get SAMSON
Collapse
SAMSON Forum
  1. Home
  2. SAMSON
  3. Getting started
  4. Issues with starting SAMSON (Linux/pop-os/X11): Core dumped.

Issues with starting SAMSON (Linux/pop-os/X11): Core dumped.

Scheduled Pinned Locked Moved Getting started
5 Posts 2 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F
    F
    Filipe
    wrote on last edited by
    #1

    Ok. I'm stupid and posted the original topic on the wrong section of the forum! :-P Here it goes again.

    Hi,

    I'm running Linux (pop-os in particular) running the vanilla X11.
    I had SAMSON 4.0.3 previously installed. I downloaded the new version 5.0.3 and run the installer.
    After it was done SAMSON would not open. I checked where the .desktop entry path to which SAMSON was being pointed to. The path was a little strange to me (note the /../, it goes up in directory once it goes inside the new folder version for some reason) and I'm not sure why is that.

    Exec=/home/captainbroccoli/OneAngstrom/SAMSON-Application/5.0.3/../SAMSON
    Running ./SAMSON from the terminal gives me the following error

    27af8441-a97c-4d82-bee9-197e0ff0d854-image.png

    I then went inside the 5.0.3 folder and inside Binaries I found a few binaries on that folder. Tried to run them all. None of them work! :-(

    There is supposedly an issue with Qt platform. But I've never had that issue with 4.0.3.

    c0cea350-22b5-4de5-97ba-f1d0d3cacf2f-image.png

    A few questions:

    1 - I order to delete/reinstall SAMSON properly, should I just delete the 5.0.3 folder or are there any other folders/file scattered around my home that I should also delete?
    
    2- What are the dependencies that SAMSON needs?
    
    3- Any plans on adding SAMSON to flatpak/snap/apt or some package manager that we all can enjoy and love? I understand that there might be issues with CUDA/NVIDIA support with you are installing from a package manager (similarly to how blender does not see the GPU if it's installed from flatpack or apt), but I hope you can circumvent this.
    
    4 - 4.0.3 opens normally if I go inside the folder and run the binary.
    

    Suggestion: I get a message about an updated. In my opinion since it's a bit of a big update you might want to poke the user more frequently, specially because the new version is much better than the one before.

    7f8492c3-478f-4ba8-9412-530d8d578fec-image.png

    PS: I have no clue why parts of my message are in bold or red. Sorry about that.

    DmitriyMarinD 2 Replies Last reply
    0
    • F Filipe

      Ok. I'm stupid and posted the original topic on the wrong section of the forum! :-P Here it goes again.

      Hi,

      I'm running Linux (pop-os in particular) running the vanilla X11.
      I had SAMSON 4.0.3 previously installed. I downloaded the new version 5.0.3 and run the installer.
      After it was done SAMSON would not open. I checked where the .desktop entry path to which SAMSON was being pointed to. The path was a little strange to me (note the /../, it goes up in directory once it goes inside the new folder version for some reason) and I'm not sure why is that.

      Exec=/home/captainbroccoli/OneAngstrom/SAMSON-Application/5.0.3/../SAMSON
      Running ./SAMSON from the terminal gives me the following error

      27af8441-a97c-4d82-bee9-197e0ff0d854-image.png

      I then went inside the 5.0.3 folder and inside Binaries I found a few binaries on that folder. Tried to run them all. None of them work! :-(

      There is supposedly an issue with Qt platform. But I've never had that issue with 4.0.3.

      c0cea350-22b5-4de5-97ba-f1d0d3cacf2f-image.png

      A few questions:

      1 - I order to delete/reinstall SAMSON properly, should I just delete the 5.0.3 folder or are there any other folders/file scattered around my home that I should also delete?
      
      2- What are the dependencies that SAMSON needs?
      
      3- Any plans on adding SAMSON to flatpak/snap/apt or some package manager that we all can enjoy and love? I understand that there might be issues with CUDA/NVIDIA support with you are installing from a package manager (similarly to how blender does not see the GPU if it's installed from flatpack or apt), but I hope you can circumvent this.
      
      4 - 4.0.3 opens normally if I go inside the folder and run the binary.
      

      Suggestion: I get a message about an updated. In my opinion since it's a bit of a big update you might want to poke the user more frequently, specially because the new version is much better than the one before.

      7f8492c3-478f-4ba8-9412-530d8d578fec-image.png

      PS: I have no clue why parts of my message are in bold or red. Sorry about that.

      DmitriyMarinD
      DmitriyMarinD
      DmitriyMarin
      wrote on last edited by
      #2

      Hi @Filipe ,

      Sorry about the issue. You might need to install some xcb libraries which we do not ship with SAMSON.

      For Ubuntu or Debian-like distros:

      sudo apt install libxcb-cursor0
      

      For CentOS:

      sudo dnf install xcb-util*
      

      See: https://documentation.samson-connect.net/users/latest/user_guide_troubleshooting.html#userGuideTroubleshootingLinuxInstallXCB

      Please let us know if it solves the issue.

      To uninstall SAMSON on Linux, see:
      https://documentation.samson-connect.net/users/latest/user_guide_f_a_q.html#UninstallSAMSONOnLinux

      Dmitriy,
      The SAMSON Team, https://s-c.io

      1 Reply Last reply
      1
      • F Filipe

        Ok. I'm stupid and posted the original topic on the wrong section of the forum! :-P Here it goes again.

        Hi,

        I'm running Linux (pop-os in particular) running the vanilla X11.
        I had SAMSON 4.0.3 previously installed. I downloaded the new version 5.0.3 and run the installer.
        After it was done SAMSON would not open. I checked where the .desktop entry path to which SAMSON was being pointed to. The path was a little strange to me (note the /../, it goes up in directory once it goes inside the new folder version for some reason) and I'm not sure why is that.

        Exec=/home/captainbroccoli/OneAngstrom/SAMSON-Application/5.0.3/../SAMSON
        Running ./SAMSON from the terminal gives me the following error

        27af8441-a97c-4d82-bee9-197e0ff0d854-image.png

        I then went inside the 5.0.3 folder and inside Binaries I found a few binaries on that folder. Tried to run them all. None of them work! :-(

        There is supposedly an issue with Qt platform. But I've never had that issue with 4.0.3.

        c0cea350-22b5-4de5-97ba-f1d0d3cacf2f-image.png

        A few questions:

        1 - I order to delete/reinstall SAMSON properly, should I just delete the 5.0.3 folder or are there any other folders/file scattered around my home that I should also delete?
        
        2- What are the dependencies that SAMSON needs?
        
        3- Any plans on adding SAMSON to flatpak/snap/apt or some package manager that we all can enjoy and love? I understand that there might be issues with CUDA/NVIDIA support with you are installing from a package manager (similarly to how blender does not see the GPU if it's installed from flatpack or apt), but I hope you can circumvent this.
        
        4 - 4.0.3 opens normally if I go inside the folder and run the binary.
        

        Suggestion: I get a message about an updated. In my opinion since it's a bit of a big update you might want to poke the user more frequently, specially because the new version is much better than the one before.

        7f8492c3-478f-4ba8-9412-530d8d578fec-image.png

        PS: I have no clue why parts of my message are in bold or red. Sorry about that.

        DmitriyMarinD
        DmitriyMarinD
        DmitriyMarin
        wrote on last edited by
        #3

        About adding SAMSON to Linux package managers. We considered this, but there are quite a number of limitations.

        Dmitriy,
        The SAMSON Team, https://s-c.io

        1 Reply Last reply
        0
        • F
          F
          Filipe
          wrote on last edited by
          #4

          Hi Dimitry! Oh awesome. The documentation indeed is very complete and it was my bad for not seeing it. It seems to work now. I'll come back if there any issues.
          Best wishes

          Filipe

          DmitriyMarinD 1 Reply Last reply
          0
          • F Filipe

            Hi Dimitry! Oh awesome. The documentation indeed is very complete and it was my bad for not seeing it. It seems to work now. I'll come back if there any issues.
            Best wishes

            Filipe

            DmitriyMarinD
            DmitriyMarinD
            DmitriyMarin
            wrote on last edited by
            #5

            Great! I am glad that it worked!
            Do not hesitate to contact us if you have any questions or feedback.

            Dmitriy,
            The SAMSON Team, https://s-c.io

            1 Reply Last reply
            0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Login or register to search.
            • First post
              Last post