Page 8 of 8

Re: New client loader for test server

Posted: Sun Jul 14, 2013 9:49 pm
by xipies
Small update:
Just heard from another player on classic server that the procexp thread suspend also worked for him.

Re: New client loader for test server

Posted: Mon Jul 15, 2013 12:42 pm
by Tom_Neverwinter

Re: New client loader for test server

Posted: Tue Jul 30, 2013 11:13 am
by xipies
Attached is a thread watchdog console app. It attempts to suspend spinning threads.
It's currently coded to look for process cpu >= 100% of a single core, and thread cpu >= 50% of a single core.
It uses a warmup of 30s, and total time window of 90s.
It doesn't have to run all the time, you can wait until CPU spikes and then run it, wait for threads to be suspended, and exit.

Code is only a proof of concept. Use at your own risk. May blow up your PC, launch nuclear missiles, etc. Feel free to modify.

Usage:
ThreadWatchDogCon.exe [filter] [enable]

Ex:
ThreadWatchDogCon.exe \pol.exe true

Press enter to exit.

Mods: If this is inappropriate, please remove.

Re: New client loader for test server

Posted: Fri Feb 07, 2014 7:29 am
by link
I had a question that I didn't know the answer. Although it's happened to me in the past and couldn't remember the solution. When loading MXI/Ashita right as the game window is about to launch the FFXI MSI installer opens.

Does anyone remember the solution? I thought it was not copying the data folder from POL to FFXI.

Re: New client loader for test server

Posted: Sun Feb 09, 2014 2:49 pm
by bluekirby0
Ehh that usually means your install is broken. If you run regsvr32 on each of the dlls in your POL and FFXI folders, it should behave again, assuming the registry stuff is still intact.

Re: New client loader for test server

Posted: Mon Feb 10, 2014 12:41 am
by xipies
New loader is here:
[TOOL] FFXI Boot Loader