SVN Build updated
Moderator: ScummVM Team
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden
Found the problem! Please set the savegamepath before starting the game.
When listing files, Symbian (not sure about other OSes) are depending on the last \ to list a folder i.e c:\data\scummvm\savegames which is the default, only list games in c:\data\scummvm\ with the name of savesgames. And only one directory is found.
When you select the savegame folder, the name is stored with an ending \ and then it should work.
I will see if I'm the one setting the wrong default save path. It might be the case.
Checked: Yes I'm not adding the extra \ needed for Symbian OS to find its default save games. So currently saving works, but loading does not since the wrong folder is listed for files.
When listing files, Symbian (not sure about other OSes) are depending on the last \ to list a folder i.e c:\data\scummvm\savegames which is the default, only list games in c:\data\scummvm\ with the name of savesgames. And only one directory is found.
When you select the savegame folder, the name is stored with an ending \ and then it should work.
I will see if I'm the one setting the wrong default save path. It might be the case.
Checked: Yes I'm not adding the extra \ needed for Symbian OS to find its default save games. So currently saving works, but loading does not since the wrong folder is listed for files.
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden
I have now uploaded a version which should set the default save game directory properly for Symbian OS. This means that you don't have to select a save game path unless you really want to.
Default path for S60 is
C:\Data\ScummVM\Savegames
so that means that they can be accessed using the ordinary filemanger in the \ScummVM\saveGames folder.
Default path for S60 is
C:\Data\ScummVM\Savegames
so that means that they can be accessed using the ordinary filemanger in the \ScummVM\saveGames folder.
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden
-
- Posts: 18
- Joined: Tue Dec 27, 2005 4:25 am
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden
i have some problems with this svn version of scummvm.
the first is: it pushes teh right buttun several time, without i'm doing it
second: it quits suddenly without any reports
third: sometimes the debugger starts saying not enough memory and then scummvm freezes. and if i start scummvm right after again and i do the same thing next time a dont have this error. i dont think that it is because low memory of my phone because sometimes it works normally in place when i have 10m free and the next time the same place freezes while i'm having 19-20megs of free memory
i did not have these problems with previous releases, and i hope so that you will be able to correct these things, because the speed int this version is much better then before (especialy in FT)
and thx for your great job
ps: oh i forgot to tell that my phone is an N80 with newest firmware
the first is: it pushes teh right buttun several time, without i'm doing it
second: it quits suddenly without any reports
third: sometimes the debugger starts saying not enough memory and then scummvm freezes. and if i start scummvm right after again and i do the same thing next time a dont have this error. i dont think that it is because low memory of my phone because sometimes it works normally in place when i have 10m free and the next time the same place freezes while i'm having 19-20megs of free memory
i did not have these problems with previous releases, and i hope so that you will be able to correct these things, because the speed int this version is much better then before (especialy in FT)
and thx for your great job
ps: oh i forgot to tell that my phone is an N80 with newest firmware
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden
Still it crashes differently with the same game?
If you getting out of memory dialogs the it surely must be memory...
So there might be different reasons. This version supports more games, so its more memoryhungry by default. The exe only is 8 mb uncompressed. So actually with only 10 mb free you should barely be able to start it.
What tool are you using to check the amount of free memory?
Thanks for the input.. I can't do all testing my self...
If you getting out of memory dialogs the it surely must be memory...
So there might be different reasons. This version supports more games, so its more memoryhungry by default. The exe only is 8 mb uncompressed. So actually with only 10 mb free you should barely be able to start it.
What tool are you using to check the amount of free memory?
Thanks for the input.. I can't do all testing my self...
-
- Posts: 18
- Joined: Tue Dec 27, 2005 4:25 am
I'm having same trouble as bojan1986 with FT on my N95(standard).
Tried on the updated one of july 30th, same thing.
I'v almost played the entire game on this version, the controls are awkard sometimes pressing left/right buttons on their own! and I get many crashes,sometimes without starting the game but clicking on Edit Game,crash!.
I'v played FT on the version on Downloads page, and although the start loading speed and gameplay speed is incomparable to this version, I'v never once had a crash, doesn't that mean my Ram should already handle this?
Tried on the updated one of july 30th, same thing.
I'v almost played the entire game on this version, the controls are awkard sometimes pressing left/right buttons on their own! and I get many crashes,sometimes without starting the game but clicking on Edit Game,crash!.
I'v played FT on the version on Downloads page, and although the start loading speed and gameplay speed is incomparable to this version, I'v never once had a crash, doesn't that mean my Ram should already handle this?
Not really roteero, the thing you have to remember is the stable version has a lot fewer features than the present one, and memory leaks could be occuring too which doesn't help. The original N95s just don't have enough memory this is a problem of all the earlier S60 phones, 64 megs of RAM with only a max of about 20 free for applications to run is pushing it when you consider the amount of data that needs to be handled.
Some of the ways to decrease the memory footprint are to write code to load the engines as plugins rather than as statically linked libraries so only one is loaded into memory as needed, to disable unnecessary features such as some of the sound libraries like ogg. But you'll still run into the issue of not having enough RAM from time to time as the data for a particular screen in the game could exceed your limits. I've had it happen once or twice with my E51 and it's got more than double the available memory of the original N95. The N95-3 has over 4 times the available memory of the model you have after booting the Symbian OS.
Some of the ways to decrease the memory footprint are to write code to load the engines as plugins rather than as statically linked libraries so only one is loaded into memory as needed, to disable unnecessary features such as some of the sound libraries like ogg. But you'll still run into the issue of not having enough RAM from time to time as the data for a particular screen in the game could exceed your limits. I've had it happen once or twice with my E51 and it's got more than double the available memory of the original N95. The N95-3 has over 4 times the available memory of the model you have after booting the Symbian OS.