I installed NasomiXi to play here. Everything was working fine. Until one day I decided that I wanted to play on another private server (so I could test some things out) and I wasn't able to connect to any other private server. I'm not sure if I would've been able to connect on retail either. Eventually I decided that I needed to reinstall FFXI, Ashita still wasn't able to connect (v3 or the v2 provided in NasomiXi) unless to Nasomi--it would just say "closing" and nothing would happen after that. Windower though started to work again. I finished the testing that I wanted to do and decided to join my brother for a night of XI. I wasn't able to join though.
Now the roles are reversed I can connect to other private servers but not Nasomi. So I figured maybe I could convince it to connect through windower. So it connects and I thought everything was ok despite it not showing the Nasomi pol splash screen. Until I turned in a bat quest. I got a message that said I needed to clear 120 inventory spots when turning in the Rabbit Hide quest in San D'oria. I tried to trade again which is when I realized what happened. The TextIDs weren't meshing up properly between the client and server. So I checked the /ver and it displayed 30180604_0 and I think the proper version is 3017 something.
When I try to login to Nasomi with Ashita v2 this is what I get:
https://photos.app.goo.gl/54FwCRL5BHkuEXB48For Windower in settings.xml I have
Code:
<profile name="Nasomi">
<consolekey>Insert</consolekey>
<uiscale>1</uiscale>
<args>--server nasomi.com --user xxxxxx --pass xxxxxxx --hairpin</args>
<executable>B:\\Program Files (x86)\\NasomiXI\\SquareEnix\\Ashita\\ffxi-bootmod\\pol.exe</executable>
</profile>
I've also tried boot.exe and I have xiloader so I've also tried the full path to that. ( B:\Program Files (x86)\NasomiXI\SquareEnix\PlayOnlineViewer\xiloader.exe )
For Nasomi's Config I have
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings>
<setting name="config_name">Nasomi 1080p</setting>
<setting name="auto_close">True</setting>
<setting name="language">2</setting>
<setting name="pol_version">2</setting>
<setting name="test_server">False</setting>
<setting name="log_level">4</setting>
<setting name="windowed">True</setting>
<setting name="show_border">False</setting>
<setting name="unhook_mouse">True</setting>
<setting name="window_x">1920</setting>
<setting name="window_y">1080</setting>
<setting name="startpos_x">-1</setting>
<setting name="startpos_y">-1</setting>
<setting name="background_x">1920</setting>
<setting name="background_y">1080</setting>
<setting name="menu_x">1920</setting>
<setting name="menu_y">1080</setting>
<setting name="boot_file">.\\ffxi-bootmod\\boot.exe</setting>
<setting name="boot_command">--server nasomi.com --user xxxxxxx --pass xxxxxxx --hairpin</setting>
<setting name="startup_script">Default.txt</setting>
<setting name="d3d_presentparams_buffercount">1</setting>
<setting name="d3d_presentparams_swapeffect">1</setting>
</settings>
Any ideas?