joel16 / NX-Shell

A multi-purpose file manager for the Nintendo Switch.
GNU General Public License v2.0
948 stars 64 forks source link

Crash happened after delete the folder in "lastdir.txt" #40

Closed dubyoo closed 5 years ago

dubyoo commented 5 years ago
  1. Enter NX-Shell
  2. Open one directory like "/tinfoil/nsp/Overcooked/"
  3. Exit NX-Shell and generate "lastdir.txt"
  4. Delete directory "/tinfoil/nsp/Overcooked/" by tftp or some other ways
  5. Enter NX-Shell again Then Atmosphere crash happened. Only restart and delete the file "lastdir.txt" can fix it.
joel16 commented 5 years ago

Odd, I thought I had this covered. Will look into it in the morning.

joel16 commented 5 years ago

Are you sure you're using the latest release? I can't seem to reproduce this. It should be handled here: https://github.com/joel16/NX-Shell/blob/master/source/config.c#L100

dubyoo commented 5 years ago

I download the latest release and the problem was fixed, Thank you!