VS2019.3 wapproj changes broke our precarious packaging situation #3684

Closed
opened 2026-01-30 23:27:14 +00:00 by claunia · 8 comments
Owner

Originally created by @mdtauk on GitHub (Aug 31, 2019).

Originally assigned to: @DHowett-MSFT on GitHub.

Environment

Windows build number: 18362.327
Windows Terminal version (if applicable):Build from VS 2019, 01:12 2019/08/31

Steps to reproduce

  • I have selected CascadiaPackage as the Startup Project
  • I have set x64 and done Build and Deploy
  • When I try to run Windows Terminal, I get a window outline and shadow, and a crash dialog

Expected behavior

I expect the app to build, deploy, and be able to run

Actual behavior

image

Originally created by @mdtauk on GitHub (Aug 31, 2019). Originally assigned to: @DHowett-MSFT on GitHub. # Environment ```none Windows build number: 18362.327 Windows Terminal version (if applicable):Build from VS 2019, 01:12 2019/08/31 ``` # Steps to reproduce - I have selected CascadiaPackage as the Startup Project - I have set x64 and done Build and Deploy - When I try to run Windows Terminal, I get a window outline and shadow, and a crash dialog # Expected behavior I expect the app to build, deploy, and be able to run # Actual behavior ![image](https://user-images.githubusercontent.com/7389110/64056651-c86da680-cb8c-11e9-923d-a96a7f808d9e.png)
Author
Owner

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

Psychic debugging: VS 2019 Update 3 Preview?

@DHowett-MSFT commented on GitHub (Aug 31, 2019): Psychic debugging: VS 2019 Update 3 Preview?
Author
Owner

@mdtauk commented on GitHub (Aug 31, 2019):

Psychic debugging: VS 2019 Update 3 Preview?

image
Preview 2

@mdtauk commented on GitHub (Aug 31, 2019): > Psychic debugging: VS 2019 Update 3 Preview? ![image](https://user-images.githubusercontent.com/7389110/64057063-834b7380-cb90-11e9-8434-a2105285ad6d.png) Preview 2
Author
Owner

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

I'm just going to repurpose this one for its real cause. Thanks.

@DHowett-MSFT commented on GitHub (Sep 3, 2019): I'm just going to repurpose this one for its real cause. Thanks.
Author
Owner

@xpwn3rx commented on GitHub (Sep 9, 2019):

Just cross posting from #2587 - This was working on Preview 2, then broke after some updates to 2 I guess. It is also broken in 3. Everything I've tried is not working.

@xpwn3rx commented on GitHub (Sep 9, 2019): Just cross posting from #2587 - This was working on Preview 2, then broke after some updates to 2 I guess. It is also broken in 3. Everything I've tried is not working.
Author
Owner

@mdtauk commented on GitHub (Sep 11, 2019):

Exception thrown at 0x00007FFDF6C8A839 in WindowsTerminal.exe: Microsoft C++ exception: winrt::hresult_error at memory location 0x000000DB2290DB38. occurred
KernelBase.dll!00007ffdf6c8a839()	Unknown
TerminalApp.dll!winrt::throw_hresult(const winrt::hresult result) Line 4367	C++

base.h - Line 4367

@mdtauk commented on GitHub (Sep 11, 2019): ``` Exception thrown at 0x00007FFDF6C8A839 in WindowsTerminal.exe: Microsoft C++ exception: winrt::hresult_error at memory location 0x000000DB2290DB38. occurred ``` ``` KernelBase.dll!00007ffdf6c8a839() Unknown ``` ``` TerminalApp.dll!winrt::throw_hresult(const winrt::hresult result) Line 4367 C++ ``` **base.h - Line 4367**
Author
Owner

@xpwn3rx commented on GitHub (Sep 13, 2019):

#2587 is not fixed with this set of changes. The terminal still crashes on startup.

@xpwn3rx commented on GitHub (Sep 13, 2019): #2587 is not fixed with this set of changes. The terminal still crashes on startup.
Author
Owner

@mdtauk commented on GitHub (Sep 14, 2019):

I have just successfully Cleaned, Built and Deployed the project, and I am able to run the terminal now!

@mdtauk commented on GitHub (Sep 14, 2019): I have just successfully Cleaned, Built and Deployed the project, and I am able to run the terminal now!
Author
Owner

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

#2587 is fixed now. Thanks!

@xpwn3rx commented on GitHub (Sep 17, 2019): #2587 is fixed now. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3684