Open spitfire55 opened 2 months ago
Hmm, I don't have the same issue. Are you able to provide specific steps to reproduce? What is the base OS you're running the snap on? The snap is not going to be able to write to /var, that's expected.
I'm using Debian 12.
Haven't done anything complex. Just a simple snap install ghidra
followed by snap run ghidra
.
When I create a project, I also get this error in the User Log:
2024-09-17 | 17:15:15 | ERROR | (FileCache) Failed to get java FileStore for path /var/tmp/<username>-ghidra/fscache2, will be unable to check free/available space.
This is likely a similar issue re: write permissions for snap packages conflicting w/ Ghidra
I typically don't use snap, but I saw that Ghidra was available in the snap store, and figured I would give it a shot to make the installation process easier on my VM.
After uninstalling it and re-installing via sudo snap install ghidra
to see if installing w/ sudo permissions would fix the issue, the errors are still present.
I installed ghidra via
snap install ghidra
, and after creating a project and analyzing a couple files, I got the following error:Now, every time I attempt to run Ghidra, I get the same error.