foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.58k stars 1.14k forks source link

While running basic.sh iam getting this error message. "Note: only modules from the same build can be loaded." #490

Open Murali-mahadeva-BS opened 3 years ago

Murali-mahadeva-BS commented 3 years ago

I followed the exact steps as in readme file. If i run basic.sh its giving me errors:

Failed to initialize module: /usr/lib/x86_64-linux-gnu/qemu/ui-gtk.so Note: only modules from the same build can be loaded. Failed to initialize module: /usr/lib/x86_64-linux-gnu/qemu/audio-pa.so Note: only modules from the same build can be loaded. Failed to initialize module: /usr/lib/x86_64-linux-gnu/qemu/audio-pa.so Note: only modules from the same build can be loaded. VNC server running on 127.0.0.1:5900 ^Cqemu-system-x86_64: terminating on signal 2

I tried uninstalling and doing it again. It didnt work.

My system specs: OS: Ubuntu 20.4 model name : Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz

Iam tried with catalina base image.

I googled and found out same package with different version are installed and conflicting. I use android studio for react-native developement. I uninstalled that and tried again. But didnt work.