Walnut icon indicating copy to clipboard operation
Walnut copied to clipboard

Unable to run Setup

Open YeeTong28 opened this issue 1 year ago • 9 comments

image

YeeTong28 avatar Oct 13 '24 14:10 YeeTong28

have you downloaded walnut as a .zip file or downloaded it the way you should through commandprompt: git clone --recursive https://github.com/StudioCherno/Walnut.git ?

VagueLobster avatar Oct 13 '24 14:10 VagueLobster

have you downloaded walnut as a .zip file or downloaded it the way you should through commandprompt: git clone --recursive https://github.com/StudioCherno/Walnut.git ?

Hi, I downloaded the .zip file. my bad. tq

YeeTong28 avatar Oct 13 '24 14:10 YeeTong28

Then close the issue

ViktorPopp avatar Oct 17 '24 18:10 ViktorPopp

but it doesn't works!It still doesn't work.

ghost avatar Jan 12 '25 12:01 ghost

What error did you get @codingshen ?

ViktorPopp avatar Jan 12 '25 12:01 ViktorPopp

Just downloaded walnut as well, and I'm getting the same error:

.\scripts\Setup.bat 
The system cannot find the path specified.
Press any key to continue . . . 

Nuclearfossil avatar Dec 19 '25 19:12 Nuclearfossil

Try printing the path i guess?

ViktorPopp avatar Dec 19 '25 19:12 ViktorPopp

Just commented out the '@echo offand powershell doesn't like the raw path tovendor\bin\premake5.exe`.

>> .\scripts\Setup.bat

D:\repos\Walnut>REM @echo off 

D:\repos\Walnut>pushd .. 

D:\repos>vendor\bin\premake5.exe vs2022 
The system cannot find the path specified.

D:\repos>popd

D:\repos\Walnut>pause
Press any key to continue . . . 

I'll cook up a powershell equivalent and submit a PR for it.

Nuclearfossil avatar Dec 19 '25 19:12 Nuclearfossil

PR is up: https://github.com/StudioCherno/Walnut/pull/94

Nuclearfossil avatar Dec 19 '25 20:12 Nuclearfossil