Skip to content

Failed to start the electron application #1961

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

Closed
3 tasks done
cnlog opened this issue Mar 15, 2023 · 1 comment
Closed
3 tasks done

Failed to start the electron application #1961

cnlog opened this issue Mar 15, 2023 · 1 comment
Labels
conclusion: duplicate Has already been submitted topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@cnlog
Copy link

cnlog commented Mar 15, 2023

Describe the problem

Failed to start the electron application.
Error: EISDIR: illegal operation on a directory, realpath 'G:\Temp\tmp'
    at Function.realpathSync.native (node:fs:2540:3)
    at Function.native (node:electron/js2c/asar_bundle:5:4819)
    at new IsTempSketch (E:\XXX\arduino\resources\app\node_modules\arduino-ide-extension\lib\node\is-temp-sketch.js:25:51)
    at Object.resolveInstance (E:\XXX\arduino\resources\app\node_modules\inversify\lib\resolution\instantiation.js:51:18)
    at E:\XXX\arduino\resources\app\node_modules\inversify\lib\resolution\resolver.js:75:42
    at Array.map (<anonymous>)
    at _injectProperties (E:\XXX\arduino\resources\app\node_modules\inversify\lib\resolution\instantiation.js:17:57)
    at Object.resolveInstance (E:\XXX\arduino\resources\app\node_modules\inversify\lib\resolution\instantiation.js:48:18)
    at E:\XXX\arduino\resources\app\node_modules\inversify\lib\resolution\resolver.js:75:42
    at Object.resolve (E:\XXX\arduino\resources\app\node_modules\inversify\lib\resolution\resolver.js:99:12) {
  errno: -4068,
  syscall: 'realpath',
  code: 'EISDIR',
  path: 'G:\\Temp\\tmp'

To reproduce

I installed the temporary directory on the memory disk. so I got that message.

Expected behavior

I installed the temporary directory on the memory disk. so I got that message.

Arduino IDE version

2.02

Operating system

Windows

Operating system version

21H2

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest nightly build
  • My report contains all necessary details
@cnlog cnlog added the type: imperfection Perceived defect in any part of project label Mar 15, 2023
@kittaakos
Copy link
Contributor

Thank you for taking the time and writing the bug report. It's a known issue. 😕 IDE2 does not start on a ram drive: #1236.

We prefer keeping one ticket open for the same problem. Please comment on the other one if you have any additional info on this topic.

I am closing it as a duplicate.

@kittaakos kittaakos added conclusion: duplicate Has already been submitted topic: code Related to content of the project itself labels Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: duplicate Has already been submitted topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants