View Single Post
Old
x08
Junior Member
 
Status: Offline
Posts: 8
Join Date: Aug 2011
Location: Melbourne, Australia
Default 08-23-2011, 03:57 PM

The error being reported, upon loading a world and not every time is::

Quote:
Alice version: 2.2 02/10/2011



Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException

at javax.swing.LayoutComparator.compare(Unknown Source)
at java.util.Arrays.mergeSort(Unknown Source)
at java.util.Arrays.mergeSort(Unknown Source)
at java.util.Arrays.mergeSort(Unknown Source)
at java.util.Arrays.mergeSort(Unknown Source)
at java.util.Arrays.mergeSort(Unknown Source)
at java.util.Arrays.sort(Unknown Source)
at java.util.Collections.sort(Unknown Source)
at javax.swing.SortingFocusTraversalPolicy.enumerateA ndSortCycle(Unknown Source)
at javax.swing.SortingFocusTraversalPolicy.getFirstCo mponent(Unknown Source)
at javax.swing.LayoutFocusTraversalPolicy.getFirstCom ponent(Unknown Source)
at javax.swing.SortingFocusTraversalPolicy.getDefault Component(Unknown Source)
at java.awt.FocusTraversalPolicy.getInitialComponent( Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent (Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.SequencedEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilter s(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(U nknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
I'm not sure if this is connected to the error on the webpage version - I've exported on times with the error and times without and both have produced the same issue.
   
Reply With Quote