hi,
the solution is:
1. install libjogl-java, liblwjgl-java (not sure if this is required),
libcsnd-java packages
2. java -Xmx512m -Djogl.GLContext.nofree=true -Dsun.java2d.d3d=false
-Dsun.java2d.noddraw=true -Djava.library.path=/usr/lib/jni -cp
AVSynthesis.jar:./lib/* org.avs.AVSynthesis
after this the stdout is:
AVSynthesis Version 33_05_11
INIT GL IS: com.sun.opengl.impl.GLImpl
GL_VENDOR: Tungsten Graphics, Inc
GL_RENDERER: Mesa DRI Intel(R) 945GM GEM 20100330 DEVELOPMENT x86/MMX/SSE2
GL_VERSION: 1.4 Mesa 7.9-devel
Chosen GLCapabilities: GLCapabilities [DoubleBuffered: true, Stereo: false,
HardwareAccelerated: true, DepthBits: 24, StencilBits: 8, Red: 8, Green: 8,
Blue: 8, Alpha: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum:
0, Multisample: false ]
ARB_vertex_shader extension is supported continuing!
ARB_fragment_shader extension is supported continuing!
i915_program_error: Exceeded max ALU instructions (66 out of 64)
i915_program_error: Exceeded max ALU instructions (88 out of 64)
i915_program_error: Exceeded max nr indirect texture lookups (5 out of 4)
i915_program_error: Exceeded max ALU instructions (75 out of 64)
i915_program_error: Exceeded max ALU instructions (92 out of 64)
i915_program_error: Exceeded max ALU instructions (70 out of 64)
gui is running but no sound yet (I'm not familiar with controls)
On 30.11.2010 11:35, alex stone wrote:
I've been experimenting with Casound, and have Blue installed ok as a
front end. (Nice app)
I've tried AVSynthesis, but can't get it to start, as it throws up the
following errors:
------------------------------------------------------------------------------------------------------
alex@parchmentstudios ~/Downloads/AVSynthesis_33_05_11 $ java -Xmx512m
-Djava.library.path=./libo -cp AVSynthesiso.jar:./libo/*
org.avs.AVSynthesis
Exception in thread "main" java.lang.NoClassDefFoundError:
org/avs/AVSynthesis
Caused by: java.lang.ClassNotFoundException: org.avs.AVSynthesis
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: org.avs.AVSynthesis. Program will exit.
------------------------------------------------------------------------------------------------------
I've been through the dependencies, and everything seems to be ok.
Any clues?
Alex.
Michal. thanks for the input. I've still got errors with this, so i'll
stick with blue for the time being.
I'm on Gentoo 64bit, so no deb packages here.
Regards,
Alex.
--