mirror of
https://github.com/PCSX2/pcsx2-net-www.git
synced 2026-01-31 01:15:16 +01:00
* Docs: Merge guides from GH Wiki Co-Authored-By: pandubz <redpanda4552@gmail.com> Co-Authored-By: GovanifY <gauvain@govanify.com> * README: Add Linux setup section --------- Co-authored-by: pandubz <redpanda4552@gmail.com> Co-authored-by: GovanifY <gauvain@govanify.com>
664 B
664 B
title, summary, draft, toc, sidebar_position
| title | summary | draft | toc | sidebar_position |
|---|---|---|---|---|
| Linux | Known Linux-specific issues for PCSX2 | false | true | 5 |
Here are some known Linux-specific issue that can occur.
libfuse2
If you see an error when opening the AppImage such as the following:
...
dlopen(): error loading libfuse.so.2
...
Then you need to install libfuse2 in order to the run the AppImage in your environment. Recent versions of Ubuntu (22.04+) have switched to libfuse3, which is not backwards compatible.
sudo apt install libfuse2
:::tip
This is no longer relevant since PCSX2 v2.1.72 we've now switched to go-appimage which supports libfuse3.
:::