playMaker

Author Topic: NullReferenceException  (Read 2173 times)

blackant

  • Hero Member
  • *****
  • Posts: 521
  • http://blackantmaster.com
    • blackantmaster.com
NullReferenceException
« on: August 15, 2016, 08:21:06 AM »
Hi,

i have a message error wich seams to link to directory not on my computer:
this error doesn't influe on the behavior of the game, and doesn't nothing more...


NullReferenceException: Object reference not set to an instance of an object
HutongGames.PlayMakerEditor.FsmEditor.OnDisable () (at c:/Users/Alex/Documents/Unity/Playmaker/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmEditor.cs:1051)
HutongGames.PlayMakerEditor.FsmEditorWindow.OnDisable () (at Assets/PlayMaker/Editor/FsmEditorWindow.cs:384)


Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: NullReferenceException
« Reply #1 on: August 15, 2016, 02:35:15 PM »
Playmaker ships with debug info for the dlls so we can get more info on errors: filename, line number etc. These show the original location of the source file used to build the dlls (C:/Users/Alex/...)

What version of Playmaker/Unity are you using?

blackant

  • Hero Member
  • *****
  • Posts: 521
  • http://blackantmaster.com
    • blackantmaster.com
Re: NullReferenceException
« Reply #2 on: August 17, 2016, 03:24:17 AM »
1.8.1. f10