• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Plugin script error ........

Tyler Durdenski

New member
Joined
Jan 5, 2022
Messages
12
Reactions
1
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