These error messages are from using some Java VM other than Sun's. I'm assuming you are on Fedora Core and are using Redhat's Java VM. Install the Sun Java VM (I had to use the JDK RPM due to conflict with the JRE RPM), and make sure that either your PATH is set to hit the Sun Java VM first, or you edit the scripts/mpeg2cut-px.sh file so that you have the explicit path the the Sun VM set -- e.g., projectx="/Path/to/SunVM/java -jar /path/to/projectx/projectx" (I understand the newest version of the scripts allows you to input this path explicitly).
Good luck
George
On 9/28/05, Mark Hutchinson <[EMAIL PROTECTED]> wrote:
I have one last error on Mythburn.
I can run from command line as web mythtv ( also user httpd runs as ):
projectx
java -jar /usr/share/projectx/ProjectX.jar
but when I run ( as user mythtv ) this from command line ( this is what mythweb
shows me it will do on burn DVD )
nice /var/www/html/mythburn/mythtvburn.sh 'ntsc' 'gradient-dodgerblue.png'
'menumusic.mp2' 'no' 'yes' 'no' 'bar.png' 'no' 'no' 'no'
'1006_20050619190000_20050619200000.nuv' 'nocut'
I get this error:
MythBurn Script is running as user mythtv
Video format = ntsc
Background image =
/var/www/html/mythburn/images/backgrounds/gradient-dodgerblue.png
Background music = /var/www/html/mythburn/music/menumusic.mp2
Make ISO image = no
Burn to DVD-R = yes
Delete VIDEO_TS = no
Highlight image = bar.png
Animated thumbnails = no
Chapter Submenus = no
Recode to AC3 = no
Creating DVD at 28-09-2005 14:18....
Total file size of video files is 2226 Mbytes
Multiplexing MPEG2 video files to DVD format and applying cutlists
----- datestamp=28-09-2005 14:18
----- datestamp=28-09-2005 14:18
1006_20050619190000_20050619200000.nuv
commerical cut disabled, remultiplexing for DVD format only
Re-multiplexing file /video/recordings/1006_20050619190000_20050619200000.nuv
Exception in thread "main" java.lang.UnsatisfiedLinkError: initState
at gnu.java.awt.peer.gtk.GdkGraphics2D.initState(int[], int, int)
(/usr/lib/lib-gnu-java-awt-peer-gtk.so.6.0.0)
at
gnu.java.awt.peer.gtk.GdkGraphics2D.GdkGraphics2D(java.awt.image.BufferedImage)
(/usr/lib/lib-gnu-java-awt-peer-gtk.so.6.0.0)
at
gnu.java.awt.peer.gtk.GdkGraphicsEnvironment.createGraphics (java.awt.image.BufferedImage)
(/usr/lib/lib-gnu-java-awt-peer-gtk.so.6.0.0)
at java.awt.image.BufferedImage.createGraphics() (/usr/lib/libgcj.so.6.0.0)
at
net.sourceforge.dvb.projectx.subtitle.SubPicture$Picture.SubPicture$Picture (net.sourceforge.dvb.projectx.subtitle.SubPicture)
(Unknown Source)
at net.sourceforge.dvb.projectx.subtitle.SubPicture.SubPicture() (Unknown
Source)
at net.sourceforge.dvb.projectx.common.X.<clinit>() (Unknown Source)
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.6.0.0)
at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader)
(/usr/lib/libgcj.so.6.0.0)
at gnu.java.lang.MainThread.run () (/usr/lib/libgcj.so.6.0.0)
***********************************
MythTV BurnDVD stopped due to error
***********************************
Sent UDP/XML packet to IP 255.255.255.255 and port: 6948
Any ideas?
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
