Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. Stuck on load screen with texeditor example and webgl

Stuck on load screen with texeditor example and webgl

Scheduled Pinned Locked Moved Unsolved QtWebEngine
3 Posts 2 Posters 806 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    WernerT.A.
    wrote on last edited by
    #1

    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

    raven-worxR 1 Reply Last reply
    0
    • W WernerT.A.

      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

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by raven-worx
      #2

      @WernerT.A.
      did you check the JavaScript console (in the webbrowser) for errors?
      For chrome: Ctrl+Shift+J -> console tab

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • W Offline
        W Offline
        WernerT.A.
        wrote on last edited by
        #3

        Yeah, it does not show anything at all

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved