playMaker

Author Topic: IndexOutOfRangeException: Array index is out of range.  (Read 1994 times)

jongkook

  • Playmaker Newbie
  • *
  • Posts: 34
IndexOutOfRangeException: Array index is out of range.
« on: February 07, 2018, 06:44:16 AM »
Crash bugs occasionally occur. The message is an error message that appears in xcode when a crash occurs.


IndexOutOfRangeException: Array index is out of range.
  at SA.Common.Models.Error..ctor (System.String errorData) [0x00000] in <filename unknown>:0
  at GameCenterManager.onScoreSubmittedFailed (System.String data) [0x00000] in <filename unknown>:0
UnityEngine.UnhandledExceptionHandler:PrintException(String, Exception)
UnityEngine.UnhandledExceptionHandler:HandleUnhandledException(Object, UnhandledExceptionEventArgs)
 
(Filename: currently not available on il2cpp Line: -1)

TestProject was compiled with optimization - stepping may behave oddly; variables may not be available.
(lldb)


unity : 5.5.5p2
playmaker 1.8.9
« Last Edit: February 07, 2018, 06:47:01 AM by jongkook »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: IndexOutOfRangeException: Array index is out of range.
« Reply #1 on: February 08, 2018, 04:14:41 AM »
Hi,

 "GameCenterManager" is not part of PlayMaker.

 Can you explain the relation between your GameCenter system and PlayMaker? are you using actions? from who/where?

 Bye,

 Jean

jongkook

  • Playmaker Newbie
  • *
  • Posts: 34
Re: IndexOutOfRangeException: Array index is out of range.
« Reply #2 on: February 08, 2018, 06:44:05 AM »
I used the playmaker action of the IOS Native plugin.
It does not seem to be related to playmaker here.
I will contact the IOS_Native plug-in developer.