question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

EROFS: read-only file system

See original GitHub issue

Using the AppImage I get:

A JavaScript error occurred in the main process
Uncaught Exception:
Error: EROFS: read-only file system, mkdir '/tmp/.mount_ITKhd4/usr/bin/resources/app/script/debug'
    at Error (native)
    at Object.fs.mkdirSync (fs.js:916:18)
    at Object.mkdirsSync (/tmp/.mount_ITKhd4/usr/bin/resources/app/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js:29:9)
    at Object.<anonymous> (/tmp/.mount_ITKhd4/usr/bin/resources/app/script/logger.js:12:4)
    at Module._compile (module.js:541:32)
    at Object.Module._extensions..js (module.js:550:10)
    at Module.load (module.js:456:32)
    at tryModuleLoad (module.js:415:12)
    at Function.Module._load (module.js:407:3)
    at Module.require (module.js:466:17)

Please note that the AppImage itself is read-only, so if Crypter needs to write something it should use a directory in $HOME.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
probonopdcommented, Oct 29, 2016

Thanks, I can confirm that it is working now.

0reactions
HRcommented, Oct 29, 2016

Fixed it with latest commit (and just verified it myself on ubuntu). Updated binaries available at https://github.com/HR/Crypter/releases/tag/v2.0.0 Should work on your end as well but if it still doesn’t then please let me know. Happy crypting 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

EROFS - Enhanced Read-Only File System
EROFS filesystem stands for Enhanced Read-Only File System. It aims to form a generic read-only filesystem solution for various read-only use cases instead ......
Read more >
Trying to create a file in Android: open failed: EROFS (Read ...
I have tried this with and without the WRITE_INTERNAL_STORAGE permission. There is no WRITE_INTERNAL_STORAGE permission in Android. How do I create this ...
Read more >
What is this error: EROFS: read-only file system, open ... - GitHub
This error is most often caused by attempts to write data from a serverless function to a read-only file at runtime. You can...
Read more >
EROFS - Wikipedia
EROFS (Enhanced Read-Only File System) is a lightweight read-only file system initially developed by Huawei for the Linux kernel.
Read more >
EROFS: read-only file system, - General - Node-RED Forum
EROFS stands for Enhanced Read Only File System, so you need to find why the file system is read only. How did you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found