AntonioDePau / GHDS_ModdingTool

Modding tool for GH and BH on NDS
6 stars 0 forks source link

System.ArgumentOutOfRangeException #17

Closed Tannister closed 11 months ago

Tannister commented 11 months ago

System.ArgumentOutOfRangeException: La valeur doit être supérieure ou égale à zéro et inférieure à la taille de la mémoire tampon de la console dans cette dimension. Nom du paramètre : top La valeur réelle était -1. à System.Console.SetCursorPosition(Int32 left, Int32 top) à Helpers.UpdateLine(String text) à NDS.GH.<>cDisplayClass3_0.b7(String x) à System.Collections.Generic.List1.ForEach(Action1 action) à NDS.GH.ManageSongs(GHGAME ghgame, ARMFile ARM9, FNTFile FNT, FSINDEXFile FSINDEX, List`1 Songs, ModdingSettings moddingSettings) à NDS.NDSFile..ctor(String file, ModdingSettings mods) à System.Console.SetCursorPosition(Int32 left, Int32 top) à Helpers.UpdateLine(String text) à NDS.GH.<>cDisplayClass3_0.b7(String x) à System.Collections.Generic.List1.ForEach(Action1 action) à NDS.GH.ManageSongs(GHGAME ghgame, ARMFile ARM9, FNTFile FNT, FSINDEXFile FSINDEX, List`1 Songs, ModdingSettings moddingSettings) à NDS.NDSFile..ctor(String file, ModdingSettings mods) You can now press any key or close this window!

This happen when dropping any rom in the current release (also happen when using one I compiled myself)

Tannister commented 11 months ago

Some of the file tree is created. image

AntonioDePau commented 11 months ago

Wow, that's actually an error with the CMD output... Amazing, never seen that before! I'll apply some Math.Max to avoid that, thanks!