playMaker

Author Topic: Ecosystem 0.4.8 Errors [IGNORE]  (Read 2557 times)

Dan

  • Junior Playmaker
  • **
  • Posts: 52
    • Personal Site
Ecosystem 0.4.8 Errors [IGNORE]
« on: November 12, 2016, 11:25:59 PM »
Hello,

I installed PlayMaker 1.8.3 for Unity 5.4.2, and then I installed Ecosystem from a package that I had downloaded in July of this year. I had a few errors.

I then downloaded from

https://hutonggames.fogbugz.com/default.asp?W1181

once again, although it appeared to be the same version. I then got 174 errors.

I then went to GitHub and downloaded from there which was updated 18 days ago, but I am not clear how to use it.

Any suggestion on how to clean this up and get it working? Thanks.
« Last Edit: November 14, 2016, 12:52:10 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Ecosystem 0.4.8 Errors
« Reply #1 on: November 13, 2016, 12:56:53 AM »
Hi,

 Can you paste the first few errors?

Which github rep and file did you downloaded exactly?

Bye,

 Jean

Dan

  • Junior Playmaker
  • **
  • Posts: 52
    • Personal Site
Re: Ecosystem 0.4.8 Errors
« Reply #2 on: November 13, 2016, 01:07:34 AM »
Hi Jean,

ArgumentException: Getting control 2's position in a group with only 2 controls when doing Repaint
Aborting
UnityEngine.GUILayoutGroup.GetNext () (at C:/buildslave/unity/build/Runtime/IMGUI/Managed/GUILayoutUtility.cs:665)
UnityEngine.GUILayoutUtility.BeginLayoutArea (UnityEngine.GUIStyle style, System.Type layoutType) (at C:/buildslave/unity/build/Runtime/IMGUI/Managed/GUILayoutUtility.cs:306)
UnityEngine.GUILayout.BeginArea (Rect screenRect, UnityEngine.GUIContent content, UnityEngine.GUIStyle style) (at C:/buildslave/unity/build/Runtime/IMGUI/Managed/GUILayout.cs:340)
UnityEngine.GUILayout.BeginArea (Rect screenRect) (at C:/buildslave/unity/build/Runtime/IMGUI/Managed/GUILayout.cs:322)
Net.FabreJean.PlayMaker.Ecosystem.EcosystemBrowser.OnGUI_ItemList () (at Assets/net.fabrejean/Editor/PlayMaker/Ecosystem/EcosystemBrowser.cs:1955)
Net.FabreJean.PlayMaker.Ecosystem.EcosystemBrowser.OnGUI_Main () (at Assets/net.fabrejean/Editor/PlayMaker/Ecosystem/EcosystemBrowser.cs:811)
Net.FabreJean.PlayMaker.Ecosystem.EcosystemBrowser.OnGUI () (at Assets/net.fabrejean/Editor/PlayMaker/Ecosystem/EcosystemBrowser.cs:1128)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)


NullReferenceException: Object reference not set to an instance of an object
Net.FabreJean.PlayMaker.Ecosystem.EcosystemBrowser.OnGUI_SetUpSkin () (at Assets/net.fabrejean/Editor/PlayMaker/Ecosystem/EcosystemBrowser.cs:664)
Net.FabreJean.PlayMaker.Ecosystem.EcosystemBrowser.OnGUI () (at Assets/net.fabrejean/Editor/PlayMaker/Ecosystem/EcosystemBrowser.cs:1109)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)


Those are the first two out of 174.

I downloaded and installed:

Download package for Unity 4.x and Unity 5.x

EcosystemBrowser Package

from
https://hutonggames.fogbugz.com/default.asp?W1181



From GitHub I didn't do anything with those files yet, just downloaded. It was:
https://github.com/jeanfabre/PlayMaker--Unity--UI


Thanks,
Dan


jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Ecosystem 0.4.8 Errors
« Reply #3 on: November 14, 2016, 12:51:54 AM »
Hi,

 it's fine, you can ignore that totally, it's a Unity Editor UI error, where somewhere I update data in the middle of the UI drawing pass, so it complains... can't find exactly where unfortunatly (yet), as error doesn't give more infos...

Bye,

 Jean

Dan

  • Junior Playmaker
  • **
  • Posts: 52
    • Personal Site
Re: Ecosystem 0.4.8 Errors [IGNORE]
« Reply #4 on: November 14, 2016, 12:54:46 AM »
Ok, thanks for having a look Jean.

Dan