Bug Report - Immediate Crash to Desktop in Windows 10 on ARM #3540

Closed
opened 2026-01-30 23:23:35 +00:00 by claunia · 9 comments
Owner

Originally created by @Chirishman on GitHub (Aug 23, 2019).

Originally assigned to: @bitcrazed on GitHub.

Environment

Windows build number: 10.0.18362
Windows Terminal version (if applicable): Newest direct from Windows Store

Steps to reproduce

  • Install via Windows store on to one of the few Windows 10 on ARM devices (in my case the ASUS NovaGo TP370)
  • Attempt to run Terminal

Expected behavior

Terminal successfully opens/runs or else Store does not allow the install

Actual behavior

Store allows me to install, attempting to run Terminal results in immediate crash to desktop. No window is ever created as far as I can tell and no error message is returned.

Originally created by @Chirishman on GitHub (Aug 23, 2019). Originally assigned to: @bitcrazed on GitHub. # Environment ```none Windows build number: 10.0.18362 Windows Terminal version (if applicable): Newest direct from Windows Store ``` # Steps to reproduce - Install via Windows store on to one of the few Windows 10 on ARM devices (in my case the [ASUS NovaGo TP370](https://www.microsoft.com/en-us/p/asus-novago-tp370ql-6g128g-convertible-2-in-1-laptop-with-gigabit-lte-unlocked/8z6d8jn7cgg9?activetab=pivot%3aoverviewtab)) - Attempt to run Terminal # Expected behavior Terminal successfully opens/runs or else Store does not allow the install # Actual behavior Store allows me to install, attempting to run Terminal results in immediate crash to desktop. No window is ever created as far as I can tell and no error message is returned.
Author
Owner

@ghost commented on GitHub (Aug 23, 2019):

Hi there!

Can you please send us feedback with the Feedback Hub with this issue and paste the link here so we can more easily find your crash information on the back end?

Thanks!

image image

@ghost commented on GitHub (Aug 23, 2019): Hi there!<br><br>Can you please send us feedback with the Feedback Hub with this issue and paste the link here so we can more easily find your crash information on the back end?<br><br>Thanks!<br><br>![image](https://user-images.githubusercontent.com/18221333/62478757-b69d0d00-b760-11e9-9626-1fa33c91e7c5.png) ![image](https://user-images.githubusercontent.com/18221333/62478649-6de55400-b760-11e9-806e-5aab7e085a9f.png)
Author
Owner

@Chirishman commented on GitHub (Aug 24, 2019):

Here you go: https://aka.ms/AAwrb2

@Chirishman commented on GitHub (Aug 24, 2019): Here you go: https://aka.ms/AAwrb2
Author
Owner

@DHowett-MSFT commented on GitHub (Aug 26, 2019):

Interesting. That feedback link, puzzlingly, doesn't work for me.

Do you have multiple machines with Windows Terminal on? If your default profile, which roamed from another machine, doesn't exist on the ARM64 device, it may immediately exit on launch.

@DHowett-MSFT commented on GitHub (Aug 26, 2019): Interesting. That feedback link, puzzlingly, doesn't work for me. Do you have multiple machines with Windows Terminal on? If your default profile, which roamed from another machine, doesn't exist on the ARM64 device, it may immediately exit on launch.
Author
Owner

@Chirishman commented on GitHub (Aug 26, 2019):

I do have multiple machines, and my profile script is in my OneDrive folder but nothing in it should crash on ARM64 that I know of, it just tries to import a few modules which should just throw an error re: the modules not currently being installed (get-childitemcolor and PSReadline). This isn't a domain joined machine, this is all Microsoft Account logins.

I'll try recreating the share link for you when I get home today.

@Chirishman commented on GitHub (Aug 26, 2019): I do have multiple machines, and my profile script is in my OneDrive folder but nothing in it should crash on ARM64 that I know of, it just tries to import a few modules which should just throw an error re: the modules not currently being installed (get-childitemcolor and PSReadline). This isn't a domain joined machine, this is all Microsoft Account logins. I'll try recreating the share link for you when I get home today.
Author
Owner

@DHowett-MSFT commented on GitHub (Aug 26, 2019):

Would you mind sharing your config file? Thanks!

@DHowett-MSFT commented on GitHub (Aug 26, 2019): Would you mind sharing your config file? Thanks!
Author
Owner

@Chirishman commented on GitHub (Aug 28, 2019):

Here's profile.json

It used to be defaulting to pwsh, but that's not present on my Win10 on Arm machine so I switched the defaultProfile guid for the Windows PowerShell one, same crash behavior though.

{
  "globals": {
    "alwaysShowTabs": true,
    "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "initialCols": 120,
    "initialRows": 30,
    "keybindings": [
      {
        "command": "closePane",
        "keys": [
          "ctrl+shift+w"
        ]
      },
      {
        "command": "copy",
        "keys": [
          "ctrl+shift+c"
        ]
      },
      {
        "command": "duplicateTab",
        "keys": [
          "ctrl+shift+d"
        ]
      },
      {
        "command": "newTab",
        "keys": [
          "ctrl+shift+t"
        ]
      },
      {
        "command": "newTabProfile0",
        "keys": [
          "ctrl+shift+1"
        ]
      },
      {
        "command": "newTabProfile1",
        "keys": [
          "ctrl+shift+2"
        ]
      },
      {
        "command": "newTabProfile2",
        "keys": [
          "ctrl+shift+3"
        ]
      },
      {
        "command": "newTabProfile3",
        "keys": [
          "ctrl+shift+4"
        ]
      },
      {
        "command": "newTabProfile4",
        "keys": [
          "ctrl+shift+5"
        ]
      },
      {
        "command": "newTabProfile5",
        "keys": [
          "ctrl+shift+6"
        ]
      },
      {
        "command": "newTabProfile6",
        "keys": [
          "ctrl+shift+7"
        ]
      },
      {
        "command": "newTabProfile7",
        "keys": [
          "ctrl+shift+8"
        ]
      },
      {
        "command": "newTabProfile8",
        "keys": [
          "ctrl+shift+9"
        ]
      },
      {
        "command": "nextTab",
        "keys": [
          "ctrl+tab"
        ]
      },
      {
        "command": "openSettings",
        "keys": [
          "ctrl+,"
        ]
      },
      {
        "command": "paste",
        "keys": [
          "ctrl+shift+v"
        ]
      },
      {
        "command": "prevTab",
        "keys": [
          "ctrl+shift+tab"
        ]
      },
      {
        "command": "scrollDown",
        "keys": [
          "ctrl+shift+down"
        ]
      },
      {
        "command": "scrollDownPage",
        "keys": [
          "ctrl+shift+pgdn"
        ]
      },
      {
        "command": "scrollUp",
        "keys": [
          "ctrl+shift+up"
        ]
      },
      {
        "command": "scrollUpPage",
        "keys": [
          "ctrl+shift+pgup"
        ]
      },
      {
        "command": "switchToTab0",
        "keys": [
          "ctrl+alt+1"
        ]
      },
      {
        "command": "switchToTab1",
        "keys": [
          "ctrl+alt+2"
        ]
      },
      {
        "command": "switchToTab2",
        "keys": [
          "ctrl+alt+3"
        ]
      },
      {
        "command": "switchToTab3",
        "keys": [
          "ctrl+alt+4"
        ]
      },
      {
        "command": "switchToTab4",
        "keys": [
          "ctrl+alt+5"
        ]
      },
      {
        "command": "switchToTab5",
        "keys": [
          "ctrl+alt+6"
        ]
      },
      {
        "command": "switchToTab6",
        "keys": [
          "ctrl+alt+7"
        ]
      },
      {
        "command": "switchToTab7",
        "keys": [
          "ctrl+alt+8"
        ]
      },
      {
        "command": "switchToTab8",
        "keys": [
          "ctrl+alt+9"
        ]
      }
    ],
    "requestedTheme": "system",
    "showTabsInTitlebar": true,
    "showTerminalTitleInTitlebar": true,
    "wordDelimiters": " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?\u2502"
  },
  "profiles": [
    {
      "acrylicOpacity": 0.5,
      "background": "#012456",
      "closeOnExit": true,
      "colorScheme": "Campbell",
      "commandline": "powershell.exe",
      "cursorColor": "#FFFFFF",
      "cursorShape": "bar",
      "fontFace": "Consolas",
      "fontSize": 10,
      "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
      "historySize": 9001,
      "icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
      "name": "Windows PowerShell",
      "padding": "0, 0, 0, 0",
      "snapOnInput": true,
      "startingDirectory": "%USERPROFILE%",
      "useAcrylic": false
    },
    {
      "acrylicOpacity": 0.5,
      "closeOnExit": true,
      "colorScheme": "Campbell",
      "commandline": "C:\\Program Files\\PowerShell\\6\\pwsh.exe",
      "cursorColor": "#FFFFFF",
      "cursorShape": "bar",
      "fontFace": "Consolas",
      "fontSize": 10,
      "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
      "historySize": 9001,
      "icon": "ms-appx:///ProfileIcons/{574e775e-4f2a-5b96-ac1e-a2962a402336}.png",
      "name": "PowerShell Core",
      "padding": "0, 0, 0, 0",
      "snapOnInput": true,
      "startingDirectory": "%USERPROFILE%",
      "useAcrylic": false
    },
    {
      "acrylicOpacity": 0.75,
      "closeOnExit": true,
      "colorScheme": "Campbell",
      "commandline": "cmd.exe",
      "cursorColor": "#FFFFFF",
      "cursorShape": "bar",
      "fontFace": "Consolas",
      "fontSize": 10,
      "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
      "historySize": 9001,
      "icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
      "name": "cmd",
      "padding": "0, 0, 0, 0",
      "snapOnInput": true,
      "startingDirectory": "%USERPROFILE%",
      "useAcrylic": true
    },
    {
      "acrylicOpacity": 0.85000002384185791,
      "closeOnExit": false,
      "colorScheme": "Solarized Dark",
      "commandline": "Azure",
      "connectionType": "{d9fcfdfa-a479-412c-83b7-c5640e61cd62}",
      "cursorColor": "#FFFFFF",
      "cursorShape": "bar",
      "fontFace": "Consolas",
      "fontSize": 10,
      "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
      "historySize": 9001,
      "icon": "ms-appx:///ProfileIcons/{b453ae62-4e3d-5e58-b989-0a998ec441b8}.png",
      "name": "Azure Cloud Shell",
      "padding": "0, 0, 0, 0",
      "snapOnInput": true,
      "startingDirectory": "%USERPROFILE%",
      "useAcrylic": true
    }
  ],
    "schemes" : 
    [
        {
            "background" : "#0C0C0C",
            "black" : "#0C0C0C",
            "blue" : "#0037DA",
            "brightBlack" : "#767676",
            "brightBlue" : "#3B78FF",
            "brightCyan" : "#61D6D6",
            "brightGreen" : "#16C60C",
            "brightPurple" : "#B4009E",
            "brightRed" : "#E74856",
            "brightWhite" : "#F2F2F2",
            "brightYellow" : "#F9F1A5",
            "cyan" : "#3A96DD",
            "foreground" : "#CCCCCC",
            "green" : "#13A10E",
            "name" : "Campbell",
            "purple" : "#881798",
            "red" : "#C50F1F",
            "white" : "#CCCCCC",
            "yellow" : "#C19C00"
        },
        {
            "background" : "#000000",
            "black" : "#000000",
            "blue" : "#000080",
            "brightBlack" : "#808080",
            "brightBlue" : "#0000FF",
            "brightCyan" : "#00FFFF",
            "brightGreen" : "#00FF00",
            "brightPurple" : "#FF00FF",
            "brightRed" : "#FF0000",
            "brightWhite" : "#FFFFFF",
            "brightYellow" : "#FFFF00",
            "cyan" : "#008080",
            "foreground" : "#C0C0C0",
            "green" : "#008000",
            "name" : "Vintage",
            "purple" : "#800080",
            "red" : "#800000",
            "white" : "#C0C0C0",
            "yellow" : "#808000"
        },
        {
            "background" : "#282C34",
            "black" : "#282C34",
            "blue" : "#61AFEF",
            "brightBlack" : "#5A6374",
            "brightBlue" : "#61AFEF",
            "brightCyan" : "#56B6C2",
            "brightGreen" : "#98C379",
            "brightPurple" : "#C678DD",
            "brightRed" : "#E06C75",
            "brightWhite" : "#DCDFE4",
            "brightYellow" : "#E5C07B",
            "cyan" : "#56B6C2",
            "foreground" : "#DCDFE4",
            "green" : "#98C379",
            "name" : "One Half Dark",
            "purple" : "#C678DD",
            "red" : "#E06C75",
            "white" : "#DCDFE4",
            "yellow" : "#E5C07B"
        },
        {
            "background" : "#FAFAFA",
            "black" : "#383A42",
            "blue" : "#0184BC",
            "brightBlack" : "#4F525D",
            "brightBlue" : "#61AFEF",
            "brightCyan" : "#56B5C1",
            "brightGreen" : "#98C379",
            "brightPurple" : "#C577DD",
            "brightRed" : "#DF6C75",
            "brightWhite" : "#FFFFFF",
            "brightYellow" : "#E4C07A",
            "cyan" : "#0997B3",
            "foreground" : "#383A42",
            "green" : "#50A14F",
            "name" : "One Half Light",
            "purple" : "#A626A4",
            "red" : "#E45649",
            "white" : "#FAFAFA",
            "yellow" : "#C18301"
        },
        {
            "background" : "#002B36",
            "black" : "#073642",
            "blue" : "#268BD2",
            "brightBlack" : "#002B36",
            "brightBlue" : "#839496",
            "brightCyan" : "#93A1A1",
            "brightGreen" : "#586E75",
            "brightPurple" : "#6C71C4",
            "brightRed" : "#CB4B16",
            "brightWhite" : "#FDF6E3",
            "brightYellow" : "#657B83",
            "cyan" : "#2AA198",
            "foreground" : "#839496",
            "green" : "#859900",
            "name" : "Solarized Dark",
            "purple" : "#D33682",
            "red" : "#DC322F",
            "white" : "#EEE8D5",
            "yellow" : "#B58900"
        },
        {
            "background" : "#FDF6E3",
            "black" : "#073642",
            "blue" : "#268BD2",
            "brightBlack" : "#002B36",
            "brightBlue" : "#839496",
            "brightCyan" : "#93A1A1",
            "brightGreen" : "#586E75",
            "brightPurple" : "#6C71C4",
            "brightRed" : "#CB4B16",
            "brightWhite" : "#FDF6E3",
            "brightYellow" : "#657B83",
            "cyan" : "#2AA198",
            "foreground" : "#657B83",
            "green" : "#859900",
            "name" : "Solarized Light",
            "purple" : "#D33682",
            "red" : "#DC322F",
            "white" : "#EEE8D5",
            "yellow" : "#B58900"
        }
    ]
}
@Chirishman commented on GitHub (Aug 28, 2019): Here's profile.json It used to be defaulting to pwsh, but that's not present on my Win10 on Arm machine so I switched the defaultProfile guid for the Windows PowerShell one, same crash behavior though. ```json { "globals": { "alwaysShowTabs": true, "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "initialCols": 120, "initialRows": 30, "keybindings": [ { "command": "closePane", "keys": [ "ctrl+shift+w" ] }, { "command": "copy", "keys": [ "ctrl+shift+c" ] }, { "command": "duplicateTab", "keys": [ "ctrl+shift+d" ] }, { "command": "newTab", "keys": [ "ctrl+shift+t" ] }, { "command": "newTabProfile0", "keys": [ "ctrl+shift+1" ] }, { "command": "newTabProfile1", "keys": [ "ctrl+shift+2" ] }, { "command": "newTabProfile2", "keys": [ "ctrl+shift+3" ] }, { "command": "newTabProfile3", "keys": [ "ctrl+shift+4" ] }, { "command": "newTabProfile4", "keys": [ "ctrl+shift+5" ] }, { "command": "newTabProfile5", "keys": [ "ctrl+shift+6" ] }, { "command": "newTabProfile6", "keys": [ "ctrl+shift+7" ] }, { "command": "newTabProfile7", "keys": [ "ctrl+shift+8" ] }, { "command": "newTabProfile8", "keys": [ "ctrl+shift+9" ] }, { "command": "nextTab", "keys": [ "ctrl+tab" ] }, { "command": "openSettings", "keys": [ "ctrl+," ] }, { "command": "paste", "keys": [ "ctrl+shift+v" ] }, { "command": "prevTab", "keys": [ "ctrl+shift+tab" ] }, { "command": "scrollDown", "keys": [ "ctrl+shift+down" ] }, { "command": "scrollDownPage", "keys": [ "ctrl+shift+pgdn" ] }, { "command": "scrollUp", "keys": [ "ctrl+shift+up" ] }, { "command": "scrollUpPage", "keys": [ "ctrl+shift+pgup" ] }, { "command": "switchToTab0", "keys": [ "ctrl+alt+1" ] }, { "command": "switchToTab1", "keys": [ "ctrl+alt+2" ] }, { "command": "switchToTab2", "keys": [ "ctrl+alt+3" ] }, { "command": "switchToTab3", "keys": [ "ctrl+alt+4" ] }, { "command": "switchToTab4", "keys": [ "ctrl+alt+5" ] }, { "command": "switchToTab5", "keys": [ "ctrl+alt+6" ] }, { "command": "switchToTab6", "keys": [ "ctrl+alt+7" ] }, { "command": "switchToTab7", "keys": [ "ctrl+alt+8" ] }, { "command": "switchToTab8", "keys": [ "ctrl+alt+9" ] } ], "requestedTheme": "system", "showTabsInTitlebar": true, "showTerminalTitleInTitlebar": true, "wordDelimiters": " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?\u2502" }, "profiles": [ { "acrylicOpacity": 0.5, "background": "#012456", "closeOnExit": true, "colorScheme": "Campbell", "commandline": "powershell.exe", "cursorColor": "#FFFFFF", "cursorShape": "bar", "fontFace": "Consolas", "fontSize": 10, "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "historySize": 9001, "icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png", "name": "Windows PowerShell", "padding": "0, 0, 0, 0", "snapOnInput": true, "startingDirectory": "%USERPROFILE%", "useAcrylic": false }, { "acrylicOpacity": 0.5, "closeOnExit": true, "colorScheme": "Campbell", "commandline": "C:\\Program Files\\PowerShell\\6\\pwsh.exe", "cursorColor": "#FFFFFF", "cursorShape": "bar", "fontFace": "Consolas", "fontSize": 10, "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "historySize": 9001, "icon": "ms-appx:///ProfileIcons/{574e775e-4f2a-5b96-ac1e-a2962a402336}.png", "name": "PowerShell Core", "padding": "0, 0, 0, 0", "snapOnInput": true, "startingDirectory": "%USERPROFILE%", "useAcrylic": false }, { "acrylicOpacity": 0.75, "closeOnExit": true, "colorScheme": "Campbell", "commandline": "cmd.exe", "cursorColor": "#FFFFFF", "cursorShape": "bar", "fontFace": "Consolas", "fontSize": 10, "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "historySize": 9001, "icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png", "name": "cmd", "padding": "0, 0, 0, 0", "snapOnInput": true, "startingDirectory": "%USERPROFILE%", "useAcrylic": true }, { "acrylicOpacity": 0.85000002384185791, "closeOnExit": false, "colorScheme": "Solarized Dark", "commandline": "Azure", "connectionType": "{d9fcfdfa-a479-412c-83b7-c5640e61cd62}", "cursorColor": "#FFFFFF", "cursorShape": "bar", "fontFace": "Consolas", "fontSize": 10, "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "historySize": 9001, "icon": "ms-appx:///ProfileIcons/{b453ae62-4e3d-5e58-b989-0a998ec441b8}.png", "name": "Azure Cloud Shell", "padding": "0, 0, 0, 0", "snapOnInput": true, "startingDirectory": "%USERPROFILE%", "useAcrylic": true } ], "schemes" : [ { "background" : "#0C0C0C", "black" : "#0C0C0C", "blue" : "#0037DA", "brightBlack" : "#767676", "brightBlue" : "#3B78FF", "brightCyan" : "#61D6D6", "brightGreen" : "#16C60C", "brightPurple" : "#B4009E", "brightRed" : "#E74856", "brightWhite" : "#F2F2F2", "brightYellow" : "#F9F1A5", "cyan" : "#3A96DD", "foreground" : "#CCCCCC", "green" : "#13A10E", "name" : "Campbell", "purple" : "#881798", "red" : "#C50F1F", "white" : "#CCCCCC", "yellow" : "#C19C00" }, { "background" : "#000000", "black" : "#000000", "blue" : "#000080", "brightBlack" : "#808080", "brightBlue" : "#0000FF", "brightCyan" : "#00FFFF", "brightGreen" : "#00FF00", "brightPurple" : "#FF00FF", "brightRed" : "#FF0000", "brightWhite" : "#FFFFFF", "brightYellow" : "#FFFF00", "cyan" : "#008080", "foreground" : "#C0C0C0", "green" : "#008000", "name" : "Vintage", "purple" : "#800080", "red" : "#800000", "white" : "#C0C0C0", "yellow" : "#808000" }, { "background" : "#282C34", "black" : "#282C34", "blue" : "#61AFEF", "brightBlack" : "#5A6374", "brightBlue" : "#61AFEF", "brightCyan" : "#56B6C2", "brightGreen" : "#98C379", "brightPurple" : "#C678DD", "brightRed" : "#E06C75", "brightWhite" : "#DCDFE4", "brightYellow" : "#E5C07B", "cyan" : "#56B6C2", "foreground" : "#DCDFE4", "green" : "#98C379", "name" : "One Half Dark", "purple" : "#C678DD", "red" : "#E06C75", "white" : "#DCDFE4", "yellow" : "#E5C07B" }, { "background" : "#FAFAFA", "black" : "#383A42", "blue" : "#0184BC", "brightBlack" : "#4F525D", "brightBlue" : "#61AFEF", "brightCyan" : "#56B5C1", "brightGreen" : "#98C379", "brightPurple" : "#C577DD", "brightRed" : "#DF6C75", "brightWhite" : "#FFFFFF", "brightYellow" : "#E4C07A", "cyan" : "#0997B3", "foreground" : "#383A42", "green" : "#50A14F", "name" : "One Half Light", "purple" : "#A626A4", "red" : "#E45649", "white" : "#FAFAFA", "yellow" : "#C18301" }, { "background" : "#002B36", "black" : "#073642", "blue" : "#268BD2", "brightBlack" : "#002B36", "brightBlue" : "#839496", "brightCyan" : "#93A1A1", "brightGreen" : "#586E75", "brightPurple" : "#6C71C4", "brightRed" : "#CB4B16", "brightWhite" : "#FDF6E3", "brightYellow" : "#657B83", "cyan" : "#2AA198", "foreground" : "#839496", "green" : "#859900", "name" : "Solarized Dark", "purple" : "#D33682", "red" : "#DC322F", "white" : "#EEE8D5", "yellow" : "#B58900" }, { "background" : "#FDF6E3", "black" : "#073642", "blue" : "#268BD2", "brightBlack" : "#002B36", "brightBlue" : "#839496", "brightCyan" : "#93A1A1", "brightGreen" : "#586E75", "brightPurple" : "#6C71C4", "brightRed" : "#CB4B16", "brightWhite" : "#FDF6E3", "brightYellow" : "#657B83", "cyan" : "#2AA198", "foreground" : "#657B83", "green" : "#859900", "name" : "Solarized Light", "purple" : "#D33682", "red" : "#DC322F", "white" : "#EEE8D5", "yellow" : "#B58900" } ] } ```
Author
Owner

@DHowett-MSFT commented on GitHub (Sep 5, 2019):

Hey, really sorry about that. I was waiting for the feedback hub link to become valid (since it says it takes some time), but it never did. Would you mind producing another feedback hub item?

@DHowett-MSFT commented on GitHub (Sep 5, 2019): Hey, really sorry about that. I was waiting for the feedback hub link to become valid (since it says it takes some time), but it never did. Would you mind producing another feedback hub item?
Author
Owner

@ghost commented on GitHub (Sep 17, 2019):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@ghost commented on GitHub (Sep 17, 2019): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Author
Owner

@jlorich commented on GitHub (Oct 27, 2019):

Just checked this out on a Surface Pro X at the Retail store and experienced the same issue. A fresh install from the Microsoft Store on a fresh store-demo distro and it immediately crashes on launch.

@jlorich commented on GitHub (Oct 27, 2019): Just checked this out on a Surface Pro X at the Retail store and experienced the same issue. A fresh install from the Microsoft Store on a fresh store-demo distro and it immediately crashes on launch.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3540