Teen Agent: cannot save

Subforum for discussion and help with ScummVM's PSP (PlayStation Portable) port

Moderator: ScummVM Team

User avatar
joostp
ScummVM Developer
Posts: 490
Joined: Wed Sep 21, 2005 3:55 pm

Post by joostp »

Sounds like the TeenAgent engine opens too many files at once.
A quick look at its resource.cpp confirms that it has 9 file handles open for the main .res files at all times, and then there's the theme file, save files which need handles of their own, and whatever else.

To be on the safe side on PSP the number generally shouldn't exceed 10 or so. Maybe the number of open files in resource.cpp can be reduced.

Please file a bug report for this issue!
whoozle
Posts: 11
Joined: Mon Jun 23, 2008 9:48 am

Post by whoozle »

Try svn nightly build (revision >= 48350). Fixed lotta bugs :)
Post Reply