<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=2530&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Can't start UGENE]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2530</link>
		<description><![CDATA[The most recent posts in Can't start UGENE.]]></description>
		<lastBuildDate>Sat, 08 Dec 2018 02:56:26 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Can't start UGENE]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13170#p13170</link>
			<description><![CDATA[<p>Thank you guys for your assistance, really appreciate it. However, as I mentioned, I do not have that much time (and enthusiasm too, to be honest) to dig into the more-than-one-year-old bug...<br />UGENE offers its online installer (of the most recent version of the suite), so I gave it a shot. It took some time (mostly waiting), but it was installed without problems, and is now up and running. It&#039;s weird of course, but at least it works...<br />Thank you again!</p>]]></description>
			<author><![CDATA[dummy@example.com (Copper36)]]></author>
			<pubDate>Sat, 08 Dec 2018 02:56:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13170#p13170</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't start UGENE]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13135#p13135</link>
			<description><![CDATA[<p>Try adding <span class="bbc">set-x</span> as the second line of the script. That should produce tracing output from the script which will show what it&#039;s doing.</p><p>Chris</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Thu, 06 Dec 2018 17:30:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13135#p13135</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't start UGENE]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13130#p13130</link>
			<description><![CDATA[<p>Thank you Ralph,</p><p>Especially for the link to the filed bug report. If I understand everything correctly, it is dated summer 2017 (and &quot;grave&quot; severity), i.e. is more than a year old. So it looks like nobody really cares. I have neither expertise nor time to dig into this, so I am going to try the online installer provided by UGENE itself. My hunch is that I&#039;ll get a huge blob containing everything, but at least it might work... No offense, but don&#039;t you guys find it a bit ironic? It used to work just fine in a bunch of Debian derivatives like Xubuntus 12, 14, it works in Windows, but not in the stable Debian itself...</p><p>I&#039;ll let you know how it turns out.</p>]]></description>
			<author><![CDATA[dummy@example.com (Copper36)]]></author>
			<pubDate>Thu, 06 Dec 2018 04:19:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13130#p13130</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't start UGENE]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13129#p13129</link>
			<description><![CDATA[<p>Copper36, I think it&#039;s the &quot;then&quot; fork that is selected, not the &quot;else&quot; fork. Perhaps you should add a line before the &quot;if&quot; saying</p><div class="codebox"><pre><code>echo &quot;$dirname/$appname&quot; &quot;${params[@]}&quot;</code></pre></div><p>which would tell which program is actually run.</p><p>It looks though like it&#039;s problem is that it cannot find the appropriate translation file(s) so that it can tell what it&#039;s problem is, so you might not gain anything more from this than knowing which program has a problem.</p><p>EDIT: there is also <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868885" rel="nofollow">https://bugs.debian.org/cgi-bin/bugrepo … bug=868885</a> to ponder.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Thu, 06 Dec 2018 03:30:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13129#p13129</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't start UGENE]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13128#p13128</link>
			<description><![CDATA[<div class="quotebox"><cite>Copper36 wrote:</cite><blockquote><div><p>The only thing which looks suspicious to me is that there is no &quot;cleanlooks&quot; theme in this installation (as well as in another Xubuntu 14.04, where UGENE however does not have problems). There is &quot;clearlooks&quot; instead.</p></div></blockquote></div><p>I have never seen or heard of a &quot;cleanlooks&quot; theme.&#160; I&#039;m thinking it&#039;s a typo or inaccurate translation somewhere along the line.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Thu, 06 Dec 2018 02:42:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13128#p13128</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't start UGENE]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13127#p13127</link>
			<description><![CDATA[<p>Thank you Chris,</p><p>I am a bit puzzled with the result since I do not quite understand the syntax of the script. So I had changed the last but one line, so it looks like this:</p><div class="codebox"><pre><code># Workaround for UGENE-4619
export QT_QPA_PLATFORMTHEME=

if [ -z $IS_KDE ]; then
    &quot;$dirname/$appname&quot; &quot;${params[@]}&quot;
else
    echo &quot;$dirname/$appname&quot; &quot;${params[@]}&quot; -style cleanlooks
fi</code></pre></div><p>The attempt to start the program results in the same error message:</p><div class="codebox"><pre><code>~$ ugene -ui
Translation not found: transl_en
/usr/lib/ugene/ugene: line 69:  5363 Segmentation fault      &quot;$dirname/$appname&quot; &quot;${params[@]}&quot;</code></pre></div><p>Running echo with the everything following it:</p><div class="codebox"><pre><code>~$ echo &quot;$dirname/$appname&quot; &quot;${params[@]}&quot; -style cleanlooks
/ -style cleanlooks</code></pre></div><p>The only thing which looks suspicious to me is that there is no &quot;cleanlooks&quot; theme in this installation (as well as in another Xubuntu 14.04, where UGENE however does not have problems). There is &quot;clearlooks&quot; instead.</p>]]></description>
			<author><![CDATA[dummy@example.com (Copper36)]]></author>
			<pubDate>Thu, 06 Dec 2018 02:33:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13127#p13127</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't start UGENE]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13117#p13117</link>
			<description><![CDATA[<p>It&#039;s probably the program invoked by the script that&#039;s causing the segfault.</p><p>Try making a copy of the script and changing line 68 to:<br />echo &quot;$dirname/$appname&quot; &quot;${params[@]}&quot; -style cleanlooks</p><p>Run that and it should tell you what program it&#039;s actually trying to run. Then try searching for problems with that program (start by running file against it, that will tell you what sort of program it is).</p><p>Chris</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Wed, 05 Dec 2018 17:44:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13117#p13117</guid>
		</item>
		<item>
			<title><![CDATA[Can't start UGENE]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13103#p13103</link>
			<description><![CDATA[<p>Hi,<br />I&#039;ve installed a bioinformatics suite UGENE (which I routinely use on different platforms) from one of the contrib repositories, but it fails to start with a segfault:</p><div class="codebox"><pre><code>~$ ugene -ui
Translation not found: transl_en
/usr/lib/ugene/ugene: line 69:  7558 Segmentation fault      &quot;$dirname/$appname&quot; &quot;${params[@]}&quot;</code></pre></div><p>Line 69 is the last &quot;fi&quot;:</p><div class="codebox"><pre class="vscroll"><code>#!/bin/bash

appname=ugenecl

# Check if &#039;-ui&#039; parameter is present. 
# If it does exclude it from the list of parameters
# and use ugeneui instead of ugenecl

params=()

while [[ $# -gt 0 ]];
do
    if [ &quot;$1&quot; = &quot;-ui&quot; ]; then
        appname=ugeneui
        if `echo $DESKTOP_SESSION|grep -i kde &gt;/dev/null 2&gt;&amp;1`; then
            IS_KDE=1
        fi
    else
        params+=(&quot;$1&quot;)
    fi
    shift
done

dirname=$(dirname &quot;`readlink -f &quot;$0&quot;`&quot;)

tmp=&quot;${dirname#?}&quot;

if [ &quot;${dirname%$tmp}&quot; != &quot;/&quot; ]; then
    dirname=$PWD/$dirname
fi

LD_LIBRARY_PATH=$dirname
export LD_LIBRARY_PATH

# check compatibility OS and UGENE (32-bit or 64-bit)
system_i686=false
system_x86_64=false

case &quot;`uname -m|grep 64|wc -l|tr -d &#039; &#039;`&quot; in
0*) system_i686=true;;
1*) system_x86_64=true;;
esac

ugene_i686=false
ugene_x86_64=false

case &quot;`file -b $dirname/$appname |cut -d &quot;,&quot; -f1 |grep 64|wc -l|tr -d &#039; &#039;`&quot; in
0*) ugene_i686=true;;
1*) ugene_x86_64=true;;
esac

if $system_i686; then
  if $ugene_x86_64; then
    echo &quot;Warning: You have a 32-bit operating system but you are trying to launch a 64-bit version of the UGENE package. You have to download the appropriate UGENE version instead.&quot;
  fi
else
  if $ugene_i686; then
    echo &quot;Warning: You have a 64-bit operating system but you are trying to launch a 32-bit version of the UGENE package. You have to download the appropriate UGENE version instead.&quot;
  fi
fi

# Workaround for UGENE-4619
export QT_QPA_PLATFORMTHEME=

if [ -z $IS_KDE ]; then
    &quot;$dirname/$appname&quot; &quot;${params[@]}&quot;
else
    &quot;$dirname/$appname&quot; &quot;${params[@]}&quot; -style cleanlooks
fi</code></pre></div><p>I looked at the same file in another installation and it looks the same, at least the very last lines.</p><p>Do you have any idea what the problem might be?</p><p>ASCII 64bit.</p><p>Thank you.</p>]]></description>
			<author><![CDATA[dummy@example.com (Copper36)]]></author>
			<pubDate>Wed, 05 Dec 2018 03:41:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13103#p13103</guid>
		</item>
	</channel>
</rss>
