Page 2 of 2

Posted: 05 Jun 2007, 08:06
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.

Posted: 05 Jun 2007, 17:55
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

Posted: 05 Jun 2007, 22:56
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

Posted: 06 Jun 2007, 03:35
by Jetryl
RC3 booted, and ran just fine on my PPC G4e with OS 10.4.9.

Posted: 06 Jun 2007, 07:37
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