msms icon indicating copy to clipboard operation
msms copied to clipboard

Using -SI at time 0 produces NullPointerException

Open paulstaab opened this issue 10 years ago • 2 comments

When starting selection at time 0 msms throws a NullPointerException:

msms 5 1 -SI 0.0 1 5e-04 -SAA 1000 -SAa 500 -N 10000
ms 5 1 -SI 0.0 1 5e-04 -SAA 1000 -SAa 500 -N 10000  [3.2rc Build:162]
0x71f3c4584961bf28

Exception in thread "main" java.lang.NullPointerException
        at at.mabs.model.selection.DefaultSelectionSimulator.forwardSimulator(DefaultSelectionSimulator.java:281)
        at at.mabs.model.selection.SelectionData.runSelectionSimulation(SelectionData.java:195)
        at at.mabs.model.ModelHistroy.simulateSelection(ModelHistroy.java:381)
        at at.MSLike.run(MSLike.java:299)
        at at.MSLike.runThreads(MSLike.java:424)
        at at.MSLike.runMe(MSLike.java:191)
        at at.MSLike.main(MSLike.java:543)
        at at.MSLike.main(MSLike.java:587)

Doing this makes no sense at all, but I wanted to let you know in case you want to add a more informative error message (or just do what the user asks for and ignore the command...).

paulstaab avatar May 12 '15 13:05 paulstaab

Thanks. Will look into it.

delt0r avatar May 12 '15 15:05 delt0r

Thanks. Will look into it.

delt0r avatar May 12 '15 15:05 delt0r