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

"Another program is currently using this file" #116

Open
5 tasks
pauloneill opened this issue Nov 5, 2018 · 7 comments
Open
5 tasks

"Another program is currently using this file" #116

pauloneill opened this issue Nov 5, 2018 · 7 comments
Labels

Comments

@pauloneill
Copy link

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:

  • System Designer version number: whatever the latest is today (5 Nov 2018)
  • System Designer platform: Windows
  • Your OS version: Windows 10 Pro
  • If use on a phone, please give the model: n/a
  • Steps to reproduce the 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 ecarriou added the bug label Nov 5, 2018
@ecarriou
Copy link
Member

ecarriou commented Nov 5, 2018

Hi,

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

  • try to remove and reinstall the app to see if it is better,
  • if not, wait for one day or two: a new version of System Designer (v3.2.0) will be available very soon on the Windows Store with an updated version of Electron,
  • if you want to test right now the update, you can build your own version of System Designer for Windows and check if you still have the issue.

Hope it helps.

Erwan

@pauloneill
Copy link
Author

pauloneill commented Nov 5, 2018 via email

@pauloneill
Copy link
Author

pauloneill commented Nov 6, 2018 via email

@ecarriou
Copy link
Member

ecarriou commented Nov 6, 2018

Hi,

let's try this:

  • uninstall System Designer,
  • remove the folder C:\Users\[you_user_name]\AppData\Roaming\System Designer and
  • re-install System Designer.

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 :

  • download the zip from the GitHub repository,
  • unzip it,
  • open the command tool and go to system-designer-electron-master folder,
  • run npm i and
  • run npm start.

I will investigate about your error.

Erwan

@pauloneill
Copy link
Author

pauloneill commented Nov 6, 2018 via email

@ecarriou
Copy link
Member

ecarriou commented Nov 6, 2018

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
Copy link
Author

pauloneill commented Nov 7, 2018 via email

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

No branches or pull requests

2 participants