Install Nasomi With Wine On Mac

Page 2 of 6
[ 60 posts ] Go to pagePrevious123456Next
Print viewPrevious topic Next topic

Install Nasomi With Wine On Macbook Pro

AuthorMessage
PostPosted: Fri Oct 12, 2018 5:16 am
Offline

Joined: Fri Oct 12, 2018 4:22 am
Posts: 16
I keep trying to open the boot.exe file but it will not run. I am on a mac.

Having this same issue but on Ubuntu 16.04. Are there additional dependencies that may not be getting installed into a fresh bottle? (.net framework? vcrun2015?) do I need to execute boot.exe with command line switches?
setting wine to virtual desktop let me do a little snooping, the 'boot.exe' process is resident but has 0 cpu / 0 memory allocated, so something fails pretty early. does it dump a log somewhere?
This issue occurs the same way whether I override imm32.dll.so (placed in ashita ffxi-bootmod directory / placed in FFXI.exe directory) or not.
I have not tried overwriting imm32.dll.so into the base wine directory, might clone the wine installation and try that next. (3.17 i386)
I was able to get FFXI-config to run out of UStools so I think I must be close..
edit to update: I was able to get it running with the overwritten imm32.dll.so by running the boot.exe through the terminal. will try to figure out which of those steps was the necessary one tomorrow.


Top
PostPosted: Sun Oct 21, 2018 1:59 am
Offline

Joined: Sat Oct 20, 2018 12:54 am
Posts: 2
Looking for some help, I am having problems past step 3 of the guide for Mac/Linux.
I have no idea how to use Wine on a Mac to get into the folders to change the .dll file
I am pretty sure the issues stems from my lack of understanding what Wine. And how to use Wine in Terminal.


Top

Install Nasomi With Wine On Mac Download

PostPosted: Sun Oct 21, 2018 2:55 am
Offline

Joined: Wed May 10, 2017 8:26 pm
Posts: 3774
Looking for some help, I am having problems past step 3 of the guide for Mac/Linux.
I have no idea how to use Wine on a Mac to get into the folders to change the .dll file
I am pretty sure the issues stems from my lack of understanding what Wine. And how to use Wine in Terminal.

You just have to know where that dll is located in WINE. I have no clue where it's placed by default in a mac install, unfortunately, which is why it's stated that way on the wiki.
Typing in your terminal may point you to the location of the file you need to replace (with the one you downloaded in the guide). Idk if macs have the 'locate' command though.
Once the game is installed (step 1) and the dll is in the right place (step 3) you can run the game by typing
Code:
in your terminal (if on mac OS sierra - added by some guy on that version I guess)

_________________
Returning/Existing Player? Trouble logging in? Click here ~ New player Gil guide ~ More Troubleshooting


Top
PostPosted: Mon Nov 26, 2018 8:43 am
Offline

Joined: Mon Nov 26, 2018 6:27 am
Posts: 5
Bump, still experiencing the autologin activated loop. My accounts are bound correctly, DLL is in my current wine prefix Sys32 folder where I'm running the boot.exe from.
Would greatly appreciate any help on this, been at it for a while now. Not computer illiterate.
UPDATE: After clearing out my old prefix files and any wine installs linked to them, I reinstalled Nasomi to my current wine prefix (you can see this by clicking the wine icon on the top taskbar). Once I did this I made sure the imm32 DLL was in said prefix System32 folder (navigated to via Finder).
From there I did the last two steps via File Manager (again, click the wine icon for the drop down and select File Manager).
Navigated to the FFXI Config file, updated to borderless and proper resolutions/graphics settings, saved and closed.
Navigated to the boot.exe and logged in successfully. Game will auto start upon logging in.
If you experience issues, try clean installing everything as mentioned then restarting the computer prior to booting anything. Cheers.


Top
PostPosted: Mon Nov 26, 2018 11:58 am
Offline

Joined: Wed May 10, 2017 8:26 pm
Posts: 3774
Thanks for that extra info Altruism. I'll add it to the wiki.

_________________
Returning/Existing Player? Trouble logging in? Click here ~ New player Gil guide ~ More Troubleshooting


Top
Install

The official project website at WineHQ now provides official builds of Wine for Mac OS X. However, those aren’t necessarily the best option. Crossover play windows games on mac. These Wine binaries allow you to run Windows software, but don’t provide any helpful graphical tools for installing and setting up common applications. Oct 11, 2019  How to Run 32-Bit Apps in macOS Catalina. Apple's latest version of macOS, Catalina, officially ditches 32-bit app support, but you can still run the software you need by following these steps. To install Wine on your Mac, you will need the following: An Intel Mac Unfortunately, you can't install Wine on an older PowerPC Mac: it will only work with an Intel Mac.

Sep 13, 2014  How to Connect a Yamaha Keyboard to a Computer. Connect your keyboard to a computer or to an audio interface. Connect the audio interface to your computer using a USB A-to-B cable. Turn on your keyboard. Download the MIDI drivers for your keyboard. May 07, 2019  Learn how to connect your midi keyboard or midi piano to your iPad, PC, or mac. Leverage the power of MIDI in your home studio so you can use Garageband, Cubase, FL Studio, Ableton. Feb 03, 2009  This video will show you how to connect your keyboard to your Macintosh computer. Connecting Yamaha Keyboard to GarageBand on Mac. Yamaha MusicSoft - Connect Your Keyboard & Computer - Mac. Jul 03, 2009  To use it as a midi controller you need to connect a midi cable to the midi out jack on the keyboard and then connect the cable to a midi interface box, and connect that box to your computer with a USB cable. /connecting-yamaha-keyboard-to-mac-garageband.html. You can connect real instruments, such as electric keyboards and guitars to your Mac for use in GarageBand. Using real instruments with GarageBand produces not only better sound, but realistic practice, as you finger the actual instrument and not an on-screen keyboard/string set.

Install Nasomi With Wine On Mac Free

PostPosted: Wed Nov 28, 2018 6:24 am
Offline

Joined: Tue Nov 27, 2018 8:11 pm
Posts: 4
I have no idea what to do after step 3. I have literally zero programming knowledge and I have no idea what to do with WINE. It would be great if someone with mac would post a video of what to do. Thanks.


Top
PostPosted: Wed Nov 28, 2018 8:08 pm
Offline

Joined: Tue Nov 27, 2018 8:11 pm
Posts: 4
Thank you! Worked great on Mac. This is probably obvious, but didn't need imm32.dll.so and some of the file paths were different on mac. Other than that, great guide!!!
Also, If it helps anyone, I've updated my scripts with the new paths. This way I can launch FFXI and its configuration tool straight from the doc.
To launch FFXI:
tell application 'Terminal'
reopen
activate
do script 'cd ~/.wine/drive_c/NasomiXI/SquareEnix/Ashita/ffxi-bootmod/' in window 1
delay 2
do script 'wine boot.exe --server nasomi.com --hairpin' in window 1
end tell
To launch FFXI Config:
tell application 'Terminal'
reopen
activate
do script 'cd ~/.wine/drive_c/NasomiXI/SquareEnix/'FINAL FANTASY XI'/ToolsUS/' in window 1
delay 2
do script 'wine 'FINAL FANTASY XI Config.exe' in window 1
end tell

After downloading, extracting and running the Nasomi downloader, I type the first line of what you posted here into my terminal and it says that tell is not a command. Please help!


Top
PostPosted: Wed Nov 28, 2018 8:18 pm
Offline

Joined: Tue Nov 27, 2018 8:11 pm
Posts: 4
I have no idea what to do after step 3. I have literally zero programming knowledge and I have no idea what to do with WINE. It would be great if someone with mac would post a video of what to do. Thanks.

Actually, I have no idea what to do after Step 2. I download, extract and run the Nasomi downloader, I download the dll file from the link but I have no idea how to do the override. Or where the file(s) is/are. Any help would be much appreciated!


Top
PostPosted: Sun Dec 09, 2018 5:12 am
Offline

Joined: Fri Dec 07, 2018 8:45 pm
Posts: 1
I start the boot.exe and FFXI starts, but when I accept the terms of agreement, the game crashes and I get this error:
https://pastebin.com/bnvbLwK3
Another detail: The directory where I put the downloaded .ddl.so file didn't have a copy. It only had the file 'imm32.ddl'. I replaced it with 'imme32.dll.so'.


Top
PostPosted: Sun Dec 09, 2018 5:32 am
Offline

Joined: Wed May 10, 2017 8:26 pm
Posts: 3774
Wrong. You need to place the imm32.dll.so there. Nothing needs to be done with the imm32.dll itself. That's also why you're crashing. Just put the imm32.dll.so in the folder.

_________________
Returning/Existing Player? Trouble logging in? Click here ~ New player Gil guide ~ More Troubleshooting


Top
Wine
Page 2 of 6
[ 60 posts ] Go to pagePrevious123456Next