TheDucklord
❔ ✅ Program crashing outside of dev environment.
Correction, I did solve the problem and it was quite strange indeed. So I was going to make a minimal replicaiton of the issue. A seperate program with just the issue in it. Thing is, I couldn't. When I separated the code, it worked. Even outside of VS. Turns out, it was where I was excecuting the code from. It didn't like that it was buried under a couple of threads. So I just moved where I excecuted the code and poof. Started working.
30 replies
❔ ✅ Program crashing outside of dev environment.
i'ts not reading or writing to anything. not during that. the program does write to a settings file but not anywhere where it's crashing. unless that HttpRequest does some reading/writing that I"m not aware of.
30 replies
❔ ✅ Program crashing outside of dev environment.
I'm sorry, I'm still fairly new to all of this ,and self taught. The program just disapears. It gives no errors or anything. that's what makes it so hard to figgure out what is going on. Since it's not in VS there's no debug information either. Is there some way I could get more information?
30 replies