OK ... back from gig ... man was that nice

Great players and singer !
anyway I'm looking at the schematic and reading NuBeats' post:
btw your infolabel (under the selectors)dont update properly because when selector items are changing there is no trigger generated at the droplist output! this means that also the selected item is not updated, after loading the file you have to reselect it to be updated
I think I follow what you're describing ... I not sure if this has been an issue with using my program [which no one has actually been able to try]. The selector menus don't really need to be changed ... basically, once they get loaded from the config file the first time, that's all we need. The problem has been GETTING that data to load in !
I've sent an email to my tester to get us a screenshot of the status section when first failed. Will post that as soon as I get it.
As to the experiment with NIL ...
The difficulty troubleshooting this has been ME not having the problem. So I'm really guessing what or where the problem is. I find it tough to believe that file access would be it ... it's NOT like we haven't been able to read a file. We can read the XML file and parse without a problem. We have had some intermittent issue writing the config file, but the consistent issue has been trying to then READ the file.
Just to highlight ... prior to the Marshal routine, I had a standard text file being saved using nothing but Primitives [just like we had in SM]. These have never given me issue [on my system, but has on BT'r system]. I then went to TROG's suggestion of Marshal and to the Raw Binary version ... but each time to find it not working on the testers' system.
I wondering .... maybe it is NOT the filesystem.
There is something you [NuBeat] saw with the Selectors ... an issue of updating. I think you are seeing something that I cannot see on my system ... and maybe relates to the core issue my tester has had from the beginning.
Maybe we know better when he sends the info you asked ... Still ... could it be that the file actually DID re-load ... but that the Selectors receiving the array list is not correctly being transmitted ???
By me adding the NIL command prior to sending out the data, I was tracing the extra trigger from the NIL ... even though, as you said, this should be unnecessary ... we DID get some sporadic success of the menus loading. Even sporadic is more than my tester has gotten before
I don't have much to support any of this ... but it seems to me that is Write and Read functions had this failure ... I would think this forum would light up with screaming !!!
2 ... the feeding of these Selectors is a modification that I did

Therefore highly suspect ! BUT, in my defense ... it always worked. Not a single glitch in 4 separate project ... only, at least, on my computer. Because it worked, I had nothing to question about this.
If what I'm describing relates in any way to your observation .... I am ready to listen to anything you have to say about this, or what needs to be done to trigger this data from the loaded arrays and send this to the Selector menus.
In my project ... I use a WIRELESS connector off of each TEXT primitive [like we use for the test program], and transmit each array to sub-modules throughout the schematic. Even though this has work for me ... this may be the issue causing the problem. Again, this is speculation on my part ... but it would make more sense that I have something wrong in what I did, rather than a fundamental disk operation problem [that basically we have no control over anyways].
OK ... so I'm a bit wound up after the GIG ... maybe you are able to follow what I'm trying to express and tell me your thoughts or diagnosis. Otherwise I'm left trying to fix something that I can't see broken here.
soon as I get info ... will post. Hope we come to a solution.
Thanks !