Print at Dec 16, 2025, 3:28:25 AM

Posted by choe at Mar 9, 2012, 10:25:46 PM
sad   swh3d stops open production file
All of a sudden swh3D refuses to open a file I'm working with. I'm, pretty desperate as I'm already running late with this project.

I enclose the error message I get when launching it app from the terminal

any help appreciated.

Thanks
_______________
Error message

chroe@linuXin:~/Programme/SweetHome3D-3.4$ ./SweetHome3D
Exception occurred during event dispatching:
java.lang.IllegalArgumentException: moveColumn() - Index out of range
at javax.swing.table.DefaultTableColumnModel.moveColumn(Unknown Source)
at com.eteks.sweethome3d.swing.FurnitureTable$FurnitureTableColumnModel.updateModelColumns(Unknown Source)
at com.eteks.sweethome3d.swing.FurnitureTable$FurnitureTableColumnModel.<init>(Unknown Source)
at com.eteks.sweethome3d.swing.FurnitureTable.<init>(Unknown Source)
at com.eteks.sweethome3d.swing.SwingViewFactory.createFurnitureView(Unknown Source)
at com.eteks.sweethome3d.viewcontroller.FurnitureController.getView(Unknown Source)
at com.eteks.sweethome3d.swing.HomePane.createCatalogFurniturePane(Unknown Source)
at com.eteks.sweethome3d.swing.HomePane.createMainPane(Unknown Source)
at com.eteks.sweethome3d.swing.HomePane.<init>(Unknown Source)
at com.eteks.sweethome3d.swing.SwingViewFactory.createHomeView(Unknown Source)
at com.eteks.sweethome3d.viewcontroller.HomeController.getView(Unknown Source)
at com.eteks.sweethome3d.HomeFramePane.<init>(Unknown Source)
at com.eteks.sweethome3d.HomeFrameController.getView(Unknown Source)
at com.eteks.sweethome3d.HomeFrameController.displayView(Unknown Source)
at com.eteks.sweethome3d.SweetHome3D$2.collectionChanged(Unknown Source)
at com.eteks.sweethome3d.model.CollectionChangeSupport.fireCollectionChanged(Unknown Source)
at com.eteks.sweethome3d.model.HomeApplication.addHome(Unknown Source)
at com.eteks.sweethome3d.viewcontroller.HomeController$29.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$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.pumpEventsForFilter(Unknown Source)
at java.awt.Dialog$1.run(Unknown Source)
at java.awt.Dialog$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at java.awt.Window.setVisible(Unknown Source)
at java.awt.Dialog.setVisible(Unknown Source)
at com.eteks.sweethome3d.swing.ThreadedTaskPanel.setTaskRunning(Unknown Source)
at com.eteks.sweethome3d.viewcontroller.ThreadedTaskController$1$1.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$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)