flathub / org.yuzu_emu.yuzu

https://flathub.org/apps/details/org.yuzu_emu.yuzu
18 stars 43 forks source link

Restarting emulation results in crash #856

Open Koen1999 opened 1 year ago

Koen1999 commented 1 year ago

I noticed gradual slowdown during emulation. That's why I decided to restart the emulation. Upon doing this, yuzu hang and finally crashed.

There are numerous failed assertions in the log file, so I suspect the issue is there. Here are some of the failed assertions: [ 51.075633] Debug <Critical> core/hle/kernel/k_process.cpp:operator():361: Assertion Failed! [ 451.008169] Debug <Critical> core/hle/service/am/applets/applets.cpp:operator():315: Assertion Failed! And finally very many repetitions of:

[7299.035558] Debug <Critical> video_core/rasterizer_accelerated.cpp:operator():34: Assertion Failed!
Count may underflow!
[7299.039659] Debug <Critical> video_core/rasterizer_accelerated.cpp:operator():32: Assertion Failed!
Count may overflow!

Please find attached the log file and system information. Summary: NVIDIA Quadro graphics card, running yuzu 1288 from Flatpak on the most recent Fedora with OpenGL.

[koen@fedora ~]$ inxi -v3
System:
  Host: fedora Kernel: 6.0.15-300.fc37.x86_64 arch: x86_64 bits: 64
    compiler: gcc v: 2.38-25.fc37 Desktop: KDE Plasma v: 5.26.4 Distro: Fedora
    release 37 (Thirty Seven)
Machine:
  Type: Laptop System: HP product: HP ZBook Studio G4 v: N/A
    serial: <superuser required>
  Mobo: HP model: 826B v: KBC Version 47.80 serial: <superuser required>
    UEFI: HP v: P71 Ver. 01.44 date: 09/13/2022
Battery:
  ID-1: BAT0 charge: 36.5 Wh (100.0%) condition: 36.5/45.6 Wh (80.0%)
    volts: 15.9 min: 15.2 model: Hewlett-Packard Primary status: full
CPU:
  Info: quad core model: Intel Core i7-7700HQ bits: 64 type: MT MCP
    arch: Kaby Lake rev: 9 cache: L1: 256 KiB L2: 1024 KiB L3: 6 MiB
  Speed (MHz): avg: 3471 high: 3776 min/max: 800/3800 cores: 1: 3502 2: 3592
    3: 2800 4: 3776 5: 3501 6: 3501 7: 3680 8: 3417 bogomips: 44798
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Graphics:
  Device-1: Intel HD Graphics 630 vendor: Hewlett-Packard driver: i915
    v: kernel arch: Gen-9.5 bus-ID: 00:02.0
  Device-2: NVIDIA GM107GLM [Quadro M1200 Mobile] vendor: Hewlett-Packard
    driver: nvidia v: 525.60.11 arch: Maxwell bus-ID: 01:00.0
  Device-3: Lite-On HP HD Camera type: USB driver: uvcvideo bus-ID: 1-7:2
  Display: wayland server: X.org v: 1.20.14 with: Xwayland v: 22.1.7
    compositor: kwin_wayland driver: X: loaded: modesetting,nvidia
    unloaded: fbdev,nouveau,vesa dri: iris gpu: i915,nvidia
    resolution: 1920x1080
  API: OpenGL v: 4.6 Mesa 22.3.1 renderer: Mesa Intel HD Graphics 630 (KBL
    GT2) direct render: Yes
Network:
  Device-1: Intel Ethernet I219-LM vendor: Hewlett-Packard driver: e1000e
    v: kernel port: N/A bus-ID: 00:1f.6
  IF: enp0s31f6 state: down mac: f4:30:b9:dc:1f:58
  Device-2: Intel Wireless 8265 / 8275 driver: iwlwifi v: kernel
    bus-ID: 03:00.0
  IF: wlp3s0 state: up mac: 00:28:f8:fb:dc:ea
  Device-3: Intel Bluetooth wireless interface type: USB driver: btusb
    bus-ID: 1-12:3
Drives:
  Local Storage: total: 1.16 TiB used: 135.95 GiB (11.4%)
Info:
  Processes: 408 Uptime: 4h 52m Memory: 15.37 GiB used: 8.84 GiB (57.5%)
  Init: systemd target: graphical (5) Compilers: gcc: 12.2.1 Packages: 13
  note: see --rpm Shell: Bash v: 5.2.9 inxi: 3.3.24
Koen1999 commented 1 year ago

Here is the log file:

yuzu_log.txt