We’ve launched a new Help Center!

Visit the new Documentation space for Azure DevOps, monday.com, and Jira. Or, if you require any assistance or have any questions, please visit the new Customer Support Portal for Azure DevOps, monday.com and Jira.

Crash in Windows desktop application

Officially Answered

Comments

3 comments

  • Avatar
    Permanently deleted user

    Hi Michał,

    I recreated calls in powershell that we do in the code your log shows.

    Can you please run it and check if it completes properly? 

    $startupPath = [System.Environment]::GetFolderPath(7)
    $startupPath
    $shellLinks = new-object System.IO.DirectoryInfo($startupPath)
    $shellLinks
    $shellLinks.GetFiles("*.lnk")
    $shellLinks.GetFiles("*.lnk") | ForEach-Object {$_.FullName}

     

    Maxim

    0
    Comment actions Permalink
  • Avatar
    Michał Pawłowski

    Yes, they do complete in a PowerShell console window without errors. I do not have a link file for your app in the Startup folder, although I do have other .lnk files in there -  if that makes a difference.

    0
    Comment actions Permalink
  • Avatar
    Permanently deleted user

    I will create a support ticket for you to not share your private data. I'd like to check some additional information with you.

    Maxim

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk