Device Emulator and XPe

I have built Windows XP Embedded and everything is fine, but when I start Device Emulator and try to load saved-state file, I only see the message: "Couldn't read the saved state file". But when I do coldboot and then I try to save it, I see the message "Couldn't save the saved state file". I don't know where is the error, because in Win XP pro it is working normally. I think that I forgot to add some components in target designer.

Answer this question

Device Emulator and XPe

  • DejaVudew

    The message is triggered by a long list of failure paths around loading and saving savestate files.

    The DeviceEmulator delay-loads several dlls - you might want to confirm that they (and the things they depend on) are all in your XPe configuration: comdlg32.dll, iphlpapi.dll, shlwapi.dll, setupapi.dll.

    Barry


  • Stephen Westlake

    I tried to use depends walker, and I found a few missing dlls. So I copied thep from another computer and now i find with dep.walker only some warnning at mpr.dll.

    Pls sorry my bad English, because I am form Czech republic

  • Andy Ho

    :-) Your English is fine!

    Just copying the DLLs over from another PC probably will not resolve your problem. You'll need to create a new XPe image that contains those DLLs along with the registry keys and whatever else they depend on. I'm not familiar with XPe so I can't walk you through those steps.

    Barry


  • yanyee

    Thanks for your help, I will try to add some components.
  • Radical

    Thank for reply, but all these dlls are in system32 folder. Can you tell me which files depends on these dlls. Sorry for this stupid questions but I'm begginer.
  • Device Emulator and XPe