Lobby: Up
Online: 32
Sync Range: 40
* FAQ    * Search
It is currently Thu Apr 25, 2024 6:55 am

All times are UTC




Post new topic  Reply to topic  [ 12 posts ]  Go to page Previous 1 2
Author Message
PostPosted: Tue May 26, 2020 7:18 pm 
Offline

Joined: Wed Apr 03, 2019 7:50 pm
Posts: 1
I had the same exact problem the other day. Found a link to reboot modem/router, and its been working since. I been playing on the server for awhile now tho, not sure if your new and made a account.


Top
   
PostPosted: Sat Jul 25, 2020 12:45 am 
Offline

Joined: Sun Jul 19, 2020 2:19 pm
Posts: 3
Tenshu wrote:
Do you have any other versions of FFXI installed be it retail or another private server? If so, your registry keys may be out of whack. I would have thought that the nasomi install would have updated the keys for you, but maybe it didnt if you did not run it as admin or something. To fix the keys yourself, copy and past this into a notepad, update paths to NasomiXI and save as a .bat file. Run it as admin.

Code:
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\FINAL FANTASY XI\FFXi.dll" /s
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\FINAL FANTASY XI\FFXiMain.dll" /s
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\FINAL FANTASY XI\FFXiResource.dll" /s
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\FINAL FANTASY XI\FFXiVersions.dll" /s
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\PlayOnlineViewer\polhook.dll" /s
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\PlayOnlineViewer\unicows.dll" /s
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\PlayOnlineViewer\patchfiles\PlayOnlineViewer\viewer\com\app.dll" /s
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\PlayOnlineViewer\patchfiles\PlayOnlineViewer\viewer\com\polcore.dll" /s
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\PlayOnlineViewer\polcfg\sysinfo.dll" /s
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\PlayOnlineViewer\util\unicows.dll" /s
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\PlayOnlineViewer\viewer\ax\MSVCR71.dll" /s
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\PlayOnlineViewer\viewer\ax\polmvf.dll" /s
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\PlayOnlineViewer\viewer\ax\polmvfINT.dll" /s
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\PlayOnlineViewer\viewer\com\app.dll" /s
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\PlayOnlineViewer\viewer\com\polcore.dll" /s
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\PlayOnlineViewer\viewer\contents\PolContents.dll" /s
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\PlayOnlineViewer\viewer\contents\polcontentsINT.dll" /s
regsvr32 "~path to NasomiXI~\NasomiXI\SquareEnix\TetraMaster\TM.dll" /s
@PAUSE


where ~path to NasomiXI~ in my case is G:\Games\

Note: Once thats ran you will have an issue launching other private servers or retail in which case you can run this to set it back like above:
Code:
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\FINAL FANTASY XI\FFXi.dll" /s
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\FINAL FANTASY XI\FFXiMain.dll" /s
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\FINAL FANTASY XI\FFXiResource.dll" /s
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\FINAL FANTASY XI\FFXiVersions.dll" /s
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\PlayOnlineViewer\polhook.dll" /s
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\PlayOnlineViewer\unicows.dll" /s
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\PlayOnlineViewer\patchfiles\PlayOnlineViewer\viewer\com\app.dll" /s
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\PlayOnlineViewer\patchfiles\PlayOnlineViewer\viewer\com\polcore.dll" /s
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\PlayOnlineViewer\polcfg\sysinfo.dll" /s
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\PlayOnlineViewer\util\unicows.dll" /s
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\PlayOnlineViewer\viewer\ax\MSVCR71.dll" /s
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\PlayOnlineViewer\viewer\ax\polmvf.dll" /s
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\PlayOnlineViewer\viewer\ax\polmvfINT.dll" /s
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\PlayOnlineViewer\viewer\com\app.dll" /s
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\PlayOnlineViewer\viewer\com\polcore.dll" /s
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\PlayOnlineViewer\viewer\contents\PolContents.dll" /s
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\PlayOnlineViewer\viewer\contents\polcontentsINT.dll" /s
regsvr32 "~path to Playonline~\PlayOnline\SquareEnix\TetraMaster\TM.dll" /s
@Pause

where ~path to Playonline~ in my case was E:\Program Files (x86)


I have both Eden and Nasomi installed so for each I have to create a .bat file? where exactly do I put the path? after the ~? so for example

regsvr32 "~path to NasomiXI~ E:\NasomiXI\SquareEnix\FINAL FANTASY XI\FFXi.dll" /s ?? and thats it on each of those lines, nothing else? and same exact thing for Eden? thanks


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 47 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