Neatdesk has stoped working

gkland

New member
Joined
Jan 5, 2014
Posts
1
I keep getting the error message when I try to open Neatdesk on my desktop. I can get it to work on my surface pro using the same OS win 8.1. but on my desktop I get "a problem has caused the program to stop working". neat support is worthless they seem not able or will to solve the problem. Any help would be appreciated.:roll eyes (sarcasti
 
Dear,

I assume you are using a legally downloaded version of Neatdesk, right? If so, it's really surprising The Neat cannot provide proper support for their application.

Since we are dealing with a 3rd-party application issue here, we cannot assure you we will be able to solve the issue without assistance from the vendor. Anyhow, there are few things we might check.

First, we would need some Event Logs to better understand the problem. Please perform the following steps:

  1. Open an elevated Command Prompt by right-clicking on CMD.EXE shortcut in your start menu and selecting Run As Administrator from the context menu.
  2. Type the following commands:
    Code:
    WEVTUTIL EPL System %USERPROFILE%\Desktop\System.evtx
    WEVTUTIL EPL Application %USERPROFILE%\Desktop\Application.evtx
  3. Compress all the exported Event Log files (.evtx) from your desktop to a single archive and attach it here.
Second, we would need a Process Monitor trace to better understand what exactly is happening on the system when the issue occurs. Please perform the following steps:

  1. Download Process Monitor tool.
  2. Extract downloaded archive to C:\ProcMon directory.
  3. Start Process Monitor. It will begin capturing the data.
  4. While Process Monitor is still running, try launching your application and wait until you receive the error.
  5. Return to Process Monitor window and stop the capturing, either by pressing CTRL+E or clicking the magnifying glass icon in the toolbar.
  6. Click CTRL+S or select File -> Save... from the menu.
  7. Select All events under Events to save section.
  8. Select Native Process Monitor Format (PML) under Format section.
  9. Confirm the path the log will be saved and click OK.
  10. Compress the PML file.
  11. Upload the compressed file to a file sharing service (e.g. OneDrive or DropBox).
  12. Share the download link here.
Third, we would need a crash dump for the process to know the reason it crashed. Please perform the following steps to generate one:

  1. Download ProcDump tool.
  2. Extract downloaded archive to C:\ProcDump directory.
  3. Open an elevated Command Prompt by right-clicking on CMD.EXE shortcut in your start menu and selecting Run As Administrator from the context menu.
  4. Type the following command (replace XXX with the executable name of the crashing application):
    Code:
    C:\ProcDump\ProcDump.exe -e -ma -w XXX C:\ProcDump
    If you are not sure about the executable name, which should substitute XXX, please try the following:
    Read More:
  5. Compress the DMP file, which was newly created in C:\ProcDump directory.
  6. Upload the compressed file to a file sharing service (e.g. OneDrive or DropBox).
  7. Share the download link here.
Thank you.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top