Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: jongkook on February 07, 2018, 06:44:16 AM

Title: IndexOutOfRangeException: Array index is out of range.
Post by: jongkook 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
Title: Re: IndexOutOfRangeException: Array index is out of range.
Post by: jeanfabre 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
Title: Re: IndexOutOfRangeException: Array index is out of range.
Post by: jongkook 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.