Skip to content

minisphere 3.1.2

Choose a tag to compare

@fatcerberus fatcerberus released this 11 May 07:11

minisphere 3.1.2 is a backwards-compatible update for minisphere 3.1. This update fixes a deadlock issue when running against Allegro 5.0, which is an issue on Linux, as well as a bug which could have prevented .s2gm-based games from running.

Changes in This Version

  • Fixes an issue where sounds were reinitialized whenever a script called
    Sound#play() (including the first time), potentially triggering a deadlock
    bug in Allegro 5.0. This affects Linux only, as Allegro 5.2 is used on
    Windows.
  • Fixes a regression in minisphere 3.1.0 which could cause games with an
    otherwise valid .s2gm manifest to fail to start with an Unsupported Engine
    error.

Installing in Windows

Simply download and run minisphereSetup-3.1.2.exe. The Inno Setup install wizard will walk you through the installation process.

Installing in Linux

For Ubuntu (14.04 and later), minisphere is available via personal package archive (PPA):

Installing from a PPA is easy. Simply open Terminal and run the following commands:

  • sudo add-apt-repository ppa:fatcerberus/minisphere
  • sudo apt-get update
  • sudo apt-get install minisphere

You only need to do this once. The system will automatically notify you of future minisphere updates.

For other Debian distributions such as Linux Mint or Debian itself, simply download one of the .deb packages below. Users of 32-bit systems will want minisphere_3.1.2_i386.deb, while 64-bit users should download minisphere_3.1.2_amd64.deb. Once downloaded, simply double-click the file and your package manager will guide you through the process of installing the package.