<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - Segmentation Fault in Editor (Linux)]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=757&amp;type=atom"/>
	<updated>2013-08-30T09:46:51Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=757</id>
		<entry>
			<title type="html"><![CDATA[Re: Segmentation Fault in Editor (Linux)]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4885#p4885"/>
			<content type="html"><![CDATA[<p>oh yes alright,<br />I did not make the connexion, thank you.</p>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2013-08-30T09:46:51Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4885#p4885</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Segmentation Fault in Editor (Linux)]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4884#p4884"/>
			<content type="html"><![CDATA[<p>Anaël,</p><p>The segmentation fault reported by SadWolf is related to this <a href="http://forum.maratis3d.com/viewtopic.php?id=694">one</a>.<br />This bug is already fixed.</p><p>For those who are not using svn, this issue can be fixed by not using the deactivate function :</p><br /><div class="codebox"><pre><code>Replace :

    if isAnimationOver(particle) then
        deactivate(particle)
    end

By:

    if isAnimationOver(particle) then
        clearForces(particle)
        initParticle(particle)
    end</code></pre></div>]]></content>
			<author>
				<name><![CDATA[com3D]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=1488</uri>
			</author>
			<updated>2013-08-30T06:17:04Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4884#p4884</id>
		</entry>
</feed>
