Stuck on load screen with texeditor example and webgl
-
Hi!
I'm trying to run webgl on my application so i've compiled the lib version 5.10.1 using./configure -opensource -confirm-license -opengl es2
It compiled and installed without any error but when I run the text editor using the command:
-platform webgl
or
-platform webgl --ignore-gpu-blacklist
and connect to it using my browser (Google chrome with webgl plugin enabled) it just get stuck on the loading screen indefinitely. If I close the page and try to reconnect it does not even show the loading wheel, just a blanc page as if it's trying to connect.
Since there is no error msg whatsoever and the texteditor example works without the 'webgl' option, I have no clue as to how to takle this problem, anyone had any simmilar problem or got any idea as to how to solve this?
[Using linux 14.04 here and qt creator IDE on a virtual machine]
Much appreciated -
@WernerT.A.
did you check the JavaScript console (in the webbrowser) for errors?
For chrome:Ctrl+Shift+J
-> console tab -
Yeah, it does not show anything at all