Main Menu
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 - Daeloce

#1
Help requests / Re: SIGTRAP signal
24 December 2015, 14:36:49
Using other compiler(TDM) fix this problem.
#2
Help requests / Re: SIGTRAP signal
24 December 2015, 14:02:49
So, it is SFML problem. sf::String crashing in destructor if this string is empty. I created issue in their github. Thank you for answer.
#3
Help requests / Re: SIGTRAP signal
24 December 2015, 11:58:58
I compiled SFML and TGUI from source, and used for this MinGW 4.8.3 compiler.
#4
Help requests / SIGTRAP signal
24 December 2015, 11:39:44
Good day.

I use this example: https://tgui.eu/example-code/v0.7/scalable-login-screen/ and get SIGTRAP signal on line: "gui.setFont("font/DejaVuSans.ttf");" This error I get only on Windows, on the Linux I don't get this error with same version of SFML and TGUI.

System:
Windows 8 x64
MinGW 4.8.3 x64
SFML 2.3.2
TGUI v0.7-dev
SFML and TGUI linked dynamically