AsteroidOS / asteroid

Build script for AsteroidOS, an open-source operating system for smartwatches
http://asteroidos.org
GNU General Public License v2.0
862 stars 64 forks source link

Context error in Qemu #70

Open bphermansson opened 6 years ago

bphermansson commented 6 years ago

When I boot the Qemu-image in Fedora 27 the guide runs fine to the point where the apps are shown. Then the alarm and calendar app starts to roll over the screen like maniacs, and the console says:


qemu-system-i386 -enable-kvm -kernel bzImage-qemux86.bin -device virtio-vga,virgl=on -net nic -net user,hostfwd=tcp::2222-:22 -drive format=raw,file=asteroid-image-qemux86.ext4 -m 512 -display sdl,gl=on --append "quiet root=/dev/hda rw mem=512M video=800x800"
gl_version 33 - core profile enabled
vrend_report_buffer_error: context error reported 1 "asteroid-launch" Illegal command buffer 720905

skarmbild fran 2018-05-28 15-23-55

FlorentRevest commented 6 years ago

Mmhhhhh, I can indeed reproduce that problem but I have no idea what's going on there. This is probably a problem in Qt or Virgil3D

sparkleholic commented 5 years ago

I'm facing the same problem on qemu which uses virgl.