<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>when 2D acceleration is enabled</DIV>
<DIV> </DIV>
<DIV>c:\virtualbox-dev\vbox\out\win.x86\release\bin>VBoxManage.exe controlvm vm1 savestate<BR>0%...</DIV>
<DIV> </DIV>
<DIV>hangs after 0% is displayed.</DIV>
<DIV> </DIV>
<DIV>If doing from the Close menu, after dialog box is displayed, then choose Save State, then works well.</DIV>
<DIV> </DIV>
<DIV>I tried to break the code, it seems stop inside some Windows message loop.</DIV>
<DIV> </DIV>
<DIV>renderspu_init.c<BR>renderSPUWindowThreadProc()</DIV>
<DIV>{</DIV>
<DIV>...</DIV><FONT color=#0000ff size=2><FONT color=#0000ff size=2>
<DIV>else</DIV></FONT></FONT><FONT size=2>
<DIV>{</DIV>
<DIV>TranslateMessage(&msg);</DIV>
<DIV>DispatchMessage(&msg);</DIV>
<DIV>}</DIV>
<DIV>...</DIV></FONT>
<DIV>}</DIV>
<DIV> </DIV>
<DIV>This is very annoying. need to fix these crash bugs when vm is shutting down.</DIV></td></tr></table>