Skip to content
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

Snapshot question: "The system cannot find the path specified." #415

Closed
typpos opened this issue Jan 19, 2021 · 3 comments
Closed

Snapshot question: "The system cannot find the path specified." #415

typpos opened this issue Jan 19, 2021 · 3 comments
Labels
fixed in next build Fixed in the next Sandboxie version

Comments

@typpos
Copy link
Contributor

typpos commented Jan 19, 2021

v0.5.5 & v5.46.4

Trying to understand snapshots..

Are snapshots meant to be partially immutable? After I create a snapshot, I can't create files in the sandbox. Example:

  • new sandbox
  • start sandboxed command prompt.
  • Create c:\test
  • cd \test
  • Create a file, eg: dir > t1
  • exit command prompt
  • create snapshot
  • start sandboxed command prompt
  • cd \test
  • dir
  • (ok. lists file t1)
  • dir > t2
  • Error prompt "The system cannot find the path specified."

However, I can create another directory, eg, "test2" and add a file to that.

Why?

@DavidXanatos
Copy link
Member

no that's a bug while the snapshot itself should be immutable all files within it from the view point of a sandboxed application should be over writable by creating a copy in the current state

@DavidXanatos DavidXanatos added Bug Something isn't working ToDo To be done under investigation fixed in next build Fixed in the next Sandboxie version and removed ToDo To be done Bug Something isn't working under investigation labels Jan 23, 2021
@DavidXanatos
Copy link
Member

will be fixed in tn next build

@typpos
Copy link
Contributor Author

typpos commented Jan 27, 2021

Works in v0.6.0.

@typpos typpos closed this as completed Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed in next build Fixed in the next Sandboxie version
Projects
None yet
Development

No branches or pull requests

2 participants