astrochili / vscode-defold

A toolkit for Visual Studio Code to develop games with Defold
https://marketplace.visualstudio.com/items?itemName=astronachos.defold
MIT License
160 stars 10 forks source link

This error occured "java.nio.file.NoSuchFileException: C:\Program%20Files\Defold\packages\defold-1a64dd2dda6107fc68b0055b7ca2168740e83f76.jar" #22

Closed eldon922 closed 1 year ago

eldon922 commented 1 year ago

i check the file and it's exist exactly at that particular path. image

astrochili commented 1 year ago

Unfortunately, the path to Defold Editor cannot contain spaces right now. This is caused by the fact that bob cannot be run with spaces, see https://github.com/defold/defold/issues/5930

astrochili commented 1 year ago

It I see that the Defold issue is closed two months ago.

Try update Defold to the last version, it can help.

eldon922 commented 1 year ago

great, finally it's all working fine. it solved by updating Defold. thanks