Electric Bug: null pointer when creating wire

Trevin Murakami <[email protected]> Sat, 16 Feb 2008 13:13:12 -0800
Newsgroups gmane.comp.cad.electric.bugs
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------060604030506050701040803
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

So, I have been using a previous version of Electric, 8.06, and have 
recently switched over to 8.07e.

When I tried to edit a schematic within Electric, I wanted to wire two 
nodes together, but wire them around other features so I clicked on the 
starting node and right-clicked elsewhere on the schematic, not 
targeting another node/pin.

I then received and error for a null pointer exception and it spit out 
this log file and said to report it.

Hope you guys can figure out what went wrong.

       -Trevin Murakami

--------------060604030506050701040803
Content-Type: text/plain;
 name="electric.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="electric.log"

Electric Version 8.07e
--------------- 0 --------------
  Sat Feb 16 13:07:39 PST 2008
Menu Activated: File | Open Library...
--------------- 1 --------------
  Sat Feb 16 13:07:50 PST 2008
ProcessKeyBinding 401 when=1203196070922 modifiers=0 code=7f char=7f false false
--------------- 2 --------------
  Sat Feb 16 13:07:50 PST 2008
Menu Activated: Edit | Erase | Selected
Currently highlighted: 
    com.sun.electric.tool.user.HighlightEOBJ in cell 'aludec{sch}': , wire['net@157']
--------------- 3 --------------
  Sat Feb 16 13:07:50 PST 2008
ProcessKeyBinding 400 when=1203196070922 modifiers=0 code=0 char=7f false false
--------------- 4 --------------
  Sat Feb 16 13:07:51 PST 2008
ProcessKeyBinding 402 when=1203196071000 modifiers=0 code=7f char=7f false false
--------------- 5 --------------
  Sat Feb 16 13:07:52 PST 2008
java.lang.NullPointerException
	at com.sun.electric.tool.routing.Router.getArcToUse(Router.java:316)
	at com.sun.electric.tool.routing.InteractiveRouter.planRoute(InteractiveRouter.java:276)
	at com.sun.electric.tool.routing.InteractiveRouter.highlightRoute(InteractiveRouter.java:222)
	at com.sun.electric.tool.user.ui.ClickZoomWireListener.mousePressed(ClickZoomWireListener.java:354)
	at com.sun.electric.tool.user.ui.EditWindow.mousePressed(EditWindow.java:412)
	at java.awt.Component.processMouseEvent(Unknown Source)
	at javax.swing.JComponent.processMouseEvent(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.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.dispatchEvent(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 com.sun.electric.tool.user.UserInterfaceMain$EventProcessor.dispatchEvent(UserInterfaceMain.java:843)
	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)

--------------060604030506050701040803
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Bug-gnu-electric mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnu-electric

--------------060604030506050701040803--