Author Topic: Save Game Directory Overflow [SOLVED]  (Read 311 times)  Share 

Akatosh

  • Still dropping by every couple of months
    • Best Innovation Award Winner 2007, for '_Access'
    •  
    • I can help with proof reading
    •  
    • I can help with scripting
    •  
    • I can help with story design
    •  
  • Akatosh worked on a game that was nominated for an AGS Award!
Save Game Directory Overflow [SOLVED]
« on: 24 Dec 2006, 13:56 »
Problem: When a player tries to save his game, the game crashes and says 'Save Game Directory Overflow'

Analysis: The game sometimes Autosaves, Quicksaves or Continue-Save the game. If they are in slots 100+, it works. If none of these saves exist, the game saves just fine, too. But I need them in slots 99-!

Question: Any way to prevent the 'Overflow' other than completly removing these (somewhat vital) SaveGameSlot - Commands?
« Last Edit: 02 Jan 2007, 10:05 by Akatosh »

Akatosh

  • Still dropping by every couple of months
    • Best Innovation Award Winner 2007, for '_Access'
    •  
    • I can help with proof reading
    •  
    • I can help with scripting
    •  
    • I can help with story design
    •  
  • Akatosh worked on a game that was nominated for an AGS Award!
Re: Save Game Directory Overflow
« Reply #1 on: 31 Dec 2006, 12:48 »
*dump*

Do you just not feel like answering or do you just have no idea how to solve this problem?

Joe

  • Anywhere you think I am, I am
    • I can help with scripting
    •  
    • I can help with translating
    •  
    • I can help with web design
    •  
Re: Save Game Directory Overflow
« Reply #2 on: 31 Dec 2006, 12:54 »
Maybe in your codes there's something which makes the game saves twice at the same time, and *maybe* that is wahy causes the overflow, but really have no idea of what overflow is...

SSH

  • Flying round the world at the speed of haggis
    • I can help with scripting
    •  
  • SSH worked on a game that was nominated for an AGS Award!
Re: Save Game Directory Overflow
« Reply #3 on: 31 Dec 2006, 13:37 »
I expect that if you use a custom save/load gui rather than the default then you'd find that it works.

Akatosh

  • Still dropping by every couple of months
    • Best Innovation Award Winner 2007, for '_Access'
    •  
    • I can help with proof reading
    •  
    • I can help with scripting
    •  
    • I can help with story design
    •  
  • Akatosh worked on a game that was nominated for an AGS Award!
Re: Save Game Directory Overflow
« Reply #4 on: 31 Dec 2006, 15:25 »
I could try that, yes, but I'd rather see that as a last resort... any idea how to solve this problem still using the default gui?

And no, the game doesn't save twice at the same time.

SSH

  • Flying round the world at the speed of haggis
    • I can help with scripting
    •  
  • SSH worked on a game that was nominated for an AGS Award!
Re: Save Game Directory Overflow
« Reply #5 on: 31 Dec 2006, 15:30 »
You can't solve it with the default GUI.

CMK2901

    • I can help with backgrounds
    •  
    • I can help with proof reading
    •  
    • I can help with scripting
    •  
    • I can help with story design
    •  
    • I can help with translating
    •  
    • I can help with voice acting
    •  
    • I can help with web design
    •  
Re: Save Game Directory Overflow
« Reply #6 on: 31 Dec 2006, 19:11 »
There's a GUI/Module listed in the technical forum at the moment that allows you to have a custom GUI, I'm sure, with little time on your part.  And I'm sure the added customization it allows can only help.

I also wrote a tutorial in the AGS Wiki a few months ago on how to do a custom save/load GUI.  I can garauntee that implementing it is, well, dead easy.
Science Fiction
Currently writing and developing technology/techniques
Story/Puzzles: 48%
Graphics: 5%
Overall: 5%

Akatosh

  • Still dropping by every couple of months
    • Best Innovation Award Winner 2007, for '_Access'
    •  
    • I can help with proof reading
    •  
    • I can help with scripting
    •  
    • I can help with story design
    •  
  • Akatosh worked on a game that was nominated for an AGS Award!
Re: Save Game Directory Overflow
« Reply #7 on: 02 Jan 2007, 10:05 »
Right, that was really helpful. The bug is fixed now  :)