Installing Gameranger using Wine (OS X)

Questions about Wine on macOS.
Locked
georgesw
Newbie
Newbie
Posts: 3
Joined: Wed Dec 30, 2015 8:21 pm

Installing Gameranger using Wine (OS X)

Post by georgesw »

Hi, I'm new to Wine and this forum so sorry if I make any mistakes or sound stupid.

I'm trying to install Gameranger using Wine so that I can play Star Wars Battlefront 2 online. However, I can't figure out how to open the gameranger installer exe using Wine. It just disappears and nothing happens.

Any help? Thanks very much.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Installing Gameranger using Wine (OS X)

Post by dimesio »

georgesw
Newbie
Newbie
Posts: 3
Joined: Wed Dec 30, 2015 8:21 pm

Re: Installing Gameranger using Wine (OS X)

Post by georgesw »

Thanks dimesio, I've come across that page before but am not sure how to install the dll files 'mfc40' and 'mfc42'. Can you help please? (This is for OS X by the way)
Thank you
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Installing Gameranger using Wine (OS X)

Post by dimesio »

georgesw
Newbie
Newbie
Posts: 3
Joined: Wed Dec 30, 2015 8:21 pm

Re: Installing Gameranger using Wine (OS X)

Post by georgesw »

I've tried installing Winetricks, it seemed to have worked but when I try to use any commands in the terminal, I get the errors '-bash: winetricks: command not found' or 'Wineserver not found'.

I know I'm being very stupid here but I'm really clueless as to using Winetricks. Have I not installed it properly?

Thanks
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Installing Gameranger using Wine (OS X)

Post by dimesio »

georgesw wrote:'-bash: winetricks: command not found'
Try

Code: Select all

sh winetricks
and do it from the directory where you have winetricks.
or 'Wineserver not found'.
That shouldn't happen. How did you install Wine?
aflare
Newbie
Newbie
Posts: 1
Joined: Fri Feb 12, 2016 7:01 pm

Re: Installing Gameranger using Wine (OS X)

Post by aflare »

Hey dimesio, I'm having problems with this exact same thing. So I installed GameRanger. I get it to show the games. I can even enter a room. But when I click join, it partially freezes. I've pointed gameranger to my copy of SWBF2 (steam) on disk. Do you have any suggestions? Thanks!
iPenguin67
Level 2
Level 2
Posts: 14
Joined: Wed Mar 16, 2016 3:22 pm

Re: Installing Gameranger using Wine (OS X)

Post by iPenguin67 »

I'm running into the same issue (not with Gameranger but with a similar install). I installed Wine per the instructions on the WineHQ FAQ. In brief I did the following:

1. Install XQuartz
2. Install WineHQ packages: https://dl.winehq.org/wine-builds/macosx/download.html
3. Install xcode command line tools. Then install macports and use to build Wine in the Terminal
4. In terminal enter: sudo port install -v rdepof:wine-devel
5. Install app in question, realize that I need directplay libraries, determine I will need winetricks. Download winetricks file here: https://raw.githubusercontent.com/Winet ... winetricks
6. Move to home user folder on OS X. Return to terminal, set directory to user folder. Enter: sudo chmod +x winetricks
7. Enter sh winetricks directplay
8. Get error: wineserver not found!
Locked