Sergey Kondakov
Sergey Kondakov
The way GPU drivers are developed, the hardware is not protected from errors on the userspace level, meaning that kernel driver lets through bad code without error handling from Mesa...
I've been trying to download from [this](https://bandcamp.materiacollective.com/album/resurrection-of-the-night-alucards-elegy-music-from-castlevania-symphony-of-the-night) with and without the aforementioned PR but it always ends up with: ``` [debug] System config: [] [debug] User config: ['-f', 'mkv[vcodec=av01,height
Got same with my system. In dmesg it says: `[26001.794600] traps: bcml[15462] trap invalid opcode ip:7f2acb932a0a sp:7f28f69f32e8 error:0 in bcml.cpython-39-x86_64-linux-gnu.so[7f2acb783000+229000]`. I have Intel Xeon CPU E5-2697 v2 with these hardware...
Doesn't apply cleanly to master due to some extraneous changes but easy to clean up by hand. Absolutely essential feature, especially now that Qt5 is obsoleted but PyQt6 port is...
> First, I don't recommend installing Python packages manually with `sudo` because that will install files on your system that your package manager won't know about. Instead, omit the `sudo`...
> See https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517) for the relevant instructions for Arch packaging (and [the code of the `trackma-git` package](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=trackma-git)). > > Edit: see also the [PyPA packaging guide](https://packaging.python.org/en/latest/tutorials/packaging-projects/) I'm using [openSUSE on...
> Using `setup.py` to install packages has been deprecated a while ago and PEP-517 is the way forward. This is nothing that is specific for trackma, it's a general movement...
So, I've kludged together a patch with all mentioned workarounds and ppsspp finally compiled with ffmpeg-6: ppsspp-support_ffmpeg5.patch ```patch diff --git a/Core/AVIDump.cpp b/Core/AVIDump.cpp index 99c74af..a7d7207 100644 --- a/Core/AVIDump.cpp +++ b/Core/AVIDump.cpp @@...
> PRs accepted. As mentioned, the officially supported way to build is to use the included ffmpeg, not the system ffmpeg. This is horrible development practice. Using ancient obsolete code,...
> You're right. Please email all the developers of each released PSP game and tell them they were stupid to write their games to play videos in a way that...