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

[linux] Issue for v0.12.2 #353

Closed
mstfacmly opened this issue Jan 10, 2016 · 7 comments
Closed

[linux] Issue for v0.12.2 #353

mstfacmly opened this issue Jan 10, 2016 · 7 comments

Comments

@mstfacmly
Copy link

I've gotten the following error after upgrading from 0.11 to 0.12.2:
ENOENT: no such file or directory, lstat '/home/moustafa/.config/itch/bin/butler.7z'

I was able to get around it by creating the missing directory, and then faking the butler.7z file using 'touch', but then this error pops up:

Error ENOENT: no such file or directory, lstat '/home/[user]/.config/itch/bin/butler.7z-stage'

Currently running Ubuntu 15.10, using the precompiled amd64 .deb package provided on the itch website.

@fasterthanlime
Copy link
Collaborator

That certainly doesn't sound good..

I pushed a new butler version tonight, so it must've been trying to upgrade.

So, /home/moustafa/.config/itch/bin/ didn't exist before?

@fasterthanlime
Copy link
Collaborator

Pushing new version asap.

@mstfacmly
Copy link
Author

Just to confirm, the ./config/itch directory was there, but not the ./config/itch/bin dir. I'll check the new build as soon as it's up!

@fasterthanlime
Copy link
Collaborator

Makes sense. fstream/mkdirp used to handle all that for us, whereas now we have to be more careful. (Whole FS layer was rewritten between 0.12.0 and 0.12.1)

@fasterthanlime
Copy link
Collaborator

@MoustafaC 0.12.3 is out, let me know if it fixes it for you

@fasterthanlime
Copy link
Collaborator

More details available in the v0.12.3 release notes: https://github.com/itchio/itch/releases/tag/v0.12.3

@mstfacmly
Copy link
Author

Confirm this fixes the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants