design-first / system-designer

A low-code development platform for creating systems šŸ‡ŗšŸ‡¦#standwithUkraine
https://designfirst.io/systemdesigner/
Apache License 2.0
930 stars 136 forks source link

"Another program is currently using this file" #116

Open pauloneill opened 5 years ago

pauloneill commented 5 years ago

Hi there Just found your app - looks interesting btw I can't get it to run on one of my PCs. I get an error "Another program is currently using this file" and wondered if anyone else has seeb this and has a reslution.

For issues give the following informations related to your problem:

It happens when I open the app.

I'm sure this is a config thing (I'm a developer too) but have no idea where to start...any help would be greatly apprecaited.

TIA Paul

ecarriou commented 5 years ago

Hi,

this issue is probably related to Electron, so what you can do is:

Hope it helps.

Erwan

pauloneill commented 5 years ago

Thanks Erwan

I only have 1 PC it doesnā€™t work on so Iā€™ll wait for the update.

Thanks for the prompt responseā€¦. šŸ˜Š Best regards, Paul p: (08) 9200 4431 e: paul.oneill@insilico.com.aumailto:paul.oneill@insilico.com.au w: www.insilico.com.auhttp://www.insilico.com.au/ Simplifying Business With Custom Software Please consider the environment before printing this email

From: Erwan Carriou notifications@github.com Sent: Monday, November 5, 2018 3:09 PM To: design-first/system-designer system-designer@noreply.github.com Cc: Paul O'Neill paul.oneill@insilico.com.au; Author author@noreply.github.com Subject: Re: [design-first/system-designer] "Another program is currently using this file" (#116)

Hi,

this issue is probably related to Electronhttps://electronjs.org, so what you can do is:

Hope it helps.

Erwan

ā€” You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/design-first/system-designer/issues/116#issuecomment-435774649, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAHhCYn648Ox6IQI049BrJRUbpTWKd9eks5ur-P8gaJpZM4YNltg.

pauloneill commented 5 years ago

Hi Erwan

Just got updated to version 3.2.0 ā€“ same problem.

I uninstalled and reinstalled and still no luck.

Iā€™m not familiar with Electron ā€“ can/should I install it manually and the reinstall your program?

Thanks for your help šŸ˜Š Best regards, Paul p: (08) 9200 4431 e: paul.oneill@insilico.com.aumailto:paul.oneill@insilico.com.au w: www.insilico.com.auhttp://www.insilico.com.au/ Simplifying Business With Custom Software Please consider the environment before printing this email

From: Paul O'Neill Sent: Tuesday, November 6, 2018 7:42 AM To: 'design-first/system-designer' reply@reply.github.com; design-first/system-designer system-designer@noreply.github.com Cc: Author author@noreply.github.com Subject: RE: [design-first/system-designer] "Another program is currently using this file" (#116)

Thanks Erwan

I only have 1 PC it doesnā€™t work on so Iā€™ll wait for the update.

Thanks for the prompt responseā€¦. šŸ˜Š Best regards, Paul p: (08) 9200 4431 e: paul.oneill@insilico.com.aumailto:paul.oneill@insilico.com.au w: www.insilico.com.auhttp://www.insilico.com.au/ Simplifying Business With Custom Software Please consider the environment before printing this email

From: Erwan Carriou notifications@github.com<mailto:notifications@github.com> Sent: Monday, November 5, 2018 3:09 PM To: design-first/system-designer system-designer@noreply.github.com<mailto:system-designer@noreply.github.com> Cc: Paul O'Neill paul.oneill@insilico.com.au<mailto:paul.oneill@insilico.com.au>; Author author@noreply.github.com<mailto:author@noreply.github.com> Subject: Re: [design-first/system-designer] "Another program is currently using this file" (#116)

Hi,

this issue is probably related to Electronhttps://electronjs.org, so what you can do is:

Hope it helps.

Erwan

ā€” You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/design-first/system-designer/issues/116#issuecomment-435774649, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAHhCYn648Ox6IQI049BrJRUbpTWKd9eks5ur-P8gaJpZM4YNltg.

ecarriou commented 5 years ago

Hi,

let's try this:

Installation via Windows Store and manual installation can work together, so you can try it. The only thing you need to have is Node installed on your PC, then :

I will investigate about your error.

Erwan

pauloneill commented 5 years ago

Hi Erwan

Well I think you helped identify the problemā€¦

I didnā€™t have a folder in AppData after uninstalling the program but when I ran ā€œnpm iā€, I got this error:

:\Users\poneill\Documents\Projects\system-designer-electron-master>npm i npm ERR! Windows_NT 10.0.17134 npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Users\poneill\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "i" npm ERR! node v8.12.0 npm ERR! npm v3.3.9 npm ERR! code MODULE_NOT_FOUND

npm ERR! Cannot find module 'internal/util/types' npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request: npm ERR! C:\Users\poneill\Documents\Projects\system-designer-electron-master\npm-debug.log

Not sure why this is happening on one PC and not the others thoughā€¦

Thanks Erwan Best regards, Paul p: (08) 9200 4431 e: paul.oneill@insilico.com.aumailto:paul.oneill@insilico.com.au w: www.insilico.com.auhttp://www.insilico.com.au/ Simplifying Business With Custom Software Please consider the environment before printing this email

From: Erwan Carriou notifications@github.com Sent: Tuesday, November 6, 2018 3:24 PM To: design-first/system-designer system-designer@noreply.github.com Cc: Paul O'Neill paul.oneill@insilico.com.au; Author author@noreply.github.com Subject: Re: [design-first/system-designer] "Another program is currently using this file" (#116)

Hi,

let's try this:

Installation via Windows Store and manual installation can work together, so you can try it. The only think you need to have is Nodehttps://nodejs.org/en/ installed on your PC, then :

I will investigate about your error.

Erwan

ā€” You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/design-first/system-designer/issues/116#issuecomment-436155226, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAHhCVF4LdvH6RH1-4kcbLvv40LLSX0uks5usTkIgaJpZM4YNltg.

ecarriou commented 5 years ago

Hi,

you get this error after npm i because you need to update npm I think. To do so, run npm i npm@latest -g and retry then with npm i, it should work.

If not, you can use the HTML5 version of System Designer, it has 95% of the feature of the desktop version, works offline and all your data are saved in your browser (and never send to a server).

Erwan

pauloneill commented 5 years ago

Hi Erwan

Thereā€™s clearly something wrong with my PC ā€“ I think it may have multiple instances of Node/NPM installed.

I will purse the ā€œCannot find module 'internal/util/types'ā€ error separately and once resolved, will get back to you if I still have troubles with System Designer.

I still have it running on my laptop so can export the files as required.

Thank you for your help thus far ā€“ much appreciated! šŸ˜Š

Best regards, Paul p: (08) 9200 4431 e: paul.oneill@insilico.com.aumailto:paul.oneill@insilico.com.au w: www.insilico.com.auhttp://www.insilico.com.au/ Simplifying Business With Custom Software Please consider the environment before printing this email

From: Erwan Carriou notifications@github.com Sent: Wednesday, November 7, 2018 3:43 AM To: design-first/system-designer system-designer@noreply.github.com Cc: Paul O'Neill paul.oneill@insilico.com.au; Author author@noreply.github.com Subject: Re: [design-first/system-designer] "Another program is currently using this file" (#116)

Hi,

you get this error after npm i because you need to update npm I think. To do so, run npm i npm@latest -g and retry then with npm i, it should work.

If not, you can use the HTML5 version of System Designerhttps://designfirst.io/designer/, it has 95% of the feature of the desktop version, works offline and all your data are saved in your browser (and never send to a server).

Erwan

ā€” You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/design-first/system-designer/issues/116#issuecomment-436383108, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAHhCTqjtdfWJGmnt3wD0-f32eM8F3g6ks5useZLgaJpZM4YNltg.