Search found 203 matches

by trapdoor
02 Feb 2013, 01:50
Forum: Support and Bug reports
Topic: Mana 0.6.1 client
Replies: 12
Views: 7424

Re: Mana 0.6.1 client

I have updated to Mountain Lion, so will be building a new version of the client.

I am also happy to build a ManaPlus for Mac client since its now officially supported.
by trapdoor
21 May 2012, 02:39
Forum: Support and Bug reports
Topic: Mana 0.6.1 client
Replies: 12
Views: 7424

Re: Mana 0.6.1 client

I will look into the crash reports, unable to reproduce here, but I will see what I can do.
by trapdoor
20 May 2012, 02:19
Forum: Support and Bug reports
Topic: Mana 0.6.1 client
Replies: 12
Views: 7424

Mana 0.6.1 client

I have a new build for people to test out.

http://mcclane.casualgamer.co.uk/tmw/mana-0.6.1-mac.dmg

This is built for Intel - OSX Snow Leopard and later.

Let me know if there are any issues.
by trapdoor
03 Apr 2012, 01:41
Forum: Support and Bug reports
Topic: Mana 0.6 client
Replies: 17
Views: 10460

Re: Mana 0.6 client

The 0.6.0 package worked fine until last week when I installed the updated package from here. (This might not be causally related, but I mention it because it's the obvious thing I changed around that time.) Now mana.app crashes each time an NPC dialogue box opens or I take an item from storage. Th...
by trapdoor
26 Mar 2012, 04:46
Forum: Support and Bug reports
Topic: Mana 0.6 client
Replies: 17
Views: 10460

Re: Mana 0.6 client

I fixed the version problem. The yellow issue seems to be a bug in guichan. Line 333 of scrollarea.cpp shows graphics->setColor(gcn::Color(0, 0, 0, 32)); I can edit this and set the alpha to 255, and the rgb color acts normally. But when using an alpha less than 255, it makes it different shades of ...
by trapdoor
25 Mar 2012, 22:10
Forum: Support and Bug reports
Topic: Mana 0.6 client
Replies: 17
Views: 10460

Re: Mana 0.6 client

Newer version uploaded. Same url.

SHA256 (mana-0.6-mac.dmg) = 6be4ed040d34641324f9712eafcd33a70224eb4a17980a91517021917df8d7ff
by trapdoor
25 Mar 2012, 13:32
Forum: Support and Bug reports
Topic: Mana 0.6 client
Replies: 17
Views: 10460

Re: Mana 0.6 client

Ah, its loading the native version rather than the one from macports.

I have uploaded a new version at the same url above.

SHA256 (mana-0.6-mac.dmg) = 6896b913fa7fc53f613cee4da71f68a6a359da37a4d1af5259c0213b03d1395a
by trapdoor
25 Mar 2012, 02:49
Forum: Support and Bug reports
Topic: Mana 0.6 client
Replies: 17
Views: 10460

Mana 0.6 client

I am looking for some testers for Mana 0.6 on Mac OSX 10.5 and above.

I built this on 64bit Lion, and I haven't been able to test 10.5 or 10.6.

http://www.centrecirclestudios.co.uk/op ... .6-mac.dmg

It should be just over 8MB.

--
trapdoor
by trapdoor
18 Nov 2011, 13:35
Forum: Support and Bug reports
Topic: Mana 0.5
Replies: 19
Views: 9551

Re: Mana 0.5

http://mcclane.casualgamer.co.uk/tmw/pr ... h.diff.zip

Hope it helps, it won't help requiring all the dependencies to be built and working.

I will look into the libFLAC error.
by trapdoor
18 Nov 2011, 01:49
Forum: Support and Bug reports
Topic: Mana 0.5
Replies: 19
Views: 9551

Re: Mana 0.5

Can you open with terminal and let me know the error message you get, probably just a dependency issue.
by trapdoor
17 Nov 2011, 03:14
Forum: Support and Bug reports
Topic: TMW on OSX 10.4 PPC [was:Not sure if this goes here]
Replies: 8
Views: 4982

Re: Not sure if this goes here but..

I thought gcc 4.0 had to be used for PPC and 4.2 for 10.4 Intel. I am currently using GCC 4.2 for backwards compatibility with 10.5 x86. Otherwise I would happily use LLVM/clang and 64-bit for everything since its so much better. The biggest problem I have is with dependencies not building for ppc, ...
by trapdoor
17 Nov 2011, 03:02
Forum: Support and Bug reports
Topic: Mana 0.5
Replies: 19
Views: 9551

Re: Mana 0.5

Can someone test out http://centrecirclestudios.co.uk/open/tmw-0.5.2-mac.dmg ?

Requires OSX 10.5 or later running on Intel.

--
trapdoor
by trapdoor
16 Nov 2011, 23:17
Forum: Support and Bug reports
Topic: TMW on OSX 10.4 PPC [was:Not sure if this goes here]
Replies: 8
Views: 4982

Re: Not sure if this goes here but..

I believe you would need to use an older version of Xcode, and likely not 64bit OSX to get 10.4 and PPC support to work. Unfortunately I both use the new Xcode and a 64bit OSX, and can't get dependencies to compile for 10.4 and/or PPC, which causes issues building the client.
by trapdoor
18 Apr 2011, 23:09
Forum: Support and Bug reports
Topic: *NEW* The Mana World Mac client
Replies: 14
Views: 8098

Re: *NEW* The Mana World Mac client

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 S...
by trapdoor
18 Apr 2011, 20:55
Forum: Support and Bug reports
Topic: *NEW* The Mana World Mac client
Replies: 14
Views: 8098

Re: *NEW* The Mana World Mac client

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?