• Hi Guest!

    We are extremely excited to announce the release of our first Beta for VaM2, the next generation of Virt-A-Mate which is currently in development.
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.

Plugin script error ........

Tyler Durdenski

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