first to to freak100's thought : it returns false
My code worked, unchanged for the last 2 weeks or so, even when Notepad++ was showing the opened "data-file". Since two days now, my "data-file" is not writable. When i copy a backup of the data file to my computers folder, it can be read and used normaly, but when i call a function to write new entries to that file, the file-content gets erased. The file is still inside the folder, but is empty. Of course i am aware that i can not read a empty file but changing the code to write the file again, i get this error message mentioned above.
It's not possible to write any file, even the little snipped from above does not work.
I'm not sure how to check, if i'm exceeding some memory.
I'm sure that my tables, that are in use. are not very bulky. I use a peripheral network of about 90 MFR-Deep-Storage-Units to store items. The program checks for DSU's inside the network and writes them to a file with about 7 values per entry. Every time i put up new dsu's, i will run this function to store the new dsu's and it's content-item. Later, i can suck items from the dsu's to a crafting turtle, that will craft items, refering to a second table, that stores recipes. Those recipes are written to a second file, reading a workbench where i set up the recipe. The second "recipe"-table has 7 entries with 11 values. The Only computers that run in my world are this main-crafting-computer, it's turtle, and a pocket PC that opens a door on a 4th computer, listening to a rednet message, coming from the pocket to open the main gate into my personal area51.
I think this is not very extensive.
I may not write any file even if its just one letter!!!! I'm begining to think of being trapped inside a demo-version or so...
Edit: Ah sorry: Even with no notepad++ i am not able to write a file...
Edited by ZagKalidor, 21 October 2014 - 04:03 PM.