What is the error code? Is there a GUI explaining it or how to fix it?
Sharp-Hotel-2117
I went round and round with that code when Windows spread a file across two drives (for whatever reason). I guess when I tried to modify that file, the O/S didn’t allow permission to modify both drives and got that error. I finally found a copy of the file on the net and put the entire file on one drive and managed to fix it that way. I’m a bit jumpy when I move files across drives now.
an_0w1
I wish more devs would take the time to write actual error messages instead of returning `0x45` and leaving me to reverse engineer their shitty software.
If my code can draw a fucking bird when it finds an unexpected PCI capability at the very least they can spit out a fucking backtrace.
3 Comments
What is the error code? Is there a GUI explaining it or how to fix it?
I went round and round with that code when Windows spread a file across two drives (for whatever reason). I guess when I tried to modify that file, the O/S didn’t allow permission to modify both drives and got that error. I finally found a copy of the file on the net and put the entire file on one drive and managed to fix it that way. I’m a bit jumpy when I move files across drives now.
I wish more devs would take the time to write actual error messages instead of returning `0x45` and leaving me to reverse engineer their shitty software.
If my code can draw a fucking bird when it finds an unexpected PCI capability at the very least they can spit out a fucking backtrace.