I found a potential bug with INFO+RESUME pico console commands. If you RESUME after calling INFO and then try to interact with a custom menu item, you get the following error:
ATTEMPT TO INDEX FIELD '?' (A NIL VALUE) IN FLIP LINE 0 (TAB 0) AT LINE 0 (TAB 0) |
Example
Note: Ignore the second RESUME typed into the console after the program has already crashed
Sudden freeing of RAM after INFO+RESUME
Another curious thing is a huge RAM drop after INFO+RESUME (something getting GC'd that shouldn't be?). Notice the RAM display upon RESUME in this example (drops from 10% utilization to 7%):
Note: Ignore the second RESUME typed into the console after the program has already crashed
Steps to reproduce
- Load any cart with a custom menu item
- Press ESC and type INFO into the console
- Type RESUME
- Press ENTER and select a custom menu item
[Please log in to post a comment]