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. Web engine not installing or downloading properly
Forum Updated to NodeBB v4.3 + New Features

Web engine not installing or downloading properly

Scheduled Pinned Locked Moved Unsolved QtWebEngine
21 Posts 5 Posters 2.7k Views 3 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.
  • A Offline
    A Offline
    Aronox
    wrote on 16 May 2024, 17:10 last edited by Aronox
    #1

    Hi so i am integrating browser support in my app but the problem is that web engine is not actually installing. On my mac the webengine module is 1.88GB440765102_456324470314577_3854817864739616305_n.png

    but on my windows machine, webengine is 0 bytes!
    357d0251-6071-4f59-9645-6626c9459d9f-image.png
    subsequently when i try to use it my codes on the windows machine does module not found. i did try to deselect the module in Qt
    maintenance tool and then reselect it later but it was of no help. Anyone got any suggestions? i would very much love doing this without having to uninstall Qt or having to build the webengine from source by my self.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      Axel Spoerl
      Moderators
      wrote on 17 May 2024, 07:30 last edited by
      #2

      Oh, that’s probably a broken mirror.
      Can you try another mirror?

      Software Engineer
      The Qt Company, Oslo

      1 Reply Last reply
      0
      • A Offline
        A Offline
        Aronox
        wrote on 17 May 2024, 14:33 last edited by
        #3

        Ok but how do I do that?

        Also thank you very much for your time

        1 Reply Last reply
        0
        • A Offline
          A Offline
          Axel Spoerl
          Moderators
          wrote on 17 May 2024, 16:31 last edited by Axel Spoerl
          #4

          By reading the documentation and following the instructions.

          Software Engineer
          The Qt Company, Oslo

          A 1 Reply Last reply 28 May 2024, 08:13
          0
          • A Axel Spoerl
            17 May 2024, 16:31

            By reading the documentation and following the instructions.

            A Offline
            A Offline
            Aronox
            wrote on 28 May 2024, 08:13 last edited by
            #5

            @Axel-Spoerl

            so I found this in the maintenance tool:
            9e75b228-abf1-4752-820b-f2b134ba8b3c-image.png

            can you please explain it to me? Do I need to use MS visual studio if i want to use the webengine module on windows? and it won't work in Qt creator on windows?

            J 1 Reply Last reply 28 May 2024, 08:14
            0
            • A Aronox
              28 May 2024, 08:13

              @Axel-Spoerl

              so I found this in the maintenance tool:
              9e75b228-abf1-4752-820b-f2b134ba8b3c-image.png

              can you please explain it to me? Do I need to use MS visual studio if i want to use the webengine module on windows? and it won't work in Qt creator on windows?

              J Offline
              J Offline
              jsulm
              Lifetime Qt Champion
              wrote on 28 May 2024, 08:14 last edited by
              #6

              @Aronox Yes, you need Microsoft compiler for Chromium.

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              A 1 Reply Last reply 28 May 2024, 08:19
              0
              • J jsulm
                28 May 2024, 08:14

                @Aronox Yes, you need Microsoft compiler for Chromium.

                A Offline
                A Offline
                Aronox
                wrote on 28 May 2024, 08:19 last edited by
                #7

                @jsulm thank you for your response.

                So can I use qmake in Visual Studio? or do i need to switch to cmake?

                1 Reply Last reply
                0
                • J Offline
                  J Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on 28 May 2024, 08:20 last edited by
                  #8

                  You don't have to use Visual Studio at all. In fact you do not even have to install it - MS Build Tools is enough. QtCreator will detect MS compiler if you install either Visual Studio or Build Tools.

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  A 1 Reply Last reply 28 May 2024, 08:21
                  0
                  • J jsulm
                    28 May 2024, 08:20

                    You don't have to use Visual Studio at all. In fact you do not even have to install it - MS Build Tools is enough. QtCreator will detect MS compiler if you install either Visual Studio or Build Tools.

                    A Offline
                    A Offline
                    Aronox
                    wrote on 28 May 2024, 08:21 last edited by
                    #9

                    @jsulm oh so i just have to switch the compiler form MinGW to MS Build Tools?

                    1 Reply Last reply
                    0
                    • J Offline
                      J Offline
                      jsulm
                      Lifetime Qt Champion
                      wrote on 28 May 2024, 08:22 last edited by
                      #10

                      Well, you also have to install Qt for Microsoft compiler

                      https://forum.qt.io/topic/113070/qt-code-of-conduct

                      A 2 Replies Last reply 28 May 2024, 08:31
                      0
                      • J jsulm
                        28 May 2024, 08:22

                        Well, you also have to install Qt for Microsoft compiler

                        A Offline
                        A Offline
                        Aronox
                        wrote on 28 May 2024, 08:31 last edited by
                        #11

                        @jsulm Sorry I didn't get it đŸ˜…. I'm super new to this. is it this one?
                        002dda66-d541-489a-b075-70acf5dfe471-image.png

                        but I have 6.7 installed not 6.7.1

                        J 1 Reply Last reply 28 May 2024, 08:44
                        0
                        • A Aronox
                          28 May 2024, 08:31

                          @jsulm Sorry I didn't get it đŸ˜…. I'm super new to this. is it this one?
                          002dda66-d541-489a-b075-70acf5dfe471-image.png

                          but I have 6.7 installed not 6.7.1

                          J Offline
                          J Offline
                          jsulm
                          Lifetime Qt Champion
                          wrote on 28 May 2024, 08:44 last edited by
                          #12

                          @Aronox said in Web engine not installing or downloading properly:

                          is it this one?

                          Yes

                          "but I have 6.7 installed not 6.7.1" - why not upgrade to 6.7.1? But you should also have MSVC for 6.7.0.

                          https://forum.qt.io/topic/113070/qt-code-of-conduct

                          A 1 Reply Last reply 28 May 2024, 08:50
                          0
                          • J jsulm
                            28 May 2024, 08:22

                            Well, you also have to install Qt for Microsoft compiler

                            A Offline
                            A Offline
                            Aronox
                            wrote on 28 May 2024, 08:49 last edited by
                            #13

                            @jsulm one more thing:

                            be6da246-0cf6-41ad-84ee-732917f27643-image.png

                            this is a screenshot of Qt installed on my friend's windows 11 machine. He has the module which is 6.5GB. Does it mean that for me, I cannot have the module with windows 10 but on windows 11 it is possible? my main problem is that webengine module is 0 bytes on my windows 10 machine.

                            again thank you very much, you don't know how long I have been trying to fix this.

                            1 Reply Last reply
                            0
                            • J jsulm
                              28 May 2024, 08:44

                              @Aronox said in Web engine not installing or downloading properly:

                              is it this one?

                              Yes

                              "but I have 6.7 installed not 6.7.1" - why not upgrade to 6.7.1? But you should also have MSVC for 6.7.0.

                              A Offline
                              A Offline
                              Aronox
                              wrote on 28 May 2024, 08:50 last edited by
                              #14

                              @jsulm unfortunately I don't have any MSVC option in the 6.7.0 version

                              1 Reply Last reply
                              0
                              • J Offline
                                J Offline
                                jsulm
                                Lifetime Qt Champion
                                wrote on 28 May 2024, 08:52 last edited by
                                #15

                                I doubt it has anything to do with Windows version. If it shows 0 bytes then I guess the installation failed.

                                https://forum.qt.io/topic/113070/qt-code-of-conduct

                                A 1 Reply Last reply 28 May 2024, 08:57
                                0
                                • J jsulm
                                  28 May 2024, 08:52

                                  I doubt it has anything to do with Windows version. If it shows 0 bytes then I guess the installation failed.

                                  A Offline
                                  A Offline
                                  Aronox
                                  wrote on 28 May 2024, 08:57 last edited by
                                  #16

                                  @jsulm I have tried deselecting (removing the component) and then reselect it after launching the maintenance tool. It stays at 0 bytes. Should I try by completely removing Qt and doing a reinstallation? And after I get the module installed, I still have to use MSVC instead of MinGW to build, right?

                                  J 1 Reply Last reply 28 May 2024, 09:28
                                  0
                                  • A Aronox
                                    28 May 2024, 08:57

                                    @jsulm I have tried deselecting (removing the component) and then reselect it after launching the maintenance tool. It stays at 0 bytes. Should I try by completely removing Qt and doing a reinstallation? And after I get the module installed, I still have to use MSVC instead of MinGW to build, right?

                                    J Offline
                                    J Offline
                                    jsulm
                                    Lifetime Qt Champion
                                    wrote on 28 May 2024, 09:28 last edited by
                                    #17

                                    @Aronox said in Web engine not installing or downloading properly:

                                    I still have to use MSVC instead of MinGW to build

                                    If you want to use Qt Web Engine then yes.

                                    You can try to uninstall everything and install again.

                                    https://forum.qt.io/topic/113070/qt-code-of-conduct

                                    A 1 Reply Last reply 5 Jun 2024, 14:29
                                    0
                                    • J jsulm
                                      28 May 2024, 09:28

                                      @Aronox said in Web engine not installing or downloading properly:

                                      I still have to use MSVC instead of MinGW to build

                                      If you want to use Qt Web Engine then yes.

                                      You can try to uninstall everything and install again.

                                      A Offline
                                      A Offline
                                      Aronox
                                      wrote on 5 Jun 2024, 14:29 last edited by
                                      #18

                                      @jsulm Hello !

                                      Just wanted to update you that i got it working after installing MSVC. But now i have another problem.

                                      The browser is freakingly slow,
                                      70552db6-e8af-4a79-af49-39cc0d944bce-image.png

                                      but the same program on my mac has way better reasults:

                                      022f53bb-087a-4d43-b990-28166d989bde-image.png

                                      so do you know anything about this? what do i need to optimize it?

                                      1 Reply Last reply
                                      0
                                      • SGaistS Offline
                                        SGaistS Offline
                                        SGaist
                                        Lifetime Qt Champion
                                        wrote on 5 Jun 2024, 19:07 last edited by
                                        #19

                                        Hi,

                                        Are you using a debug or a release build ?

                                        Interested in AI ? www.idiap.ch
                                        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                                        A 1 Reply Last reply 8 Jun 2024, 06:24
                                        2
                                        • SGaistS SGaist
                                          5 Jun 2024, 19:07

                                          Hi,

                                          Are you using a debug or a release build ?

                                          A Offline
                                          A Offline
                                          Aronox
                                          wrote on 8 Jun 2024, 06:24 last edited by
                                          #20

                                          @SGaist on both systems i am using debug build.

                                          JonBJ 1 Reply Last reply 8 Jun 2024, 07:39
                                          0

                                          • Login

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