orbea
orbea
Additionally `>= 3.5.20` is also broken as described in this LibreSSL issue. https://github.com/libressl/portable/issues/914
@Grumbel I would really appreciate your input here.
Same issue with the op video in Tales of Symphonia and EE Cycle Rate 1 also works for it. The gamecube version of Tales of Symphonia has this same issue...
The pkgbuild maintainer seems to think its a dependency for some reason... ``` depends=('zlib' 'glew') makedepends=('git' 'cmake' 'glfw') ``` https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=libretro-craft-git Arch will just prompt to remove any makedepends which aren't...
Do you have craftguide or any similar mods enabled?
This is not really a solution, but `mkvtoolnix` can be used to extract subtitles from `mkv` files which then can be used with `devedeng`. For example. ``` $ mkvmerge -i...
I have determined this issue occurs when mesa is compiled with `clang-8.0.0`, but does not occur with `gcc-9.1.0`. I have built a full debug build of mesa with no optimizations...
It appears the wine segfault with nir is not the same issue, it still occurs even when mesa is compiled with gcc.
Just to be clear games I have found to break with mesa + clang + nine so far includes `Trails in the Sky`, `Xanadu Next` and `Grim Dawn`. At least...
I compiled the current mesa master (https://github.com/mesa3d/mesa/commit/451f030c068ccfa87aaab624d8e392875fd46c08) with `clang-8.0.1` while explicitly adding `-Wall -Wextra -Weverything` and here is the very long log... [mesa.clang.log.xz.txt](https://github.com/iXit/Mesa-3D/files/3414182/mesa.clang.log.xz.txt)