❔ Net 7 console app insta-closes for users without runtime instead of notifying of missing runtime
How to change this?
https://github.com/ividyon/WitchyBND
GitHub
GitHub - ividyon/WitchyBND: Unpacks/repacks FromSoftware archive fo...
Unpacks/repacks FromSoftware archive formats and serializes FromSoftware data formats. - GitHub - ividyon/WitchyBND: Unpacks/repacks FromSoftware archive formats and serializes FromSoftware data fo...
4 Replies
For some reason, the console app will simply close instead of letting people know where and how to download the needed runtime. I find this very unhelpful and unusual, as I remember other NET applications throwing a popup in the past.
Add
Console.Read()
at the end so it waits for input before it closes
Alternatively, I believe there's a setting in VS that will stop the console from closing manually
And, of course, if you actually tun the released version of your console app from a terminal, it won't close the terminal eitherthat's... really not the question that was asked
Unfortunately, though, I don't think we can provide assistance here. Unapproved game modding and whatnot.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.