When I type ext isxeq2 I get the following message.....

isxGamesPatcher: Starting
isxGamesPatcher: Exception: System.Net.WebException: The remote server returned an error: (404) Not Found.

at System.Net.HttpWebRequest.GetResponse()

at isxGamesPatcher.Updater.ParseManifest()
isxGamesPatcher: Exception: System.Net.WebException: The remote server returned an error: (404) Not Found.

at System.Net.HttpWebRequest.GetResponse()

at isxGamesPatcher.Updater.ParseManifest()
isxGamesPatcher: Finished

How can I fix this? I tried updating the new dll file that was mentioned....
 

Amadeus

The Maestro
Staff member
It's because your computer is still trying to access http://www.isxgames.com at the wrong location. It will fix itself in time.

The only quick solution is to edit your C:\Windows\System32\drivers\etc\hosts file and put this at the bottom (and then save the file):
Code:
192.81.134.183 www.isxgames.com
Just remember to remove that line in the next day or two so that your system will be OK if www.isxgames.com ever changes IP addresses.
 
It's because your computer is still trying to access http://www.isxgames.com at the wrong location. It will fix itself in time.

The only quick solution is to edit your C:\Windows\System32\drivers\etc\hosts file and put this at the bottom (and then save the file):
Code:
192.81.134.183 www.isxgames.com
Just remember to remove that line in the next day or two so that your system will be OK if www.isxgames.com ever changes IP addresses.
Many thanks...I'll give that a shot.
 
It's because your computer is still trying to access http://www.isxgames.com at the wrong location. It will fix itself in time.

The only quick solution is to edit your C:\Windows\System32\drivers\etc\hosts file and put this at the bottom (and then save the file):
Code:
192.81.134.183 www.isxgames.com
Just remember to remove that line in the next day or two so that your system will be OK if www.isxgames.com ever changes IP addresses.
Disregard.
 
Last edited:
Top Bottom