No Sound in Rehearscore

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
millerll
Newbie
Newbie
Posts: 4
Joined: Sun Mar 04, 2012 8:43 pm

No Sound in Rehearscore

Post by millerll »

I am trying to use a Windows program called Rehearscore on Ubuntu 11.10. It is a program that plays the piano accompaniment to a musical to allow for rehearsal of the songs. I installed it without problems, but when I start the program there is no sound. I have other Windows programs running under Wine with no problems with the sound.

I am using a Dell Latitude D620 laptop.

Any suggestions are very appreciated!
Thanks
jameswatt
Newbie
Newbie
Posts: 1
Joined: Mon Mar 05, 2012 2:57 am

Post by jameswatt »

I also having the same problem Sound is working properly for other Windows programs running under Wine.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Wine version? If it's not the latest development release, upgrade. If it doesn't work in the latest development release, post terminal output. If the log is long, use pastebin and post a link.
millerll
Newbie
Newbie
Posts: 4
Joined: Sun Mar 04, 2012 8:43 pm

Post by millerll »

Thanks for your reply. I am using Ubuntu 11.10 and Wine 1.2.3. Below is the terminal output. Is the the correct information? Thanks


liza@LizaLaptop:~$ env WINEPREFIX="/home/liza/.wine" wine C:\\Program\ Files\\RehearScore\ 2.0\\RehearScore.exe
setting relseqnochase preference to false
setting relocatenochase preference to false
setting autohotkey preference to false
setting hotkeydeflam preference to false
setting hotkeytargetguard preference to false
setting showhotkeys preference to false
setting doublenoteoffs preference to false
setting midishowcontrol preference to false
map_path: C:\users\liza\Application Data\RMS\RMS Coach\shows\midikeymap
map_path: C:\users\liza\Application Data\RMS\RMS Coach\shows\rhythmlib
Warning: port B channel 1 has unbalanced number of CCs (-2)
Warning: port B channel 1 has unbalanced number of CCs (-1)
Warning: port B channel 1 has unbalanced number of CCs (-1)
fixme:win:FlashWindowEx 0x32b9a4
cancel arm
fixme:win:FlashWindowEx 0x32ba04
fixme:win:FlashWindowEx 0x32c1f4
fixme:win:FlashWindowEx 0x32c1f4

cancel arm
fixme:win:FlashWindowEx 0x32c324
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

No Sound in Rehearscore

Post by jjmckenzie »

On Mon, Mar 5, 2012 at 7:29 AM, millerll <[email protected]> wrote:
Thanks for your reply. I am using Ubuntu 11.10 and Wine 1.2.3. Below is the terminal output. Is the the correct information? Thanks
Update to Wine 1.4-rc6.

James
millerll
Newbie
Newbie
Posts: 4
Joined: Sun Mar 04, 2012 8:43 pm

Post by millerll »

I updated to 1.4-rc6 and still no sound. Here is the terminal output now:

liza@LizaLaptop:~$ env WINEPREFIX="/home/liza/.wine" wine C:\\Program\ Files\\RehearScore\ 2.0\\RehearScore.exe
setting relseqnochase preference to false
setting relocatenochase preference to false
setting autohotkey preference to false
setting hotkeydeflam preference to false
setting hotkeytargetguard preference to false
setting showhotkeys preference to false
setting doublenoteoffs preference to false
setting midishowcontrol preference to false
map_path: C:\users\liza\Application Data\RMS\RMS Coach\shows\midikeymap
map_path: C:\users\liza\Application Data\RMS\RMS Coach\shows\rhythmlib
Warning: port B channel 1 has unbalanced number of CCs (-2)
Warning: port B channel 1 has unbalanced number of CCs (-1)
Warning: port B channel 1 has unbalanced number of CCs (-1)
fixme:win:FlashWindowEx 0x32b904
cancel arm
fixme:win:FlashWindowEx 0x32b964

cancel arm

Any other suggestions?
Thank you!
mogorva
Level 4
Level 4
Posts: 107
Joined: Fri Oct 16, 2009 10:27 am

Post by mogorva »

You need a software synthesizer to be running to get audio in RehearScore.

Install Timidity (or Fluidsynth) via package manager and start it in a separate terminal, e.g. timidity -iA
millerll
Newbie
Newbie
Posts: 4
Joined: Sun Mar 04, 2012 8:43 pm

Post by millerll »

Thank you Thank you!! That did it, it is working now!
Locked