Page 1 of 1

Save VM state

Posted: 15. Aug 2008, 22:30
by axet
Really common error on restore:

Code: Select all

Unable to restore the virtual machine's saved state from '/home/axet/.VirtualBox/Machines/Windows XP System 112/Snapshots/{bf1e5fde-51af-478d-8fb1-8c99f940e494}.sav'. It may be damaged or from an older version of VirtualBox. Please discard the saved state before starting the virtual machine.
VBox status code: -1825 (VERR_SSM_LOAD_CONFIG_MISMATCH).

Result Code: 
0x80004005
Component: 
Console
Interface: 
IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}

Posted: 16. Aug 2008, 00:29
by TerryE
Have you tried googling VERR_SSM_LOAD_CONFIG_MISMATCH site:forums.virtualbox.org? Have a look the Forum Posting Guide for help in framing Qs.

Posted: 16. Aug 2008, 00:39
by axet
In my case that 100% reproducible when you use Intel PRO/100 Desktop Ethernet card emulation.

Host:Fedora9
Guest:Windows Xp
Interface: NAT IntelPRO/1000 Destop.

Press suspend/resume

Posted: 16. Aug 2008, 01:52
by TerryE
OK, so you've made an observation. What is your question? what are you trying to solve. How and when did you create the VDI? Have you tried just unregistering the VDI and recreating the VM. Read the FPG. Give us the info that we need to help you. Show that this isn't just a repeat of one of those posts that you haven't researched. It's tough answering someone who wants to play twenty questions.

Posted: 16. Aug 2008, 09:52
by axet
Thx for help! I dont looking for help, probably report a bug here is not good idea.

Posted: 16. Aug 2008, 13:21
by Sasquatch
A good debugging method is to create a new VM with the same settings as your faulty one and see if it does the same there. If it doesn't, then there is something wrong with your VM installation. You can then continue installing packages and change settings until it's exactly the same as your other VM, one step at a time and when it starts to fail, you know where and can create a proper bug report.

Posted: 17. Aug 2008, 13:45
by pbouf
I have been having this error lately as well. Here is the full text of the error:

Code: Select all

Unable to restore the virtual machine's saved state from '/home/patrick/.VirtualBox/Machines/XP/Snapshots/{236a2c6f-6f91-48f6-7c8e-d037a1945400}.sav'. It may be damaged or from an older version of VirtualBox. Please discard the saved state before starting the virtual machine.
VBox status code: -1825 (VERR_SSM_LOAD_CONFIG_MISMATCH).


Result Code: 
0x80004005
Component: 
Console
Interface: 
IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}
VBox.log file is here: http://pastebin.com/f439cfdd3

I haven't upgraded VBox so that part of the message doesn't apply, and I doubt that anything happened to the save file itself in the 5 minutes between when I closed and then tried to restart.

I did do a bit of Googling and the only post that sounded possibly useful was: http://www.mail-archive.com/vbox-users@ ... 00980.html, however it suggests to disable audio and/or USB in the guest however neither are enabled to begin with.

Posted: 18. Sep 2008, 17:47
by Nao
Same issue.
Try to use "PCnet-PCI II" network adapter instead of "PCnet-FAST III" or use none. (Works for me)
Issue is opened here: http://vbox.innotek.de/ticket/1979