The Mana World 0.0.23 RC3

Ask for help regarding any technical issue or report any bug or OS independent issues.
Dr Wahl
Warrior
Warrior
Posts: 317
Joined: 09 Apr 2006, 06:15
Location: Washington

Post by Dr Wahl »

Trapdoor, I am getting the same error on my Mac. I am running:

PPC 1.66Ghz
Mac OS X 10.4.9

I am getting a Bus Error, but I do not have enough programming skills to do the debugging myself. Let me know if there are any logs I can supply you with.
Image
User avatar
trapdoor
Novice
Novice
Posts: 216
Joined: 18 Feb 2007, 12:36

Post by trapdoor »

Will need to test locally, in the mean time, the final release version is at http://www.casualgamer.co.uk/tmw-0.0.23-osx.dmg

--
trapdoor
User avatar
Cosmostrator
Novice
Novice
Posts: 132
Joined: 23 Aug 2006, 06:13
Location: USA - So. Cal

Post by Cosmostrator »

trapdoor wrote:Hmm thats very strange, are you using intel or PPC?

--
trapdoor
PPC. G4 notebook actually. The other comp was an eMac, that's at work though.
-Cosmostrator
User avatar
Jetryl
Novice
Novice
Posts: 113
Joined: 16 Mar 2005, 20:55

Post by Jetryl »

RC3 booted, and ran just fine on my PPC G4e with OS 10.4.9.
User avatar
Cosmostrator
Novice
Novice
Posts: 132
Joined: 23 Aug 2006, 06:13
Location: USA - So. Cal

Post by Cosmostrator »

I found my problem. Unfortunately it took a little work to solve.
I had to go into the .tmw folder in my user directory and delete all the files there. When I reopened TMW it downloaded all the right files. Perhaps you could write an applet that would do this automatically?
I followed the following instructions to make hidden files visible so I could get into the .tmw folder

Code: Select all

defaults write com.apple.finder AppleShowAllFiles TRUE

killall Finder
Now you will see much more in the root of the system disc (yours will be called something different, like 'Macintosh HD').

To revert back, type:

Code: Select all

defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder
Hope this helps-
-Cosmostrator
Post Reply