Page 4 of 4

Re: i can't access several maps

Posted: 11 Mar 2008, 13:18
by Jaxad0127
trapdoor wrote:Glad that it worked, I will look into why the app didnt use the updates for that map.
From what I can tell, on every platform, the client uses the data directory over the update directory. Thats what caused this.

Re: i can't access several maps

Posted: 31 Mar 2008, 13:32
by Bjørn
gorcho wrote:thanks jaxad it worked that way but still... i did it and then ran the application and still couldn't get in to dimonds cove, i tried to do it again but nope...

Last login: Mon Mar 10 15:42:15 on ttys000
eric-hernandezs-macbook:~ gorcho$ cd ~
eric-hernandezs-macbook:~ gorcho$ mkdir backup
mkdir: backup: File exists
eric-hernandezs-macbook:~ gorcho$ cd /Applications/The Mana World.app/Contents/Resources/data/maps
-bash: cd: /Applications/The: No such file or directory
eric-hernandezs-macbook:~ gorcho$ cp * ~/backup/
cp: Movies is a directory (not copied).
cp: Sites is a directory (not copied).
cp: Public is a directory (not copied).
cp: Pictures is a directory (not copied).
cp: Music is a directory (not copied).
cp: backup is a directory (not copied).
cp: Library is a directory (not copied).
cp: Downloads is a directory (not copied).
cp: Documents is a directory (not copied).
cp: Desktop is a directory (not copied).
eric-hernandezs-macbook:~ gorcho$ sudo rm *
Password:
rm: Desktop: is a directory
rm: Documents: is a directory
rm: Downloads: is a directory
rm: Library: is a directory
rm: Movies: is a directory
rm: Music: is a directory
rm: Pictures: is a directory
rm: Public: is a directory
rm: Sites: is a directory
rm: backup: is a directory
eric-hernandezs-macbook:~ gorcho$

what else can i do?
Yipe, that was a close one! Did you notice you just almost cleaned out your whole home directory? If there were any files in your home (~), then you will find those in the "backup" directory now. You should really be more careful with pasting commands into your terminal, and make sure you know what they do and to check whether they succeed (the cd command didn't, so the cp and rm commands were run in the wrong directory).