-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DafnyServer process quit unexpectedly; attempting restart #25
Comments
I can reproduce this issue on both my Windows 10 Desktop and in my Windows 10 Virtual Machine. @AmirHMousavi is it possible you have a Windows machine as well? |
I have this problem as well, with looping quit and restart (Mac OS). Is there any progress on this issue? |
Currently, nobody is actively working on this issue, so feel free to pick it! |
I also was having this same issue (on a Windows 10 system). I found, while trying to fix the issue, is that in my 'C:\Users\user.vscode\extensions' folder I had two folders for the DafnyVS extension: correctnesslab.dafny-vscode-0.17.2 and correctnesslab.dafny-vscode-0.18.0. These didn't get removed when I uninstalled the extension. So I deleted those folders and reinstalled the plugin and that fixed the issue (now I only have a correctnesslab.dafny-vscode-0.18.0 folder). So maybe the issue is related to the updating process? Attached are those two old folders that seem to be related to the issue. correctnesslab.dafny-vscode-0.17.2.zip |
Thanks for the info. I don’t see these folders on my Mac right now, but I’ll look further.
Kees
…On 17 Sep 2020, 19:42 +0200, Matt Christensen ***@***.***>, wrote:
I also was having this same issue (on a Windows 10 system). I found, while trying to fix the issue, is that in my 'C:\Users\user.vscode\extensions' folder I had two folders for the DafnyVS extension: correctnesslab.dafny-vscode-0.17.2 and correctnesslab.dafny-vscode-0.18.0.
These didn't get removed when I uninstalled the extension. So I deleted those folders and reinstalled the plugin and that fixed the issue (now I only have a correctnesslab.dafny-vscode-0.18.0 folder). So maybe the issue is related to the updating process? Attached are those two old folders that seem to be related to the issue.
correctnesslab.dafny-vscode-0.17.2.zip
correctnesslab.dafny-vscode-0.18.0.zip
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
at VSCode startup
DafnyServer process quit unexpectedly; attempting restart
. after some seconds it saysDafnyServer restart succeeded
but it actually does not work and verifies everything byproof obligations:0
.F5 key for compile also does not print anything in OUTPUT
The text was updated successfully, but these errors were encountered: