* FAQ    * Search
It is currently Tue Jun 17, 2025 11:08 pm

All times are UTC




Post new topic  Reply to topic  [ 18 posts ]  Go to page 1 2 Next
Author Message
PostPosted: Fri Jan 27, 2017 11:36 am 
Offline

Joined: Wed Jan 25, 2017 9:15 pm
Posts: 41
This guide uses Wine 2.0rc6 and nothing else. No Winetricks and No PlayOnMac or the like. Just wine. This is confirmed working on 2.0 and FAILS on 1.8.x so make sure you're on the --devel branch. Xiloader is required to connect to Nasomi XI on mac, Ashita doesn't work on wine. You won't have access to recast, distance, etc.

This was converted and modified from someones linux install to OSX but i can't find the thread to give them credit.

Confirmed Working: Early 2013 Macbook Pro OSX 10.12.2

if this is your first time running Wine it will ask you about gecko and a few other files, answer yes to all.

you can find wine installations on OSX @ ~/.wine you may need to enable hidden files to see it in finder. To do so open up terminal and enter the following:
defaults write com.apple.finder AppleShowAllFiles YES

1.brew install wine --devel
it's important here to use the --devel flag to get the latest version of wine. If you already have wine installed run brew upgrade wine --devel

2. Download FFXI with everything at http://nasomi.com/download.php

3. Install 64bit POL.exe
wine pol.exe

4. Open ffxisetup.exe and install FFXI and all of the expansions. Don't install PlayOnline.
wine ffxisetup.exe

5. Open the update files folder, and select all the files and copy them

6. Paste all of those files into ~/.wine/drive_c/Program Files (x86)/PlayOnline/SquareEnix/FINAL FANTASY XI/ and overwrite all of the duplicates

7. run POL.exe - found at ~/.wine/drive_c/Program Files (x86)/PlayOnline/SquareEnix/PlayOnlineViewer/
wine pol.exe

8. Update POL

9. After POL updates and restarts select existing user. Use ABCD1234, or whatever, as your POL ID and make up a username.

10. On the left side click "Check Files" and CHANGE THE DROPDOWN to read FINAL FANTASY XI.

11. Click "Check Now", this process can take 10-60 minutes. Eventually it will come up with "Repair". Select that. This can take a few hours.

12. Copy the "data" folder located at ~/.wine/drive_c/Program Files (x86)/PlayOnline/SquareEnix/PlayOnlineViewer/

13. Paste the data folder into ~/.wine/drive_c/Program Files (x86)/PlayOnline/SquareEnix/FINAL FANTASY XI/

14. Download xiloader at https://github.com/DarkstarProject/xilo ... loader.exe

15. Move xiloader to ~/.wine/drive_c/Program Files (x86)/PlayOnline/SquareEnix/PlayOnlineViewer/

16.Open terminal ~/.wine/drive_c/Program Files (x86)/PlayOnline/SquareEnix/PlayOnlineViewer/ and type "wine xiloader.exe --server nasomi.com"

17. You should be prompted for a login.

_________________
75PLD


Top
   
PostPosted: Sun Jan 29, 2017 8:47 pm 
Offline
User avatar

Joined: Mon Apr 11, 2016 5:57 pm
Posts: 131
no MSVCP140.dll error?
Think I've gotten everything up to running it correct. Used https://www.davidbaumgold.com/tutorials/wine-mac/ as my install guide for WINE. And then followed this guide. This is more of an exercise in "reasons" due to already running FFXI on a dell win10 machine but upgrading the internals of a late '09 iMac has gotten me ambitious. :)

installed the runtimes in the install DL as well as the ones I installed a few years ago to get it running on the Dell. Or at least the ones that wouldn't error crash.
https://www.dropbox.com/sh/u97no63v2eig ... bfnka?dl=0

Claims a higher .net is already installed. DX crashes. The VCB skipped most everything as not implemented or import errors(cause there's not a real DLL library here). But both 2015 packages ran and the x64 package ran. And with the Nas packages installed the 2013 ones I have wouldn't install.


Top
   
PostPosted: Mon Jan 30, 2017 4:25 pm 
Offline

Joined: Thu Mar 03, 2016 1:07 pm
Posts: 424
Just adding my two cents here. I play play on a 2014 macbook pro right now, but I've played retail XI with a 2009 model macbook (not pro) using bootcamp. As long as you have the space, you shouldn't have an issue getting it to work on a mac.

_________________
Image

Image


Top
   
PostPosted: Wed Feb 01, 2017 1:38 pm 
Offline

Joined: Wed Feb 01, 2017 1:28 pm
Posts: 2
Thank you so very much!!! I've been waiting for this for a long time. Just installed on my macbook air!

I'm not a computer programmer, but my two cents:
1.) The FFXI installer would freeze at certain points. That's ok. Just close the installer and relaunch the installer through wine; it will pick up where it left off.

2.) Used the same link sabinfigaro recommended above: https://www.davidbaumgold.com/tutorials/wine-mac/

3.) Created a script that you can put in your doc (more info in the link from tip #2). This script will launch you straight to the login section in the terminal:

tell application "Terminal"
reopen
activate
do script "cd ~/.wine/drive_c/'Program Files (x86)'/PlayOnline/SquareEnix/PlayOnlineViewer/" in window 1
delay 2
do script "wine xiloader.exe --server nasomi.com" in window 1
end tell

Hope this helps!!!


Top
   
PostPosted: Thu Feb 02, 2017 11:41 am 
Offline
User avatar

Joined: Mon Apr 11, 2016 5:57 pm
Posts: 131
Yeah, I still can't figure out how to get the correct DLLs installed.


Top
   
PostPosted: Sat Feb 04, 2017 5:11 pm 
Offline

Joined: Wed Jan 25, 2017 9:15 pm
Posts: 41
sabinfigaro wrote:
Yeah, I still can't figure out how to get the correct DLLs installed.


they're in the torrent folder.. install them in order

_________________
75PLD


Top
   
PostPosted: Sat Feb 04, 2017 5:13 pm 
Offline

Joined: Wed Jan 25, 2017 9:15 pm
Posts: 41
dtgrunden wrote:
Thank you so very much!!! I've been waiting for this for a long time. Just installed on my macbook air!

I'm not a computer programmer, but my two cents:
1.) The FFXI installer would freeze at certain points. That's ok. Just close the installer and relaunch the installer through wine; it will pick up where it left off.

2.) Used the same link sabinfigaro recommended above: https://www.davidbaumgold.com/tutorials/wine-mac/

3.) Created a script that you can put in your doc (more info in the link from tip #2). This script will launch you straight to the login section in the terminal:

tell application "Terminal"
reopen
activate
do script "cd ~/.wine/drive_c/'Program Files (x86)'/PlayOnline/SquareEnix/PlayOnlineViewer/" in window 1
delay 2
do script "wine xiloader.exe --server nasomi.com" in window 1
end tell

Hope this helps!!!


Glad you got it going!

_________________
75PLD


Top
   
PostPosted: Wed Feb 08, 2017 5:51 pm 
Offline

Joined: Mon May 02, 2016 9:15 am
Posts: 38
Nasomi could probably very easily code a bash file for doing all of the above. Might be good for server population.


Top
   
PostPosted: Thu Mar 02, 2017 4:56 am 
Offline
User avatar

Joined: Mon Apr 11, 2016 5:57 pm
Posts: 131
Jude wrote:
sabinfigaro wrote:
Yeah, I still can't figure out how to get the correct DLLs installed.


they're in the torrent folder.. install them in order


Yeah... no. deleted the full wine folder and rebuilt from scratch. Reinstalled everything exactly and same exact DLL error.


Top
   
PostPosted: Sat May 20, 2017 8:02 pm 
Offline

Joined: Sat May 20, 2017 12:12 pm
Posts: 1
It won't let me login.

It just says


err:ole:CoGetClassObject class {989d790d-6236-11d4-80e9-00105a81e890} not registered
err:ole:CoGetClassObject class {989d790d-6236-11d4-80e9-00105a81e890} not registered
err:ole:create_server class {989d790d-6236-11d4-80e9-00105a81e890} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {989d790d-6236-11d4-80e9-00105a81e890} could be created for context 0x17

[05/20/17 23:02:08] Failed to initialize instance of FFxi!
[05/20/17 23:02:08] Closing...fixme:vcruntime:__telemetry_main_return_trigger (0x0)


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 18 posts ]  Go to page 1 2 Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited