-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on About dialog when running Terminal unpackaged #2078
Comments
I'm going to chime in and say if #2043 made this work a little, I kinda want to make sure it keeps working. Before we went open-source, there was a time you could build and run the terminal from the commandline, using unpackaged activation like this. At some point it broke, and we just never had the time to investigate. If #2043 fixes launching, then I'm inclined to leave this open to track fixing this entirely. |
This actually also fails in the packaged version. 😄 |
I'm leaving a note to myself here: When the trying to run the terminal unpackaged, the However, I think we only build the resources.pri file if we build CascadiaPackage, so trying to only build WindowsTerminal then running it won't work. Hmmmm. |
Inspired by #2078. I wanted to use this for WindowsTerminal, but I can't generate the resources.pri from just building WindowsTerminal. Maybe @DHowett-MSFT has some ideas.
This should maybe block v0.3. You can't open the about dialog at all, so we're going to get 100 dupes for this, and bug reports are going to become impossible to track.
|
So this seems to be related to the Maybe we hack a workaround for now? |
* Try createing a script to only build the current working directory Inspired by #2078. I wanted to use this for WindowsTerminal, but I can't generate the resources.pri from just building WindowsTerminal. Maybe @DHowett-MSFT has some ideas. * Cleanup for PR * fix some bugs with building outside a project directory. * PR nits
Environment
I know it is not a supported scenario, but with #2043 we can now run Terminal unpackaged.
And some people might prefer it this way.
Steps to reproduce
Run WindowsTerminal.exe directly, outside of app package.
Click about in the drop down menu.
Expected behavior
The about dialog show up as normal.
Actual behavior
The app crashes.
The text was updated successfully, but these errors were encountered: