jorge-barroso / baamanga

Manga downloader for linux, (working on windows aswell). Runs on terminal, GUI coming soon.
GNU General Public License v2.0
4 stars 1 forks source link

Failed to create /home/jorge? #1

Open sexptherapy opened 9 years ago

sexptherapy commented 9 years ago

Hi, I'm on Arch and I get this error when launching baamanga after installation:

terminate called after throwing an instance of 'boost::filesystem::filesystem_error'
  what(): boost::filesystem::create_directory: No such file or directory: "/home/jorge/.config/baamanga"
[1]    23610 abort (core dumped)  baamanga

Thanks for your work!

phantom-voltage commented 9 years ago

In baamanga.cpp replace jorge with your home directory. It's an easy fix, but hopefully jorge will change that to use the $HOME variable.

jorge-barroso commented 8 years ago

Hi guys, sorry for this lol, after testing I forgot to change it, it's now fixed but won be uploaded until I fix a bug with curl that makes the compilation fail (look for issue #3)