*NEW* The Mana World Mac client

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
User avatar
trapdoor
Novice
Novice
Posts: 216
Joined: 18 Feb 2007, 12:36

*NEW* The Mana World Mac client

Post by trapdoor »

First release with Xcode 4, if someone could let me know if this works for them, that would be great, thanks!

It is meant to be for OSX 10.5.x or later.

http://www.centrecirclestudios.com/open/tmw-mac.dmg

--
trapdoor
User avatar
Alige
TMW Adviser
TMW Adviser
Posts: 1398
Joined: 09 Jan 2010, 19:22

Re: *NEW* The Mana World Mac client

Post by Alige »

It doesn't work on Mac OS X 10.6.7
Image
User avatar
Bertram
Manasource
Manasource
Posts: 1026
Joined: 07 Sep 2004, 14:55
Location: France

Re: *NEW* The Mana World Mac client

Post by Bertram »

Hi Ali-G,

Have you got any backtrace or useful info that help us debug it?

Best regards.
User avatar
Alige
TMW Adviser
TMW Adviser
Posts: 1398
Joined: 09 Jan 2010, 19:22

Re: *NEW* The Mana World Mac client

Post by Alige »

All I got is that. Please translate Bertram if needed.
Attachments
Capture d’écran 2011-04-11 à 13.16.13.png
Capture d’écran 2011-04-11 à 13.16.13.png (39.16 KiB) Viewed 8066 times
Image
User avatar
trapdoor
Novice
Novice
Posts: 216
Joined: 18 Feb 2007, 12:36

Re: *NEW* The Mana World Mac client

Post by trapdoor »

Can you run from Terminal so I can see the error?

It is likely a dependency problem, can't ever seem to find them all on the first go.

--
trapdoor
Frost
TMW Adviser
TMW Adviser
Posts: 851
Joined: 09 Sep 2010, 06:20
Location: California, USA

Re: *NEW* The Mana World Mac client

Post by Frost »

The game crashes on my MacBook running 10.5.8.

--------------------
Process: The Mana World [4172]
Path: /Applications/The Mana World.app/Contents/MacOS/The Mana World
Identifier: com.yourcompany.mana
Version: ??? (???)
Code Type: X86 (Native)
Parent Process: launchd [1700]

Interval Since Last Report: 89 sec
Crashes Since Last Report: 1
Per-App Interval Since Last Report: 0 sec
Per-App Crashes Since Last Report: 1

Date/Time: 2011-04-11 09:13:44.006 -0700
OS Version: Mac OS X 10.5.8 (9L31a)
Report Version: 6
Anonymous UUID: ????

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0

Dyld Error Message:
Library not loaded: /usr/lib/libxml2.2.dylib
Referenced from: /Applications/The Mana World.app/Contents/MacOS/The Mana World
Reason: Incompatible library version: The Mana World requires version 10.0.0 or later, but libxml2.2.dylib provides version 9.0.0
You earn respect by how you live, not by what you demand.
-unknown
Frost
TMW Adviser
TMW Adviser
Posts: 851
Joined: 09 Sep 2010, 06:20
Location: California, USA

Re: *NEW* The Mana World Mac client

Post by Frost »

trapdoor wrote:First release with Xcode 4, if someone could let me know if this works for them, that would be great, thanks!
trapdoor
Exciting stuff. Thanks for maintaining this, trapdoor!

I thought I'd try to fix my libxml2 error, but didn't see an XCode Project file in git (http://gitorious.org/mana/mana/trees/master). Am I looking in the wrong place?
You earn respect by how you live, not by what you demand.
-unknown
User avatar
trapdoor
Novice
Novice
Posts: 216
Joined: 18 Feb 2007, 12:36

Re: *NEW* The Mana World Mac client

Post by trapdoor »

Frost wrote: I thought I'd try to fix my libxml2 error, but didn't see an XCode Project file in git (http://gitorious.org/mana/mana/trees/master). Am I looking in the wrong place?
I believe Cmake is now the official way to build the project.

--
trapdoor
User avatar
lien
Warrior
Warrior
Posts: 446
Joined: 30 Oct 2008, 08:59
Location: France

Re: *NEW* The Mana World Mac client

Post by lien »

trapdoor, it works only on Intel.
that means it cannot be opened on a PPC (mine, so) :(

Lien ....
Image
User avatar
trapdoor
Novice
Novice
Posts: 216
Joined: 18 Feb 2007, 12:36

Re: *NEW* The Mana World Mac client

Post by trapdoor »

I created it as a universal binary with support for i386 and ppc.

What error do you get when you run the client in Terminal?
User avatar
lien
Warrior
Warrior
Posts: 446
Joined: 30 Oct 2008, 08:59
Location: France

Re: *NEW* The Mana World Mac client

Post by lien »

trapdoor wrote:I created it as a universal binary with support for i386 and ppc.

What error do you get when you run the client in Terminal?

Code: Select all

-bash: /Users/MyName/Desktop/The Mana World.app: is a directory
and the same thing when a application is for intel when I open it
Image
something in english about:
  • "you cannot open the appication "the Mana World" Because it cannot work with this(your) architecture"
:(

Lien ...

and also, the icon (mana) is crossed (like intel application too).
Image
User avatar
trapdoor
Novice
Novice
Posts: 216
Joined: 18 Feb 2007, 12:36

Re: *NEW* The Mana World Mac client

Post by trapdoor »

Turns out Xcode 4 was ignoring my ppc directive since it doesn't support it, only options it has is 32 bit Intel or 64 bit Intel. Trying to compile for ppc just gives an error that the compiler doesn't support it.

I will look to see what can be done, hopefully I can get a separate download of 10.5 SDK that will have ppc support.
User avatar
baseballboy
Knight
Knight
Posts: 502
Joined: 04 Jan 2009, 20:04
Location: USA, North Carolina

Re: *NEW* The Mana World Mac client

Post by baseballboy »

Little old, but I have it running on OSX 10.6.7 without a problem.
BaseBaIIBoy - 99, Zalika - 95, Mou. - 86, baseballboy - 83, Abacus - 82, Laticia - 76

<o11c> More boobs please.
User avatar
Bertram
Manasource
Manasource
Posts: 1026
Joined: 07 Sep 2004, 14:55
Location: France

Re: *NEW* The Mana World Mac client

Post by Bertram »

Hi,

Is there a mac port of the mana or tmw 0.5.2 version we could add to the download section?

Thanks in advance for your answer and best regards, :)
User avatar
Nard
Knight
Knight
Posts: 1113
Joined: 27 Jun 2010, 12:45
Location: France, near Paris

Re: *NEW* The Mana World Mac client

Post by Nard »

Works well on macbook pro OsX 10.6.8 here
"The language of everyday life is clogged with sentiment, and the science of human nature has not advanced so far that we can describe individual sentiment in a clear way." Lancelot Hogben, Mathematics for the Million.
“There are two motives for reading a book; one, that you enjoy it; the other, that you can boast about it.” Bertrand Russell, Conquest of Happiness.
"If you optimize everything, you will always be unhappy." Donald Knuth.
Post Reply