!
C# array problem // Error loading configuration : Index was outside the bounds of the array
i also use json for some parts of my code, but i would really need to make it as txt, at least this part, so i will save half the size of the file, there will be many post requests involving those files....
52 replies
C# array problem // Error loading configuration : Index was outside the bounds of the array
yep, all files have the elements separated by space.... this is an exemple of server[x].txt : "0x01CC7A6C 0x01BDB658 0xC 0x18 0x200 0x204 0x208 0x0 0x4B0 0x4B4 0x4B8 0x640 0x180 0x20 0x50 0x019EA0C4 0x0 0x0 0x0 0x0 0x0 0x7A0 0x5C 0x01CC79EC 0x60 0x7E4 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0"
52 replies
C# array problem // Error loading configuration : Index was outside the bounds of the array
https://paste.mod.gg/oyofkxceyggu/0 on line 94 & 103, 94 says there is not enough configuration, but i debugged the arrays & data received and worked even on index 1(server2.txt)
52 replies
C# array problem // Error loading configuration : Index was outside the bounds of the array
i'm aware that the code looks really messy 😄 but i can't understand where i check a wrong index, i only use index+1 once when reading server txt file, cuz they start from server1, and index is 0 based..
52 replies