Description
ReactOS ver: reactos-bootcd-0.4.15-dev-5328-g7e9f1e6-x64-msvc-win-dbg
Software tested: qemu 2.7.0 (reported as last qemu xp compatible version)
Arch: x64-msvc
Description of the bug:
The cmd qemu-img create test.img 1K is not able to create the image. Reports the message: "This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information."
Screenshot: qemu-img-64.png
Log:
(dll\win32\kernel32\client\proc.c:4006) Image should receive SxS Fusion Isolation |
(dll\win32\kernel32\client\proc.c:4229) TODO: WOW64 is not supported yet |
(drivers\ksfilter\ks\connectivity.c:281) ZwOpenKey() failed with status 0xc0000034 |
(...)
|
(drivers\ksfilter\ks\connectivity.c:281) ZwOpenKey() failed with status 0xc0000034 |
(sdk\lib\drivers\sound\mmixer\controls.c:481) MMixerCountMixerControls PinId 11 is not connected by any node |
(drivers\ksfilter\ks\connectivity.c:281) ZwOpenKey() failed with status 0xc0000034 |
(...)
|
(drivers\ksfilter\ks\connectivity.c:281) ZwOpenKey() failed with status 0xc0000034 |
(dll\win32\kernel32\client\fiber.c:104) Converting Thread to Fiber |
WARNING: BaseFiberStartup at C:/buildbot_config/worker/Build_MSVC_x64/build/dll/win32/kernel32/client/amd64/fiber.S:27 is UNIMPLEMENTED! |
|
I'm guessing that this is because BaseFiberStartup is unimplemented.
Steps to reproduce:
1. Install ReactOS and 7zip.
2. Unzip the executable (since there is no wow64 support yet).
3. Execute in the folder the command "qemu-img create test.img 1K".
4. The software will fail.
Expected:
It must say that the image has been created, as WinXP64bits or Win2003sp2 64bits do.