Skip to content
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

continue extension failing onstart #1233

Open
Nanayeb34 opened this issue May 4, 2024 · 7 comments
Open

continue extension failing onstart #1233

Nanayeb34 opened this issue May 4, 2024 · 7 comments
Assignees

Comments

@Nanayeb34
Copy link

Nanayeb34 commented May 4, 2024

Type: Bug

i installed Continue in wsl2. however, it doesn't work as expected. Instead i get the uncaught error below. no matter how many times i reload the extension, it still doesn't work but breaks with an onStartupFinished error below
The specified module could not be found. \?\c:\Users\Sam.vscode\extensions\continue.continue-0.9.124-win32-x64\bin\napi-v3\win32\x64\onnxruntime_binding.node

image

Extension version: 0.9.124
VS Code version: Code 1.89.0 (b58957e67ee1e712cebf466b995adf4c5307b2bd, 2024-05-01T02:09:22.859Z)
OS version: Windows_NT x64 10.0.22631
Modes:
Remote OS version: Linux x64 5.15.146.1-microsoft-standard-WSL2

System Info
Item Value
CPUs Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz (8 x 2112)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) undefined
Memory (System) 23.84GB (8.40GB free)
Process Argv --crash-reporter-id e06d819a-bc66-47b0-810c-b9fd9649036f
Screen Reader no
VM 0%
Item Value
Remote WSL: Ubuntu
OS Linux x64 5.15.146.1-microsoft-standard-WSL2
CPUs Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz (8 x 2111)
Memory (System) 11.60GB (7.67GB free)
VM 0%
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492:30256859
vscoreces:30445986
vscod805:30301674
binariesv615:30325510
vsaa593cf:30376535
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
962ge761:30959799
pythongtdpath:30769146
welcomedialog:30910333
pythonidxpt:30866567
pythonnoceb:30805159
asynctok:30898717
pythontestfixt:30902429
pythonregdiag2:30936856
pyreplss1:30897532
pythonmypyd1:30879173
pythoncet0:30885854
h48ei257:31000450
pythontbext0:30879054
accentitlementst:30995554
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
ccp2r6:30993542
dsvsc020:30976470
pythonait:31006305
chatpanelt:31018789
dsvsc021:30996838
jg8ic977:31013176
pythoncenvptcf:31022791
dwnewjupytercf:31035177

@Nanayeb34
Copy link
Author

@sestinj could you kindly help here

@sestinj
Copy link
Contributor

sestinj commented May 6, 2024

@Nanayeb34 can you do me a quick favor and check whether that file actually exists on your computer? (pretend that the path is constructed correctly without the missing '' before .vscode)

Either this is a build error if it's missing, or a problem in the onnxruntime_node library, in which case I'll make an issue there to see if we can get this solved

@sestinj sestinj self-assigned this May 6, 2024
@Nanayeb34
Copy link
Author

yes @sestinj , the file exists at this location "C:\Users\Sam\.vscode\extensions\continue.continue-0.8.25-win32-x64\bin\napi-v3\win32\x64\onnxruntime_binding.node" on my local machine

@sestinj
Copy link
Contributor

sestinj commented May 8, 2024

Good to know, thank you! I will dig around onnxruntime_node to see what I can find

@AndreasRosenberger
Copy link

Hello,

I have the same issue on Windows VSC 1.89 and on Nixos VSC 1.84.

@sestinj
Copy link
Contributor

sestinj commented May 8, 2024

@AndreasRosenberger there is ongoing conversation about NixOS here. There's no complete solution yet, but I believe in a few situations it's been discovered what dependencies are needed

@Atomesh
Copy link

Atomesh commented May 16, 2024

Hi @sestinj

I encountered a similar issue, with my error message being The specified module could not be found. \?\c:\Users\AtomVW.vscode\extensions\continue.continue-0.8.27-win32-x64\bin\napi-v3\win32\x64\onnxruntime_binding.node. This resembles the error Nanayeb34 reported: The specified module could not be found. \?\c:\Users\Sam.vscode\extensions\continue.continue-0.9.124-win32-x64\bin\napi-v3\win32\x64\onnxruntime_binding.node.

I noticed that the concatenation of the user directory and .vscode seems to be incorrect, suggesting a simple path error.
Sam.vscode AtomVW.vscode
\?\c:

I also observed that both Nanayeb34 and I are using Windows 10, so I attempted to install it on another machine running Windows 11, where I didn't encounter the same issue. Therefore, I speculate that this might be a path error specific to Windows 10?

Apologies, I realized after sending that you seem to have already mentioned this issue.

(pretend that the path is constructed correctly without the missing '' before .vscode)

Looking forward to you addressing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants