Discuss using and improving Lua and the Lua Player specific to the PSP.
Moderators: Shine, Insert_witty_name
-
romero126
- Posts: 200
- Joined: Sat Dec 24, 2005 2:42 pm
Post
by romero126 »
It seems that after a break, and pressing start to restart.
There is a bug with loading multiple files.
Since all variables are removed, it should close access to the file and reset itself. Right?
-
imhotep
- Posts: 41
- Joined: Tue Dec 13, 2005 9:15 pm
Post
by imhotep »
i had that once, too.
a timer kept on existing after the program exited abnormally.
perhaps you need to do collectgarbage() ??
-
romero126
- Posts: 200
- Joined: Sat Dec 24, 2005 2:42 pm
Post
by romero126 »
Actually Collect Garbage is set to 0