User forums > Help

Codeblocks crashing almost on everything after built it from source

<< < (2/3) > >>

Miguel Gimenez:
Did you compile wxWidgets yourself or, are you using a precompiled binary?. The latter may cause crashes.

MKU:
Im buidling wxWidget with these commands from https://wiki.codeblocks.org/index.php/Installing_Code::Blocks_from_source_on_Windows:
mingw32-make -f makefile.gcc     SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 clean
mingw32-make -f makefile.gcc     SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 setup_h
mingw32-make -f makefile.gcc -j8 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1

I tried different flags but same.

BlueHazzard:
Make sure you compile both with the same compiler (Check your path when calling mingw32-make and what is your compiler setting in codeblocks Settings->Compiler->Executable)
You can try dependency walker and load the compiled codeblocks and look if there are any errors.

MKU:
I'm using TDM-GCC-64 compiler and have none more compilers. I have rebuild and made sure i have this compiler and mingw32-make set everywhere same.

Also I have used DW and can see that there is a lot of api sets and other DLL's.

Can not attach Dependency walker image here so here is google drive link: https://drive.google.com/file/d/1FSHvWE5x73lvji5pkYxuBHzvu1OoEO1K/view?usp=sharing

MKU:
So ive found that api sets and these EXT_*.dlls are nothing to worry about and its problem with DW compability (latest version is for windows 8 ).
HVSIFILETRUST.dll and IESHIMS.dll missing file errors disappeared after downloding and place them in C:/windows/system32 directory.

Also RPT file is appearing only after crash on opening xrc file. When for example I try to create wxsmith dialog rpt does not appear.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version