C
C#9mo ago
ivi

❔ Net 7 console app insta-closes for users without runtime instead of notifying of missing runtime

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
ivi
ivi9mo ago
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.
Angius
Angius9mo ago
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 either
JakenVeina
JakenVeina9mo ago
that's... really not the question that was asked Unfortunately, though, I don't think we can provide assistance here. Unapproved game modding and whatnot.
Accord
Accord9mo ago
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.