10-20-2025, 11:15 PM
You can also try this in your ServerController.OnConfig event:
In this case it will retrieve all the required files from a CDN on the internet and it should work.
Cheers,
Code:
uses
IWBS4Global;
procedure TIWServerController.IWServerControllerBaseConfig(Sender: TObject);
begin
IWBS4LibSetCDNS;
end;In this case it will retrieve all the required files from a CDN on the internet and it should work.
Cheers,

