actboy168 / lua-debug

Lua Debug Adapter for Visual Studio Code
MIT License
435 stars 94 forks source link

Extension fails to start on Windows in latest version (1.48.0) #149

Closed ArcanoxDragon closed 2 years ago

ArcanoxDragon commented 2 years ago

I just reloaded VSCode when it notified me of an extension update, and it seems lua-debug was what updated, looking at the commit history. I can't launch the Lua debugger anymore, and there's an error in VSCode's Log (Extension Host) Output window:

[2021-09-22 22:26:41.584] [exthost] [error] Activating extension actboy168.lua-debug failed due to an error:
[2021-09-22 22:26:41.584] [exthost] [error] Error: ENOENT: no such file or directory, copyfile 'c:\Users\Arcanox\.vscode\extensions\actboy168.lua-debug-1.48.0\vcredist\x86\concrt140.dll' -> 'c:\Users\Arcanox\.vscode\extensions\actboy168.lua-debug-1.48.0\runtime\windows\x86\lua51\concrt140.dll'

I tried uninstalling and reinstalling the extension and it didn't change anything. The source file it's trying to copy is present, but there is no windows directory inside runtime, so I'd guess it's not creating the path recursively before copying the file.