WineHQ

Synthesia

All versions matching 0.x.x.

Application Details:

Version: 0.x.x
License: Free to use
URL: http://www.synthesiagame.com/
Votes: 0
Latest Rating: Platinum
Latest Wine Version Tested: 1.5.16

Maintainers: About Maintainership

No maintainers. Volunteer today!

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Nearly everything, including USB MIDI keyboard.

As other reviewers have mentioned, Synthesia does not actually play MIDI files but instead relies on a local MIDI synthesizer to do the actual sound generation. The easiest way to do this is with Timidity by running this command prior to starting Synthesia:

timidity --realtime-priority=100 -iA -B2,10 -Os

Upon startup, ensure Timidity is selected as the output source. If you're using a USB MIDI keyboard, ensure this is selected as the input source.

Note the -B2,10 option. Make the 10 lower to increase performance but lower sound quality. Make it higher to increase sound quality but lower performance.

It's also possible to use the Jack sound architecture to take advantage of low-latency sound cards and improve sound performance, but since all I have is an onboard sound chip, this was not tested.

Keyboard testing was done with an M-Audio Keystation 61es, but any MIDI keyboard supporting the standard USB interface should work just fine.

What does not

The game "requires" graphics acceleration, so depending on your graphics card, and the quality of its driver, performance may be great, sluggish, or non-existent.

I have a Radeon card, and the open source driver doesn't support acceleration, so performance is so slow as to make the game unusable. The proprietary driver supports acceleration, but it's far buggier, and will often freeze in a black screen upon startup or occasionally crash my entire system. However, when it works, play is responsive and flawless.

The game supports two video modes, DirectX and OpenGL. Unsurprisingly, the DirectX mode was far buggier and slower than the OpenGL mode. I recommend setting the game to OpenGL before starting it by setting the registry value to "opengl" (just search the registry with regedit for "Synthesia" to find all registry options.

Workarounds

What was not tested

Nothing.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowUbuntu 12.10 "Quantal" amd64 (+ variants like Kubuntu)Nov 05 20121.5.16N/A Yes NoPlatinumKees Molenaar 
ShowopenSUSE 12.1 x86_64Jul 06 20121.5.8Yes Yes NoPlatinumFeldspar 
ShowKaliMar 14 20151.4.1Yes Yes NoGoldConan 
ShowLinux Mint 16 "Petra" x86_64Nov 01 20141.4.1Yes Yes NoGoldan anonymous user 
ShowUbuntu 12.10 "Quantal" amd64 (+ variants like Kubuntu)Nov 05 20121.4.1N/A Yes NoPlatinumKees Molenaar 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

Timidity

First make sure you have Timidity installed on your computer. It's a native application that plays the midi output from the game. On Ubuntu and other Debian based systems you can install Timidity by running the following command:

sudo apt-get install timidity

Start the game and choose TiMidity port 1 to be the output device.

 

Sound volume turning to 0% when closing the game

Synthesia tries to fix a bug in windows sound systems by decreasing the master sound volume when closing the game. On Wine Synthesia will turn the sound volume to 0%. This feature can be disabled by making the following registry change to the settings of the game:

[HKEY_CURRENT_USER\Software\Synthesia]
"Disable Auto Volume"="1"

Renderer: OpenGL vs Direct X

The game comes with two renderers: the OpenGL one and the Direct X one. Both are working perfectly under wine, but Direct X needs some tweaking.

If you want to use the OpenGL renderer add the following registry entries:

[HKEY_CURRENT_USER\Software\Synthesia]
"Renderer"="opengl"

If you want to use the Direct X you must first install the Direct X to your Wine installation. I don't tell here how to do it, because the OpenGL way is so much easier.

Gdiplus
You should install gdiplus to get fonts displayed

winetricks gdiplus

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back