User forums > Help
V 20.03 startup fails w/debugging assertion failure if not running as admin
oBFusCATed:
--- Quote from: sodev on April 16, 2020, 09:18:17 pm ---The bug is not in CodeBlocks but wxWidgets, you need to update that library. Instead of applying that patch i would simply build a recent snapshot of master instead.
--- End quote ---
I would advice against this practice, especially if one is to keep using the same codeblocks.exe without a rebuild.
oBFusCATed:
@killerbot: Do you have the patch from this post http://forums.codeblocks.org/index.php/topic,23801.msg162332.html#msg162332 applied to the shipped version of wx?
caonen8425:
Obfuscated,
I see one straightforward difference (10 v 10.2) between the admin and user font settings.
Changing the user setting from '10.2' to '10' resolved the start up assertion failure.
admin:
<FONT>
<str>
<![CDATA[1;10;-17;0;0;0;400;0;0;0;1;0;0;2;48;Courier New]]>
</str>
</FONT>
user:
<FONT>
<str>
<![CDATA[1;10.2;-17;0;0;0;400;0;0;0;1;0;0;2;48;Courier New]]>
</str>
</FONT>
Thanks much.
stahta01:
I built the DLL with the font patch it can be found https://github.com/stahta01/stahta01.github.io/blob/master/wxWidgets/wxmsw313u_gcc_cb.dll
Build command used
--- Code: ---mingw32-make -f makefile.gcc VENDOR=cb CXXFLAGS+="-std=c++11" MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=release
--- End code ---
Edit: I built this code https://github.com/stahta01/wxwidgets_master_fork/commits/wxwidgets3.1.3_git
Note: I had to run this command before building.
--- Code: ---rm -f include/wx/msw/setup.h
--- End code ---
Edit: Built using the Compiler packaged with CB 20.03 64 bit.
Tim S.
Navigation
[0] Message Index
[*] Previous page
Go to full version