Skip to content

miniSphere 4.8.2

Choose a tag to compare

@fatcerberus fatcerberus released this 16 Aug 16:45

miniSphere 4.8.2 is a maintenance release in the 4.8 release series. This release fixes a long-standing SoundStream corruption bug which made SoundStreams with more than one channel useless.

Changes in This Version

  • Fixes a bug in the internal audio streaming logic which corrupted the output
    of SoundStreams with more than one channel and made them sound choppy.
  • Fixes a bug where legacy Spriteset#filename includes a SphereFS prefix.
  • Fixes a bug where Cell will write an invalid script path to game.sgm if the
    script filename includes the @/ prefix.

Installing in Windows

Simply download and run miniSphereSetup-4.8.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) (latest version only guaranteed on current Ubuntu release):

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.

Note: Users of other Linux distributions, or those using older versions of Ubuntu, can build the engine manually from the tarball (minisphere-4.8.2.tar.gz).