Opened 21 months ago
Closed 21 months ago
#21788 closed defect (duplicate)
Windows 11 Pro restore from saved state gives NS_ERROR_FAILURE (0x80004005)
Reported by: | gwiesenekker | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox-7.0.10 |
Keywords: | Windows 11 Pro resume error | Cc: | |
Guest type: | Windows | Host type: | Linux |
Description
Hi,
Host is Ubuntu 20.04, guest is Windows 11 Pro. When I restore from a saved state the resume dialog gets stuck at 2% and I get the error 'The VM session was aborted', NS_ERROR_FAILURE (0x80004005) after a couple of seconds. Looking at the log the error seems to be TPM related:
00:00:10.531687 VMSetError: /home/vbox/tinderbox/build-VBox-7.0/svn/src/VBox/Devices/Security/DevTpm.cpp(1587) int tpmR3LoadExec(PPDMDEVINS, PSSMHANDLE, uint32_t, uint32_t); rc=VERR_SSM_LOAD_CONFIG_MISMATCH 00:00:10.531691 VMSetError: tpm#0: Config mismatch - saved cbCmdResp=3968; configured cbCmdResp=0 [ver=1 pass=final] 00:00:10.531705 SSM: LoadExec failed for 'tpm' instance #0 (version 1, pass 0xffffffff): VERR_SSM_LOAD_CONFIG_MISMATCH 00:00:10.531718 SSM: Unit at 0x7fcc985d, current position: offUnit=0x57 offUnitUser=0x17
Regards, GW
Attachments (1)
Change History (4)
by , 21 months ago
comment:1 by , 21 months ago
comment:2 by , 21 months ago
Hi,
That seems to be the case as the same workaround works for me.
Regards, GW
Probably the same issue as ticket #21773, where the TPM issue is hidden by the crash happening afterwards.