| Author |
Message |
electroconvulsive
Joined: Nov 13, 2006 Posts: 5 Location: Sydney Australia
|
Posted: Mon Nov 13, 2006 3:50 am Post subject:
Only getting blank screen Subject description: When I fire up the nmeditor I only get a blank screen. |
 |
|
I just downloaded the pre release (0.21) nmeditor and I am only getting a blank screen when I use the java command to start it up. I am using JRE 1.5_09 on Linux Fedora Core 6 with the latest nvidia driver and I am also using AIGLX/Compiz on the machine. Anyway here is a copy of my log file.
Nomad Version 0.2.1 (pre-release)
[os]
Linux \ 2.6.18-1.2798.fc6 \ i386
[java vm]
Java HotSpot(TM) Client VM \ Sun Microsystems Inc. \ 1.5.0_09-b03
[java path]
java.library.path=/usr/java/jre1.5.0_09/lib/i386/client:/usr/java/jre1.5.0_09/lib/i386:/usr/java/jre1.5.0_09/../lib/i386
java.class.path=nomad.jar
********************************************************************************
property file:conf/application.xml
[STATUS] Loading splash:file:/home/ric/Desktop/nomad/data/images/splash.jpg
[STATUS] Starting application.
[STATUS] [PROGRESS] Initializing
[STATUS] [PROGRESS] Images
[STATUS] [PROGRESS] Modules
[STATUS] [PROGRESS] Module builder
[STATUS] [PROGRESS] Themes
[STATUS] [PROGRESS] Nomad - 0.2.1 (pre-release)
[STATUS] Stopping application...
I am suspicious that I have to tell the Java Runtime to use the Open GL driver when running this program but it seems to work OK on web graphics so I'm not too sure about it. Anyway I read on this forum that you can do this by using this command
java -Dsun.java2d.opengl=true
or System.setProperty("sun.java2d.opengl", "true");
But neither of them seem to work and I get output errors on them both.
java -Dsun.java2d.opengl=true gives me
sage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
etc, and or System.setProperty("sun.java2d.opengl", "true");
gives me: -bash: syntax error near unexpected token `"sun.java2d.opengl",'. Anyway ive seen all the posts saying that it works so im gonna go and test it on my Ububtu box.
If anyone helps I will appreciate it very much. |
|
|
Back to top
|
|
 |
chresan

Joined: Jul 11, 2006 Posts: 150 Location: Karlsruhe, Germany
|
Posted: Wed Nov 15, 2006 12:15 pm Post subject:
|
 |
|
Hi,
to use the opengl pipeline you have to start nomad with the command
| Code: | | java -Dsun.java2d.opengl=true -jar nomad.jar |
from within the application directory 'nomad/'.
Please, can you post a screenshot of the blank app. window. It might help to figure out what the problem is.
Christian _________________ ----------------------
http://nmedit.sf.net |
|
|
Back to top
|
|
 |
electroconvulsive
Joined: Nov 13, 2006 Posts: 5 Location: Sydney Australia
|
Posted: Fri Dec 01, 2006 11:39 pm Post subject:
|
 |
|
Thanks but im still coming up with a blank screen when I open it. My modular is conected and turned on so there is still some outstanding issue here. Here is the terminal output.
| Code: | $ java -Dsun.java2d.opengl=true -jar nomad.jar
********************************************************************************
Nomad Version 0.2.1 (pre-release)
[os]
Linux \ 2.6.18-1.2849.fc6 \ i386
[java vm]
Java HotSpot(TM) Client VM \ Sun Microsystems Inc. \ 1.5.0_09-b03
[java path]
java.library.path=/usr/java/jre1.5.0_09/lib/i386/client:/usr/java/jre1.5.0_09/lib/i386:/usr/java/jre1.5.0_09/../lib/i386
java.class.path=nomad.jar
********************************************************************************
property file:conf/application.xml
[STATUS] Loading splash:file:/home/ric/Desktop/nomad/data/images/splash.jpg
[STATUS] Starting application.
conf/properties.xml (No such file or directory)
Application seems to be started the first time: using default properties.
[STATUS] [PROGRESS] Initializing
[STATUS] [PROGRESS] Images
[STATUS] [PROGRESS] Modules
[STATUS] [PROGRESS] Module builder
[STATUS] [PROGRESS] Themes
[STATUS] [PROGRESS] Nomad - 0.2.1 (pre-release)
[STATUS] Stopping application...
Xlib: unexpected async reply (sequence 0x27f)!
|
And the terminal seems to freeze up here as in I cannot CTRL+C out of it and pretty much have to exit the terminal.
I hope the info will help but everything seems normal right up until it starts up as you can see. |
|
|
Back to top
|
|
 |
chresan

Joined: Jul 11, 2006 Posts: 150 Location: Karlsruhe, Germany
|
|
|
Back to top
|
|
 |
electroconvulsive
Joined: Nov 13, 2006 Posts: 5 Location: Sydney Australia
|
Posted: Wed Dec 06, 2006 6:17 am Post subject:
|
 |
|
I updated my Java to jre 1.5.0_10 and am still getting a blank screen when trying to start the app. Am I supposed tro be using the JDK instead?
Thanks for your help |
|
|
Back to top
|
|
 |
chresan

Joined: Jul 11, 2006 Posts: 150 Location: Karlsruhe, Germany
|
Posted: Wed Dec 06, 2006 8:40 am Post subject:
|
 |
|
Hi,
you did everything right. There is no difference between jdk to jre from the user perspective. I think you have to wait and try out upcoming java releases until the bug is gone. Java 1.6 should be released in the next 1-2 months if I am right.
Well, there is one last thing you can try out. It sometimes happens if you install a new java jre that the old one is still installed. You can check if the command java -version prints the version number 1.5.0_10. If not then you are still using the old jre. Then you should update the JAVA_HOME variable or use the absolute path of the java command. For example: /opt/sun-jre-1.5.0.10/bin/java -jar nomad.jar
(The path is probably different).
Sorry that I have no better solution.
Christian
| electroconvulsive wrote: |
I updated my Java to jre 1.5.0_10 and am still getting a blank screen when trying to start the app. Am I supposed tro be using the JDK instead?
Thanks for your help |
_________________ ----------------------
http://nmedit.sf.net |
|
|
Back to top
|
|
 |
electroconvulsive
Joined: Nov 13, 2006 Posts: 5 Location: Sydney Australia
|
Posted: Thu Dec 07, 2006 8:25 pm Post subject:
|
 |
|
Ok Thanks for that Christian I guess I will wait until the next JRE release. I even tried to run the Windows Nord Modular editor under WINE but for some reason WINE wont stat my MIDI in ports either. I have a Waldorf Pulse as well and its editor when run in WINE says that the device ID is out of the range of the computer (funny that seeings the device ID is set to 3 on the synth itself).
As far as the issue of which JAVA is the default on my system I cant remeber the process of the top of my head but I know that the current default is set to JRE 1.5.0_10 because I set it up that way. here is the which java output.
| Code: | # which java
/usr/java/jre1.5.0_10/bin/java |
By the looks of things I will be using Windows and Ableton to run my setup until something as versatile comes along in Linux. I really want to see a native pulse editor and Ableton for Linux happen but you know the possibilities of that are pretty close to nil.
Cheers and thanks for the help anyway. |
|
|
Back to top
|
|
 |
chresan

Joined: Jul 11, 2006 Posts: 150 Location: Karlsruhe, Germany
|
Posted: Mon Dec 11, 2006 3:43 pm Post subject:
|
 |
|
| electroconvulsive wrote: | | Ok Thanks for that Christian I guess I will wait until the next JRE release. ... |
JRE 6 is available now. Can you give me some feedback if the problem is gone with the new version ? _________________ ----------------------
http://nmedit.sf.net |
|
|
Back to top
|
|
 |
electroconvulsive
Joined: Nov 13, 2006 Posts: 5 Location: Sydney Australia
|
Posted: Sun Feb 11, 2007 7:57 am Post subject:
|
 |
|
| JRE 6 same problem |
|
|
Back to top
|
|
 |
chresan

Joined: Jul 11, 2006 Posts: 150 Location: Karlsruhe, Germany
|
|
|
Back to top
|
|
 |
|