tobimensch / aqemu

Official AQEMU repository - a GUI for virtual machines using QEMU as the backend
https://sourceforge.net/projects/aqemu/
GNU General Public License v2.0
502 stars 88 forks source link

[Arch, aur package] Segmentation fault (core dumped) #114

Open Axeltherabbit opened 2 years ago

Axeltherabbit commented 2 years ago

AQEMU Warning [2] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-arm" element!

AQEMU Warning [3] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-cris" element!

AQEMU Warning [4] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-m68k" element!

AQEMU Warning [5] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-microblaze" element!

AQEMU Warning [6] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-mips" element!

AQEMU Warning [7] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-mips64" element!

AQEMU Warning [8] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-mips64el" element!

AQEMU Warning [9] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-mipsel" element!

AQEMU Warning [10] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-ppc" element!

AQEMU Warning [11] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-ppc64" element!

AQEMU Warning [12] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-ppcemb" element!

AQEMU Warning [13] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-sh4" element!

AQEMU Warning [14] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-sh4eb" element!

AQEMU Warning [15] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-sparc" element!

AQEMU Warning [16] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-sparc64" element!
Segmentation fault (core dumped)
nikitamos commented 2 years ago

I had the same problem. If change something in Main_Window.ui, it works normally. https://github.com/tobimensch/aqemu/pull/116

corvus1 commented 2 years ago

Just hit the same thing in Gentoo. The patch from #116 fixed it up. Thanks, @nikitamos

AftDawn commented 2 years ago

How do i get the patch from #116 when i'm using the aur?

slikas commented 2 years ago

How do i get the patch from #116 when i'm using the aur?

I want to know this as well. I'm using the latest aqemu-git 0.9.6 and still hasn't had this patch applied

zadockmaloba commented 2 years ago

How do i get the patch from #116 when i'm using the aur?

I want to know this as well. I'm using the latest aqemu-git 0.9.6 and still hasn't had this patch applied

Has there been any progress on this issue?