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

Topics - Maslo

#1
I have verified in the debugger that the widget has m_opacity set to 20, but its still fully opaque when drawn. Anyone having the same issue?
#2
FYI, the registration CAPTCHA on this forum does not work in Firefox.

To the topic: Strangely, debug works fine, but I am getting an exception using Release dlls:
"Exception thrown at 0x00007FFACD073C4F (vcruntime140.dll) in SFML_Game.exe: 0xC0000005: Access violation reading location 0x00007FFADB72AAC0."

The exception happens in tgui::Gui::draw() function. If I don't call it, release build works fine too. All optimizations in VS2015 are turned on when compiling SFML, TGUI and the game itself in Release, could this be the cause? Am I too cutting edge for my own good, or is anyone using similar setup successfuly?