Seems like this does screw things up for files that do not have extensions:
NetLogo is unable to supply you with more details about this error. Please report the problem at https://github.com/NetLogo/NetLogo/issues, or to [email protected], and paste the contents of this window into your report. java.lang.reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait(EventQueue.java:1272) at java.awt.EventQueue.invokeAndWait(EventQueue.java:1247) at org.nlogo.awt.EventQueue$.invokeAndWait(EventQueue.scala:19) at org.nlogo.swing.ModalProgressTask$Boss.run(ModalProgressTask.scala:50) Caused by: java.lang.NumberFormatException: For input string: "<<<<<<< HEAD" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1241) at java.lang.Double.parseDouble(Double.java:540) at scala.collection.immutable.StringLike$class.toDouble(StringLike.scala:234) at scala.collection.immutable.StringOps.toDouble(StringOps.scala:31) at org.nlogo.widget.SwitchWidget.load(SwitchWidget.scala:71) at org.nlogo.app.InterfacePanel.loadWidget(InterfacePanel.java:291) at org.nlogo.app.InterfacePanel.loadWidget(InterfacePanel.java:231) at org.nlogo.app.WidgetPanel.loadWidgets(WidgetPanel.java:716) at org.nlogo.app.InterfacePanel.handle(InterfacePanel.java:375) at org.nlogo.window.Events$LoadSectionEvent.beHandledBy(Events.java:471) at org.nlogo.window.Event.doRaise(Event.java:198) at org.nlogo.window.Event.raise(Event.java:122) at org.nlogo.window.ModelLoader$Loader$$anonfun$loadHelper$1.apply(ModelLoader.scala:101) at org.nlogo.window.ModelLoader$Loader$$anonfun$loadHelper$1.apply(ModelLoader.scala:101) at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:59) at scala.collection.immutable.List.foreach(List.scala:76) at org.nlogo.window.ModelLoader$Loader.loadHelper(ModelLoader.scala:101) at org.nlogo.window.ModelLoader$.load(ModelLoader.scala:16) at org.nlogo.window.ModelLoader.load(ModelLoader.scala) at org.nlogo.app.FileMenu$1.run(FileMenu.java:781) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:694) at java.awt.EventQueue$3.run(EventQueue.java:692) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:703) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1082) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1005) at org.nlogo.swing.ModalProgressTask$.apply(ModalProgressTask.scala:41) at org.nlogo.swing.ModalProgressTask.apply(ModalProgressTask.scala) at org.nlogo.app.FileMenu.openFromMap(FileMenu.java:791) at org.nlogo.app.FileMenu.openFromSource(FileMenu.java:763) at org.nlogo.app.FileMenu.openFromPath(FileMenu.java:717) at org.nlogo.app.FileMenu$OpenAction.action(FileMenu.java:149) at org.nlogo.app.FileMenu$FileMenuAction.actionPerformed(FileMenu.java:94) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.AbstractButton.doClick(AbstractButton.java:376) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877) at java.awt.Component.processMouseEvent(Component.java:6505) at javax.swing.JComponent.processMouseEvent(JComponent.java:3311) at java.awt.Component.processEvent(Component.java:6270) at java.awt.Container.processEvent(Container.java:2229) at java.awt.Component.dispatchEventImpl(Component.java:4861) at java.awt.Container.dispatchEventImpl(Container.java:2287) at java.awt.Component.dispatchEvent(Component.java:4687) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422) at java.awt.Container.dispatchEventImpl(Container.java:2273) at java.awt.Window.dispatchEventImpl(Window.java:2719) at java.awt.Component.dispatchEvent(Component.java:4687) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:694) at java.awt.EventQueue$3.run(EventQueue.java:692) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87) at java.awt.EventQueue$4.run(EventQueue.java:708) at java.awt.EventQueue$4.run(EventQueue.java:706) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:705) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) NetLogo 5.0.5 main: org.nlogo.app.AppFrame thread: AWT-EventQueue-0 OpenJDK 64-Bit Server VM 1.7.0_51 (Oracle Corporation; 1.7.0_51-b00) operating system: Linux 3.5.0-45-generic (amd64 processor) Scala version 2.9.2 JOGL: (3D View not initialized) OpenGL Graphics: (3D View not initialized) model: main 02:32:57.903 InterfaceGlobalEvent (org.nlogo.widget.SwitchWidget) AWT-EventQueue-0 02:32:57.894 WidgetAddedEvent (org.nlogo.window.ChooserWidget) AWT-EventQueue-0 02:32:57.893 InterfaceGlobalEvent (org.nlogo.window.ChooserWidget) AWT-EventQueue-0 02:32:57.893 AddChooserConstraintEvent (org.nlogo.window.ChooserWidget) AWT-EventQueue-0 02:32:57.893 AddChooserConstraintEvent (org.nlogo.window.ChooserWidget) AWT-EventQueue-0 02:32:57.893 InterfaceGlobalEvent (org.nlogo.window.ChooserWidget) AWT-EventQueue-0 02:32:57.893 AddChooserConstraintEvent (org.nlogo.window.ChooserWidget) AWT-EventQueue-0 02:32:57.880 InterfaceGlobalEvent (org.nlogo.window.ChooserWidget) AWT-EventQueue-0 02:32:57.874 WidgetAddedEvent (org.nlogo.window.ButtonWidget) AWT-EventQueue-0 02:32:57.873 CompileMoreSourceEvent (org.nlogo.window.ButtonWidget) AWT-EventQueue-0 -- You received this message because you are subscribed to the Google Groups "netlogo-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
