Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - SpaceKotik

#1
Hi there, I'm getting "double free or corruption (out)" error after trying to call removeAllWidgets() or close the program. The code is absolutely like the minimal code in tutorial with adding a single button.
Also I get these warning while compiling:
/usr/bin/ld: warning: libsfml-graphics.so.2.4, needed by /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libtgui.so, may conflict with libsfml-graphics.so.2.5
/usr/bin/ld: warning: libsfml-window.so.2.4, needed by /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libtgui.so, may conflict with libsfml-window.so.2.5
/usr/bin/ld: warning: libsfml-system.so.2.4, needed by /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libtgui.so, may conflict with libsfml-system.so.2.5