diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-08 14:19:33 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-08 14:19:33 +0000 |
| commit | 9ebc3c7b58e0820054942a2e22b7c48889c3ee26 (patch) | |
| tree | 4aa48e6571ba9d616b61fde66be09aba9c9594f9 /results/classifier/012/permissions/85542195 | |
| parent | 3af0ee7c943b43fc12cca126c4cc03eef9f1191a (diff) | |
| download | emulator-bug-study-9ebc3c7b58e0820054942a2e22b7c48889c3ee26.tar.gz emulator-bug-study-9ebc3c7b58e0820054942a2e22b7c48889c3ee26.zip | |
add 012 result
Diffstat (limited to 'results/classifier/012/permissions/85542195')
| -rw-r--r-- | results/classifier/012/permissions/85542195 | 138 |
1 files changed, 138 insertions, 0 deletions
diff --git a/results/classifier/012/permissions/85542195 b/results/classifier/012/permissions/85542195 new file mode 100644 index 00000000..91435f75 --- /dev/null +++ b/results/classifier/012/permissions/85542195 @@ -0,0 +1,138 @@ +permissions: 0.968 +register: 0.947 +PID: 0.945 +other: 0.944 +semantic: 0.941 +assembly: 0.941 +graphic: 0.938 +device: 0.936 +performance: 0.933 +arm: 0.932 +boot: 0.932 +vnc: 0.923 +files: 0.920 +architecture: 0.916 +debug: 0.915 +risc-v: 0.913 +mistranslation: 0.907 +socket: 0.905 +network: 0.899 +x86: 0.888 +TCG: 0.877 +kernel virtual machine: 0.815 + +[Qemu-devel] [Bug in qemu-system-ppc running Mac OS 9 on Windows 10] + +Hi all, + +I've been experiencing issues when installing Mac OS 9.x using +qemu-system-ppc.exe in Windows 10. After booting from CD image, +partitioning a fresh disk image often hangs Qemu. When using a +pre-partitioned disk image, the OS installation process halts +somewhere during the process. The issues can be resolved by setting +qemu-system-ppc.exe to run in Windows 7 compatibility mode. +AFAIK all Qemu builds for Windows since Mac OS 9 became available as +guest are affected. +The issue is reproducible by installing Qemu for Windows from Stephan +Weil on Windows 10 and boot/install Mac OS 9.x + +Best regards and thanks for looking into this, +Howard + +On Nov 25, 2016, at 9:26 AM, address@hidden wrote: +Hi all, + +I've been experiencing issues when installing Mac OS 9.x using +qemu-system-ppc.exe in Windows 10. After booting from CD image, +partitioning a fresh disk image often hangs Qemu. When using a +pre-partitioned disk image, the OS installation process halts +somewhere during the process. The issues can be resolved by setting +qemu-system-ppc.exe to run in Windows 7 compatibility mode. +AFAIK all Qemu builds for Windows since Mac OS 9 became available as +guest are affected. +The issue is reproducible by installing Qemu for Windows from Stephan +Weil on Windows 10 and boot/install Mac OS 9.x + +Best regards and thanks for looking into this, +Howard +I assume there was some kind of behavior change for some of the +Windows API between Windows 7 and Windows 10, that is my guess as to +why the compatibility mode works. Could you run 'make check' on your +system, once in Windows 7 and once in Windows 10. Maybe the tests +will tell us something. I'm hoping that one of the tests succeeds in +Windows 7 and fails in Windows 10. That would help us pinpoint what +the problem is. +What I mean by run in Windows 7 is set the mingw environment to run +in Windows 7 compatibility mode (if possible). If you have Windows 7 +on another partition you could boot from, that would be better. +Good luck. +p.s. use 'make check -k' to allow all the tests to run (even if one +or more of the tests fails). + +> +> Hi all, +> +> +> +> I've been experiencing issues when installing Mac OS 9.x using +> +> qemu-system-ppc.exe in Windows 10. After booting from CD image, +> +> partitioning a fresh disk image often hangs Qemu. When using a +> +> pre-partitioned disk image, the OS installation process halts +> +> somewhere during the process. The issues can be resolved by setting +> +> qemu-system-ppc.exe to run in Windows 7 compatibility mode. +> +> AFAIK all Qemu builds for Windows since Mac OS 9 became available as +> +> guest are affected. +> +> The issue is reproducible by installing Qemu for Windows from Stephan +> +> Weil on Windows 10 and boot/install Mac OS 9.x +> +> +> +> Best regards and thanks for looking into this, +> +> Howard +> +> +> +I assume there was some kind of behavior change for some of the Windows API +> +between Windows 7 and Windows 10, that is my guess as to why the +> +compatibility mode works. Could you run 'make check' on your system, once in +> +Windows 7 and once in Windows 10. Maybe the tests will tell us something. +> +I'm hoping that one of the tests succeeds in Windows 7 and fails in Windows +> +10. That would help us pinpoint what the problem is. +> +> +What I mean by run in Windows 7 is set the mingw environment to run in +> +Windows 7 compatibility mode (if possible). If you have Windows 7 on another +> +partition you could boot from, that would be better. +> +> +Good luck. +> +> +p.s. use 'make check -k' to allow all the tests to run (even if one or more +> +of the tests fails). +Hi, + +Thank you for you suggestion, but I have no means to run the check you +suggest. I cross-compile from Linux. + +Best regards, +Howard + |