playMaker

Author Topic: [SOLVED] Playmaker + Input.Touches - XCode Errors (GetTapInfo)  (Read 1731 times)

dubnug

  • Playmaker Newbie
  • *
  • Posts: 22
[SOLVED] Playmaker + Input.Touches - XCode Errors (GetTapInfo)
« on: October 29, 2013, 03:55:13 AM »
Edit: Using jean's method ( http://hutonggames.com/playmakerforum/index.php?topic=4590.0 ) solved my issue!

Hey guys,

I'm having a lot of trouble here. I'm using Playmaker and Input.Touches just fine on the computer, but when I build it to my iPad I can't get my app to work.

I have a prefab that is instantiated when a button is pressed, and that prefab has an FSM with an input.touches event (if the object is long tapped). But RIGHT when I press the button to instantiate the prefab clone, my app freezes and Xcode shows me

"0xea834:  ldr    r1, [r1, #32] Thread 1: EXC_BAD_ACCESS (code=1, address=0x20)" on HutongGames_PlayMaker_Actions_InputTouchesGetTapInfo_OnEnter

Anyone have a clue why this is going on?
« Last Edit: October 30, 2013, 12:12:00 AM by dubnug »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: [SOLVED] Playmaker + Input.Touches - XCode Errors (GetTapInfo)
« Reply #1 on: October 30, 2013, 02:19:07 AM »
Hi,

 Good, I was going to write a reply to say that I would look at it in few days.

Anyhow, I still want to double check, you should not get any such errors.

bye,

 Jean