nielsvaes / dcs_code_injector

Application to interact with Digital Combat Simulator while a mission is running
http://www.coconutcockpit.com
GNU General Public License v3.0
19 stars 4 forks source link

Code Injector crashes often and 1.4.9 doesn't appear to have working tabs and 1.4.10 doesn't open at all. #17

Open rbz518 opened 4 months ago

rbz518 commented 4 months ago

First of all. WOW! Great work on this! There are a couple issues I have run into. For all I know they are limited to my system. When the application crashes I haven't found the log file it is writing to. Here goes for the bugs:

  1. Code Injector crashes often usually when an error modal pops up and I click on DCS Code Injector before dismissing the modal.
  2. and 1.4.9 doesn't appear to have working tabs
  3. and 1.4.10 doesn't open at all.

Other than that I have been using it for a couple weeks now and it is amazing!

nielsvaes commented 4 months ago
  1. Yeah this something I've noticed as well, I'll have a look into that

2 and 3: I think your settings file might have gotten corrupted. Have a look in %USERPROFILE%\Documents\dcs_code_injector, there should be a settings.json file. Rename that to something else, like settings__OLD and restart the application. It should detect there is no settings file and create a new one.

I'll add logging to a file in the next update so it's easier to see where it goes wrong.