Sir,
I have been running cc on QT 5.6 Mingw ,but while using Rasterize function I am getting error in ccRasterGrid.cpp file Line no 349: Regarding Assertion Failed.I have made some modifications.Can you suggest any soultion?
With Regards
Hritika
MinGW Assertion Runtime:Assertion Failed
Re: MinGW Assertion Runtime:Assertion Failed
Respected Sir,
Now,The problem of assertion is not coming but while rasterization ,there is an error regarding "not enough memory", while working in qt5.6 mingw.
But while taking same values in cloud compare ,it is working.
Please guide me.
With regards
Hritika
Now,The problem of assertion is not coming but while rasterization ,there is an error regarding "not enough memory", while working in qt5.6 mingw.
But while taking same values in cloud compare ,it is working.
Please guide me.
With regards
Hritika
Re: MinGW Assertion Runtime:Assertion Failed
Both the above mentioned errors are coming randomly one after the other.
Please guide me .
Thank you
Please guide me .
Thank you
Re: MinGW Assertion Runtime:Assertion Failed
Hard to tell... Something must be corrupted in your project / memory.
Are you compiling the original source code (and the latest version) or have you modified the code?
Are you compiling the original source code (and the latest version) or have you modified the code?
Daniel, CloudCompare admin
Re: MinGW Assertion Runtime:Assertion Failed
I have modified the code a bit.Infact the plugins are also not loading,when checked in the console.Ther error is
The plugin uses incompatible qt library 5.7[release].
The plugin uses incompatible qt library 5.7[release].
Re: MinGW Assertion Runtime:Assertion Failed
Then something is probably wrong in your setup?
Daniel, CloudCompare admin
Re: MinGW Assertion Runtime:Assertion Failed
I think the setup is fine,since other features are working properly.Is it due to the fact that plugins are not getting loaded during the start of the application?
Re: MinGW Assertion Runtime:Assertion Failed
Apparently you are linking under debug mode with the release libs of Qt. At least for the plugins. Or you have compiled the release versions of the plugins and you haven't updated them in debug mode?
Daniel, CloudCompare admin
Re: MinGW Assertion Runtime:Assertion Failed
Sir can you tell how to update them in the debug mode?What does it mean?
Thank you
With regards
Hritika Mehta
Thank you
With regards
Hritika Mehta
Re: MinGW Assertion Runtime:Assertion Failed
Not sure how it works with Qt Creator, but you have two compilation modes: debug (fully instrumented, where you can trace into the code and the software can detect some bugs, etc. - However it's very slow) and release moee (no check, but fast). You can't mix them.
This is standard mechanisms, it's not specific to Cloudcompare.
This is standard mechanisms, it's not specific to Cloudcompare.
Daniel, CloudCompare admin