• yes, latest krpano often freeze when i go to next scene.

    please fix it!

    Hi,

    that's due a combination of bugs...

    The 'pp_light' plugin gets included in the the lensflare.xml, but without keep="true".

    That means when loading another scene, the pp_light plugin gets removed/unloaded.

    But the lensflare.xml still keeps using it, that means using/changing setting from it.

    And one bug is that the pp_light plugin doesn't work correctly when being unloaded. Settings from it still can be called, but then due the unloading, the code is failing/crashing. That leads due this 'freeze'. In the Javascript console there is also an error about that.

    This bug will be fixed in the next release.
    There I will make the pp_light plugin 'unload proof'.
    But note - this would be only to avoid the 'freeze'.

    The other bug is in the lensflare.xml - there keep="true" should be added to the pp_light plugin to keep it available and working.

    But that could be fixed also manually - after including the lensflare.xml, manually add the keep="true" setting to the plugin this way:

    Code
    <include url="lensflare.xml" /> 
    <plugin name="pp_light" keep="true" />

    Best regards,
    Klaus

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!