This is the starting place for reporting bugs to the team. We will pass bug reports on to the developers after validating the reports.
You can report bugs in hardware, operating system (KERNAL or BASIC ROMs), the emulator, or the Demo library. For bugs specific to downloaded programs, use the download forum.
BTW, there was only one folder named SYSTEM(and the only one that starts with S). Even if doing DOS"CD:SYSTEM*" it still happens. I renamed it to BSYSTEM and get the same results.
However, I tried this on another SDCARD and cannot reproduce the results. This is also not able to be reproduced on the emulator.
Is there a hidden folder on the SDCARDs that ship with the DEV boards?
BTW, there was only one folder named SYSTEM(and the only one that starts with S). Even if doing DOS"CD:SYSTEM*" it still happens. I renamed it to BSYSTEM and get the same results.
However, I tried this on another SDCARD and cannot reproduce the results. This is also not able to be reproduced on the emulator.
Is there a hidden folder on the SDCARDs that ship with the DEV boards?
Heh. You did the DOS"$=C in the root directory. Had you done it in the directory that was supposed to be "SYSTEM" but wasn't, it would have listed each directory hop back to root, starting with it's own name... which is apparently SYSTEM VOLUME INFORMATION
BTW, there was only one folder named SYSTEM(and the only one that starts with S). Even if doing DOS"CD:SYSTEM*" it still happens. I renamed it to BSYSTEM and get the same results.
However, I tried this on another SDCARD and cannot reproduce the results. This is also not able to be reproduced on the emulator.
Is there a hidden folder on the SDCARDs that ship with the DEV boards?
Heh. You did the DOS"$=C in the root directory. Had you done it in the directory that was supposed to be "SYSTEM" but wasn't, it would have listed each directory hop back to root, starting with it's own name... which is apparently SYSTEM VOLUME INFORMATION
And yeah, LOL
No. It was done in the "hidden" directory SYSTEM VOLUME INFORMATION
You can ignore the TIME file. It's just a BASIC file I saved when I was messing about.
Oh, look at that. That could be a different bug, or that weird directory messes stuff up. It should have displayed the current directory before displaying the root directory. It should have one entry for each hop of the directory path all the way down to root, starting with the current directory.
It's really long, but that should have just caused that line to be longer. It also has spaces in it, which I don't know if the x16 can parse. I've never seen a directory name with spaces, and never tried it.
I wish I had actual hardware so I could try to duplicate that!
Daedalus wrote: ↑Sat Jul 29, 2023 3:29 am
Oh, look at that. That could be a different bug, or that weird directory messes stuff up. It should have displayed the current directory before displaying the root directory. It should have one entry for each hop of the directory path all the way down to root, starting with the current directory.
It's really long, but that should have just caused that line to be longer. It also has spaces in it, which I don't know if the x16 can parse. I've never seen a directory name with spaces, and never tried it.
I wish I had actual hardware so I could try to duplicate that!
I just did it in R43 emulator.
In windows, I mounted a SDCARD image and made a directory hidden. Then loaded up the emulator and did the above.