<div dir="ltr">Hi Klaus,<div><br></div><div>sorry to bug you with this persistent crash I'm having with my frontend but I collected some new information based upon which maybe you can give me any additional hints/pointers towards the cause. As mentioned made a minimized test app from my code that basically draw the VRAM contents onto a window instead of doing the HW video encoding that worked fine. I tried running both under gdb and set a breakpoint in lonjmp. Actually only the full application ever got there (by invoking the recompiler code as you mentioned), the minimzed app never did (an assumption, but I guess it never entered the recompiler code). I am using the same virtual machine with the same settings for both apps. Any ideas what could cause one of them to enter the recompiler and other to not do that? It always happens exactly when Windows loading screen transitions to the normal desktop screen. I also took a stack trace in dgb when I entered longjmp:</div><div><br></div><div><div>(gdb) backtrace</div><div>#0  longjmp () at mingw_getsp.S:30</div><div>#1  0x000000006fb0f3d4 in cpu_loop_exit ()</div><div>    at C:/Development/VirtualBoxBuild/VirtualBox-4.3.18/src/recompiler/cpu-exec.</div><div>c:71</div><div>#2  0x000000006fb0fbd8 in cpu_x86_exec (env1=0x8dd45baec0)</div><div>    at C:/Development/VirtualBoxBuild/VirtualBox-4.3.18/src/recompiler/cpu-exec.</div><div>c:451</div><div>#3  0x000000006fb04985 in REMR3EmulateInstruction (pVM=0x8dd45b0000,</div><div>    pVCpu=0x8dd45cb000)</div><div>    at C:/Development/VirtualBoxBuild/VirtualBox-4.3.18/src/recompiler/VBoxRecom</div><div>piler.c:937</div><div>#4  0x00007ffa5485805e in VBoxVMM!EMR3FatalError ()</div><div>   from C:\Development\VirtualBoxBuild\VirtualBox-4.3.18\out\win.amd64\debug\bin</div><div>\VBoxVMM.dll</div><div>#5  0x0000008dd45b0000 in ?? ()</div><div>#6  0x0000008dd45cb000 in ?? ()</div><div>#7  0x0000008dd4668730 in ?? ()</div><div>#8  0x00007ffa54bff930 in VBoxVMM!DBGCCreate ()</div><div>   from C:\Development\VirtualBoxBuild\VirtualBox-4.3.18\out\win.amd64\debug\bin</div><div>\VBoxVMM.dll</div><div>#9  0x0000000000000010 in ?? ()</div><div>#10 0xfffff9600097c050 in ?? ()</div><div>#11 0xfffff8800410e168 in ?? ()</div><div>#12 0xcccccccc00000004 in ?? ()</div><div>#13 0x0000008dffffeb4c in ?? ()</div><div>#14 0x0000008dd45cb940 in ?? ()</div><div>#15 0x000000f150a7c70f in ?? ()</div><div>#16 0x00000000090fdbac in ?? ()</div><div>#17 0x000000f159b7a3c9 in ?? ()</div><div>#18 0xcccccccccccccccc in ?? ()</div><div>#19 0x0000000055951dd4 in _endthreadex ()</div><div>   from C:\Development\VirtualBoxBuild\VirtualBox-4.3.18\out\win.amd64\debug\bin</div><div>\msvcr100.dll</div><div>#20 0x00007ffa54859391 in VBoxVMM!EMR3FatalError ()</div><div>   from C:\Development\VirtualBoxBuild\VirtualBox-4.3.18\out\win.amd64\debug\bin</div><div>\VBoxVMM.dll</div><div>#21 0x0000008dd45b0000 in ?? ()</div><div>#22 0x0000008dd45cb000 in ?? ()</div><div>#23 0x0000000000000000 in ?? ()</div></div><div><br></div><div>Maybe this is useful to provide any guesses why I'm running into the recompiler at all if as you said all modern hardware should not get there (I'm running on an i7). Thanks for all the help already provided.</div><div><br></div><div>Best Regards,</div><div>Rudolfs Bundulis</div></div>