<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Maratis forum - ERROR Load Sound : unable to read file on linux]]></title>
		<link>http://forum.maratis3d.com/viewtopic.php?id=600</link>
		<description><![CDATA[The most recent posts in ERROR Load Sound : unable to read file on linux.]]></description>
		<lastBuildDate>Thu, 28 Feb 2013 02:51:07 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: ERROR Load Sound : unable to read file on linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3810#p3810</link>
			<description><![CDATA[<p>hum... I think I will drop libsndfile...</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Thu, 28 Feb 2013 02:51:07 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3810#p3810</guid>
		</item>
		<item>
			<title><![CDATA[Re: ERROR Load Sound : unable to read file on linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3807#p3807</link>
			<description><![CDATA[<p>Just to let you know that there seems to be a problem on windows too, with some sounds i got</p><p>OpenAL : Unable to send sound data</p><p>Changing the format, bit rate, sampling rate, mono/sterero, the error remains<br />when converting to aiff i don&#039;t have the OpenAL problem displaying but the sound still didn&#039;t play</p>]]></description>
			<author><![CDATA[dummy@example.com (Vegas)]]></author>
			<pubDate>Wed, 27 Feb 2013 18:11:42 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3807#p3807</guid>
		</item>
		<item>
			<title><![CDATA[Re: ERROR Load Sound : unable to read file on linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3790#p3790</link>
			<description><![CDATA[<p>ok, I&#039;ll see what I can do.<br />thank you.</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Thu, 21 Feb 2013 17:27:02 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3790#p3790</guid>
		</item>
		<item>
			<title><![CDATA[Re: ERROR Load Sound : unable to read file on linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3789#p3789</link>
			<description><![CDATA[<p>pre-built library linkage is only matter of name, it must be named libsndfile.so.1 and must change line 42 of file trunk/dev/var/scons/thirdparty/libsndfile.py</p><p>in order to play sounds I found 3 ways that work:<br />1) make maratis links against system libsndfile (on ubuntu this is a default package, don&#039;t know other distros)<br />2) compile libsndfile without external library (this way ogg files are not played)<br />3) compile libsndfile with support for external FLAC/Ogg/Vorbis library (plays ogg files but libogg0 must installed on user&#039;s system, so this solution is much the same as point 1)</p><p>I don&#039;t know if there is a way of compiling libsndfile with libogg0 statically linked, this is beyond my knowledge.</p><p>Lamberto</p>]]></description>
			<author><![CDATA[dummy@example.com (Lamberto)]]></author>
			<pubDate>Thu, 21 Feb 2013 16:26:40 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3789#p3789</guid>
		</item>
		<item>
			<title><![CDATA[Re: ERROR Load Sound : unable to read file on linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3787#p3787</link>
			<description><![CDATA[<p>I&#039;m working on it</p>]]></description>
			<author><![CDATA[dummy@example.com (Lamberto)]]></author>
			<pubDate>Thu, 21 Feb 2013 12:32:51 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3787#p3787</guid>
		</item>
		<item>
			<title><![CDATA[Re: ERROR Load Sound : unable to read file on linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3786#p3786</link>
			<description><![CDATA[<p>so the pre-built libsndfile.so is not good, and it doesn&#039;t link properly,<br />do you have an idea how we could fix that ?</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Thu, 21 Feb 2013 04:44:02 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3786#p3786</guid>
		</item>
		<item>
			<title><![CDATA[Re: ERROR Load Sound : unable to read file on linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3784#p3784</link>
			<description><![CDATA[<p>[update]<br />well, I&#039;ve verified that the problem is libsndfile.<br />first of all, ldd MaratisEditor shows how it links against libsndfile.so.1 in system path instead of the one in the boundle. After renaming boundled library it links correctly Anyway this alone doesn&#039;t resolve the problem.<br />I compiled Maratis against system library and only after this operation I&#039;ve got the sounds properly working.</p>]]></description>
			<author><![CDATA[dummy@example.com (Lamberto)]]></author>
			<pubDate>Wed, 20 Feb 2013 17:30:46 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3784#p3784</guid>
		</item>
		<item>
			<title><![CDATA[Re: ERROR Load Sound : unable to read file on linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3783#p3783</link>
			<description><![CDATA[<p>ok so it&#039;s not a 32/64 issue,<br />from the error the problem must be with libsndfile, I don&#039;t don&#039;t have a linux to test here unfortunately.</p><p>Just to be sure, you have openAL installed on your linux ?</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Wed, 20 Feb 2013 14:43:15 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3783#p3783</guid>
		</item>
		<item>
			<title><![CDATA[Re: ERROR Load Sound : unable to read file on linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3782#p3782</link>
			<description><![CDATA[<p>this happens on both builds, I&#039;m using 32 bit Ubuntu linux.<br />I&#039;m looking into the source, for now I found that M_fopen opens the file, so, I believe&nbsp; the problem is elsewhere.</p>]]></description>
			<author><![CDATA[dummy@example.com (Lamberto)]]></author>
			<pubDate>Wed, 20 Feb 2013 11:00:44 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3782#p3782</guid>
		</item>
		<item>
			<title><![CDATA[Re: ERROR Load Sound : unable to read file on linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3781#p3781</link>
			<description><![CDATA[<p>is it happening with your own build ? can you check with the current Maratis build ?<br />if you are compiling in 64bit linux, there is maybe an issue with &quot;libsndfile&quot; the library that manage sound files in Maratis, the lib is probably prebuilt in 32 bits.</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Wed, 20 Feb 2013 10:45:29 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3781#p3781</guid>
		</item>
		<item>
			<title><![CDATA[Re: ERROR Load Sound : unable to read file on linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3780#p3780</link>
			<description><![CDATA[<p>I checked other files (wav and ogg) with the same result. I believe the problem is not the sound format, it seems to me that Maratis , for some reason, fails opening the file. I&nbsp; tried to move the project folder in case it was a path name issue but nothing changed.</p>]]></description>
			<author><![CDATA[dummy@example.com (Lamberto)]]></author>
			<pubDate>Wed, 20 Feb 2013 09:21:29 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3780#p3780</guid>
		</item>
		<item>
			<title><![CDATA[Re: ERROR Load Sound : unable to read file on linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3778#p3778</link>
			<description><![CDATA[<p>Hi,<br />can you give the detail of the sound ? format ? 8bit / 16 bits etc ?<br />Maratis only supports 16bits mono and stereo.</p><p>But the error indicates it even cannot read the file at all, before testing the format.</p><p>Can you also try with another sound file ? a regular mono or stereo 16 bit 44k.<br />Thanks,</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Wed, 20 Feb 2013 03:06:22 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3778#p3778</guid>
		</item>
		<item>
			<title><![CDATA[ERROR Load Sound : unable to read file on linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3776#p3776</link>
			<description><![CDATA[<p>Hello everybody,<br />it seems I&#039;m stuck in a new trouble.<br />I&#039;m trying to figure how to manage sounds, so, I added&nbsp; wav sound file from the editor, set it to loop, but, when I start the game, the console outputs this message: <br /></p><div class="codebox"><pre><code>ERROR Load Sound : unable to read /home/zoiba/Lavoro/Maratis/proj01/sounds/fanfare2.wav file</code></pre></div><p> <br />and I can&#039;t hear any sound.<br />I&#039;ve compiled Maratris in debug mode but no error come up when I run it with GDB , only the console message. <br />I&#039;m working on Ubuntu 12.10</p>]]></description>
			<author><![CDATA[dummy@example.com (Lamberto)]]></author>
			<pubDate>Tue, 19 Feb 2013 22:55:58 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3776#p3776</guid>
		</item>
	</channel>
</rss>
