blob: 16f0a842d5eaba75b9d25e3cf27ae4b26ca3fefe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
graphic: 0.907
device: 0.847
boot: 0.794
semantic: 0.658
performance: 0.650
architecture: 0.618
socket: 0.562
files: 0.543
debug: 0.479
virtual: 0.450
vnc: 0.446
assembly: 0.419
risc-v: 0.417
permissions: 0.399
register: 0.382
PID: 0.346
mistranslation: 0.345
ppc: 0.330
peripherals: 0.303
arm: 0.270
i386: 0.259
VMM: 0.244
user-level: 0.240
network: 0.239
TCG: 0.218
x86: 0.178
hypervisor: 0.091
kernel: 0.075
KVM: 0.008
Segmentation fault on booting from ISO when using GTK display with OpenGL enabled
Description of problem:
When trying to boot from the ISO mounted in the `-cdrom` argument, using a GTK display with OpenGL enabled gives a segmentation fault error. If using SDL instead, the whole application kinda freezes most of the times. I managed to get it working once, but I don't know how or why, seemed completely random. After installing it, I can boot from the disk normally with no errors.
Steps to reproduce:
1. Install QEMU for MSYS2 / UCRT64 as described [here](https://www.qemu.org/download/#windows)
2. Download ISO from EndeavourOS website
3. Run `qemu-img create -f qcow2 EndeavourOS.qcow2 64G` to create a disk file
4. Run the script as described above in a `.sh` file
5. See error
Additional information:
I have multiple VMs, included but not limited to Manjaro, Pop!\_OS and Debian, none of them gives this specific error. I also usually avoid SDL because I had multiple issues with the application window completely freezing in the past with "Not responding", and that does not happen with GTK.
|