nexa / qira

Automatically exported from code.google.com/p/qira
0 stars 0 forks source link

QIRA doesn't work with wine #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Upstream QEMU, when compiled with the TCG flags, segfaults on paris.exe in wine

$ ./configure --target-list=i386-linux-user --enable-tcg-interpreter 
--cpu=unknown
$ make -j32
$ i386-linux-user/qemu-i386 /usr/bin/wine ~/qira/tests/windows/paris.exe
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault (core dumped)

Expected:
$ i386-linux-user/qemu-i386 /usr/bin/wine ~/qira/tests/windows/paris.exe
Password?

Original issue reported on code.google.com by geo...@google.com on 31 Jul 2014 at 9:45

GoogleCodeExporter commented 8 years ago
With qira-pin, this is less of an issue, though does pin work in wine?

Original comment by geo...@gmail.com on 14 Aug 2014 at 1:26