i can't access several maps

Ask for help regarding any technical issue or report any bug or OS independent issues.

so..got the same problem?

yea
8
40%
no
12
60%
 
Total votes: 20
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: i can't access several maps

Post 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.
Image
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Re: i can't access several maps

Post 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).
Post Reply