<div dir="ltr">Hello,<br>With latest SVN, when I enable Fluid Blender crash.<br>I found a bug in the tracker but for linux ( <a href="https://projects.blender.org/tracker/index.php?func=detail&amp;aid=17703&amp;group_id=9&amp;atid=125">https://projects.blender.org/tracker/index.php?func=detail&amp;aid=17703&amp;group_id=9&amp;atid=125</a> ), I don&#39;t know if it&#39;s exactly the same, and don&#39;t want to open another bug.<br>
I made a debug release with Visual express 2008 (for that I have to recompile python 25, the one is lib directory doesn&#39;t works with VC2008)<br><br>With the debug release, Blender does not crash when enabling fluid but crash when baking.<br>
<br>Outside the debugger, a dialog box says &quot;Vector subscript out of range&quot;<br>In the debugger, the last function made was at line 514 in solver_control.cpp : <br>LbmFloat iatt&nbsp; = ABS(mpControl-&gt;mCons[0]-&gt;mCparts-&gt;getInfluenceAttraction());<br>
<br>If I trace into, MSVC go in the include vector in function :<br>&nbsp;#if _HAS_ITERATOR_DEBUGGING<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (size() &lt;= _Pos)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; _DEBUG_ERROR(&quot;vector subscript out of range&quot;);<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; _SCL_SECURE_OUT_OF_RANGE;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br><br>After this Blender crash.<br><br>Don&#39;t know if this can help :<br>mpControl&nbsp;&nbsp;&nbsp; 0x04b83f48 {mSetForceStrength=1.0000000 mCons=[0]() mCpUpdateInterval=8 ...}&nbsp;&nbsp;&nbsp; LbmControlData<br>
<br>mCons[0] seems empty, it is the problem?<br><br><br><br><br><br><br></div>