Log in

View Full Version : ProjectX stalls


zkab
28th July 2009, 08:46
I have Debian Lenny (AMD64) and when I give the command

java -jar ProjectX.jar

then ProjectX stalls with the 'Terms and Conditions' window and shows following in the terminal window:

Reading GUI-Switch...
Reading Help Switch...
Reading Config File Switch...
Start with GUI...
Loading last Config or Standard File...
ini load error: java.io.FileNotFoundException: /home/raivo/Project_X/X.ini (No such file or directory)
Loading Language -> 'en'

ProjectX 0.90.4.00/30.03.2006 TEST PROJECT ONLY , User: raivo


TERMS AND CONDITIONS:
(1) this is a free Java based demux utility.
(2) It is intended for educational purposes only, as a non-commercial test project.
(3) released under the terms of the GNU GPL.
(4) there is NO WARRANTY of any kind attached to this software.
(5) use it at your own risk and for your own education.

Java Environment
July 28, 2009 9:28:35 AM GMT+02:00
java.version 1.5.0
java.vendor Free Software Foundation, Inc.
java.home /usr/lib/jvm/java-1.5.0-gcj-4.3-1.5.0.0/jre
java.vm.version 4.3.2
java.vm.vendor Free Software Foundation, Inc.
java.vm.name GNU libgcj
java.class.vers 49.0
java.class.path ProjectX.jar
os.name Linux
os.arch x86_64
os.version 2.6.26-2-amd64
ini.file /home/raivo/Project_X/X.ini
ext.disk.access disabled or library not found
user.language en
user.name raivo
user.home /home/raivo

quick CL usage:
Note: CL doesn't load the GUI components, except with switch [-gui]
<without options> ...starts the GUI
switches and inputfiles can be in any order

options:
[-ini <path + inifile>] ..use that specified iniFile instead of the standard
[-dvx1] ..create a .d2v ProjectFile on demux
[-dvx2] ..create a .d2v ProjectFile + .ac3.wav (RIFF WAVE Header)
[-dvx3] ..create a .d2v ProjectFile + .mpa.wav (RIFF WAVE Header)
[-dvx4] ..create a .d2v ProjectFile + .ac3.wav + mpa.wav (RIFF WAVE Header)
[-out <path>] ..use that specified directory for output
[-name <filename>] ..use that specified filename for output
[-cut <file>] ..use that text based file as cutpoint list
[-chp <file>] ..use that text based file as chapterpoint list
[-id <tokens>] ..use only these (P)IDs, separated by comma ","
[-gui] ..display the GUI using all given CLI options
[-log] ..write the normal logfile
[-saveini] ..save changes made bei CLI in active .ini
[-split <xxx>] ..split output at xxx MB
[-demux, -tom2p, -topva, -tovdr, -tots, -filter] ..action types

Loading Basic Classes...
Reading CLI Switches...
Loading GUI...
Loading Menus...
Loading Popup Menus...
Loading Quickload Panel...
Loading Control Panel...
Loading Status Panel...
Loading Input Directories...
Loading Main Frame...
Printing Environment Settings...
Showing Main Frame...
Checking Commons-Net library access...
Loading AC3 frames...

Nick
29th July 2009, 15:46
IIRC ProjectX requires JRE1.6 to run.
I have it working in Ubuntu Jaunty AMD64 but I use Sun's Java runtime not an open source one.
That's a pretty old version too. Newer builds are available at http://www.oozoon.tv

WalterK
29th July 2009, 16:32
Yeah ProjectX works for me but my version isnt that old.
I use Open Java in my version of ubuntu and it works well with that.

Henrikx
29th July 2009, 18:53
Project-X 0.90.4.00.b30/16.05.2009....
OpenJDK 1.6.0
Ubuntu 9.04

...works fine.No problems

Try :

su update-alternatives --config java

zkab
29th July 2009, 22:51
Thank you guys ... I will use http://www.oozoon.tv