Magic Workstation - Snow Leopard
Magic Workstation - Snow Leopard
im trying to make magic workstation work under snow leopard.
Magic worskation is a client for playing card games, such as magic the gathering, online.
I've already installed wine and magic workstation. But i was told that i needed to use winetricks to install some fonts (corefonts), so workstation would be fully functional. But when i open winetricks and perform a seacrh for corefonts, i have only a blank window, nothing shows up.
Can any1 help me?
Thanx for now
Magic worskation is a client for playing card games, such as magic the gathering, online.
I've already installed wine and magic workstation. But i was told that i needed to use winetricks to install some fonts (corefonts), so workstation would be fully functional. But when i open winetricks and perform a seacrh for corefonts, i have only a blank window, nothing shows up.
Can any1 help me?
Thanx for now
-
- Moderator
- Posts: 1153
- Joined: Wed Apr 27, 2011 11:01 pm
Magic Workstation - Snow Leopard
On Mon, May 16, 2011 at 2:16 PM, MIMIC <[email protected]> wrote:
You will have to run the program from Terminal
(Applications->Utilities->Terminal.
You will have to change the directory to where you downloaded winetricks to.
James McKenzie
./winetricks corefonts.im trying to make magic workstation work under snow leopard.
Magic worskation is a client for playing card games, such as magic the gathering, online.
I've already installed wine and magic workstation. But i was told that i needed to use winetricks to install some fonts (corefonts), so workstation would be fully functional. But when i open winetricks and perform a seacrh for corefonts, i have only a blank window, nothing shows up.
Can any1 help me?
You will have to run the program from Terminal
(Applications->Utilities->Terminal.
You will have to change the directory to where you downloaded winetricks to.
James McKenzie
either you are running a 3rd party program that is not supported here... or something is messed up with your Winetricks version if shows a blank Window. If you have Zenity installed, then running Winetricks should have a GUI, other wise you have to use it command line.
If you are using something like Wineskin, WineBottler (including its Wine.app), PlayOnMac, etc etc... and not normal Wine, then you need to go to those specific websites to get help.
Normal Wine on Mac OS X is built from source and run all command line. MacPorts or Fink can make the compiling much easier, but its still command line.
Without knowing more of what you actually have, its not easy to tell you where to go for help.
If you are using something like Wineskin, WineBottler (including its Wine.app), PlayOnMac, etc etc... and not normal Wine, then you need to go to those specific websites to get help.
Normal Wine on Mac OS X is built from source and run all command line. MacPorts or Fink can make the compiling much easier, but its still command line.
Without knowing more of what you actually have, its not easy to tell you where to go for help.
-
- Moderator
- Posts: 1153
- Joined: Wed Apr 27, 2011 11:01 pm
Magic Workstation - Snow Leopard
On 5/28/11 9:10 PM, doh123 wrote:
not show anything. Never could get it to work either.
James McKenzie
One word: WineBottler. Mike included winetricks, but the window doeseither you are running a 3rd party program that is not supported here... or something is messed up with your Winetricks version if shows a blank Window.
not show anything. Never could get it to work either.
What version is MacPorts at?If you have Zenity installed, then running Winetricks should have a GUI, other wise you have to use it command line.
If you are using something like Wineskin, WineBottler (including its Wine.app), PlayOnMac, etc etc... and not normal Wine, then you need to go to those specific websites to get help.
Normal Wine on Mac OS X is built from source and run all command line. MacPorts or Fink can make the compiling much easier, but its still command line.
James McKenzie
- SpawnHappyJake
- Level 5
- Posts: 272
- Joined: Sun Feb 06, 2011 5:57 am
Details? That's my middle name!
Just run through terminal. So that translates to pressing Ctrl + Alt + T to open a terminal, if in Linux. If in Mac, then open Finder, go to Applications, then Utilities, and find Terminal. If in Mac, drag Terminal into your Dock for future easy access. You'll be glad you did. So get terminal open, and type in wine followed by a space. Don't hit enter yet. Open your file browser (let terminal just chill for a while), whether the file browser be Finder or Nautilus or whatever. Navigate to your executable that you are trying to get to work with wine. It will be located in your hidden dot wine folder. So, if in Linux, go to /home/[your user name], and the hidden dot wine folder will be in there. But it's hidden. If using Nautilus as your file browser, hit Ctrl + h to reveal hidden files and folders. You should then see the ".wine" folder (if in Nautilus). If in Mac, then your dot wine folder will be in /Users/[user name] . It will still be hidden if in Mac. To get Finder to show hidden files and folders, you have to go into terminal and tell it to do so. Mac doesn't let you have more than one terminal open, so you'll have to backtrack a little and backspace off the "wine " to have a bare terminal to tell it to show hidden files and folders if you haven't yet already. Here's what you type into Mac terminal to get Finder to show hidden files and folders:
defaults write com.apple.Finder AppleShowAllFiles YES
(hit enter)
and then this:
killall Finder
(hit enter)
Go in the dot wine folder. Then go into drive_c. Then navigate to where the program is installed. Probably in the Program Files folder. Find the executable file and drag it into terminal after the "wine ". Then give a space after the path to the executable, then a "&>" then another space, then a path to where you want the debug kept. You could do "[path to user folder]/Desktop/MW_in_WINE_Debug.txt". So what you type in terminal might look like this:
wine /Users/MIMIC/.wine/drive_c/Program Files/Magic/workstation.exe &> /Users/MIMIC/Desktop/MW_in_WINE_Debug.txt
Alternatively, instead of doing a "&> [path to text file]", you could leave that out, and just let it appear in terminal. Then you could select it (in terminal) and copy it with a select and Shift+Ctrl+C, if in Linux. If in Mac, to copy directly out of terminal, it's just a select and command + C like "normal".
How ever you copy it (the other way you would open the text file when it's done, Ctrl+a, Ctrl+C), and paste it (Ctrl+V) into Pastebin.
Then provide a link to the Pastebin here!
defaults write com.apple.Finder AppleShowAllFiles YES
(hit enter)
and then this:
killall Finder
(hit enter)
Go in the dot wine folder. Then go into drive_c. Then navigate to where the program is installed. Probably in the Program Files folder. Find the executable file and drag it into terminal after the "wine ". Then give a space after the path to the executable, then a "&>" then another space, then a path to where you want the debug kept. You could do "[path to user folder]/Desktop/MW_in_WINE_Debug.txt". So what you type in terminal might look like this:
wine /Users/MIMIC/.wine/drive_c/Program Files/Magic/workstation.exe &> /Users/MIMIC/Desktop/MW_in_WINE_Debug.txt
Alternatively, instead of doing a "&> [path to text file]", you could leave that out, and just let it appear in terminal. Then you could select it (in terminal) and copy it with a select and Shift+Ctrl+C, if in Linux. If in Mac, to copy directly out of terminal, it's just a select and command + C like "normal".
How ever you copy it (the other way you would open the text file when it's done, Ctrl+a, Ctrl+C), and paste it (Ctrl+V) into Pastebin.
Then provide a link to the Pastebin here!

Re: Details? That's my middle name!
actually, you can open as many terminals as you want. Th option is int he File menu, or you can use the shortcut keys Cmd+N for a new terminal window, or Cmd+T for a new Terminal tab.SpawnHappyJake wrote: If in Mac, then your dot wine folder will be in /Users/[user name] . It will still be hidden if in Mac. To get Finder to show hidden files and folders, you have to go into terminal and tell it to do so. Mac doesn't let you have more than one terminal open, so you'll have to backtrack a little and backspace off the "wine " to have a bare terminal to tell it to show hidden files and folders if you haven't yet already.
Its also easy to see ~/.wine by just typing in Terminal, "open ~/.wine" and it will open up finder showing the contents of the folder, no matter if hidden files are visible or not.
many programs will fail to function if you start like that.SpawnHappyJake wrote: wine /Users/MIMIC/.wine/drive_c/Program Files/Magic/workstation.exe &> /Users/MIMIC/Desktop/MW_in_WINE_Debug.txt
you are better of changing into the actual directory...
cd /Users/MIMIC/.wine/drive_c/Program Files/Magic
wine workstation.exe
but maybe this specific program will not have a problem...
all this isn't important though if the person is using WineBottler, as the "wine" command will not even be recognized.
- SpawnHappyJake
- Level 5
- Posts: 272
- Joined: Sun Feb 06, 2011 5:57 am
That's So Cool!
Wow! Thanks Doh123! Great tips. The reason why I thought you could only have one is that when I keep clicking on the terminal shortcut in my dock, it only lets me have that one. But when I use command + N, I can have as many as I want! Yey! And the tabbed terminal is pretty slick!
Cheers,
Jake
Cheers,
Jake
