bug-gnu-electric
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Electric Bug: null pointer when creating wire


From: Trevin Murakami
Subject: Electric Bug: null pointer when creating wire
Date: Sat, 16 Feb 2008 13:13:12 -0800
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

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
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['address@hidden']
--------------- 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)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]