c++ - Blender debug is crashing with error -


now try build complete version of blender. @ step building , installing dll had not problems, when try debug blender receive:

'blender.exe' (win32): loaded 'c:\windows\system32\rsaenh.dll'. symbols loaded. debug assertion failed!  program: d:\blenderbuild4\bin\debug\blender.exe file: d:\program files\microsoft visual studio 12.0\vc\include\xstring line: 1168  expression: invalid null pointer information on how program can cause assertion failure, see visual c++ documentation on asserts. (press retry debug application) blender.exe has triggered breakpoint. 

debugging stop on:

_std_begin #ifdef _debug _crtimp2_pure void __clrcall_pure_or_cdecl _debug_message(const wchar_t     *message, const wchar_t *file, unsigned int line) {   // report error , die     if(::_crtdbgreportw(_crt_assert, file, line, null, l"%s", message)==1)     {         ::_crtdbgbreak();     } } _crtimp2_pure void __clrcall_pure_or_cdecl _debug_message(const unsigned short *message, const unsigned short *file, unsigned int line) {   // report error , die     _debug_message((wchar_t *) message, (wchar_t *) file, line); } #endif 

what problem? may lost dll's or else? if start blender.exe it's crashing too. sorry noob-question, in coding i'm new.

ok, solved it. add in debug folder blender.exe 2.xx (in case 2.78) folder install path multiple python scripts. that's it!


Comments

Popular posts from this blog

4x4 Matrix in Python -

python - String indices must be integers and while issue -

python - PyInstaller UAC not working in onefile mode -