Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Cannot Accept Control messages At This Time  (Read 14941 times)

0 Members and 1 Guest are viewing this topic.

carlrowley1

    Topic Starter


    Hopeful

  • liverpool fc
    Cannot Accept Control messages At This Time
    « on: February 22, 2010, 12:21:50 PM »
    Hello guys (again)

    I am not sure What this means properly, even when i do a search, but just been trying to download MalwareBytes for the past hour and keep getting this.



    A few suggestions i seen is to try again later, though some suggest doing a system restore.
    What on earth is it,

    Windows 7 home premium 64 bit
    windowsXP professional sp3, Ram 512 , 1.30 gigahertz AMD Athlon, Maxtor 4r080L0 hard drive.

    Laptop Toshiba.  L300/L300D series/windows vista home premium/
    2gb ram/32 bit/

    Windows 7 / home premium / 64 bit /3gb system ram /

    HELPHELP



      Rookie

      • Experience: Beginner
      • OS: Windows 7
      Re: Cannot Accept Control messages At This Time
      « Reply #1 on: February 22, 2010, 12:52:47 PM »
      It has something to do with a root file being deleted. ShelExecuteEx is a root file. My sister had to reload her computer when it did that. You might want to weight and see if anybody can tell you else wise. If not well... BOOM. I'd back-up first.

      carlrowley1

        Topic Starter


        Hopeful

      • liverpool fc
        Re: Cannot Accept Control messages At This Time
        « Reply #2 on: February 22, 2010, 02:01:30 PM »
        It has something to do with a root file being deleted. ShelExecuteEx is a root file. My sister had to reload her computer when it did that. You might want to weight and see if anybody can tell you else wise. If not well... BOOM. I'd back-up first.

        Thanks HELPHELP , just this second solved it,  its the " Application information service"   i had to backtrack what i had been doing today, and i had mistakenly set this service to manual, the service had already started, but i had stopped it, and set it to manual, and basically could not do a thing.

        But a few days ago, i had printed the default settings to the services in windows 7, and had kept a list of what services i changed, and noticed the mistake.
        To fix this you go into safe mode, and just start the service again, and set it to manual.

        http://www.blackviper.com/Windows_7/Services/Application_Information.htm
        windowsXP professional sp3, Ram 512 , 1.30 gigahertz AMD Athlon, Maxtor 4r080L0 hard drive.

        Laptop Toshiba.  L300/L300D series/windows vista home premium/
        2gb ram/32 bit/

        Windows 7 / home premium / 64 bit /3gb system ram /

        HELPHELP



          Rookie

          • Experience: Beginner
          • OS: Windows 7
          Re: Cannot Accept Control messages At This Time
          « Reply #3 on: February 22, 2010, 02:24:31 PM »
          Glad to help.I know a little about computers, but more about the mother board than the computer its self. ;)

          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: Cannot Accept Control messages At This Time
          « Reply #4 on: February 22, 2010, 04:48:45 PM »
          ShelExecuteEx is a root file.

          No, it's a function in shell32.dll.

          The "Application Information Service" is a service added to Windows Vista and 7 to help support Elevation of processes.

          Basically, it stops a non-elevated program from being the parent process of a elevated program (which may introduce security flaws, in that the parent process can access parts of the elevated process that may violate security). Instead, when a program uses ShellExecuteEx/ShellExecute to run a program, the service is called and performs the execution. So, If the program is to be run elevated then the elevated program will be a child process of the service rather then the possibly untrustable program that called ShellExecute/ShellExecuteEx.

          I was trying to dereference Null Pointers before it was cool.

          HELPHELP



            Rookie

            • Experience: Beginner
            • OS: Windows 7
            Re: Cannot Accept Control messages At This Time
            « Reply #5 on: February 22, 2010, 05:19:55 PM »
            Yes, sorry. But it is a root process that is needed for your computer to work properly.

            BC_Programmer


              Mastermind
            • Typing is no substitute for thinking.
            • Thanked: 1140
              • Yes
              • Yes
              • BC-Programming.com
            • Certifications: List
            • Computer: Specs
            • Experience: Beginner
            • OS: Windows 11
            Re: Cannot Accept Control messages At This Time
            « Reply #6 on: February 22, 2010, 05:23:43 PM »
            Yes, sorry. But it is a root process that is needed for your computer to work properly.

            No. It's not a process. it's a function. in shell32.dll. Shell32.dll could, vaguely speaking, be considered as a "root file" but at the same time you cannot boot without the proper version of shell32.dll to begin with.

            This particular issue had nothing to do with ShellExecuteEx or Shell32.dll; the very same issue would have occured had an application tried to execute an elevated application using CreateProcess() in kernel32.dll- the problem was simply that the service was not started. the Service is not a critical service, by any means. and in fact, disabling all UAC options and security of that nature would have also "fixed" the problem, since with the entire UAC infrastructure disabled, the service is not used at all.
            I was trying to dereference Null Pointers before it was cool.

            HELPHELP



              Rookie

              • Experience: Beginner
              • OS: Windows 7
              Re: Cannot Accept Control messages At This Time
              « Reply #7 on: February 22, 2010, 05:30:53 PM »
              Ok. you beat me. The important thing is carlrowley1 got his CPU working.

              BC_Programmer


                Mastermind
              • Typing is no substitute for thinking.
              • Thanked: 1140
                • Yes
                • Yes
                • BC-Programming.com
              • Certifications: List
              • Computer: Specs
              • Experience: Beginner
              • OS: Windows 11
              Re: Cannot Accept Control messages At This Time
              « Reply #8 on: February 22, 2010, 06:04:35 PM »
              Ok. you beat me. The important thing is carlrowley1 got his CPU working.

              But the CPU was never broken.  ;D  :P hee hee.
              I was trying to dereference Null Pointers before it was cool.

              HELPHELP



                Rookie

                • Experience: Beginner
                • OS: Windows 7
                Re: Cannot Accept Control messages At This Time
                « Reply #9 on: February 22, 2010, 06:31:03 PM »
                Hee hee. It had a problem though.

                BC_Programmer


                  Mastermind
                • Typing is no substitute for thinking.
                • Thanked: 1140
                  • Yes
                  • Yes
                  • BC-Programming.com
                • Certifications: List
                • Computer: Specs
                • Experience: Beginner
                • OS: Windows 11
                Re: Cannot Accept Control messages At This Time
                « Reply #10 on: February 22, 2010, 07:17:41 PM »
                Hee hee. It had a problem though.

                The Central processing Unit? There was nothing wrong with it at all :P
                I was trying to dereference Null Pointers before it was cool.

                carlrowley1

                  Topic Starter


                  Hopeful

                • liverpool fc
                  Re: Cannot Accept Control messages At This Time
                  « Reply #11 on: February 22, 2010, 10:45:19 PM »
                  The Central processing Unit? There was nothing wrong with it at all :P


                  Hey, great discussion there,  thanks for the added information about ShellExecuteEX BC_Programmer.
                  I just looked it up myself.

                  ShellExecuteEX  (Function)     http://msdn.microsoft.com/en-us/library/bb762154(VS.85).aspx     
                  windowsXP professional sp3, Ram 512 , 1.30 gigahertz AMD Athlon, Maxtor 4r080L0 hard drive.

                  Laptop Toshiba.  L300/L300D series/windows vista home premium/
                  2gb ram/32 bit/

                  Windows 7 / home premium / 64 bit /3gb system ram /

                  BC_Programmer


                    Mastermind
                  • Typing is no substitute for thinking.
                  • Thanked: 1140
                    • Yes
                    • Yes
                    • BC-Programming.com
                  • Certifications: List
                  • Computer: Specs
                  • Experience: Beginner
                  • OS: Windows 11
                  Re: Cannot Accept Control messages At This Time
                  « Reply #12 on: February 23, 2010, 10:25:50 AM »

                  Hey, great discussion there,  thanks for the added information about ShellExecuteEX BC_Programmer.
                  I just looked it up myself.

                  ShellExecuteEX  (Function)     http://msdn.microsoft.com/en-us/library/bb762154(VS.85).aspx     

                  Yeah I was going to post a link, either to that, or ShellExecute... Guess I forget, heh.
                  I was trying to dereference Null Pointers before it was cool.

                  HELPHELP



                    Rookie

                    • Experience: Beginner
                    • OS: Windows 7
                    Re: Cannot Accept Control messages At This Time
                    « Reply #13 on: February 24, 2010, 10:47:17 AM »
                    Thanks for the link. Guess I need to read more stuff to get the names right.