Internal Error : wxWidgets

I got the following error, does anyone know what the problem is ?

An internal error occured: wxWidgets Assertion failure. Please report this problem to us.
File: ....\src\common\intl.cpp(1607)
Function: wxLocale::GetInfo
Condition: strcmp(setlocale(0, 0), “C”) == 0
Message: You probably called setlocale() directly instead of using wxLocale and now there is a mismatch between C/C++ and Windows locale.
Things are going to break, please only change locale by creating wxLocale objects to avoid this! Learn more »

It is a known problem when using max 2017. We have since fixed it in daily builds, but thanks for reporting :wink: