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>
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.
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>