Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: 24pfilms on September 17, 2013, 02:07:15 PM

Title: ArgumentException: Getting control 1's position SOLVED
Post by: 24pfilms on September 17, 2013, 02:07:15 PM
Getting this error on very simple FSM.

ArgumentException: Getting control 1's position in a group with only 1 controls when doing mouseDown Abort
Title: Re: ArgumentException: Getting control 1's position
Post by: 24pfilms on September 17, 2013, 02:29:36 PM
Application reboot solved it.
Title: Re: ArgumentException: Getting control 1's position
Post by: Alex Chouls on September 17, 2013, 02:32:46 PM
I think there may be a couple of places where this happens in the editor GUI, but it should be harmless. I'd still like to track down where it happens and fix it...
Title: Re: ArgumentException: Getting control 1's position SOLVED
Post by: 24pfilms on September 17, 2013, 02:50:30 PM
I was doing a very simple function with change "Set Material color" on mouse drag or mouse down
Title: Re: ArgumentException: Getting control 1's position SOLVED
Post by: Alex Chouls on September 17, 2013, 03:07:52 PM
Thanks, I'll try to repro. I think it happens when the editor GUI layout changes while the GUI is being drawn. It should fix itself the next time the GUI is drawn, but it's still annoying...