SoftPerfect Support Forum
Files on RAM FS cannot be opened via double-click
|
Files on RAM FS cannot be opened via double-click 26 July 2026, 19:13 |
Registered: 2 months ago Posts: 19 |
|
|
Re: Files on RAM FS cannot be opened via double-click 26 July 2026, 21:44 |
Admin Registered: 20 years ago Posts: 2 097 |
To pin down exactly why the file won't open, we need a low-level trace of what your Windows is doing at the moment it fails. The tool for this is Process Monitor, a free Microsoft/Sysinternals utility. It only takes a couple of minutes and no installation needed.
Start Procmon64.exe as administrator then press Ctrl+L to open the Filter window. In the top row set: Path … contains … then type the drive letter of the RAM FS volume (for example R:\), and click Add.
Reproduce the failure cleanly - first press Ctrl+X to clear the list and start afresh. Double-click the file that won't open and let the error appear. As soon as you see the failure, switch back to Process Monitor and press Ctrl+E to stop capturing. Save the log as a PML file and send it to us.
It would also help if you could take a screenshot or the exact error message, and mention if there is an antivirus/security product you are using.
|
Re: Files on RAM FS cannot be opened via double-click 26 July 2026, 22:42 |
Registered: 2 months ago Posts: 19 |
|
Re: Files on RAM FS cannot be opened via double-click 27 July 2026, 10:02 |
Registered: 2 months ago Posts: 19 |
|
|
Re: Files on RAM FS cannot be opened via double-click 27 July 2026, 20:21 |
Admin Registered: 20 years ago Posts: 2 097 |
|
Re: Files on RAM FS cannot be opened via double-click 27 July 2026, 20:47 |
Registered: 2 months ago Posts: 19 |
|
|
Re: Files on RAM FS cannot be opened via double-click 27 July 2026, 21:12 |
Admin Registered: 20 years ago Posts: 2 097 |
- Did you restart Windows after installing 26.7.1? The driver only switches to the new version on reboot.
- Which browser do you use, and is your TEMP/TMP, browser cache or Downloads folder redirected onto the RAM FS volume?
- Does a file copied onto the volume (rather than downloaded) open normally? Is it all files, or only Office documents and archives?
- What's the exact error — a message, or nothing happens? A screenshot would help. And which antivirus are you running?
Also, please send a complete Process Monitor log, not filtered entries: clear the list (Ctrl+X), capture, reproduce, stop (Ctrl+E). Then Save → All events → PML. The full capture shows us exactly which operation fails.
|
Re: Files on RAM FS cannot be opened via double-click 27 July 2026, 22:20 |
Registered: 2 months ago Posts: 19 |
2. The browser used is Edge; the folder is redirected to the RAM FS volume.
3. Copied files also fail to open. I have not tested other files.
4. After double-clicking, a loading circle appears next to the mouse cursor, yet nothing happens and no error messages pop up.
|
|
Re: Files on RAM FS cannot be opened via double-click 27 July 2026, 22:45 |
Admin Registered: 20 years ago Posts: 2 097 |
Two things would let us confirm it:
- The exact antivirus / security product name and version (including any "PC manager" suites). If you can fully exit it - close the tray agent, and switch off real-time protection - and retest a double-click, that alone may pinpoint it.
- A complete, unfiltered Process Monitor log: press Ctrl+X to clear (no path filter), double-click and let it hang, press Ctrl+E to stop, then File → Save → All events → PML and send it to us. The full capture shows the last operation before it stalls — the single most useful thing right now.
|
Re: Files on RAM FS cannot be opened via double-click 27 July 2026, 23:31 |
Registered: 2 months ago Posts: 19 |
I installed the software on another computer, Process monitor has three differences.
Winword.exe
Operation CreateFile
Path R:\netapi32.pdb
Result NAME NOT FOUND
Operation CreateFile
Path R:\
Result Success
Detail OpenResult: Opened appears additionally at the end of the details.
Only txt files can open; doc, ppt, excel, jpg, pdf, etc can't open.
|
|
Re: Files on RAM FS cannot be opened via double-click 28 July 2026, 10:44 |
Admin Registered: 20 years ago Posts: 2 097 |
So my question remains: what antivirus or security product are you using? Please include the exact product name and version.
|
Re: Files on RAM FS cannot be opened via double-click 28 July 2026, 12:27 |
Registered: 2 months ago Posts: 19 |
|
|
Re: Files on RAM FS cannot be opened via double-click 28 July 2026, 22:28 |
Admin Registered: 20 years ago Posts: 2 097 |
In the new build, RAM FS volumes identify themselves as NTFS instead of RAMFS. This is because some third-party tools don't understand non-standard filesystems and refuse to work with them, or fall back to slower paths. By mimicking NTFS the volume appears like a normal local disk across far more software, which may also improve how third-party security and backup suites treat it.
|
Re: Files on RAM FS cannot be opened via double-click 29 July 2026, 10:00 |
Registered: 2 months ago Posts: 19 |
|
Re: Files on RAM FS cannot be opened via double-click 30 July 2026, 09:05 |
Registered: 2 months ago Posts: 19 |
|
|
Re: Files on RAM FS cannot be opened via double-click 30 July 2026, 09:24 |
Admin Registered: 20 years ago Posts: 2 097 |
Could you please post a complete list of what's installed on your PC? To do that, run the attached BAT file. It will generate a text file on your desktop.
You can then either attach the file here (preferably zipped) or send it to us via a support ticket. We'll have a look and see what might be interfering.
|
Re: Files on RAM FS cannot be opened via double-click 30 July 2026, 18:51 |
Registered: 2 months ago Posts: 19 |
|
|
Re: Files on RAM FS cannot be opened via double-click 02 August 2026, 22:28 |
Admin Registered: 20 years ago Posts: 2 097 |