Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for WebAssembly
  4. My Qt Quick Web Assembly app won't to pass over the loading screen
Forum Updated to NodeBB v4.3 + New Features

My Qt Quick Web Assembly app won't to pass over the loading screen

Scheduled Pinned Locked Moved Unsolved Qt for WebAssembly
5 Posts 3 Posters 423 Views 2 Watching
  • 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.
  • 1 Offline
    1 Offline
    1XU7
    wrote last edited by 1XU7
    #1

    Hi...
    My application works offline correctly, but when i upload to my hosting, it won't start, it keeps on the Loading screen.
    WASM file is about 20mb so it should load in 5 seconds approx.

    qtquick_web_loading.png

    I think i have uploaded all needed files... not sure..
    I'm using Qt Quick Qt 6.9.0

    Thanks in advance.

    Edit:
    Added the console bowser:1000373931.jpg

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote last edited by
      #2

      Have you set the mime type as instructed by the error log?

      (Z(:^

      1 Reply Last reply
      1
      • 1 Offline
        1 Offline
        1XU7
        wrote last edited by 1XU7
        #3

        my knowledge is very poor in web development, can you point me how to reach that?..

        Thanks.

        Edit:
        I managed to add application/wasm with .wasm extension in CPanel, so then, tried again, and i got this:

        009.png

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote last edited by
          #4

          I don't know, sorry.

          (Z(:^

          1 Reply Last reply
          0
          • MesrineM Offline
            MesrineM Offline
            Mesrine
            wrote last edited by
            #5

            If I remember well, this SharedArrayBuffer is needed when using wasm multithreading.
            If your app does not need multithreading, use Qt wasm single threading.
            If multithreading is needed, check https://forum.qt.io/post/765010

            1 Reply Last reply
            1

            • Login

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