v2-2 ParticleSystem ColourImageAffector crash

Problems building or running the engine, queries about how to use features etc.
Post Reply
dermont
Bugbear
Posts: 812
Joined: Thu Dec 09, 2004 2:51 am
x 42

v2-2 ParticleSystem ColourImageAffector crash

Post by dermont »

For v2-2 ParticleSystem the ColourImageAffector is still using OgreImage and crashes since the image type is registered with the
ImageCodec2/ImageData2 and OgreImage is attempting to load and use ImageData2.

Code: Select all

python3: /media/sdb11/THISITPYTHONOGRE3/v2-2/downloads/ogre-v2-2/OgreMain/include/OgreSharedPtr.h:265: T* Ogre::SharedPtr<T>::operator->() const [with T = Ogre::MemoryDataStream]: Assertion `pRep' failed.
Also for the v2-1/v2-2 branch and the V2ManualObject sample, the unlit material "BaseWhite" appears to be missing and the cube is not rendered.
Post Reply