x


Array Out Of Range: Jibe

I've been developing this environment for Jibe for a couple weeks now using Unity3D when all of a sudden it started telling me that an array is out of range. The odd thing is I didn't edit anything.. it just started saying it on it's own. Upon trying to fix it or roll back to a previous version that I know works, it continues to say it. I even went and created a new project using the default Jibe architecture, which I know should work, and it continues to tell me the array is out of range. Here is the code that it claims is faulting out:

{ infoMessage = ex.Message + ": " + ex.StackTrace; Debug.Log(infoMessage); }

With the error message:

Array index is out of range.: at ChooseAvatar.OnGUI () [0x003d8] in /Users/irawkmac/Downloads/Jibe1.3.1/Assets/RGScripts/ChooseAvatar.cs:394 UnityEngine.Debug:Log(Object) ChooseAvatar:OnGUI() (at Assets/RGScripts/ChooseAvatar.cs:403)

Anyone have any ideas?

more ▼

asked Nov 19 '11 at 08:35 PM

ThatDanWilliams gravatar image

ThatDanWilliams
1 1 1 1

(comments are locked)
10|3000 characters needed characters left

0 answers: sort voted first
Be the first one to answer this question
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x1360
x35
x17

asked: Nov 19 '11 at 08:35 PM

Seen: 684 times

Last Updated: Nov 19 '11 at 08:35 PM