Mac Support: Difference between revisions

From Flashpoint Datahub
Jump to navigation Jump to search
m (Fix missing break)
(→‎Installing Flashpoint: Everything should finally work now, for realsies)
Tag: Manual revert
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page provides information about the latest official Flashpoint release for macOS. For information about older releases, see the [[/Beta 2022-06-22|Beta 2022-06-22]] subpage.
This page provides information about the latest official Flashpoint release for Mac. For information about older releases, see the [[/Beta 2022-06-22|Beta 2022-06-22]] subpage.


If you have any issues running Flashpoint, please join our Discord and post your issues in a new thread on the <code>help</code> forum channel: http://discord.gg/S9uJ794
If you have any issues running Flashpoint, please [https://discord.gg/S9uJ794 join our Discord] and post your issues in a new thread on the <code>help</code> forum channel.


== Compatibility ==
== Compatibility ==
There are 2 variants of Flashpoint for macOS: a regular and legacy one. The regular variant is compatible with macOS Catalina (10.15) and later, while the legacy one is made for High Sierra (10.13) and Mojave (10.14). If you have an earlier macOS version, you will need to use the older [[/Beta 2022-06-22|Beta 2022-06-22]] version of Flashpoint. See the table below for detailed information, or [[#Installing Flashpoint|skip to the next section]] to begin installing Flashpoint.
Flashpoint for Mac is fully compatible with macOS Sierra & newer, and has limited support for OS X El Capitan. Older versions won't work due to the launcher and/or game server being incompatible. See the table below for a detailed support chart, or [[#Installing Flashpoint|skip to the next section to begin installing Flashpoint]].


{| class="wikitable"
{|class="wikitable"
!colspan="2"|Supported macOS versions
!colspan=2|macOS Support
!Notes
|-
|-
!Sierra (10.12) & older
!≤ <abbr title="10.10">Yosemite</abbr>
!style="background-color:#fdb3ab;"|Not supported; use [[/Beta 2022-06-22|Beta 2022-06-22]] instead
!style="background:#ffe3e3;"|None
|<center>Too difficult to port<br>launcher & game server.</center>
|-
|-
!High Sierra (10.13)
!<abbr title="10.11">El Capitan</abbr>
!style="background-color:#fef8c6;"|[[#Legacy Support|Legacy support]]
!style="background:#ffb;"|Partial
|<center>Wine can't be built, so<br>non-native apps don't work.<br>Ruffle also doesn't launch.</center>
|-
|-
!Mojave (10.14)
!<abbr title="10.12">Sierra</abbr>
!style="background-color:#fef8c6;"|[[#Legacy Support|Legacy support]]
!rowspan=10 style="background:#dfd;"|Full
|rowspan=3|<center>May be very slow when<br>loading/searching content.</center>
|-
|-
!Catalina (10.15)
!<abbr title="10.13">High Sierra</abbr>
!style="background-color:#d4f4b4;"|Full support
|-
|-
!Big Sur (11)
!<abbr title="10.14">Mojave</abbr>
!style="background-color:#d4f4b4;"|Full support
|-
|-
!Monterey (12)
!<abbr title="10.15">Catalina</abbr>
!style="background-color:#d4f4b4;"|Full support
|rowspan=7|<center>Catalina & newer can't run<br>32-bit apps, so Wine must<br>convert 32-bit calls to 64-bit.<br>Non-native 32-bit apps<br>will run slower as a result.</center>
|-
|-
!Ventura (13)
!<abbr title="11">Big Sur</abbr>
!style="background-color:#d4f4b4;"|Full support
|-
|-
!Sonoma (14)
!<abbr title="12">Monterey</abbr>
!style="background-color:#d4f4b4;"|Full support
|-
!<abbr title="13">Ventura</abbr>
|-
!<abbr title="14">Sonoma</abbr>
|-
!<abbr title="15">Sequoia</abbr>
|-
!<abbr title="26">Tahoe</abbr>
|}
|}


Line 45: Line 53:
</li>
</li>
<li>
<li>
Copy the following command, then paste it into the Terminal and press Return:<br>
Copy the following command, then paste it into the Terminal and press Return to download Flashpoint:<br>
<pre>curl -fo ~/Downloads/fp13_mac.tar.xz https://download.unstable.life/upload/fp13_mac.tar.xz</pre>
<pre>curl -fL https://download.flashpointarchive.org/upload/fp14.0.3_mac.txz | tar xC ~/Downloads</pre>
[[File:MacFP13Download.png]]
[[File:MacFP14Download.png]]<br>
'''Note''': 3rd party firewalls like LuLu may block the download with a "Couldn't connect to server" or "Could not resolve hostname" error. If you have any installed, turn them off beforehand.
</li>
</li>
<li>
<li>
When the download completes, the file, "fp13_mac.tar.xz", will be in your Downloads. Control-click the downloaded XZ file, then choose Open With > Archive Utility.<br>
'''Wait for the download to finish''', then open the "Flashpoint 14.0.3 for Mac" folder created in your Downloads, and run the Flashpoint application.<br>
[[File:MacArchiveUtility.png]]<br>
[[File:MacFP14FlashpointApp.png]]<br>
'''Note''': You must use the Archive Utility instead of any third-party tools you may have installed, as some of them may set a quarantine flag that will prevent Flashpoint from working properly.
'''Note''': '''Do not''' move the Flashpoint app to Applications or anywhere else outside of the main folder. If you do, Flashpoint will not work properly if its path is not configured to point to the main folder.
</li>
</li>
<li>
<li>
When the file finishes expanding, you will see a new folder called "Flashpoint 13 for macOS". Open the folder, then run the '''Start Flashpoint''' command file.<br>
After Flashpoint opens, you may optionally keep the application in the Dock by control-clicking the Flashpoint icon in the Dock, then choosing Options > Keep in Dock.<br>
[[File:MacStartFlashpoint.png]]<br>
[[File:MacKeepInDock.png]]
</li>
</ol>
'''Flashpoint is now installed!'''
'''Flashpoint is now installed!'''


== Troubleshooting ==
== Troubleshooting ==
=== JavaScript Error on First Launch ===
[[File:JavaScriptError.png|thumb|An example of the JavaScript error popup.]]
When first launching Flashpoint, some users may encounter a JavaScript error stating the following:
Uncaught Exception: Error: Preferences must be set before you can open a window.
If the launcher doesn't start upon pressing OK, then Flashpoint doesn't have the permissions to run properly. To fix this, move the main Flashpoint '''folder''' (not just the application) to the <code>/Applications</code> folder and relaunch. If the error persists but the launcher starts after pressing OK, it can be safely ignored.
=== No Working Sources ===
Some users, especially after [[#JavaScript_Error_on_First_Launch|doing the above fix]], may receive this error upon attempting to download a game:
[[File:NoWorkingSources.png|300px]]
There may also not be an Update button on Flashpoint's Home tab. To fix this, quit Flashpoint and delete <code>preferences.json</code> from the main Flashpoint folder. Reopening the Flashpoint app will then regenerate the preferences file to a working state using a hidden default file. The Update button should then reappear on the Home tab, and game downloads should now work.
=== Flash EOL Screen ===
=== Flash EOL Screen ===
If you see the Flash Player EOL information screen (shown below) when you try to play a game, that means that Waterfox Classic is loading your installed Flash Player plugin instead of the plugin that is bundled with Flashpoint. To fix the problem, [https://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html uninstall Flash Player from your Mac] and restart Flashpoint. Games should work in Waterfox Classic now.
If you see the Flash Player EOL information screen (shown below) when you try to play a game, that means that Waterfox Classic is loading your installed Flash Player plugin instead of the plugin that is bundled with Flashpoint. To fix the problem, [https://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html uninstall Flash Player from your Mac] and restart Flashpoint. Games should work in Waterfox Classic now.
Line 67: Line 91:
== Using Flashpoint ==
== Using Flashpoint ==
[https://flashpointproject.github.io/manual/Using_the_launcher.html See the Flashpoint Manual].
[https://flashpointproject.github.io/manual/Using_the_launcher.html See the Flashpoint Manual].
== Legacy Support ==
For those still running macOS High Sierra (10.13) or Mojave (10.14), there is a legacy variant of Flashpoint that can be installed instead of the regular one. To install it, follow all of the instructions listed in the [[#Installing Flashpoint|installation section]] until step 3, then replace the terminal command you are meant to run with the following:
<pre>curl -fo ~/Downloads/fp13_mac_legacy.tar.xz https://download.unstable.life/upload/fp13_mac_legacy.tar.xz</pre>
This will download the legacy variant of Flashpoint to your Downloads folder. Once it's finished downloading, you may follow the rest of the installation steps.
The only major difference between this variant and the regular one is the version of Wine bundled in. The regular variant uses a version of Wine built for macOS Catalina (10.15) and newer that runs with only 64-bit libraries, while the legacy variant uses an older version that includes both 32-bit and 64-bit libraries. This is because macOS Catalina (10.15) dropped support for running 32-bit programs, which many of the platforms that can be ran on Flashpoint are, such as Flash, Shockwave and other web-based plugins.


== Changelog ==
== Changelog ==
 
[https://download.flashpointarchive.org/upload/fp_mac_changelog.txt See the Flashpoint for Mac changelog file].
2024-06-22: Flashpoint 13 for macOS is now available!
 
2022-08-25: Bundled dependencies with Flashpoint to make Homebrew unnecessary in many cases. Updated install scripts appropriately.
 
2022-08-17: Flashpoint 11 Infinity for Mac is now available!


== Technologies ==
== Technologies ==
Currently, only Flashpoint Infinity is available for macOS. We plan to also create a Flashpoint Ultimate package for macOS in the future. To do this, we will need to set up Apache for use on macOS, including all of its required modules.
Currently, only Flashpoint Infinity is available for Mac. We plan to also create a Flashpoint Ultimate package for Mac in the future. To do this, we will need to set up Apache for use on Mac, including all of its required modules.


Thanks to the work of volunteer [https://github.com/LindirQuenya/ LindirQuenya (Ardil)], we now have an equivalent to FlashpointProxy for Mac, aptly named [https://github.com/FlashpointProject/FlashpointProxyMac FlashpointProxyMac]. This allows us to use the native standalone projectors for most Flash games and eliminates nearly all of the Flash-related bugs that plagued previous Flashpoint Mac builds.
Thanks to the work of volunteer [https://github.com/LindirQuenya/ LindirQuenya (Ardil)], we have an equivalent to FlashpointProxy for Mac, aptly named [https://github.com/FlashpointProject/FlashpointProxyMac FlashpointProxyMac]. This allows us to use the native standalone projectors for most Flash games and eliminates nearly all of the Flash-related bugs that plagued previous Flashpoint Mac builds.


Flashpoint for macOS supports several web technologies([[Platforms]]), including:
Flashpoint for Mac supports several [[Platforms|web technologies]], including:
* Flash: Supported natively with standalone projectors. Older 32-bit-only Flash versions are supported through Wine.
* Flash: Supported natively with standalone projectors. Installed by default.
** Flash in the browser is supported natively with [https://classic.waterfox.net/ Waterfox Classic].
** Flash in the browser is supported natively with [https://classic.waterfox.net/ Waterfox Classic].
* HTML5: Supported natively with Waterfox Classic and Chromium.
* HTML5: Supported natively with Waterfox Classic and Chromium. Installed by default.
** Games that use Flashpoint Launcher's Browser Mode are [[#Known Issues|not supported yet]].
** Games that use Flashpoint Launcher's Browser Mode are [[#Known Issues|not supported yet]].
* Java Applets: Supported natively with the Java Development Kit.
* Java Applets: Supported natively with the Java Development Kit. Installed by default.
** Java in the browser is not supported yet.
** Java in the browser is not supported yet.
* Shockwave: Fully supported with Wine, including Shockwave in the browser.
* Shockwave: Fully supported with Wine, including Shockwave in the browser. Installed by default.
* ShiVa3D: Supported with Wine and the help of custom shell scripts.
* ShiVa3D: Supported with Wine and the help of custom shell scripts.
* 3DVIA, Authorware, GoBit, PopCap, Vitalize, Tcl, DeepV, LiveMath, AnimaFlex, Visual WebMap, Squeak, WebAnimator, iPix: All supported in Flashpoint Navigator with Wine!
* Various other web platforms that run via Flashpoint Navigator with Wine.
** For a full support list, see README.txt in the main folder extracted from the downloaded archive file.


An attempt was made to support Unity Web Player, but it is not working right now. See [[#Known Issues|Known Issues]].
An attempt was made to support Unity Web Player in Wine, but it is not working right now. See [[#Known Issues|Known Issues]].


== Known Issues ==
== Known Issues ==
* [https://github.com/FlashpointProject/launcher/issues/333#issuecomment-1218457380 Launching HTML5 games that use Flashpoint Launcher's Browser Mode fails and shows an error popup].
* [https://github.com/FlashpointProject/launcher/issues/333#issuecomment-1218457380 Launching HTML5 games that use Flashpoint Launcher's Browser Mode fails and shows an error popup].
* Unity Web Player games will get stuck on the loading screen. Audio will play but the graphics will not initialize. We are currently trying to diagnose the cause of this problem.  
* Unity Web Player games in Wine will get stuck on the loading screen. Audio will play, but the graphics will not initialize. We are currently trying to diagnose the cause of this problem.  
* Clicking a link inside a Flash game that launches your default web browser may also crash the browser. This is because the Flash projector is launched with an environment variable telling it to load FlashpointProxyMac, and it passes the variable to its child processes. But the variable value is a relative path to the FlashpointProxyMac library, and the relative path will not resolve correctly for applications in other locations, such as your default web browser. Thus the browser will fail to load the library and will crash.
* Clicking a link inside a Flash game that launches your default web browser may also crash the browser. This is because the Flash projector is launched with an environment variable telling it to load FlashpointProxyMac, and it passes the variable to its child processes. But the variable value is a relative path to the FlashpointProxyMac library, and the relative path will not resolve correctly for applications in other locations, such as your default web browser. Thus the browser will fail to load the library and will crash.
** This only happens if the browser is not already open because when launching a new instance of an existing process, it inherits the environment of the existing process.
** This only happens if the browser is not already open because when launching a new instance of an existing process, it inherits the environment of the existing process.
** We considered avoiding the problem by referring to the FlashpointProxyMac library with an absolute path, but this would force the launched browser to use Flashpoint's proxy, which is not ideal either.
** We considered avoiding the problem by referring to the FlashpointProxyMac library with an absolute path, but this would force the launched browser to use Flashpoint's proxy, which is not ideal either.
** It seems like older Flash projector versions do not have this issue, so we are considering using the Adobe Flash Player 29 projector by default on macOS if no better solution is found.
** It seems like older Flash projector versions do not have this issue, so we are considering using the Adobe Flash Player 29 projector by default on Mac if no better solution is found.
* Flash games that use Waterfox Classic may not work in mainland China due to Adobe's geolocation restrictions, which we have not patched out of the macOS browser plugin yet. A workaround would be to use Wine to play the games instead. To switch to Wine, click the Config tab of the launcher, scroll down and click the "Native Platforms" dropdown, and uncheck Flash.
* Flash games that use Waterfox Classic may not work in mainland China due to Adobe's geolocation restrictions, which we have not patched out of the Mac browser plugin yet. A workaround would be to use Wine to play the games instead. To switch to Wine, click the Config tab of the launcher, scroll down and click the "Native Platforms" dropdown, and uncheck Flash.
* HTML5 games may perform poorly in Waterfox Classic on Apple Silicon Macs because Waterfox Classic is an Intel binary. In the future, we plan to run HTML5 games using a different browser such as Chromium. Or we may switch from Waterfox Classic to our own build of Flashpoint Navigator for macOS, if we are able to get that working. Either way, we may need a launcher extension to choose which browser to launch based on a game's Platform, because both Flash and HTML5 games use Basilisk on Windows.
* HTML5 games may perform poorly in Waterfox Classic on Apple Silicon Macs because Waterfox Classic is an Intel binary. In the future, we plan to run HTML5 games using a different browser such as Chromium. Or we may switch from Waterfox Classic to our own build of Flashpoint Navigator for Mac, if we are able to get that working. Either way, we may need a launcher extension to choose which browser to launch based on a game's Platform, because both Flash and HTML5 games use Basilisk on Windows.
* All content running through Wine opens in the background, behind the Flashpoint launcher, on modern macOS versions. It is currently unknown which version this started occurring in.


== Running Windows on your Mac ==
== Running Windows on your Mac ==

Latest revision as of 05:21, 25 November 2025

This page provides information about the latest official Flashpoint release for Mac. For information about older releases, see the Beta 2022-06-22 subpage.

If you have any issues running Flashpoint, please join our Discord and post your issues in a new thread on the help forum channel.

Compatibility

Flashpoint for Mac is fully compatible with macOS Sierra & newer, and has limited support for OS X El Capitan. Older versions won't work due to the launcher and/or game server being incompatible. See the table below for a detailed support chart, or skip to the next section to begin installing Flashpoint.

macOS Support Notes
Yosemite None
Too difficult to port
launcher & game server.
El Capitan Partial
Wine can't be built, so
non-native apps don't work.
Ruffle also doesn't launch.
Sierra Full
May be very slow when
loading/searching content.
High Sierra
Mojave
Catalina
Catalina & newer can't run
32-bit apps, so Wine must
convert 32-bit calls to 64-bit.
Non-native 32-bit apps
will run slower as a result.
Big Sur
Monterey
Ventura
Sonoma
Sequoia
Tahoe

Installing Flashpoint

  1. Open Finder, then click the Applications tab.
  2. Scroll down and double-click the Utilities folder to open it. Then open the Terminal app.
    MacUtilitiesFolder.png MacTerminal.png
  3. Copy the following command, then paste it into the Terminal and press Return to download Flashpoint:
    curl -fL https://download.flashpointarchive.org/upload/fp14.0.3_mac.txz | tar xC ~/Downloads

    MacFP14Download.png
    Note: 3rd party firewalls like LuLu may block the download with a "Couldn't connect to server" or "Could not resolve hostname" error. If you have any installed, turn them off beforehand.

  4. Wait for the download to finish, then open the "Flashpoint 14.0.3 for Mac" folder created in your Downloads, and run the Flashpoint application.
    MacFP14FlashpointApp.png
    Note: Do not move the Flashpoint app to Applications or anywhere else outside of the main folder. If you do, Flashpoint will not work properly if its path is not configured to point to the main folder.
  5. After Flashpoint opens, you may optionally keep the application in the Dock by control-clicking the Flashpoint icon in the Dock, then choosing Options > Keep in Dock.
    MacKeepInDock.png

Flashpoint is now installed!

Troubleshooting

JavaScript Error on First Launch

An example of the JavaScript error popup.

When first launching Flashpoint, some users may encounter a JavaScript error stating the following:

Uncaught Exception: Error: Preferences must be set before you can open a window.

If the launcher doesn't start upon pressing OK, then Flashpoint doesn't have the permissions to run properly. To fix this, move the main Flashpoint folder (not just the application) to the /Applications folder and relaunch. If the error persists but the launcher starts after pressing OK, it can be safely ignored.

No Working Sources

Some users, especially after doing the above fix, may receive this error upon attempting to download a game:

NoWorkingSources.png

There may also not be an Update button on Flashpoint's Home tab. To fix this, quit Flashpoint and delete preferences.json from the main Flashpoint folder. Reopening the Flashpoint app will then regenerate the preferences file to a working state using a hidden default file. The Update button should then reappear on the Home tab, and game downloads should now work.

Flash EOL Screen

If you see the Flash Player EOL information screen (shown below) when you try to play a game, that means that Waterfox Classic is loading your installed Flash Player plugin instead of the plugin that is bundled with Flashpoint. To fix the problem, uninstall Flash Player from your Mac and restart Flashpoint. Games should work in Waterfox Classic now.

FlashTimebomb.png

Using Flashpoint

See the Flashpoint Manual.

Changelog

See the Flashpoint for Mac changelog file.

Technologies

Currently, only Flashpoint Infinity is available for Mac. We plan to also create a Flashpoint Ultimate package for Mac in the future. To do this, we will need to set up Apache for use on Mac, including all of its required modules.

Thanks to the work of volunteer LindirQuenya (Ardil), we have an equivalent to FlashpointProxy for Mac, aptly named FlashpointProxyMac. This allows us to use the native standalone projectors for most Flash games and eliminates nearly all of the Flash-related bugs that plagued previous Flashpoint Mac builds.

Flashpoint for Mac supports several web technologies, including:

  • Flash: Supported natively with standalone projectors. Installed by default.
  • HTML5: Supported natively with Waterfox Classic and Chromium. Installed by default.
  • Java Applets: Supported natively with the Java Development Kit. Installed by default.
    • Java in the browser is not supported yet.
  • Shockwave: Fully supported with Wine, including Shockwave in the browser. Installed by default.
  • ShiVa3D: Supported with Wine and the help of custom shell scripts.
  • Various other web platforms that run via Flashpoint Navigator with Wine.
    • For a full support list, see README.txt in the main folder extracted from the downloaded archive file.

An attempt was made to support Unity Web Player in Wine, but it is not working right now. See Known Issues.

Known Issues

  • Launching HTML5 games that use Flashpoint Launcher's Browser Mode fails and shows an error popup.
  • Unity Web Player games in Wine will get stuck on the loading screen. Audio will play, but the graphics will not initialize. We are currently trying to diagnose the cause of this problem.
  • Clicking a link inside a Flash game that launches your default web browser may also crash the browser. This is because the Flash projector is launched with an environment variable telling it to load FlashpointProxyMac, and it passes the variable to its child processes. But the variable value is a relative path to the FlashpointProxyMac library, and the relative path will not resolve correctly for applications in other locations, such as your default web browser. Thus the browser will fail to load the library and will crash.
    • This only happens if the browser is not already open because when launching a new instance of an existing process, it inherits the environment of the existing process.
    • We considered avoiding the problem by referring to the FlashpointProxyMac library with an absolute path, but this would force the launched browser to use Flashpoint's proxy, which is not ideal either.
    • It seems like older Flash projector versions do not have this issue, so we are considering using the Adobe Flash Player 29 projector by default on Mac if no better solution is found.
  • Flash games that use Waterfox Classic may not work in mainland China due to Adobe's geolocation restrictions, which we have not patched out of the Mac browser plugin yet. A workaround would be to use Wine to play the games instead. To switch to Wine, click the Config tab of the launcher, scroll down and click the "Native Platforms" dropdown, and uncheck Flash.
  • HTML5 games may perform poorly in Waterfox Classic on Apple Silicon Macs because Waterfox Classic is an Intel binary. In the future, we plan to run HTML5 games using a different browser such as Chromium. Or we may switch from Waterfox Classic to our own build of Flashpoint Navigator for Mac, if we are able to get that working. Either way, we may need a launcher extension to choose which browser to launch based on a game's Platform, because both Flash and HTML5 games use Basilisk on Windows.
  • All content running through Wine opens in the background, behind the Flashpoint launcher, on modern macOS versions. It is currently unknown which version this started occurring in.

Running Windows on your Mac

For a better experience, you may want to use the latest version of Flashpoint for Windows instead of the current Mac version. There are two main options for doing so:

If you have enough disk space, Boot Camp is the most reliable option.

Once you have Windows up and running, follow these steps to install Flashpoint:

  1. Download Flashpoint if you haven't yet.
  2. Within your Windows environment, run the Flashpoint installer. You don't need to change any options, though you can if you want to.
    FlashpointInstaller.png
  3. When you're ready, click the "Install Flashpoint" button.
  4. After Flashpoint is done installing, double-click the new Flashpoint shortcut on your Windows desktop to start playing!