Linux Support: Difference between revisions

From Flashpoint Datahub
Jump to navigation Jump to search
mNo edit summary
(→‎Troubleshooting: Add entry for launcher sandbox errors)
 
(98 intermediate revisions by 10 users not shown)
Line 1: Line 1:
Linux support in Flashpoint is currently experimental due to a lack of maintainers. This page describes the current state of our Linux support. If you need assistance with installing or playing, visit us at #flashpoint-mac-linux-help.
Linux support in Flashpoint is currently experimental due to a lack of maintainers. This page describes the current state of our Linux support. If you need assistance with installing or playing, ask in the <code>#help</code> channel on the [https://flashpointarchive.org/discord Discord server].


As it stands, the Docker version of Flashpoint for Linux supports Flash, HTML5, Shockwave, Unity and Java. The exceptions are content that uses the Chromium browser, and Shockwave content that plays in-browser.
Flashpoint for Linux supports Flash, HTML5, Shockwave, Unity, Java and various other web platforms. Not every platform is supported, such as DevalVR and Viscape, because some may rely too heavily on Windows features and can't run through Wine.
If you want support for the other platforms that are Windows-exclusive, there are a few options to get the Windows version of Flashpoint running on Linux:
If you want support for platforms that are Windows-exclusive, there are a few options to get the Windows version of Flashpoint running on Linux:
* [https://bluemaxima.org/flashpoint/downloads/ Download the Windows version of Flashpoint] and run it in a Windows virtual machine. This is the recommended non-native option.
* [https://flashpointarchive.org/downloads Download the Windows version of Flashpoint] and run it in a Windows virtual machine. This is the recommended non-native option.
* Run the Windows version of Flashpoint with [[#Wine|Wine]]. This works well on some computers, but does not work consistently.
* [[#Windows_Version_Using_Wine|Run the Windows version of Flashpoint with Wine]]. This works well on some computers, but does not work consistently.


Otherwise, download the [https://drive.google.com/file/d/1zgBrmyiMpSfW9xsZ9A4ejvR0lktWlTRR/view?usp=sharing latest Docker Flashpoint package] and [[#Manual Installation|install it]].
Otherwise, if you do not need support for those platforms, you may continue reading through this page.


== Manual Installation ==
== Compatibility ==
Flashpoint for Linux only officially supports the x86_64 architecture. This is because the launcher uses Electron, which does not support 32-bit x86 for Linux, and several included binaries only have x86_64 versions. If you want to run Flashpoint on other architectures, like ARM or RISC-V, you must use an emulator like [https://github.com/ptitSeb/box64 Box64].
 
The current Linux version of Flashpoint is built on Debian 11, which uses glibc 2.31, making it the minimum supported version. Flashpoint cannot be built on older Debian versions without significant changes to the launcher, due to some dependencies being incompatible. Any distro that uses glibc 2.31+ should also be supported, including, but not limited to:
* Ubuntu 20.04+
* Fedora 32+
* openSUSE Leap 15.3+
* Any distro based on the above, including by proxy
* Any rolling release distro maintained after February 2020
 
If you use a distro older than those listed, you must upgrade to a newer version to run Flashpoint.
 
== Main Version ==
This version of Flashpoint for Linux is split up into 3 different parts; [[#Main Files|the main files]], which contain everything that Flashpoint itself and the platforms need to work; [[#Libraries|the libraries]], which can be used to run Flashpoint in a known-working container (like an immutable version); and [[#Wine Runtime|the Wine runtime]], which has everything that the Windows-only programs need to run and nothing more.
 
'''If you are using an immutable distro, like SteamOS, NixOS, or Fedora Silverblue, you must [[#Components|install all 3 of the components below]] for Flashpoint to work. If you don't, you will most likely have errors complaining about missing programs or libraries. If you ask for help and are using an immutable distro, you will be told this again and pointed back here unless you've said you already installed everything.'''
 
It's recommended to have at least 4 GB of free space for the smoothest experience with all the components. You can possibly get away with less if you [[#Dependencies|already have the dependencies installed]] on your system.
 
=== Components ===
==== Main Files ====
To install the main Flashpoint files, follow these steps:
# Download [https://download.unstable.life/upload/fp14.0.1_lin_main_20250222.7z this archive file].
# Extract the contents of the file to an '''empty''' directory that your user has read & write permissions for. This can be done graphically, or in the terminal by entering the following at the file's directory:<pre>7zr x fp14.0.1_lin_main_*.7z -oFlashpoint</pre>
# Open the directory you extracted Flashpoint to, then run <code>setup-desktop-entry.sh</code> to generate a desktop entry that opens the launcher. Alternatively, if you are unable to run desktop entries, run <code>start-flashpoint.sh</code> instead.
 
Once you've done that, the main Flashpoint files are now installed. If you don't want to or can't [[#Dependencies|install the dependencies]], you should also download the other components below.
 
==== Libraries ====
'''If you already have all the dependencies listed in the Dependencies section installed, you can skip this.'''
 
This section will assume you've [[#Main Files|already downloaded and extracted the main files as described above]].
 
To install the libraries, follow these steps:
# Download [https://download.unstable.life/upload/fp14.0.1_lin_libs_20250219.7z this archive file].
# Extract the contents of the file to the <code>Libraries</code> directory of your Flashpoint install.
# If you already have a desktop entry, rerun <code>setup-desktop-entry.sh</code> to generate a new one that'll load the binaries and libraries from the <code>Libraries</code> directory instead.
 
When finished, your Flashpoint install should automatically use the binaries and libraries you've extracted instead of your system ones.
 
==== Wine Runtime ====
'''If you already have all the dependencies listed in the Dependencies section installed, you can skip this.'''
 
This section will assume you've [[#Main Files|already downloaded and extracted the main files as described above]].
 
To install the Wine runtime to run Windows programs, follow these steps:
# Download [https://download.unstable.life/upload/fp14.0.1_lin_wine_20250219.7z this archive file].
# Extract the contents of the file to the <code>FPSoftware/Wine</code> directory of your Flashpoint install.
 
If done correctly, Flashpoint should detect the Wine install you've extracted and use that instead of the one on your system, if applicable. The advantage of doing this over just using the system Wine is that the custom runtime is fine-tuned for Flashpoint; it only contains the executables and DLLs needed to run Flashpoint's Windows-only programs. Doing this reduces overall load times for Wine applications, and reduces the size of the prefix that Wine generates/updates.


=== Dependencies ===
=== Dependencies ===
First, install Flashpoint's dependencies.
'''If you already downloaded and extracted all the components, you can skip this.'''
{| class="wikitable"
 
!colspan="9"|Dependency package names on various distros
If you are on a mutable distro and not using the optional components provided above, you'll need to install the following packages for Flashpoint to work properly. A dependency listed with more than one package for a given distro means you can choose any one package from that distro according to your needs.
|-
{|class="wikitable"
!Library/command name
!Distro
!Docker
!X11
!PulseAudio<span style="color:#0000ff">*</span>
!GTK3
!X11<span style="color:#0000ff">**</span>
!NSS
!PulseAudio
!PHP
!PHP
!bash
!7-Zip
!Wine
!32-bit Xcomposite*
!32-bit LibPulse*
|-
|-
!Debian
!Debian-like
|(see [https://docs.docker.com/engine/install/debian/ this page])
|xserver-xorg-core / xwayland
|pulseaudio
|libgtk-3-0
|xorg
|libnss3
|php
|rowspan=2|pulseaudio / pipewire-pulse
|bash
|rowspan=3|php
|rowspan=2|7zip
|([https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu link])
|libxcomposite1:i386
|libpulse0:i386
|-
|-
!Ubuntu, Linux Mint
!Arch-like
|(see [https://docs.docker.com/engine/install/ubuntu/ this page])
|xorg-server / xorg-xwayland
|pulseaudio
|rowspan=2|gtk3
|xorg
|rowspan=2|nss
|php
|wine
|bash
|lib32-libxcomposite
|lib32-libpulse
|-
|-
!Fedora-like
!Fedora-like
|(see [https://docs.docker.com/engine/install/fedora/ this page])
|xorg-x11-server-Xorg / xorg-x11-server-Xwayland
|pulseaudio
|rowspan=2|pulseaudio / pipewire-pulseaudio
|xorg-x11-server-Xorg
|p7zip
|php
|([https://gitlab.winehq.org/wine/wine/-/wikis/Fedora link])
|bash
|libXcomposite.i686
|pulseaudio-libs.i686
|-
!SUSE-like
|xorg-x11-server / xwayland
|libgtk-3-0
|mozilla-nss
|php7
|7zip
|wine
|libXcomposite1-32bit
|libpulse0-32bit
|}
<small>* Not required on Fedora 40+ and its derivatives</small>
 
There are also some packages that aren't required, but can enhance your experience:
{|class="wikitable"
!Distro
!GTK2
!LibXt
|-
!Debian-like
|libgtk2.0-0
|libxt6
|-
|-
!Arch-like
!Arch-like
|docker
|rowspan=2|gtk2
|pulseaudio
|libxt
|xorg-server
|-
|php
!Fedora-like
|bash
|libXt
|-
!SUSE-like
|libgtk-2_0-0
|libXt6
|}
|}
'''Note:''' Chances are that Docker and PHP will be the only packages that you'll need to install, as most distributions come with the rest of the packages already pre-installed.
<span style="color:#0000ff">*</span> : PipeWire can also be used in place of PulseAudio by installing the <code>pipewire-pulse</code> package on Ubuntu-like and Arch-like distros. For Debian, see [https://wiki.debian.org/PipeWire#Using_as_a_substitute_for_PulseAudio.2FJACK.2FALSA this link].
<span style="color:#0000ff">**</span> : X11 can also be used within Wayland by installing the <code>xwayland</code> package on Debian-like and Ubuntu-like distros, <code>xorg-x11-server-Xwayland</code> on Fedora-like distros, and <code>xorg-xwayland</code> on Arch-like distros.


To install them, use your distro's package manager:
To install them, use your distro's package manager:
Line 63: Line 141:
!Package manager install command
!Package manager install command
|-
|-
!Debian
!Debian-like
|<code>sudo apt-get install {PACKAGE}</code>
|<code>sudo apt-get install $PKG</code>
|-
|-
!Ubuntu, Linux Mint
!Arch-like
|<code>sudo apt-get install {PACKAGE}</code>
|<code>sudo pacman -S $PKG</code>
|-
|-
!Fedora-like
!Fedora-like
|<code>sudo dnf install {PACKAGE}</code>
|<code>sudo dnf install $PKG</code>
|-
!Fedora-like (old)
|<code>sudo yum install {PACKAGE}</code>
|-
|-
!Arch-like
!SUSE-like
|<code>sudo pacman -S {PACKAGE}</code>
|<code>sudo zypper install $PKG</code>
|}
|}


=== Installation ===
=== Nix Shell ===
Before you start, you need to [https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user configure Docker to run as a non-root user], then reboot your computer.
The main Flashpoint files can also be launched under a Nix shell if Nix is installed:
<pre>{ pkgs ? import <nixpkgs> {} }:


If you have an Nvidia GPU, you will need to add Nvidia's repository and install the <code>nvidia-docker2</code> package. Follow the "Setting up NVIDIA Container Toolkit" instructions under the heading corresponding to your distro [https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker here].
(pkgs.buildFHSEnv {
    name = "flashpoint";
    targetPkgs = pkgs: (with pkgs; [
        # Shell utils
        toybox
        # Electron for the launcher.
        electron
        # Flashpoint requirements
        pipewire pulseaudio
        gtk3 gtk2 nss php wine
        xorg.libX11 xorg.libXt xorg.libXcomposite
        # ldd requirements
        mesa #libgbm
        glib nspr at-spi2-atk cups dbus libdrm pango cairo expat libxkbcommon alsa-lib
        xorg.libXdamage xorg.libXext xorg.libXfixes xorg.libXrandr xorg.libxcb
        udev
    ]);
}).env</pre>
Simply save this code into a .nix file and run it with <code>nix-shell {file}.nix --run ./start-flashpoint.sh</code>.


Then, download the [https://drive.google.com/file/d/1zgBrmyiMpSfW9xsZ9A4ejvR0lktWlTRR/view?usp=sharing latest Docker Flashpoint package] if you haven't already and extract it somewhere.
You can also use <code>steam-run</code> (<code>nix-shell -p steam-run --run "steam-run ./start-flashpoint.sh"</code>).


Go to the place where you extracted it, and pull the docker images by running <code>pull.sh</code>. They'll take ~3.5 GB.
== Minimal-Dependency Version ==
'''Due to the inherently barebones nature of this option, do not expect to receive help in the Discord if a specific game does not work.'''


Finally, run the <code>./flashpoint</code> executable script to start the launcher.
If you are looking for a fully-native or minimal setup Flashpoint experience on Linux, ''Flashpoint Nano'' exists as a lightweight (albeit heavily limited) script-based alternative to the other installation options.


Only two platforms are supported: Flash (using [https://ruffle.rs Ruffle]; non-embedded entries only) and HTML5 (using [https://www.palemoon.org Pale Moon]). Each software is Linux-native, downloaded upon first launch and updated automatically.


Config files can be found in <code>./LinuxConf/</code> and <code>./FPSoftware/FSPConfigs/</code>.
=== Dependencies ===
Only a few command-line utilities that may not be available on your system by default are required: <code>tar</code>, <code>curl</code>, <code>sqlite3</code>, and <code>unxz</code> (from XZ Utils). You should be able to install these using your distro's package manager.


Save data is stored in <code>./SaveData</code>. Java save data isn't persistent, because there's no standardized location for it.
=== Installation ===
# Download Nano from [https://github.com/WumboSpasm/flashpoint-nano the GitHub repository] by clicking the ''Code'' button and then ''Download ZIP''. Alternatively, if you have git installed, you can use the <code>git clone <nowiki>https://github.com/WumboSpasm/flashpoint-nano.git</nowiki></code> command to download the repository. The latter option may be preferable so you can download updates to the scripts using <code>git pull</code>.
# If you downloaded the ZIP archive, extract it using your method of choice.
# Enter the created directory and run the following command in the terminal: <code>./flashpoint.sh <entry-id></code>. You can find the ID of the desired entry using the [https://flashpointproject.github.io/flashpoint-database Flashpoint Database] search tool. If you wish to launch an additional application, simply append its ID to the end of your command (with a space separating it from the entry ID).


== Troubleshooting ==
== Windows Version Using Wine ==
Alternatively, you can attempt to run the Windows version of Flashpoint using Wine, which is a compatibility layer for Windows programs. There are several advantages to doing this, like being able to run more up-to-date versions of Flashpoint that have only been made for Windows. However, it is not guaranteed that Wine will work properly, as the experience varies greatly depending on the hardware, choice of distribution, and packages you have installed. For this to work, you currently need to install either the development or staging versions of Wine running a completely fresh prefix. How to install them depends on the distro, so consult [https://gitlab.winehq.org/wine/wine/-/wikis/Download WineHQ's download page] for instructions on yours. You will also need the <code>php</code> package for Flashpoint to work post-install.


=== proxy.sh: "Permission denied" error ===
As of now, you can install the latest Windows version of Flashpoint Infinity by running the [https://github.com/FlashpointProject/FlashpointComponentTools/releases/latest/download/FlashpointInstaller.exe installer] through Wine. To be able to run the installer, you need to install a recent version of Wine Mono, which should be provided upon creating a new Wine prefix or installed as a package on most distros. The process for installing Flashpoint this way is similar to how it is on Windows, except you may have to change the installation path to a location that can be written to, like your home directory. An example of a proper installation path would be <code>Z:\home\$USER\Flashpoint</code>, replacing <code>$USER</code> with your username. You may get an error upon finishing the installation; this is expected behavior. Quit the installer and kill it from your process manager if needed, and all of the files should be where you installed them.


Depending on your system's permissions, the <code>proxy.sh</code> script may throw a "permission denied" error in the launcher logs, causing games to fail to start. To fix this, follow these steps:
At this point, you can try to run the Windows version of the launcher through Wine, but it's recommended that you download the [https://github.com/FlashpointProject/launcher/releases/latest native Linux launcher] as a 7z file and replace everything in the <code>Launcher</code> directory with the files extracted from it. You may need to install the <code>p7zip</code> package to be able to extract from the file. Once done, you can then run <code>Launcher/flashpoint-launcher</code> and set the "Flashpoint Path" in the launcher's config to <code>..</code>, then click "Save and Restart" on the bottom of the page. If everything has been done correctly, you should now have a working Flashpoint install!
# Close the Flashpoint launcher.
# Open <code>./LinuxConf/proxy.sh</code> in a text editor.
# Change the line <code>/var/lock/flashpoint-networking.lock</code> to <code>/tmp/flashpoint-networking.lock</code> and save the file.
# Relaunch Flashpoint.


=== Fix white screen when launching games ===
If you are having issues running Flashpoint with Wine, you can instead try using various other "flavors" such as [https://github.com/GloriousEggroll/wine-ge-custom Wine GE], which has extra patches that aren't upstream. Users of Arch-like distros can install Wine GE as a [https://aur.archlinux.org/packages/wine-ge-custom package from the AUR], however no binary is provided, so it must be compiled.


If you've successfully [[#Dependencies|installed QEMU and PHP]] but are still getting a white screen when launching games, it may mean that your distro's QEMU version is too old to support loading our VM snapshot. Linux Mint is known to be affected by this issue. Click the Logs tab of the launcher and look for the following error message:
== Troubleshooting ==
unsupported machine type 'pc-i440fx-5.2'
=== Audio Glitches in Wine ===
You can also confirm the issue by running the following command: <code>qemu-system-i386 --version</code>. If you see a version below 5.2, then your QEMU version is too old.
Some users may experience audio glitches when running programs through Wine, like constant crackling or distortions. If this is happening to you, you may have to switch to a different audio driver. As of writing, Wine currently uses PulseAudio as the default preferred backend, but other backends are available. For example, to enable the ALSA driver, run the following command, replacing <code>$DIR</code> with the full path of the prefix you wish to modify:
To fix the problem, you'll need to disable snapshot loading by following these steps:
WINEPREFIX=$DIR wine reg add 'HKCU\Software\Wine\Drivers' /v Audio /d alsa
# Open the <code>Data</code> folder within your Flashpoint folder.
To modify the default prefix, don't set WINEPREFIX. For reference, Flashpoint's prefix location relative to the installation directory is <code>FPSoftware/Wine</code>.
# Open the <code>services.json</code> file in a text editor.
# Remove these snippets of text from the file:
#* <code>"-machine", "pc-i440fx-5.2",</code>
#* <code>"-loadvm", "quick",</code>
# Save the file and restart Flashpoint.
With these changes applied, you'll need to wait about 10-20 seconds after starting Flashpoint before launching games, but games should work properly.
 
=== Fix Flash Player crash ===
 
If the Flash Player crashes immediately when launched, there are a few possible solutions:
* Replace our hacked Flash projector with the original, unhacked Adobe Flash projector. Follow these steps:
*# [https://drive.google.com/file/d/1Dt3EGqB6SmfM1hkGszUMnYYlNo7RtlhD/view?usp=sharing Download the projector from here]
*# In your Flashpoint folder, open <code>FPSoftware/Flash</code>
*# Replace the <code>flashplayer_32_sa.exe</code> file with the one you downloaded.
* Remove wine-dxvk from your system. This causes problems with the Flash projector on some computers.
 
=== Fix Wine failing to start ===
 
In some cases, a problem with Wine may prevent games in Flashpoint from working. Look for the following error in the Logs tab of the launcher:
wine: 'examplewinedirectory/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver.
If you see this error, then run the following command to change the wineprefix that FP is trying to use.
sed -i "2 i export WINEPREFIX=$HOME/.wine_fp" "$HOME/opt/flashpoint/launcher/flashpoint"
Alternatively, if you are running low on disk space and don't care about the contents of the wineprefix, you can take a more destructive route: navigate to your Wine directory (usually, it's your home directory) and run the commands below to resolve the problem. Note that this deletes your current wineprefix.
rm -r .wine/
winecfg
 
== Technologies ==
 
Flashpoint Infinity, like its Windows counterpart, it uses <code>router.php</code> as a proxy server. But unlike Windows, Linux provides native ways to set per-application proxy settings, so no equivalent to the [https://github.com/FlashpointProject/FlashpointProxy Flashpoint Proxy library] is used. On Linux, each application is simply told via environment variables to use <code>localhost:22500</code> as a proxy server. For example, before Flashpoint Launcher opens the Flash projector, it sets the <code>http_proxy</code> environment variable to <code>http://localhost:22500/</code>.
 
The [http://bluemaxima.org/flashpoint/faq/ Flashpoint FAQ] contains a list of all web game technologies ("Platforms") supported in the Windows version of Flashpoint. The Linux version currently supports a subset of these platforms. This is explained in detail below.
 
=== Supported Platforms ===
* Flash: Supported through Wine by default. Although a Linux Flash Projector exists, it suffers from graphical glitches on many systems. If you'd like to try your luck with the native projector, then either turn off use Wine, or tick it as a 'Native Platform' on the Config page.
* Shockwave: Supported through Wine.
* HTML5: Supported natively through the Basilisk browser. To update Basilisk, download it from [http://us.basilisk-browser.org/release/basilisk-latest.linux64.tar.bz2 here] and extract it such that the executable is located at <code>FPSoftware/Basilisk-Portable/linux/basilisk</code>. By default, Basilisk will store its configuration in the location defined by <code>XDG_CONFIG_DIR</code>, so Flashpoint uses a shell script to set the configuration location. A pre-configured copy of Basilisk, along with the shell script, is packaged and also available [https://drive.google.com/file/d/1Y5Mgm9dCa4gCc6UF5WFPqQruzsO81xhf/view?usp=sharing here]. This [https://cdn.discordapp.com/attachments/516027726851735632/612891261665411073/BasiliskSetup.txt text file] describes Basilisk's configuration.
* Java Applets: Supported natively using the OpenJDK. This support is not currently working, however.
* Unity Web Player: Supported through Wine. Unity 2.x and 3.x games may not work; this needs further testing.
* PopCap Plugin: Supported through Wine.
* Authorware Web Player: Supported through Wine.
* GoBit Plugin: Supported through Wine.
 
=== Unsupported Platforms ===
* Silverlight: In the past, [http://www.webupd8.org/2013/08/pipelight-use-silverlight-in-your-linux.html Pipelight] allowed Linux users to use Silverlight, but the repository is no longer available for most Linux distros. [https://www.maketecheasier.com/install-and-run-silverlight-in-linux/ Moonlight] was another option, but is also no longer available. Attempts to use Silverlight in K-Meleon using Wine have failed.
* 3DVIA Player: A previous tester received this error, which crashed K-Meleon: <code>Error: Access was denied while trying to open files in your profile directory</code>. We need another tester to help us narrow this down.
* 3D Groove GX: When the http_proxy variable is set, Groove Player downloads but fails to load the file. Maybe the registry method described [https://wiki.winehq.org/FAQ#How_do_I_configure_a_proxy.3F here] would work better, but this needs to be tested. Two of our testers received the following set of errors: [https://media.discordapp.net/attachments/496132309498724391/577330595609444352/unknown.png 1] [https://media.discordapp.net/attachments/496132309498724391/577330680678055948/unknown.png 2] [https://media.discordapp.net/attachments/496132309498724391/577330740396556309/unknown.png 3]
* ActiveX: The most promising method so far was to install Internet Explorer 8 and each ActiveX plugin into the Wine prefix, but this needs considerable work.
 
== Wine ==
Most games rely on technology only available on Windows. A lot of these however can be run through Wine. If there is no native executable, or you have the Native Platform option unticked for the game's platform then the launcher will run it through Wine.
 
You may choose to use the native versions, in which case tick the platform under Native Platforms in Config.
 
If you wish to play games that rely on Wine, be sure to install the 32-bit version of Wine. There are links below to distro specific install guides:
 
* Ubuntu - https://wiki.winehq.org/Ubuntu
* Debian - https://wiki.debian.org/Wine#Installation_on_Debian_Jessie_and_newer
* Arch Linux - https://wiki.archlinux.org/index.php/Wine#Installation
 
=== Important Note ===
 
Update: As of Wine 6.0-rc1, Shockwave appears to be working again. If you are on 5.22, keep an eye out for an update from your distribution.
 
<s>As of Wine 5.22, the Shockwave wrappers are no longer launching. Avoid updating Wine until a fix is found.</s>
 
== Changelog ==
 
; 2021-07-26
: Added 10.0 Infinity package
 
; 2021-02-16
: Added Core/Ultimate standalone package for 9.0 based on 8.1 Infinity standalone
 
; 2020-11-07
: Updated .deb to Flashpoint 8.2-2 Infinity
: Added native executables for Flash and HTML5
: Replaced modified Flash Projectors with the unmodified ones
: Fixed extreme games option being disabled in config.json
 
; 2020-10-23
: Updated .deb to Flashpoint 8.2-1 Infinity


; 2020-07-04
Switching audio drivers may or may not fix the problem right away. If you are still experiencing glitchy audio, please ask for help in the Discord server.
: Updated to Flashpoint 8.1 Infinity
: Updated to Flashpoint Launcher 9.0.2


; 2019-09-28
=== Launcher Sandbox Errors ===
: Updated to Flashpoint 6.3
Some users may receive the following error when attempting to run the launcher:
: Bundled WIP Launcher with better Multi-Platform Support:
The SUID sandbox helper binary was found, but is not configured correctly.
:* Proper linux argument escaping (Supersonic RC works now, yay!)
To fix this, the permissions and owner of the sandbox have to be changed. Open a terminal in the <code>Launcher</code> directory on your Flashpoint install, and run the following:
:* SPR games automatically use port 22500 (Hacky, may be removed later)
chmod 4755 chrome-sandbox
:* Wine will always (and only) be used for running .exe files (even if use Wine is turned off in Config)
sudo chown root:root chrome-sandbox
:* .bat files will always run their .sh equivalents (even if use Wine is turned on in Config)
The first command will allow the owner of the sandbox to read, write and execute it; other users will only be able to read and execute. The second will set the root user and group as the owner of the sandbox. The root group should only contain the root user by default.
:* Windows execs are mapped to native execs (if existing), so Windows game XMLs should work out the box. (See execs.json)
:* Can mark a platform as 'native' in Config, will force native execs to be used instead of Windows execs even if use Wine is turned on.
:** If no native execs are available (like Shockwave) then it will fallback to running the Windows exec with Wine.
: Added native Basilisk support files
: Updated SPR files
: Updated router.php


; 2019-09-18
Afterwards, the launcher should now be able to open without issue. If you still encounter errors, try adding the <code>--no-sandbox</code> flag to the end of the command that runs the launcher, either in the desktop entry or in the start script.
: Added new SPR version (see update-spr.sh) and Shockwave XMLs
: Added interim Launcher hack to make Shockwave games that use SPR work properly
: Made the save manager scripts use a valid interpreter (/bin/sh)
:* TODO: they still need further work/testing


; 2019-07-21 and prior
== Optional Enhancements ==
: Configure Flash games to run using the Windows player, flashplayer_32_sa.exe
=== Wine Wayland Support ===
:* The Linux flash player suffers from too many graphical glitches
'''Enabling this feature could cause unforeseen bugs and break compatibility with some games/animations. Do so at your own risk.'''
:* Requires Wine to be installed and enabled to play
: Updated JDK to version 8u212
:* startJava.sh instructions and script updated
:* Made startJava.sh executable
: Added support for Authorware Platform
: Adds Linux versions of the Save Manager scripts
: Adds a "Flashpoint" shortcut (replacing the Windows version)
: Adds Flashpoint 6.2 games
: Removed the game logos, as in Flashpoint Infinity 6.2 for Windows
: Removed the Wineprefix because it was not used


'''To-Do List'''
Starting with Wine 8.4 and being officially added in Wine 10.0, a new display driver can be used to run Windows programs through Wayland instead of X11/Xwayland. To enable it, run the following command, replacing <code>$DIR</code> with the full path of the prefix you wish to modify:
* Allow the launcher to automatically start/stop the flashpoint server on Linux
WINEPREFIX=$DIR wine reg add 'HKCU\Software\Wine\Drivers' /v Graphics /d wayland,x11
* Rewrite and test startUnity.sh and startJava.sh scripts
To modify the default prefix, don't set WINEPREFIX. For reference, Flashpoint's prefix location relative to the installation directory is <code>FPSoftware/Wine</code>.
* Find a way to get Basilisk working better in Wine, or use an alternative browser like K-Meleon
* Get Java working natively again with OpenJDK 8
* Test Unity 2.x and 3.x games
* AMF support for games like Neon Rider for the community levels


<noinclude>[[Category:Technologies]]</noinclude>
After making this change, all programs running in Wine from now on should be using Wayland.
<noinclude>
[[Category:Technologies]]
</noinclude>

Latest revision as of 00:05, 3 March 2025

Linux support in Flashpoint is currently experimental due to a lack of maintainers. This page describes the current state of our Linux support. If you need assistance with installing or playing, ask in the #help channel on the Discord server.

Flashpoint for Linux supports Flash, HTML5, Shockwave, Unity, Java and various other web platforms. Not every platform is supported, such as DevalVR and Viscape, because some may rely too heavily on Windows features and can't run through Wine. If you want support for platforms that are Windows-exclusive, there are a few options to get the Windows version of Flashpoint running on Linux:

Otherwise, if you do not need support for those platforms, you may continue reading through this page.

Compatibility

Flashpoint for Linux only officially supports the x86_64 architecture. This is because the launcher uses Electron, which does not support 32-bit x86 for Linux, and several included binaries only have x86_64 versions. If you want to run Flashpoint on other architectures, like ARM or RISC-V, you must use an emulator like Box64.

The current Linux version of Flashpoint is built on Debian 11, which uses glibc 2.31, making it the minimum supported version. Flashpoint cannot be built on older Debian versions without significant changes to the launcher, due to some dependencies being incompatible. Any distro that uses glibc 2.31+ should also be supported, including, but not limited to:

  • Ubuntu 20.04+
  • Fedora 32+
  • openSUSE Leap 15.3+
  • Any distro based on the above, including by proxy
  • Any rolling release distro maintained after February 2020

If you use a distro older than those listed, you must upgrade to a newer version to run Flashpoint.

Main Version

This version of Flashpoint for Linux is split up into 3 different parts; the main files, which contain everything that Flashpoint itself and the platforms need to work; the libraries, which can be used to run Flashpoint in a known-working container (like an immutable version); and the Wine runtime, which has everything that the Windows-only programs need to run and nothing more.

If you are using an immutable distro, like SteamOS, NixOS, or Fedora Silverblue, you must install all 3 of the components below for Flashpoint to work. If you don't, you will most likely have errors complaining about missing programs or libraries. If you ask for help and are using an immutable distro, you will be told this again and pointed back here unless you've said you already installed everything.

It's recommended to have at least 4 GB of free space for the smoothest experience with all the components. You can possibly get away with less if you already have the dependencies installed on your system.

Components

Main Files

To install the main Flashpoint files, follow these steps:

  1. Download this archive file.
  2. Extract the contents of the file to an empty directory that your user has read & write permissions for. This can be done graphically, or in the terminal by entering the following at the file's directory:
    7zr x fp14.0.1_lin_main_*.7z -oFlashpoint
  3. Open the directory you extracted Flashpoint to, then run setup-desktop-entry.sh to generate a desktop entry that opens the launcher. Alternatively, if you are unable to run desktop entries, run start-flashpoint.sh instead.

Once you've done that, the main Flashpoint files are now installed. If you don't want to or can't install the dependencies, you should also download the other components below.

Libraries

If you already have all the dependencies listed in the Dependencies section installed, you can skip this.

This section will assume you've already downloaded and extracted the main files as described above.

To install the libraries, follow these steps:

  1. Download this archive file.
  2. Extract the contents of the file to the Libraries directory of your Flashpoint install.
  3. If you already have a desktop entry, rerun setup-desktop-entry.sh to generate a new one that'll load the binaries and libraries from the Libraries directory instead.

When finished, your Flashpoint install should automatically use the binaries and libraries you've extracted instead of your system ones.

Wine Runtime

If you already have all the dependencies listed in the Dependencies section installed, you can skip this.

This section will assume you've already downloaded and extracted the main files as described above.

To install the Wine runtime to run Windows programs, follow these steps:

  1. Download this archive file.
  2. Extract the contents of the file to the FPSoftware/Wine directory of your Flashpoint install.

If done correctly, Flashpoint should detect the Wine install you've extracted and use that instead of the one on your system, if applicable. The advantage of doing this over just using the system Wine is that the custom runtime is fine-tuned for Flashpoint; it only contains the executables and DLLs needed to run Flashpoint's Windows-only programs. Doing this reduces overall load times for Wine applications, and reduces the size of the prefix that Wine generates/updates.

Dependencies

If you already downloaded and extracted all the components, you can skip this.

If you are on a mutable distro and not using the optional components provided above, you'll need to install the following packages for Flashpoint to work properly. A dependency listed with more than one package for a given distro means you can choose any one package from that distro according to your needs.

Distro X11 GTK3 NSS PulseAudio PHP 7-Zip Wine 32-bit Xcomposite* 32-bit LibPulse*
Debian-like xserver-xorg-core / xwayland libgtk-3-0 libnss3 pulseaudio / pipewire-pulse php 7zip (link) libxcomposite1:i386 libpulse0:i386
Arch-like xorg-server / xorg-xwayland gtk3 nss wine lib32-libxcomposite lib32-libpulse
Fedora-like xorg-x11-server-Xorg / xorg-x11-server-Xwayland pulseaudio / pipewire-pulseaudio p7zip (link) libXcomposite.i686 pulseaudio-libs.i686
SUSE-like xorg-x11-server / xwayland libgtk-3-0 mozilla-nss php7 7zip wine libXcomposite1-32bit libpulse0-32bit

* Not required on Fedora 40+ and its derivatives

There are also some packages that aren't required, but can enhance your experience:

Distro GTK2 LibXt
Debian-like libgtk2.0-0 libxt6
Arch-like gtk2 libxt
Fedora-like libXt
SUSE-like libgtk-2_0-0 libXt6

To install them, use your distro's package manager:

Distro Package manager install command
Debian-like sudo apt-get install $PKG
Arch-like sudo pacman -S $PKG
Fedora-like sudo dnf install $PKG
SUSE-like sudo zypper install $PKG

Nix Shell

The main Flashpoint files can also be launched under a Nix shell if Nix is installed:

{ pkgs ? import <nixpkgs> {} }:

(pkgs.buildFHSEnv {
    name = "flashpoint";
    targetPkgs = pkgs: (with pkgs; [
        # Shell utils
        toybox
        # Electron for the launcher.
        electron
        # Flashpoint requirements
        pipewire pulseaudio
        gtk3 gtk2 nss php wine
        xorg.libX11 xorg.libXt xorg.libXcomposite
        # ldd requirements
        mesa #libgbm
        glib nspr at-spi2-atk cups dbus libdrm pango cairo expat libxkbcommon alsa-lib
        xorg.libXdamage xorg.libXext xorg.libXfixes xorg.libXrandr xorg.libxcb
        udev
    ]);
}).env

Simply save this code into a .nix file and run it with nix-shell {file}.nix --run ./start-flashpoint.sh.

You can also use steam-run (nix-shell -p steam-run --run "steam-run ./start-flashpoint.sh").

Minimal-Dependency Version

Due to the inherently barebones nature of this option, do not expect to receive help in the Discord if a specific game does not work.

If you are looking for a fully-native or minimal setup Flashpoint experience on Linux, Flashpoint Nano exists as a lightweight (albeit heavily limited) script-based alternative to the other installation options.

Only two platforms are supported: Flash (using Ruffle; non-embedded entries only) and HTML5 (using Pale Moon). Each software is Linux-native, downloaded upon first launch and updated automatically.

Dependencies

Only a few command-line utilities that may not be available on your system by default are required: tar, curl, sqlite3, and unxz (from XZ Utils). You should be able to install these using your distro's package manager.

Installation

  1. Download Nano from the GitHub repository by clicking the Code button and then Download ZIP. Alternatively, if you have git installed, you can use the git clone https://github.com/WumboSpasm/flashpoint-nano.git command to download the repository. The latter option may be preferable so you can download updates to the scripts using git pull.
  2. If you downloaded the ZIP archive, extract it using your method of choice.
  3. Enter the created directory and run the following command in the terminal: ./flashpoint.sh <entry-id>. You can find the ID of the desired entry using the Flashpoint Database search tool. If you wish to launch an additional application, simply append its ID to the end of your command (with a space separating it from the entry ID).

Windows Version Using Wine

Alternatively, you can attempt to run the Windows version of Flashpoint using Wine, which is a compatibility layer for Windows programs. There are several advantages to doing this, like being able to run more up-to-date versions of Flashpoint that have only been made for Windows. However, it is not guaranteed that Wine will work properly, as the experience varies greatly depending on the hardware, choice of distribution, and packages you have installed. For this to work, you currently need to install either the development or staging versions of Wine running a completely fresh prefix. How to install them depends on the distro, so consult WineHQ's download page for instructions on yours. You will also need the php package for Flashpoint to work post-install.

As of now, you can install the latest Windows version of Flashpoint Infinity by running the installer through Wine. To be able to run the installer, you need to install a recent version of Wine Mono, which should be provided upon creating a new Wine prefix or installed as a package on most distros. The process for installing Flashpoint this way is similar to how it is on Windows, except you may have to change the installation path to a location that can be written to, like your home directory. An example of a proper installation path would be Z:\home\$USER\Flashpoint, replacing $USER with your username. You may get an error upon finishing the installation; this is expected behavior. Quit the installer and kill it from your process manager if needed, and all of the files should be where you installed them.

At this point, you can try to run the Windows version of the launcher through Wine, but it's recommended that you download the native Linux launcher as a 7z file and replace everything in the Launcher directory with the files extracted from it. You may need to install the p7zip package to be able to extract from the file. Once done, you can then run Launcher/flashpoint-launcher and set the "Flashpoint Path" in the launcher's config to .., then click "Save and Restart" on the bottom of the page. If everything has been done correctly, you should now have a working Flashpoint install!

If you are having issues running Flashpoint with Wine, you can instead try using various other "flavors" such as Wine GE, which has extra patches that aren't upstream. Users of Arch-like distros can install Wine GE as a package from the AUR, however no binary is provided, so it must be compiled.

Troubleshooting

Audio Glitches in Wine

Some users may experience audio glitches when running programs through Wine, like constant crackling or distortions. If this is happening to you, you may have to switch to a different audio driver. As of writing, Wine currently uses PulseAudio as the default preferred backend, but other backends are available. For example, to enable the ALSA driver, run the following command, replacing $DIR with the full path of the prefix you wish to modify:

WINEPREFIX=$DIR wine reg add 'HKCU\Software\Wine\Drivers' /v Audio /d alsa

To modify the default prefix, don't set WINEPREFIX. For reference, Flashpoint's prefix location relative to the installation directory is FPSoftware/Wine.

Switching audio drivers may or may not fix the problem right away. If you are still experiencing glitchy audio, please ask for help in the Discord server.

Launcher Sandbox Errors

Some users may receive the following error when attempting to run the launcher:

The SUID sandbox helper binary was found, but is not configured correctly.

To fix this, the permissions and owner of the sandbox have to be changed. Open a terminal in the Launcher directory on your Flashpoint install, and run the following:

chmod 4755 chrome-sandbox
sudo chown root:root chrome-sandbox

The first command will allow the owner of the sandbox to read, write and execute it; other users will only be able to read and execute. The second will set the root user and group as the owner of the sandbox. The root group should only contain the root user by default.

Afterwards, the launcher should now be able to open without issue. If you still encounter errors, try adding the --no-sandbox flag to the end of the command that runs the launcher, either in the desktop entry or in the start script.

Optional Enhancements

Wine Wayland Support

Enabling this feature could cause unforeseen bugs and break compatibility with some games/animations. Do so at your own risk.

Starting with Wine 8.4 and being officially added in Wine 10.0, a new display driver can be used to run Windows programs through Wayland instead of X11/Xwayland. To enable it, run the following command, replacing $DIR with the full path of the prefix you wish to modify:

WINEPREFIX=$DIR wine reg add 'HKCU\Software\Wine\Drivers' /v Graphics /d wayland,x11

To modify the default prefix, don't set WINEPREFIX. For reference, Flashpoint's prefix location relative to the installation directory is FPSoftware/Wine.

After making this change, all programs running in Wine from now on should be using Wayland.