Bugs item #1654053, was opened at 2007-02-07 11:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1654053&group_id=23629

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rolf Huehne (rhuehne)
Assigned to: Nobody/Anonymous (nobody)
Summary: 11.0.RC4,11.1.8 - color command breaks state

Initial Comment:
While testing Jmol 10.9.105 (up to 11.1.8) I noticed that 'show state' doesn't 
work any more with our Jmol interface. A 'show state' after the script for the 
initial view doesn't provide any state info and Jmol is almost frozen (menus 
still appear).

I could narrow this down to 'color cartoon' (also color ribbon', maybe others 
too?), if cartoon (ribbon) is not shown.
So the easiest way to reproduce the problem should be:

load example.pdb;
color cartoon red;
show state;

Java Console error message (11.0.RC4): 

java.lang.NullPointerException
        at org.jmol.viewer.Mps$MpsShape.setShapeState(Mps.java:449)
        at org.jmol.viewer.Mps$Mpsmodel.setShapeState(Mps.java:158)
        at org.jmol.viewer.Mps.getShapeState(Mps.java:78)
        at org.jmol.viewer.Frame.getState(Frame.java:3332)
        at org.jmol.viewer.ModelManager.getState(ModelManager.java:1174)
        at org.jmol.viewer.Viewer.getStateInfo(Viewer.java:1843)
        at org.jmol.viewer.Eval.show(Eval.java:5170)
        at org.jmol.viewer.Eval.instructionDispatchLoop(Eval.java:703)
        at org.jmol.viewer.Eval.runEval(Eval.java:109)
        at org.jmol.viewer.Viewer.evalStringWaitStatus(Viewer.java:2567)
        at org.jmol.viewer.ScriptManager.runScript(ScriptManager.java:130)
        at org.jmol.viewer.ScriptManager.runNextScript(ScriptManager.java:119)
        at 
org.jmol.viewer.ScriptManager$ScriptQueueRunnable.run(ScriptManager.java:147)
        at java.lang.Thread.run(Thread.java:534)


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1654053&group_id=23629

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to