sd
Junior Member
Offline
Posts: 68
|
Processing doesn't start. Generates error file
Nov 15th, 2007, 5:21am
What can I do about this? Processing was working fine, but now it generates an error file which contains the following text :
sun.java2d.SunGraphicsEnvironment.mapFontName(Ljava/lang/String;I)Ljava/lang/Str ing;+364 j java.awt.Font.initializeFont(Ljava/util/Hashtable;)V+245 j java.awt.Font.<init>(Ljava/lang/String;II)V+63 j sun.awt.windows.WDesktopProperties.setFontProperty(Ljava/lang/String;Ljava/lang/ String;II)V+12 v ~StubRoutines::call_stub j sun.awt.windows.WDesktopProperties.getWindowsParameters()V+0 j sun.awt.windows.WDesktopProperties.<init>(Lsun/awt/windows/WToolkit;)V+37 j sun.awt.windows.WToolkit.initializeDesktopProperties()V+48 j java.awt.Toolkit.getDesktopProperty(Ljava/lang/String;)Ljava/lang/Object;+32 j com.sun.java.swing.plaf.windows.XPStyle.getXP()Lcom/sun/java/swing/plaf/windows/ XPStyle;+13 j com.sun.java.swing.plaf.windows.WindowsTreeUI$ExpandedIcon.<init>()V+5 j com.sun.java.swing.plaf.windows.WindowsTreeUI$ExpandedIcon.createExpandedIcon()L javax/swing/Icon;+4 j com.sun.java.swing.plaf.windows.WindowsLookAndFeel.initComponentDefaults(Ljavax/ swing/UIDefaults;)V+369 j javax.swing.plaf.basic.BasicLookAndFeel.getDefaults()Ljavax/swing/UIDefaults;+20
j javax.swing.UIManager.setLookAndFeel(Ljavax/swing/LookAndFeel;)V+77 j javax.swing.UIManager.setLookAndFeel(Ljava/lang/String;)V+12 j processing.app.Base.<init>()V+22 j processing.app.Base.main([Ljava/lang/String;)V+45 v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread ) 0x00a4f668 JavaThread "AWT-Windows" daemon [_thread_in_native, id=676] 0x009ebd28 JavaThread "CompilerThread0" daemon [_thread_blocked, id=612] 0x009eb0b8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=628] 0x009e85a0 JavaThread "Finalizer" daemon [_thread_blocked, id=352] 0x009e7218 JavaThread "Reference Handler" daemon [_thread_blocked, id=1392] =>0x00355ac8 JavaThread "main" [_thread_in_native, id=640]
Other Threads: 0x00a276d0 VMThread [id=648] 0x00a288e0 WatcherThread [id=608]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap def new generation total 9088K, used 1665K [0x10010000, 0x109e0000, 0x109e0000) eden space 8128K, 20% used [0x10010000, 0x101b0548, 0x10800000) from space 960K, 0% used [0x10800000, 0x10800000, 0x108f0000) to space 960K, 0% used [0x108f0000, 0x108f0000, 0x109e0000) tenured generation total 121024K, used 0K [0x109e0000, 0x18010000, 0x18010000) the space 121024K, 0% used [0x109e0000, 0x109e0000, 0x109e0200, 0x18010000) compacting perm gen total 4096K, used 2851K [0x18010000, 0x18410000, 0x1c010000) the space 4096K, 69% used [0x18010000, 0x182d8e20, 0x182d9000, 0x18410000)
|