Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Error message
Forum Updated to NodeBB v4.3 + New Features

Error message

Scheduled Pinned Locked Moved Unsolved General and Desktop
21 Posts 6 Posters 9.8k 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.
  • ZoptuneZ Zoptune

    I used the online installer, i'm runnig Qt 5.6 on Win7.

    The weirdest thing is that i never seen this error before. I'm working on a project for about 5 month and one day (apparently for no reason) the error appeared.

    mrjjM Offline
    mrjjM Offline
    mrjj
    Lifetime Qt Champion
    wrote on last edited by mrjj
    #6

    @Zoptune
    Ok. that is pretty normal setup :) Also used for long time before "upgrading" to win 10.
    Google never seen it either!?

    Can it be a windows update or something external to Qt?

    Maybe VS runtime files ?

    Update: Just text searched Qt source
    and there seem no place with such error.

    ZoptuneZ 1 Reply Last reply
    0
    • mrjjM mrjj

      @Zoptune
      Ok. that is pretty normal setup :) Also used for long time before "upgrading" to win 10.
      Google never seen it either!?

      Can it be a windows update or something external to Qt?

      Maybe VS runtime files ?

      Update: Just text searched Qt source
      and there seem no place with such error.

      ZoptuneZ Offline
      ZoptuneZ Offline
      Zoptune
      wrote on last edited by
      #7

      @mrjj
      I did some research on Google but haven't found any related informations.

      I also thought about windows update but i haven't updated windows.
      I have an available update, i'll do it when i have time and post a feedback here.

      This is not disturbing but it's really frustrating to have an error every time i run a project ^^

      1 Reply Last reply
      0
      • E Offline
        E Offline
        Eeli K
        wrote on last edited by
        #8

        A wild guess: Qt opens a platform message dialog which is bind in Windows settings to play a sound. In Win7 I can open the settings by clicking the panel speaker icon or from control panel/personalization or control panel/sound. Maybe disabling some sound there helps (although it doesn't remove the underlying problem).

        mrjjM 1 Reply Last reply
        1
        • E Eeli K

          A wild guess: Qt opens a platform message dialog which is bind in Windows settings to play a sound. In Win7 I can open the settings by clicking the panel speaker icon or from control panel/personalization or control panel/sound. Maybe disabling some sound there helps (although it doesn't remove the underlying problem).

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #9

          @Eeli-K
          Not a totally crazy guess :)

          @Zoptune
          I forgot to ask. How is this error displayed?
          In the Application Output or where do u see it?

          ZoptuneZ 1 Reply Last reply
          0
          • mrjjM mrjj

            @Eeli-K
            Not a totally crazy guess :)

            @Zoptune
            I forgot to ask. How is this error displayed?
            In the Application Output or where do u see it?

            ZoptuneZ Offline
            ZoptuneZ Offline
            Zoptune
            wrote on last edited by
            #10

            @mrjj
            Yes the error displays in the app output.
            I updated my windows but nothing changed.

            mrjjM 1 Reply Last reply
            0
            • ZoptuneZ Zoptune

              @mrjj
              Yes the error displays in the app output.
              I updated my windows but nothing changed.

              mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #11

              @Zoptune

              best part is that I can find zero information about it. Found some old hp logs that has the names but other than that
              its not really common as most windows errors are normally are. ?

              I mean why is "EraseAudioClientInVector" not mentioned in any Windows Forum etc ?
              Only ref is from some game from steam.

              It might be related to .NET.

              Im afraid i have zero ideas to try except reinstall windows 7.

              You could maybe for test, go to Device Manager and disable the sound card.
              Just to see if it is change anything.

              ZoptuneZ 1 Reply Last reply
              1
              • mrjjM mrjj

                @Zoptune

                best part is that I can find zero information about it. Found some old hp logs that has the names but other than that
                its not really common as most windows errors are normally are. ?

                I mean why is "EraseAudioClientInVector" not mentioned in any Windows Forum etc ?
                Only ref is from some game from steam.

                It might be related to .NET.

                Im afraid i have zero ideas to try except reinstall windows 7.

                You could maybe for test, go to Device Manager and disable the sound card.
                Just to see if it is change anything.

                ZoptuneZ Offline
                ZoptuneZ Offline
                Zoptune
                wrote on last edited by
                #12

                @mrjj
                I tried what you said and i've got a new error instead :

                Error 3 (cannot open object) in function enum EResult thiscall SysAudioHook::CMMDeviceClient::PropertyStoreGetValue_Hook(struct HINSTANCE *)

                mrjjM 1 Reply Last reply
                0
                • ZoptuneZ Zoptune

                  @mrjj
                  I tried what you said and i've got a new error instead :

                  Error 3 (cannot open object) in function enum EResult thiscall SysAudioHook::CMMDeviceClient::PropertyStoreGetValue_Hook(struct HINSTANCE *)

                  mrjjM Offline
                  mrjjM Offline
                  mrjj
                  Lifetime Qt Champion
                  wrote on last edited by
                  #13

                  @Zoptune
                  Ok so its 100% surely related to sound.

                  Since this is also for clean projects
                  its not in your code and
                  I can't find anything in Qt souce related to this so
                  Im out of ideas. :(

                  This is the only sign of something wrong?
                  All other programs run fine and sounds works fine and
                  Windows is just overall super happy?

                  ZoptuneZ 1 Reply Last reply
                  1
                  • VRoninV Offline
                    VRoninV Offline
                    VRonin
                    wrote on last edited by
                    #14

                    I'm in the guesses realm here: did you install any windows update recently that might have triggered this?

                    Can you try restoring (using System Restore) windows to before the error occurred?

                    "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
                    ~Napoleon Bonaparte

                    On a crusade to banish setIndexWidget() from the holy land of Qt

                    ZoptuneZ 1 Reply Last reply
                    1
                    • mrjjM mrjj

                      @Zoptune
                      Ok so its 100% surely related to sound.

                      Since this is also for clean projects
                      its not in your code and
                      I can't find anything in Qt souce related to this so
                      Im out of ideas. :(

                      This is the only sign of something wrong?
                      All other programs run fine and sounds works fine and
                      Windows is just overall super happy?

                      ZoptuneZ Offline
                      ZoptuneZ Offline
                      Zoptune
                      wrote on last edited by
                      #15

                      @mrjj
                      Everything is all right with my computer. The only little problem is that i can't download new windows update.

                      I'll try with an external soundcard or i'll try to update my audio driver but I don't have too much hope ^^

                      VRoninV 1 Reply Last reply
                      0
                      • ZoptuneZ Zoptune

                        @mrjj
                        Everything is all right with my computer. The only little problem is that i can't download new windows update.

                        I'll try with an external soundcard or i'll try to update my audio driver but I don't have too much hope ^^

                        VRoninV Offline
                        VRoninV Offline
                        VRonin
                        wrote on last edited by VRonin
                        #16

                        @Zoptune said in Error message:

                        The only little problem is that i can't download new windows update

                        it just fails or you just can't (not have admin password for example)?

                        "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
                        ~Napoleon Bonaparte

                        On a crusade to banish setIndexWidget() from the holy land of Qt

                        1 Reply Last reply
                        0
                        • VRoninV VRonin

                          I'm in the guesses realm here: did you install any windows update recently that might have triggered this?

                          Can you try restoring (using System Restore) windows to before the error occurred?

                          ZoptuneZ Offline
                          ZoptuneZ Offline
                          Zoptune
                          wrote on last edited by
                          #17

                          @VRonin
                          Hi, no windows update since a long time.
                          I have disabled automatic windows restore point so i can't restore the system.

                          mrjjM 1 Reply Last reply
                          0
                          • ZoptuneZ Zoptune

                            @VRonin
                            Hi, no windows update since a long time.
                            I have disabled automatic windows restore point so i can't restore the system.

                            mrjjM Offline
                            mrjjM Offline
                            mrjj
                            Lifetime Qt Champion
                            wrote on last edited by
                            #18

                            @Zoptune

                            Ok, besides a full reinstall , you could try a repair

                            http://www.pcgamer.com/how-to-repair-a-faulty-windows-installation-without-reformatting/

                            Note. Backup critical data.

                            1 Reply Last reply
                            1
                            • hskoglundH Offline
                              hskoglundH Offline
                              hskoglund
                              wrote on last edited by
                              #19

                              Hi, googling that error message seems it's connected to a Kraken or Razer soundcard, if you have something like that, try reinstalling the driver for it.

                              ZoptuneZ 1 Reply Last reply
                              3
                              • hskoglundH hskoglund

                                Hi, googling that error message seems it's connected to a Kraken or Razer soundcard, if you have something like that, try reinstalling the driver for it.

                                ZoptuneZ Offline
                                ZoptuneZ Offline
                                Zoptune
                                wrote on last edited by Zoptune
                                #20

                                @hskoglund
                                That's right, i've got a Razer Kraken 7.1 !

                                The problem could appear when i bought a new computer. I had multiple problem using one account on different computers (Skype, Razer Synapse, Steam, ...).
                                I'll try to unistall Razer Synapse :)

                                Thx

                                EDIT : can you give me the link where you find this pls ? I haven't found anything using google.

                                1 Reply Last reply
                                0
                                • L Offline
                                  L Offline
                                  LouisDuVerdier
                                  wrote on last edited by
                                  #21

                                  It is related to Razer Kraken 7.1, I have one and I have the same error messages.
                                  Does this bug needs to be transferred to Razer or is this coming from Qt?

                                  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