enstudio icon indicating copy to clipboard operation
enstudio copied to clipboard

Windows

Open justin-echternach opened this issue 4 years ago • 8 comments

What has to be done to get this working on windows? I'll do the coding ...

justin-echternach avatar Mar 02 '21 20:03 justin-echternach

hi :D thanks for liking my software <3 image

You can add win32 or win64 to the nwBuilder -> platforms array in package.json

wonglok avatar Mar 02 '21 20:03 wonglok

That's it. Awesome. Thanks a ton. Your tool looks great!

justin-echternach avatar Mar 05 '21 16:03 justin-echternach

get this when running yarn dev. I have all the node_modules

Starting the development server...

C:_dev\repos\enstudio\node_modules\glob\sync.js:341 throw er ^

Error: EPERM: operation not permitted, scandir 'C:/_dev/repos/enstudio/build/enstudio/osx64/enstudio.app/Contents/Frameworks/nwjs Framework.framework/Helpers' at Object.readdirSync (fs.js:1021:3) at GlobSync._readdir (C:_dev\repos\enstudio\node_modules\glob\sync.js:288:41) at GlobSync._readdirInGlobStar (C:_dev\repos\enstudio\node_modules\glob\sync.js:267:20)
at GlobSync._readdir (C:_dev\repos\enstudio\node_modules\glob\sync.js:276:17) at GlobSync._processGlobStar (C:_dev\repos\enstudio\node_modules\glob\sync.js:350:22)
at GlobSync._process (C:_dev\repos\enstudio\node_modules\glob\sync.js:130:10) at GlobSync._processGlobStar (C:_dev\repos\enstudio\node_modules\glob\sync.js:383:10)
at GlobSync._process (C:_dev\repos\enstudio\node_modules\glob\sync.js:130:10) at GlobSync._processGlobStar (C:_dev\repos\enstudio\node_modules\glob\sync.js:383:10)
at GlobSync._process (C:_dev\repos\enstudio\node_modules\glob\sync.js:130:10) { errno: -4048, syscall: 'scandir', code: 'EPERM', path: 'C:/_dev/repos/enstudio/build/enstudio/osx64/enstudio.app/Contents/Frameworks/nwjs Framework.framework/Helpers' } error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

justin-echternach avatar Mar 05 '21 16:03 justin-echternach

Nevermind ... I got it. Changed the platform to win64

justin-echternach avatar Mar 05 '21 16:03 justin-echternach

I changed it under the nw_builder part of the config ... fyi.

justin-echternach avatar Mar 05 '21 16:03 justin-echternach

Hi, let's run the command with admin rights in Windows? I saw the Permission error code name

wonglok avatar Mar 05 '21 16:03 wonglok

Or maybe I build a windows version

wonglok avatar Mar 05 '21 17:03 wonglok

https://github.com/wonglok/enstudio/releases/tag/r005

@justin-echternach please give the latest build a try, it has windows build :) hope it works on windows

wonglok avatar Mar 05 '21 17:03 wonglok