Results 1 to 4 of 4

Thread: Problem with gwes.exe

  1. #1
    Join Date
    Mar 2009
    Posts
    176

    Problem with gwes.exe

    I am using a Windows Mobile Pocket PC. I recently upgraded it but I keep having a problem. Sometime I get a message that says "A problem has occurred with gwes.exe", while other times it just says gwes.exe is not responding. What is it? Can anyone help me with this issue?

  2. #2
    Join Date
    Jan 2006
    Posts
    6,878

    Re: Problem with gwes.exe

    Do you see a fairly consistent failure? The gwes.exe error is likely an issue with the application you are writing, passing in invalid pointers to system api's which occasionally manifest itself as a gwes.exe error.

    Do you see this while running in the emulator? You may want to attach to your application to see what it is doing at the time that this happens and hopefully that will give you an indication of what went wrong.

    If you run your application under the debugger, their may be pertinent information in the debug output window to help you out as well.

  3. #3
    Join Date
    May 2008
    Posts
    5,812

    Re: Problem with gwes.exe

    What is GWES?

    Gwes is the Graphical Windowing and Event Subsystem. It’s one little program that draws all the controls on the device like scrollbars, buttons, and checkboxes. It also handles passing window messages back and forth between applications and manages the WndProcs of all of the programs on the device that are displaying UI.

    A crash dump (“Watson dump”) is usually triggered by an unhandled exception in a program. It packages up a callstack and some diagnostics and queues it for transmission to Windows Error Reporting database.

    If GWES didn’t handled exceptions that were thrown from your WndProc, then any crashing WndProc would crash GWES without fail and take down the entire system. GWES handles exceptions thrown out of other WndProcs. So GWES is responsible for triggering a Watson dump when another program crashes in a WndProc.

    In short, it is possible that GWES really is crashing for some reason. So please keep sending those error reports to Windows.

  4. #4
    Join Date
    May 2008
    Posts
    5,937

    Re: Problem with gwes.exe

    Gwes is a system process. I do not know why you get the memory leak, but I don't. I always thought spb pocketplus is the culprit, but someone just claimed he had no leaks while using spb+. But give this a try if you happen to use it...

Similar Threads

  1. Sony VGNCS3 laptop 15 inch screen problem...LCD or CHIP problem?
    By Mick$Tyler in forum Hardware Peripherals
    Replies: 5
    Last Post: 31-10-2010, 06:49 AM
  2. Replies: 6
    Last Post: 27-07-2010, 12:10 AM
  3. hard disk problem, clicking sound and windows problem
    By rajat_2589 in forum Hardware Peripherals
    Replies: 1
    Last Post: 16-06-2010, 11:34 PM
  4. Replies: 4
    Last Post: 10-04-2010, 04:19 PM
  5. AD problem in Server 2003, Userenv Event ID 1053 problem
    By Victor Kam in forum Active Directory
    Replies: 3
    Last Post: 24-09-2007, 04:44 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,053,691.26999 seconds with 17 queries