14 Replies
I'm trying to load a bin file for my assessment, i could try another file type and see if the issue persists but its weird
You haven't shown what
wiki
is here, and that's likely what's throwingwhat do you mean by this
this reads the data but a new error is present
you should store the amount of items in that file as the first item. so before you for your for loop to write, you do
bw.Write(wiki.Count)
then instead of doing the length of the stream (which is the size in bytes) you do br.ReadInt32()
for the amount to iterateyour load seems extremely weird
at least you are no longer indexing wiki based on the stream length
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.