New client loader for test server

xipies
Posts: 119
Joined: Thu Aug 02, 2012 11:29 pm

Re: New client loader for test server

Post by xipies » Sun Jul 14, 2013 9:49 pm

Small update:
Just heard from another player on classic server that the procexp thread suspend also worked for him.

Tom_Neverwinter
Posts: 61
Joined: Mon Dec 24, 2012 3:47 pm

Re: New client loader for test server

Post by Tom_Neverwinter » Mon Jul 15, 2013 12:42 pm


xipies
Posts: 119
Joined: Thu Aug 02, 2012 11:29 pm

Re: New client loader for test server

Post by xipies » Tue Jul 30, 2013 11:13 am

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.
Attachments
ThreadWatchDog-src.zip
(8.22 KiB) Downloaded 279 times

link
Developer
Posts: 169
Joined: Fri Jul 27, 2012 3:27 pm

Re: New client loader for test server

Post by link » Fri Feb 07, 2014 7:29 am

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.

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: New client loader for test server

Post by bluekirby0 » Sun Feb 09, 2014 2:49 pm

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.

xipies
Posts: 119
Joined: Thu Aug 02, 2012 11:29 pm

Re: New client loader for test server

Post by xipies » Mon Feb 10, 2014 12:41 am

New loader is here:
[TOOL] FFXI Boot Loader

Post Reply