Check out 4e Turn Tracker: Welcome to 4eTurnTracker
I downloaded it for my MacBook and it seems to have a lot of features I was looking for, including 2nd monitor support. I haven't tried it in game yet though.
That looks great, but it won't even open on my MacBook. Dunno why; just says that it has quit unexpectedly as soon as I open it.
Makes turnip a sad bunny.![]()
Hi turnip!
Sad bunnies make me cry!
I am the programmer of 4eTurnTracker, and I would really like to find out why it does not run on your Mac. Firstly, do you have a PPC based Mac? TT currently only runs on Intel machines.
Another problem may be 10.4.
I am building TT on a 10.5 system, so it may be that it depends on libraries that you do not have.
If you can, please try the following (sorry it is all a bit cryptic):
1. Start the Mac Terminal program (in Applications/Utilities)
2. Enter:
cd /Applications
setenv DYLD_PRINT_LIBRARIES 1
4eTurnTracker.app/Contents/MacOS/4eTurnTracker
Then please send me the output from the Terminal in a private message (or paste in a reply to this thread if it is not too long).
Thanks!
No not youHey! It's always nice to see how incredible the support is from homebrewers and indie innovators!
All the Terminal is telling me is:
-bash: setenv: command not found
Dunno.It may indeed be a problem with 10.4. Or me.
Likely me.
No not you, your Mac is using a different "shell" to mine, so we need to use a different command.
Please try this:
cd /Applications
export DYLD_PRINT_LIBRARIES=1
4eTurnTracker.app/Contents/MacOS/4eTurnTracker