NeuroBox3D / VRL-NeuroBox-Plugin

VRL-NeuroBox-Plugin is the plugin for detailed simulations in Neuroscience.
http://neurobox.eu
2 stars 1 forks source link

Plugin resource path initialization does not work for console apps (NPE) #25

Closed miho closed 9 years ago

miho commented 9 years ago

It seems that the resource path initialization is not done in the correct init method(). Running in console-app mode causes NPE in ResourcePathProvider.

stephanmg commented 9 years ago

I already investigated this for another VRL Plugin as a Console App. I've code (CommonResourcePathProvider) which takes care of the correct initializing with exception handling. I may provide it for this plugin, if you desire. May be applicable to fix issue #27.

bsumirak commented 9 years ago

Hi, Michael - resource path initialization is done in the plugin configurator's register() method. If this is not correct, what is?

EDIT: Ah, sorry, I did not realize that this has already been fixed. Thanks!