LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 01-09-2019, 09:00 AM   #1
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,349

Rep: Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331
Segfaullt in Invesalius3 Mint-19.0


Hi
It's a fairly fresh install of Mint-19.0, duly updated & upgraded. Invesalius-3.1.1 is installed with synaptic. I did also try the debian .deb, but that seemed to behave the same (segfault). Here's the terminal output:
Code:
invesalius3
/usr/share/invesalius/invesalius/data/transformations.py:1899: UserWarning: failed to import module _transformations
  warnings.warn("failed to import module %s" % name)
session mode:  0

(app.py:1709): Gtk-CRITICAL **: 14:43:28.906: gtk_widget_set_size_request: assertion 'width >= -1' failed
Segmentation fault
That probably means something to someone who speaks python-ese, which I don't. I'm strictly a hardware head - obsolete hardware, for the most part. I get the above 3-4 seconds after launch. I have /usr/share/invesalius/app.py but it's 384 lines.
 
Old 01-10-2019, 07:14 PM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
You may want to look through the bug reports (both open and closed) here - https://github.com/invesalius/invesalius3/issues - and create a new issue if yours hasn't already been reported.
 
Old 01-10-2019, 07:23 PM   #3
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Also see https://bugs.launchpad.net/ubuntu/+s...s/+bug/1770595
 
Old 01-11-2019, 05:55 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,349

Original Poster
Rep: Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331
Thanks Hydruga. I installed Mint instead of LFS as my spare system. There's a FIXME about W64 in app.py - apparently it trips over the language setting. It's on to to-do list to find a virtualbox vm containing Mac OSX or higher.

EDIT: Also filed a bug now with the Invesalius Devs.

Last edited by business_kid; 01-11-2019 at 06:28 AM.
 
Old 01-11-2019, 06:17 AM   #5
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by business_kid View Post
Thanks Hydruga. I installed Mint instead of LFS as my spare system. There's a FIXME about W64 in app.py - apparently it trips over the language setting. It's on to to-do list to find a virtualbox vm containing Mac OSX or higher.
I think I read somewhere in those links that the developer says that the software should work ok under a KDE/Qt environment. You might have some joy creating a Kubuntu virtual machine, or similar, to run it. Mint 18.3 KDE if you prefer.

Last edited by hydrurga; 01-11-2019 at 06:19 AM.
 
Old 01-11-2019, 02:19 PM   #6
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,349

Original Poster
Rep: Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331
Quote:
Originally Posted by hydrurga View Post
I think I read somewhere in those links that the developer says that the software should work ok under a KDE/Qt environment. You might have some joy creating a Kubuntu virtual machine, or similar, to run it. Mint 18.3 KDE if you prefer.
Qt5 is in Mint. I added python3, since it is a python thing. I can't do KDE in my host system, let alone in a guest. My limit there is 6G of ram, with half minimum going to the host system. I more or less have myself sorted without Invesalius, or exotic OSes. But I did confirm the Ubuntu bug, and post one in the Invesalius setup. https://github.com/invesalius/invesalius3/issues/161

He's back very quick with something to try. I'll have to boot Mint (again!) and try that. Manyana…
 
Old 01-11-2019, 03:07 PM   #7
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by business_kid View Post
Qt5 is in Mint. I added python3, since it is a python thing. I can't do KDE in my host system, let alone in a guest. My limit there is 6G of ram, with half minimum going to the host system. I more or less have myself sorted without Invesalius, or exotic OSes. But I did confirm the Ubuntu bug, and post one in the Invesalius setup. https://github.com/invesalius/invesalius3/issues/161

He's back very quick with something to try. I'll have to boot Mint (again!) and try that. Manyana…
Out of interest, bk, what do you mean by "you added python3"? Python 3 comes as standard in Mint (and in fact is required for a fair chunk of Mint functionality).

6GB of total RAM is perfectly sufficient to run a VM with a KDE-supporting distro (I too have 6GB and dedicate 2GB to each of my virtual machines when I want to run them). You won't need to be running the VM all the time anyway, you only need to fire it up when you need to use Invesalius.
 
Old 01-12-2019, 02:45 PM   #8
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,349

Original Poster
Rep: Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331Reputation: 2331
When I asked it to install python3, it installed stuff. I didn't look what.

Updating to the latest Invesalius in the PPA solved it. Invesalius isn't bad.
 
Old 01-12-2019, 06:44 PM   #9
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by business_kid View Post
When I asked it to install python3, it installed stuff. I didn't look what.

Updating to the latest Invesalius in the PPA solved it. Invesalius isn't bad.
Nice one.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie with Mint/ Linux needs to install Clam AV in Mint after 4 Wdws Trogan attack BAKEAPPLEFARM Linux Mint 6 03-24-2010 08:38 PM
How do I replace Linux Mint with Suse 11.0 on PC with Win XP Mint and Ubuntu? jremsen Linux - Software 4 02-15-2009 06:54 AM
re installation of grub in Linux mint after installing xp over mint sampad.sarangi General 1 01-15-2008 05:37 PM
LXer: Linux Mint is.....Mint! LXer Syndicated Linux News 0 11-18-2007 06:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 01:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration