playMaker

Author Topic: ArgumentException: Getting control 1's position SOLVED  (Read 12648 times)

24pfilms

  • Playmaker Newbie
  • *
  • Posts: 16
ArgumentException: Getting control 1's position SOLVED
« 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
« Last Edit: September 17, 2013, 02:32:36 PM by 24pfilms »

24pfilms

  • Playmaker Newbie
  • *
  • Posts: 16
Re: ArgumentException: Getting control 1's position
« Reply #1 on: September 17, 2013, 02:29:36 PM »
Application reboot solved it.

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: ArgumentException: Getting control 1's position
« Reply #2 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...

24pfilms

  • Playmaker Newbie
  • *
  • Posts: 16
Re: ArgumentException: Getting control 1's position SOLVED
« Reply #3 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

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: ArgumentException: Getting control 1's position SOLVED
« Reply #4 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...