Plugin script error ........

Tyler Durdenski

New member
Messages
8
Reactions
1
Points
3
Hello all, i think i need help with a big error log message when loading up a scene. Any ideas??
Thanks a bunch!

!> Exception during plugin script Init: System.NullReferenceException: Object reference not set to an instance of an object
at MacGruber.PostMagic.UserLUT.Init () [0x00000] in <filename unknown>:0
at MVRPluginManager.CreateScriptController (.MVRPlugin mvrp, DynamicCSharp.ScriptType type) [0x00000] in <filename unknown>:0
!> Exception during plugin script Init: System.NullReferenceException: Object reference not set to an instance of an object
at MacGruber.PostMagic.Vignette.Init () [0x00000] in <filename unknown>:0
at MVRPluginManager.CreateScriptController (.MVRPlugin mvrp, DynamicCSharp.ScriptType type) [0x00000] in <filename unknown>:0
!> Exception during plugin script Init: System.NullReferenceException: Object reference not set to an instance of an object
at MacGruber.PostMagic.ChromaticAberration.Init () [0x00000] in <filename unknown>:0
at MVRPluginManager.CreateScriptController (.MVRPlugin mvrp, DynamicCSharp.ScriptType type) [0x00000] in <filename unknown>:0
!> Exception during plugin script Init: System.NullReferenceException: Object reference not set to an instance of an object
at MacGruber.PostMagic.Bloom.Init () [0x00000] in <filename unknown>:0
at MVRPluginManager.CreateScriptController (.MVRPlugin mvrp, DynamicCSharp.ScriptType type) [0x00000] in <filename unknown>:0
!> Exception during plugin script Init: System.NullReferenceException: Object reference not set to an instance of an object
at MacGruber.PostMagic.DepthOfField.Init () [0x00000] in <filename unknown>:0
at MVRPluginManager.CreateScriptController (.MVRPlugin mvrp, DynamicCSharp.ScriptType type) [0x00000] in <filename unknown>:0
!> Exception during plugin script Init: System.NullReferenceException: Object reference not set to an instance of an object
at MacGruber.PostMagic.MotionBlur.Init () [0x00000] in <filename unknown>:0
at MVRPluginManager.CreateScriptController (.MVRPlugin mvrp, DynamicCSharp.ScriptType type) [0x00000] in <filename unknown>:0
!> Exception during plugin script Init: System.NullReferenceException: Object reference not set to an instance of an object
at MacGruber.PostMagic.Grain.Init () [0x00000] in <filename unknown>:0
at MVRPluginManager.CreateScriptController (.MVRPlugin mvrp, DynamicCSharp.ScriptType type) [0x00000] in <filename unknown>:0
!> Exception during plugin script Init: System.NullReferenceException: Object reference not set to an instance of an object
at MacGruber.PostMagic.AntiAliasing.Init () [0x00000] in <filename unknown>:0
at MVRPluginManager.CreateScriptController (.MVRPlugin mvrp, DynamicCSharp.ScriptType type) [0x00000] in <filename unknown>:0
 
Hm...
  • You might be using the PostMagic plugins individually, rather than using one of the *.cslist. Always use the *.cslist
  • Maybe you have multiple PostMagic in the scene or as a session plugin? There can only be one.
  • Maybe you have some other plugin in the scene that interferes somehow. Anything else that also needs to modify the render pipeline is a likely candidate.
  • You might be using an old VaM version, although that would have to be really old.
 
Back
Top Bottom