scratchminer / Index-OS

A custom launcher for the Panic Playdate
https://scratchminer.github.io/Index-OS-Website/
34 stars 0 forks source link

Playdate crash each time I create a new folder #20

Open YomeNetSan opened 7 months ago

YomeNetSan commented 7 months ago

When I create a new folder, the Playdate crash after writing the name, each time. After reboot, the folder is created.

The errorlog.txt shows : 2024/03/28 08:09:53 /System/Launcher.pdx views/cardView.lua:1298: attempt to index a nil value (field '?') stack traceback: views/cardView.lua:1298: in function <views/cardView.lua:1058>

2024/03/28 08:25:44 /System/Launcher.pdx views/cardView.lua:1298: attempt to index a nil value (field '?') stack traceback: views/cardView.lua:1298: in function <views/cardView.lua:1058>

2024/03/28 08:27:16 /System/Launcher.pdx views/cardView.lua:1298: attempt to index a nil value (field '?') stack traceback: views/cardView.lua:1298: in function <views/cardView.lua:1058>

scratchminer commented 7 months ago

That's a strange crash -- my guess is that it has something to do with the game loader, which is a bit buggy due to it not loading all the games at the start.