TMW 0.0.22.2 for Mac OSX

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

Post by trapdoor »

You will need the developer tools (free download from developer.apple.com), then go into terminal and cd to the directory TMW is in. ie cd /Applications/tmw022.app/Contents/MacOS/

Then run gdb tmw022
At the gdb prompt you need to type run
It will then run as usual, and hopefully break when you get to the error, you can then copy and paste what it says to here, and then type bt and copy and paste that output of that too.

--
trapdoor
User avatar
Tenche
Warrior
Warrior
Posts: 421
Joined: 14 Jun 2005, 20:21
Location: Reston
Contact:

Post by Tenche »

add this to the list of stuff.
It works perfect for me.
:)
Intel iMac 2ghz
User avatar
Lafaboune
Peon
Peon
Posts: 12
Joined: 11 Jul 2005, 11:32
Location: France

Post by Lafaboune »

trapdoor wrote:You will need the developer tools (free download from developer.apple.com), then go into terminal and cd to the directory TMW is in. ie cd /Applications/tmw022.app/Contents/MacOS/

Then run gdb tmw022
At the gdb prompt you need to type run
It will then run as usual, and hopefully break when you get to the error, you can then copy and paste what it says to here, and then type bt and copy and paste that output of that too.

--
trapdoor
Done, results :

Code: Select all

(gdb) run
Starting program: /Volumes/SOS/JEUX/ Free-Sharewares/The Mana World 0.0.22.2/tmw022debug.app/Contents/MacOS/tmw022 
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done

Program exited with code 055.
You can't do that when your target is `None'
You can't do that when your target is `None'
(gdb) 
PS : Hi Tenche ;)
Mac Pro 1,1 2.66 Quadro upgraded 2,1 3.0 GHz Octo, 24 GB, MSI GeForce GTX 760 Twin Frozr 2 GB OC,
SSD Crucial M4 256 GB on a OWC Multi-Mount®, 20 TB int. HD, 3.5 TB ext. HD, NEC ND-3540A • 10.9.5/XP SP3
iPod 4G 40 GB
User avatar
trapdoor
Novice
Novice
Posts: 216
Joined: 18 Feb 2007, 12:36

Post by trapdoor »

Ok, bad idea, I had no idea debugging .app's wasn't allowed until I google'd the error code.

Theres a way around it, but its possibly too complex for you unless you're familiar with gdb

--
trapdoor
User avatar
Lafaboune
Peon
Peon
Posts: 12
Joined: 11 Jul 2005, 11:32
Location: France

Post by Lafaboune »

trapdoor wrote:Theres a way around it, but its possibly too complex for you unless you're familiar with gdb
As I said I'm not very familiar with gdb, so tks for your time and effort trapdoor :wink:
Mac Pro 1,1 2.66 Quadro upgraded 2,1 3.0 GHz Octo, 24 GB, MSI GeForce GTX 760 Twin Frozr 2 GB OC,
SSD Crucial M4 256 GB on a OWC Multi-Mount®, 20 TB int. HD, 3.5 TB ext. HD, NEC ND-3540A • 10.9.5/XP SP3
iPod 4G 40 GB
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

This package is now featured on our Downloads page.
User avatar
Fou-lu
Novice
Novice
Posts: 71
Joined: 18 May 2007, 15:52

Post by Fou-lu »

well i download the game but i cant mount the image.... :?
User avatar
trapdoor
Novice
Novice
Posts: 216
Joined: 18 Feb 2007, 12:36

Post by trapdoor »

Are you running 10.4? I think I created the dmg with bzip2 compression only available with 10.4 since the game only runs in 10.4 at the moment.

--
trapdoor
User avatar
Fou-lu
Novice
Novice
Posts: 71
Joined: 18 May 2007, 15:52

Post by Fou-lu »

oh...my mac version is 10,3,9 T_T...well then i wont be able to play anymore?
User avatar
trapdoor
Novice
Novice
Posts: 216
Joined: 18 Feb 2007, 12:36

Post by trapdoor »

I hope to compile TMW 0.0.23 with 10.3.9 SDK for PPC and 10.4 SDK for intel.

This should hopefully let you play, not sure when 0.0.23 is due to be released though.

--
trapdoor
User avatar
Fou-lu
Novice
Novice
Posts: 71
Joined: 18 May 2007, 15:52

Post by Fou-lu »

oh ok so i just need to wait :D thanks :wink:
Post Reply