ECONNREFUSED
Ziagl opened this issue · 10 comments
That happens occasionally. Are you able to get past it sometimes or does it not work at all? Also, can you tell me the steps you took to get it working? I want to make changes based on the problems you encountered.
tbh I have not tested very thoroughly on Windows, but I probably should do that at some point.
Are you using the latest version of VICE? The extension depends on some command line options that are relatively new. I was going to try removing them, but I can't recall if I did yet.
Can you also check your output in the terminal tab? It should start one terminal for VICE and another for the user monitor.
The problem happens every time, I was not able to get a emulator window at all. I took some screenshots of installed versions:
My launch.json:
And the output:
All files are created as expected, I can run *.c64 executable manually with VICE and it works. I do not know if *.dbg is correct, but it is is much bigger than my *.c64 file, so I think it is ok.
The quotes for the arguments in the VICE command is really weird for some of the parameters. I'll take a look. Can you try switching your shell to cmd in your settings? I'm not able to use my computer right now so I'm just assuming that's a thing.
I tried with CMD as default shell with no difference.
I made some changes in 1.1.17 that allow it to start VICE correctly, but it breaks after that, at least for me.
I'm in the process of making some changes to VICE itself that will allow the debugger to behave more consistently in the future. For the newly discovered issues I think I will just work on getting that released first.
Please check to see if it works for you now. I also fixed some timing issues that were causing problems in 1.1.19
I'm going to close this issue since I think it's fixed. Please let me know if it's still broken and I'll reopen.
I can confirm that it works now. Thank you!