iasp / textroom

Automatically exported from code.google.com/p/textroom
Other
0 stars 0 forks source link

Compilation problem(?) prevents sounds from playing #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install textroom via AUR under Arch Linux.
2. Run textroom
3. Begin typing

What is the expected output? What do you see instead?

I expect to hear some satisfying 'click' sounds, but instead I see:

Unable to load WAV file: Mix_LoadWAV_RW with NULL src
Unable to load WAV file: Mix_LoadWAV_RW with NULL src
Unable to play WAV file: Tried to play a NULL chunk
Unable to play WAV file: Tried to play a NULL chunk
Unable to play WAV file: Tried to play a NULL chunk

Which I assume means the program can't find the path to the sound files.

What version of the product are you using? On what operating system?
0.5.4; Arch Linux. PKGBUILD of package attached.

Please provide any additional information below.

I assume this is a simple compilation error; in Arch, the standard is to 
install programs to be handled by pacman within /usr/bin, whereas this 
program defaults to /usr/local/bin. The PKGBUILD attempts to correct this 
by using a sed command: "sed -i -e "s+/usr/local+/usr+g" textroom.pro."

I could be completely off base, though.

Original issue reported on code.google.com by vrfeig...@gmail.com on 20 May 2010 at 3:14

Attachments:

GoogleCodeExporter commented 8 years ago
0.5.4 is buggy about the sounds. Try the latest version please.

Original comment by gordebak on 20 May 2010 at 6:16

GoogleCodeExporter commented 8 years ago
It works fine, thanks.

Original comment by vrfeig...@gmail.com on 19 Sep 2010 at 10:46