[Bf-committers] Fluid crash on windows

lguillaume lecocqguillaume at gmail.com
Mon Sep 29 17:02:03 CEST 2008


I update the branch, redo a compilation, but the problems always happens.
One strange thinks is the crash when enabling Fluid happens in a normal
build and not in a debug build.

In the debug build, it happens when baking.

2008/9/29 Daniel Genrich <daniel.genrich at gmx.net>

> Hello,
>
> I couldn't redo but I can clearly see the problem which I have hopefully
> fixed in SVN.
>
> Thanks for helping again.
>
> Greetings
> Daniel
>
> lguillaume schrieb:
> > Hello,
> > With latest SVN, when I enable Fluid Blender crash.
> > I found a bug in the tracker but for linux (
> >
> https://projects.blender.org/tracker/index.php?func=detail&aid=17703&group_id=9&atid=125
> > <
> https://projects.blender.org/tracker/index.php?func=detail&aid=17703&group_id=9&atid=125
> >
> > ), I don't know if it's exactly the same, and don't want to open
> > another bug.
> > I made a debug release with Visual express 2008 (for that I have to
> > recompile python 25, the one is lib directory doesn't works with VC2008)
> >
> > With the debug release, Blender does not crash when enabling fluid but
> > crash when baking.
> >
> > Outside the debugger, a dialog box says "Vector subscript out of range"
> > In the debugger, the last function made was at line 514 in
> > solver_control.cpp :
> > LbmFloat iatt  =
> > ABS(mpControl->mCons[0]->mCparts->getInfluenceAttraction());
> >
> > If I trace into, MSVC go in the include vector in function :
> >  #if _HAS_ITERATOR_DEBUGGING
> >         if (size() <= _Pos)
> >             {
> >             _DEBUG_ERROR("vector subscript out of range");
> >             _SCL_SECURE_OUT_OF_RANGE;
> >             }
> >
> > After this Blender crash.
> >
> > Don't know if this can help :
> > mpControl    0x04b83f48 {mSetForceStrength=1.0000000 mCons=[0]()
> > mCpUpdateInterval=8 ...}    LbmControlData
> >
> > mCons[0] seems empty, it is the problem?
> >
> >
> >
> >
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Bf-committers mailing list
> > Bf-committers at blender.org
> > http://lists.blender.org/mailman/listinfo/bf-committers
> >
>
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.blender.org/pipermail/bf-committers/attachments/20080929/0c15e127/attachment-0001.htm 


More information about the Bf-committers mailing list