Ultramixer start error

Hello all!

I have that problem:
i try run Ultramixer, but it’s give that error:

[code:138d2]Connecting with db…
connected to db. - Duration: [556 ms]

/usr/lib/jvm//sun-jdk-1.6/bin/java: symbol lookup error: /usr/local/UltraMixer/libPlayerNative64.so: undefined symbol: _ZN4Core6System10loadPluginEPKcPjj[/code:138d2]
and exit. But Ultramixer-2.3.8 runs and work. With some tiny errors.
I have JAVA: Sun JDK 1.6.0.20 [sun-jdk-1.6]
and gentoo linux AMD64.

I got the same error on Fedora12. Any suggestions?

did you install the AAC-Plugin?

I didn’t try to install any plug-in, just Ultramixer on Fedora 12 x64. Here is what I get:

[quote:1751e]
[Alexander@sundawn UltraMixer]$ ./UltraMixer.sh
XRender pipeline enabled
Connecting with db…
connected to db. - Duration: [867 ms]
card1.getHeight() xx= java.awt.Dimension[width=477,height=290]
java: symbol lookup error: /home/Alexander/UltraMixer/libPlayerNative64.so: undefined symbol: _ZN4Core6System10loadPluginEPKcPjj
[/quote:1751e]

Hi,

the same error here.

connected to db. - Duration: [337 ms]
/usr/lib/jvm/sun-jdk-1.6/bin/java: symbol lookup error:
/usr/local/UltraMixer/libPlayerNative64.so: undefined symbol:
_ZN4Core6System10loadPluginEPKcPjj

java version “1.6.0_20”
Java™ SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot™ 64-Bit Server VM (build 16.3-b01, mixed mode)

gentoo linux kernel 2.6.31-r6 64bit

Any suggestions?

Bests
Olaf

… me again

changing the java-Version did not help:

i tested

1.6.0._19
1.5.0.22
blackdown jdk 1.4.2 (is not supported at all)

and the error was the same :frowning:

Olaf

downgrade to 2.3.8 gave me at least a functional UM installation…

Olaf

Hhm, sounds like an fedora problem. We are regularily testing on Ubuntu and SuSE but not on fedora. I’ll try to do some testing on fed 12 next week.

Hi,

seems to be not a fedora issue only. Since on my gentoo machine this error occurs too :frowning:

Olaf

I’m on Ubuntu 10.04 and I have the same error message.

Please help me

I’m afraid I’ve got the same error on 64-bit Ubuntu 10.04 too.

Same problem for me, also Ubuntu 10.04 64Bit

Hi,

I am also having the same issue on Ubuntu 10.04 64Bit,

java -version:
java version “1.6.0_18”
OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-0ubuntu1)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)

using Ultramixer 2.4.0

Regards.

Same error, Fedora 11, Sun Java 6u20, and OpenJDK.

Anywhere I can find an older version of Ultramix? Trying to evaluate the free version for a friend, not really going very well so far.

[code:06aea]
java: symbol lookup error: /usr/local/UltraMixer/libPlayerNative64.so: undefined symbol: _ZN4Core6System10loadPluginEPKcPjj
[/code:06aea]

I am also having the same problem with Ubuntu 10.04 LTS 64bit :frowning:

please install the 32bit java jre…

I am having the same problem on Ubuntu 10.04. I even removed the 64bit java engine and left only the 32bit one, and still get the same error.

Any chance of a workaround?

Thanks

PK

I solved the whole problem giving the error on startup by installing it in the /home/XXXX/UltraMixer folder instead of the /usr/local/UltraMixer folder.

Program starts up and “works” on Ubuntu 10.04 64-bit.

However, the GUI is messed, up. Every button of the interface is painted on screen only when I hover on it with my mouse. As soon as I touch something, all buttons/tracklists etc disappear…some kind of Java repainting being done wrongly it seems.

Any ideas?

hi,

same problem.

maik@ubuntu:~$ ‘/home/maik/UltraMixer/UltraMixer.sh’
XRender pipeline enabled
Connecting with db…
connected to db. - Duration: [459 ms]
java: symbol lookup error: /home/maik/UltraMixer/libPlayerNative64.so: undefined symbol: _ZN4Core6System10loadPluginEPKcPjj

Ubuntu 10.04 lucid 64bit
Kernel 2.6.32-24-generic
Gnome 2.30.2
java version “1.6.0_18”
OpenJDK Runtime Environment (IcedTea6 1.8.1) (6b18-1.8.1-0ubuntu1)
OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode)

regards maik

SOLVED:

uninstall openJDK and re-install sun-java-jdk

looks like openJDK doesnt work for Ultramixer.

EDIT:
now, next problem. my own prog doesnt work with sun-java-jdk :confused:
get this error:
==== JavaSound Minim Error ====
==== Error acquiring TargetDataLine: line with format PCM_SIGNED 44100.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian not supported.

that means i have to wait for openJDK update :smiley:

regards maik