Yesterday somebody here instructed me to download Wine and said that I could use it to play the game on my Macbook. I downloaded the game and Wine, but now I'm stumped. I've tried to decipher what exactly is going on with Wine first and it makes no sense...I think it's kind of a Windows shell? I went into the directory where TSL is located and tried to open the game and was told the "Display Change Failed - Hardware Failed to Switch to Specified Mode"...So I thought it must be a config issue that I can fix by changing my Display settings in the TSLConfig file, but for some reason that won't open. The game (after giving me that error message) seems to still play the audio though, but there's no visual, just some program on my dock called X11...
Help!!!
What method did you use to install Wine? did you read my thread about it?
http://www.postudios.com/blog/forum/index.php?topic=9323.0Did you use the macports method or did you download a DMG from winebottler? (that is, this: http://winebottler.kronenberg.org/ )
Wine is not a windows shell, or a windows emulator. The people at winehq would get mad at me for defining it like this, but in simple terms, Wine just translates windows apps into mac (or linux) apps. You aren't actually emulating a windows shell or GUI. you just run it through the code translator that is wine.
did the game even install? or is your problem with actually running the game? if it didn't install.....
Do you have a terminal? if so, navigate in the terminal to the TSL directory, and type wine start *.msi (replace that with the actual filename of the installer. don't remember what it was called....)
then say what the error message is IF that doesn't work. if Wine, either the bottler version or the real version is properly installed, you should be able to run the following command:
winecfg
do that. that lets you tinker with a bunch of Wine settings. I would try running it in a windowed mode under the display tab. I think they call it "Emulating a virtual desktop".
if it still won't work, I suggest installing winetricks:
http://winetricks.darwinports.com/then running:
winetricks dotnet20
That will install the .net framework. a slightly modified version designed to run properly in Wine.
that should allow you to run TSLConfig.exe, then you can mess with your settings. What happens if you open this program called X11? That might be the graphical part of the game.
edit: also could this be merged into the stickied Wine thread?