HORM

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

When using HORM, I can succeed fine if I just resume to a simple application
or shell. If my main application is running and I try to resume to it, I
get BSOD. Since my application is a tcp and serial server some mentioned it
could be caused from initailization of certain hardware items.

A test shows that if I boot my system to it's custom shell, then create the
hibernation file. Then when it resumes to the same point, I can manually
kick off my application and it works fine.

I would rather have my system come up to the custom shell anyway then start
my application. So this is where the catch comes in. How do I create my
Hibernation File while my shell is running, but before my shell fires off
our application?

I could do something in the shell, to check and see if the application is
not running then go ahead and start it but it brings me back to the same
delimma.

Any ideas or clues?

Thanks,
Richard
 
What my shell does is comes up, then waits until the OS is ready, then fires
off the app.

So I could add the hot key to save the system status (Hibernation file) but
I would have to be pretty quick. Would there be any issues with it saving
the hibernation file and my app starts up?

Maybe the hot key could tell my shell not to start the app this time, and
then save the hyber file. But during resume, wouldn't my shell be in the
same state as in Not to start the App and Dump the hiber file?

Richard
 
Back
Top