Staredit Network > Forums > SC2 Assistance > Topic: [Solved] Underflow error in array error
[Solved] Underflow error in array error
This topic is locked. You can no longer write replies here.
Aug 30 2010, 5:37 am
By: Riney  

Aug 30 2010, 5:37 am Riney Post #1

Thigh high affectionado

So I have this problem. When I load the map it gets an underflow error in an array. I have a custom library, and when I delete all my triggers it doesnt get it anymore. Ive narrowed the problem down to that, but Im really not in the mood to go trigger to trigger to find out what I messed up.

Perhaps sen has some knowledge of the problem already.

[attach=7427]

Attachments:
Zombies The Escape.SC2Map
Hits: 2 Size: 525.28kb



.riney on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

Sure I didn't pop off on SCBW like I wanted to, but I won VRChat. Map maker for life.

Aug 30 2010, 10:16 am Ahli Post #2

I do stuff and thingies... Try widening and reducing the number of small nooks and crannies to correct the problem.

If I start the map, I don't get any error. What do I have to do to see the error?

But an underflow error means that the key value is below the accepted range of values (-> negative value).

Anyway, your attack speed buff array is to small (you set it to the length of 5, but you are still trying to access with [5]). Same with Heroes...




Aug 30 2010, 12:50 pm payne Post #3

:payne:

Quote from Ahli
If I start the map, I don't get any error. What do I have to do to see the error?

But an underflow error means that the key value is below the accepted range of values (-> negative value).

Anyway, your attack speed buff array is to small (you set it to the length of 5, but you are still trying to access with [5]). Same with Heroes...
Basically, arrays start at [0], and not [1].
That's what you meant? ;o



None.

Aug 30 2010, 2:23 pm Ahli Post #4

I do stuff and thingies... Try widening and reducing the number of small nooks and crannies to correct the problem.

Quote from payne
Basically, arrays start at [0], and not [1].
That's what you meant? ;o
Uhm, I'm not sure what I ment but arrays definitely start with 0.




Aug 30 2010, 2:31 pm Devourer Post #5

Hello

Ya... so, to ensure please respond whether I am right, array length of 4 got the index 0,1,2 and 3, above 3 = overflow?



Please report errors in the Staredit.Network forum.

Aug 30 2010, 3:47 pm Riney Post #6

Thigh high affectionado

That would probably trigger overflow yea, but this is UNDERflow. And the error is displayed when you start the map from the editor with the trigger debugger open.


"00:00:00.00 Script load failed: An error occurred starting StarCraft II. Please try again.e_arrayIndexUnderflow"

Edit: Im isolated the problem to the array Player Heroes in my map.

Post has been edited 2 time(s), last time on Aug 30 2010, 3:58 pm by Riney.



.riney on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

Sure I didn't pop off on SCBW like I wanted to, but I won VRChat. Map maker for life.

Aug 30 2010, 4:16 pm Riney Post #7

Thigh high affectionado

This can be locked, I found the problem (GO FIGURE) on my own.

Post has been edited 1 time(s), last time on Aug 30 2010, 6:03 pm by Riney.



.riney on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

Sure I didn't pop off on SCBW like I wanted to, but I won VRChat. Map maker for life.

Aug 30 2010, 9:59 pm payne Post #8

:payne:

Quote from Riney
This can be locked, I found the problem (GO FIGURE) on my own.
Please share?



None.

Sep 1 2010, 10:27 pm Riney Post #9

Thigh high affectionado

It was searching an array at index -1



.riney on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

Sure I didn't pop off on SCBW like I wanted to, but I won VRChat. Map maker for life.

Sep 1 2010, 11:05 pm payne Post #10

:payne:

Quote from Riney
It was searching an array at index -1
Why/How ?



None.

Sep 4 2010, 1:48 am Riney Post #11

Thigh high affectionado

I have an array that stored player heroes whereas 0 was player 1 and 5 was player 6.

I instead of using Trggering Player-1 I had a variable that counted from 0 to 5 in my trigger called The Loop. Well I ment to put The Loop, but instead of was The Loop - 1, thus resulting in -1



.riney on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

Sure I didn't pop off on SCBW like I wanted to, but I won VRChat. Map maker for life.

Options
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[2026-7-18. : 2:27 am]
Symmetry -- https://staredit.net/topic/18903/ THE REVIEWS ARE HERE! "ok these are pretty good memes" - ssj9Kevin
[2026-7-17. : 2:58 pm]
Ultraviolet -- Symmetry
Symmetry shouted: Man I wish we had this tech back in the day when people played ums lmao
fr fr
[2026-7-17. : 2:39 am]
Symmetry -- Man I wish we had this tech back in the day when people played ums lmao
[2026-7-16. : 6:28 am]
NudeRaider -- EUD actions, specifically. The conditions remained. Today we can even have actions again, but they're all virtualized/whitelisted (not sure on the actual technical implementation) so you can only use them for specific intended purposed, not arbitrary code injections.
[2026-7-16. : 6:26 am]
NudeRaider -- I mean yes, maps - through EUDs - were theoretically able to do that as well, but that was patched quickly.
[2026-7-16. : 6:25 am]
NudeRaider -- Symmetry
Symmetry shouted: Ohhh imagine a SC map that could delete itself
not the map, the editor
[2026-7-16. : 2:28 am]
Symmetry -- I vaguely remember Voy doing some ACE back in the day, but I had no idea EUDs could do that kind of shit. I am very much catching up on the technology
[2026-7-16. : 2:28 am]
Symmetry -- Ohhh imagine a SC map that could delete itself
[2026-7-15. : 8:51 pm]
NudeRaider -- Symmetry
Symmetry shouted: NudeRaider Is EUD editor capable of writing shit onto the player's harddrive? That seems like it would be dangerous
yeah an editor that isn't allowed to write files sounds rather pointless, so I'd assume it can. Like most other programs too btw. and yes, obviously that's dangerous, but also kinda necessary. MS introduced that virtualization for exactly that reason.
[2026-7-15. : 4:10 am]
Ultraviolet -- I don't think so. I think they shut that shit down after 1.16, maybe even earlier
Please log in to shout.


Members Online: Roy, O)FaRTy1billion[MM], RIVE