Stanislav N.

Results 37 comments of Stanislav N.

Done more tests: demo app works fine, I can see file selection dialog, and no crash. Also, if I remove dialog - application continue to work flawlessly. Also, simple app:...

Yes, on Centos 7 and Ubuntu 14.04, sorry for not mentioning it.

Yep, I have to disable MessageDialog generation on Linuxes in URTrator to get around it. :( https://github.com/pztrn/urtrator/tree/6495e9073704ce0658d63a6692b810f7e0807a8c is a last commit before I workarounded this bug (or my bad hands?).

go version go1.7.1 windows/amd64 Indeed demo launched okay, but only if I launching it from MSYS2 console (as well as URTrator). If I launch it from explorer (of course in...

Yea, I know about this oneliner, just need a quickfix yesterday :) BTW, maybe this should be added to README?

You should not do anything by hand with MSYS2, everything automated pretty well. Just make sure that you're installing dependencies in MINGW console, not MSYS2, and package names use MINGW...

Probably these packages contains what you need: ``` $ pacman -Ss gtkgl mingw32/mingw-w64-i686-gtkglext 1.2.0-2 opengl extensions for gtk2 (mingw-w64) mingw64/mingw-w64-x86_64-gtkglext 1.2.0-2 opengl extensions for gtk2 (mingw-w64) ```

Actually, no idea then. And rebuilding GTK is easy here - just read archlinux guides about PKGBUILDs, fix MINGW's one, rebuild and install :)