-
-
Notifications
You must be signed in to change notification settings - Fork 397
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
IDE fails to open on a RAM drive, stalls at white window and busy spinner #1236
Comments
Hi @Defragster. Thanks for your report.
Is there anything special about this |
Yes, the R: drive is a RAM_DRIVE I missed reading that in #1117. Odd thing, IIRC, that was active when I ran the Jan/Feb nightly builds. The IMG for that drive was created 9/12/2021. So reading that now, this seems like a duplicate. |
And it is the same ImDisk software it seems as well: To reproduce Disk path is: R:\TEMP And Windows 'CMD' SET shows: Edit and restart to have all 'case' as R:\TEMP, did not help: Behavior the same.
|
It seems to be a generic problem with this tool: nodejs/node#6861 (comment) |
Saw a review of alternate ramdrives, going to use OSFMount instead for a test. Will update. Odd thing is that a month and more back IMDisk worked fine with IDE 2.0 (based on #1117), unless Windows Updated some internal element across both Win 10 and 11 - would take setting up an older IDE 2 (I used in Feb) to confirm. |
Confirmed using: arduino-ide_nightly-20220128_Windows_64bit.zip
Reverted to IMDisk RamDrive since it will 'start on boot'. Running RC9 again hangs, so it isn't an issue of 'first run' Using: https://www.osforensics.com/tools/mount-disk-images.html#Overview
Moved the IMDisk RAM drive to Z: and mounted NTFS image file it uses as R:
Only two files appeared on the R:drive - size never indicated anything but zero:
Starting from "CMD" box the output is similar to prior, with issue noted for R: Path:
|
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
I also put the temp directory on a ramdisk, It works for me as a temporary solution. |
I have installed ImDisk 20220826 on Windows 10 Pro (21H2), and it works. Here is my setup. The I have configured the And IDE2 2.0.1 starts and runs without an issue on my private Windows env:
However, when I try to compile the sketch for MKR1000, I have the following error:
Probably related: arduino/arduino-cli#1970 CLI panic:
CC: @cmaglie Update: I wiped CLI daemon log:
Output:
When I make a When I execute the same command from a
|
I've found a hack to bypass this problem. Add this line to the end of resources/app/node_modules/fs.realpath/index.js: |
Describe the problem
When I start Arduino IDE, the window and title bar appear, but it remains forever on the splash screen/loading animation.
To reproduce
🐛 Startup hangs forever at the loading animation.
🐛 Startup hangs forever at the loading animation.
Expected behavior
Expected either the IDE to appear like early nightly builds did Jan/Feb, or present some error messages or feedback as to the nature of some problem with startup.
Arduino IDE version
Original report
2.0.0-rc9
Last verified with
76f9f63 (reference)
Operating system
Windows
Operating system version
Windows 11 : Microsoft Windows [Version 10.0.22000.739]
Additional context
Attempts to resolve noted here:
https://forum.pjrc.com/threads/53548-Arduino-CLI-And-IDE-2-RC-Release-Teensy-Support?p=309665&viewfull=1#post309665
(see posts 270 and 274)
Removed
%appdata%
folderlocal\arduino15
and the two inroaming
and no difference.I configured my security software to avoid it interfering with Arduino IDE:
Arduino IDE ZIP package is 'unblocked' so extracted files are not marked 'Blocked'.
Folder is in an excluded 'scan' folder for MalwareBytes.
Windows Defender also active, added exclusion.
Machine has been restarted as needed to allow removal of indicated folders and behavior persists.
The fault occurs with the MSI and ZIP packages of Arduino IDE
The fault still occurs after deleting the
Arduino15
folder.Not aware of anything else that may be present on the system causing this.
Running the EXE from the ZIP in an ADMIN command box I get this:
The fault does not occur when using Arduino IDE 1.8.19 + Teensyduino 1.57b4.
Related discussion:
https://forum.pjrc.com/threads/70455-Teensyduino-1-57-Beta-3?p=309464&viewfull=1#post309464
(see posts 33, 36, 38)
Possibly related:
nodejs/node#6861
Additional reports
Issue checklist
The text was updated successfully, but these errors were encountered: