Problem INtalling Ultramixer 4.1.0 beta7 in Linux Mint 15

Hello!
I’ve tried to install Ultramixer 4.1.0 beta7 in my computer to no avail. My knowledge of Linux system is shaky at best, so it is possible I’m just doing or not doing something very basic. Please bear with me. This is what I have done so far.
I have an ASUS A-55 running on 64bit Linux Mint 15. Following an earlier post about “Installation in Linux” (dual french and english language) in this website I replaced the standard JKD java for JRE 1.7.0_45 and switched to manual control for the installation from terminal using the “java -jar” command but nothing happened. I also tried opening the “UltraMixer.sh” file from the untarred downloaded folder using root privileges but again, no luck.
I did the same two steps with the Ultramixer 2.4.7 RC2 version and you guess the result.
I would really appreciate any help in this.
Thanks a lot.
Tete

well, in UltraMixer 4.1 beta you don’t need any java -jar anymore.

Just unpack the tar.gz to some folder and start the Ultramixer4.sh from command line.

Hi Matthias,
Thanks a lot for your advice.
I ran UltraMixer4.sh from command on terminal under root privileges and this is what I got:

[quote:67f40]
tt-K55A UltraMixer-4.1.0-beta7 # bash UltraMixer4.sh
Exception in thread “main” java.lang.UnsatisfiedLinkError: /home/tt/Descargas/UltraMixer-4.1.0-beta7/jre8/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(Unknown Source)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(Unknown Source)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Unknown Source)
at java.awt.Toolkit.(Unknown Source)
at sun.awt.AppContext$2.run(Unknown Source)
at sun.awt.AppContext$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.AppContext.initMainAppContext(Unknown Source)
at sun.awt.AppContext.access$200(Unknown Source)
at sun.awt.AppContext$3.run(Unknown Source)
at sun.awt.AppContext$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.AppContext.getAppContext(Unknown Source)
at javax.swing.SwingUtilities.appContextGet(Unknown Source)
at javax.swing.UIManager.getLAFState(Unknown Source)
at javax.swing.UIManager.maybeInitialize(Unknown Source)
at javax.swing.UIManager.getDefaults(Unknown Source)
at com.ultramixer.preferences.SystemPreferences.getLocale(Unknown Source)
at com.ultramixer.preferences.SystemPreferences.init(Unknown Source)
at com.ultramixer.preferences.SystemPreferences.(Unknown Source)
at com.ultramixer.preferences.SystemPreferences.getInstance(Unknown Source)
at com.ultramixer.main.view.Start.main(Unknown Source)
Exception in thread “Thread-0” java.lang.NoClassDefFoundError: Could not initialize class sun.awt.SunToolkit
at sun.awt.AppContext$2.run(Unknown Source)
at sun.awt.AppContext$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.AppContext.initMainAppContext(Unknown Source)
at sun.awt.AppContext.access$200(Unknown Source)
at sun.awt.AppContext$3.run(Unknown Source)
at sun.awt.AppContext$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.AppContext.getAppContext(Unknown Source)
at sun.awt.AppContext$6.getContext(Unknown Source)
at sun.misc.SharedSecrets.getJavaAWTAccess(Unknown Source)
at java.util.logging.LogManager.getUserContext(Unknown Source)
at java.util.logging.LogManager.contexts(Unknown Source)
at java.util.logging.LogManager.reset(Unknown Source)
at java.util.logging.LogManager$Cleaner.run(Unknown Source)
[/quote:67f40]
It is not working…

Hhm, looks like the packed jre isn’t working on your mint. We are testing against Ubuntu 11.2. What you could try is to download an appropriate openjdk8 for your system and replace the jre in the jre8 folder.

regards
Matthias

Ich habe gerade auf einem anderen System den gleichen Fehler gesehen. Die Ursache ist, das die i386 kompatiblen X-Bibliotheken fehlen. Also für dich heißt es entweder 32 Bit libraries installieren oder die 64bit OpenJRE8 herunterladen und im jre8 Verzeichnis ersetzen.

Vg
Matthias

I uploaded the 64bit jre to our server. You can download it here:
mix-software.com/_releases/Ultra … _64.tar.gz

Just replace the jre8 folder :slight_smile:

Hi Matthias
Thanks a lot for your help.
This time it worked ok.
Regards
Tete