mmatyas / pegasus-frontend

A cross platform, customizable graphical frontend for launching emulators and managing your game collection.
http://pegasus-frontend.org
Other
1.25k stars 112 forks source link

Pegasus crashes when navigating to some Steam games #1028

Closed Tvangeste closed 1 year ago

Tvangeste commented 1 year ago

The issue

In Pegasus, when I navigate to a couple of auto-detected Steam games, Pegasus crashes. The two games that exhibit this problem are:

Just to clarify, I don't launch the games, I just navigate to them. Even when I pass though to some other games in the grid, as soon as I select any of those two games, Pegasus dies.

System info

Windows 10 Pro 22H2 (OS Build 19045.2193)

Pegasus version

Freshly downloaded alpha16-44-g8119fcec, 2022-10-14

Pegasus log

The log is attached lastrun.log

mmatyas commented 1 year ago

Hi! According to the log, you are missing some video codecs:

DirectShowPlayerService::doRender: Unresolved error code 0x80040218 ()

You can find more info about it here: https://pegasus-frontend.org/docs/user-guide/platform-windows/#multimedia-support

Tvangeste commented 1 year ago

Indeed, installing additional kodecs fixed the issue, thanks,