Re: 3D view not updating, previously worked perfectly.

by ThYr0N » Wed Dec 18, 2013 1:47 pm

Java Web Start same stuff.

Here the LOG of console:
https://mega.co.nz/#!89pEAZxC!TKb_VHHLV ... cwhX4FK7fk

A lot of null pointer:

Code: Select all

Exception in thread "AWT-EventQueue-2" java.lang.NullPointerException 	at com.eteks.sweethome3d.swing.HomeComponent3D$1.ancestorAdded(Unknown Source) 	at com.eteks.sweethome3d.swing.HomeComponent3D$1$1.componentResized(Unknown Source) 	at java.awt.AWTEventMulticaster.componentResized(Unknown Source) 	at java.awt.AWTEventMulticaster.componentResized(Unknown Source) 	at java.awt.Component.processComponentEvent(Unknown Source) 	at java.awt.Component.processEvent(Unknown Source) 	at java.awt.Container.processEvent(Unknown Source) 	at java.awt.Component.dispatchEventImpl(Unknown Source) 	at java.awt.Container.dispatchEventImpl(Unknown Source) 	at java.awt.Component.dispatchEvent(Unknown Source) 	at java.awt.EventQueue.dispatchEventImpl(Unknown Source) 	at java.awt.EventQueue.access$200(Unknown Source) 	at java.awt.EventQueue$3.run(Unknown Source) 	at java.awt.EventQueue$3.run(Unknown Source) 	at java.security.AccessController.doPrivileged(Native Method) 	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) 	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) 	at java.awt.EventQueue$4.run(Unknown Source) 	at java.awt.EventQueue$4.run(Unknown Source) 	at java.security.AccessController.doPrivileged(Native Method) 	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) 	at java.awt.EventQueue.dispatchEvent(Unknown Source) 	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) 	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) 	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source) 	at java.awt.EventDispatchThread.pumpEvents(Unknown Source) 	at java.awt.EventDispatchThread.run(Unknown Source)


THANKS!