#include <iostream>
using namespace std;
int main (){
char select;
int select2;
cout << "Welcome To Corndog5595's Error Code Solution Program" << endl;
cout << "Error Codes And Solutions By Whitten, Program By Corndog5595" << endl;
system("pause");
system("cls");
cout << "Please Select Your Error Code By Choosing The Number Next To The Corresponding Code You Are Getting." << endl;
cout << "1. ErrorCode= -22/30022" << endl;
cout << "2. ErrorCode= -21/30021" << endl;
cout << "3. ErrorCode= PI, 30004" << endl;
cout << "4. ErrorCode= -40" << endl;
cout << "5. ErrorCode= -60/10060" << endl;
cout << "6. ErrorCode= -30/31" << endl;
cout << "7. ErrorCode= -50" << endl;
cout << "8. ErrorCode= -10" << endl;
cout << "9. ErrorCode= -11" << endl;
cout << "10. ErrorCode= -12" << endl;
cout << "11. ErrorCode= -13" << endl;
cout << "12. ErrorCode= -14" << endl;
cout << "13. ErrorCode= -20" << endl;
cout << "Choose Which Error Code You Are Getting For The Solution/Fix: ";
cin >> select2;
if (select2 == 1){
system ("cls");
cout << "Combat Arms is available to North America, South America and Australia.";
cout << "If you live in any other areas, you will get this error code." << endl;
}
if (select2 == 2){
system ("cls");
cout << "This means that your Nexon account has not yet been verified." << endl;
cout << "Check your email and follow the instructions to verify your account." << endl;
}
if (select2 == 3){
system ("cls");
cout << "This means that your account had been blocked by the administration due to an infringement of the Terms of Use.";
}
if (select2 == 4){
system ("cls");
cout << "The installation files are corrupted. There are several reasons why this may happen." << endl;
cout << "1. Your system might be instable or an application might be interfering with the installation process. Reboot your computer and try installing the game again." << endl;
cout << "2. Your Temporary Internet files might need to be cleared." << endl;
cout << "2 a. For Internet Explorer users: Click on Tools, select Internet Options and click on Temporary Internet files (or “Delete…”) from the General tab. Select “Delete Files”. This may take several minutes. Once it’s done, download Combat Arms again." << endl;
cout << "2 b. For Firefox users: Click on Tools, select “Clear Private Data” and then click on “Clear Private Data Now”. Once it’s done, download Combat Arms again." << endl;
cout << "3. Your download manager could be corrupting the downloaded files. If you have a software that you use to manage or accelerate your downloads, we suggest that you turn it off and download Combat Arms without it." << endl;
}
if (select2 == 5){
system ("cls");
cout << "This error may result from a temporary traffic overload." << endl;
cout << "1. The servers might be congested. Wait a little bit and try again." << endl;
cout << "2. The servers might be going under maintenance. Click here to find out." << endl;
cout << "3. Your firewall or anti-virus software might be blocking Combat Arms. Make sure that they are set to allow Combat Arms." << endl;
}
if (select2 == 6){
system ("cls");
cout << "These errors mean that Combat Arms is damaged and will not be able to run.Your system might be unstable. Reboot your computer and try again. If you are still receiving these errors then some game files might be corrupted." << endl;
cout << "1. Uninstall Combat Arms from the Add/Remove programs option from the control panel" << endl;
cout << "2. Download Combat Arms" << endl;
cout << "3. Reinstall Combat Arms" << endl;
}
if (select2 == 7){
system ("cls");
cout << "This error means that the game was unable to patch properly. The downloaded data might be corrupted." << endl;
cout << "1. Reboot your computer and try again." << endl;
cout << "2. Your Temporary Internet files might need to be cleared." << endl << endl;
cout << "1. For Internet Explorer users: Click on Tools, select Internet Options and click on Temporary Internet files (or “Delete…”) from the General tab. Select “Delete Files”. This may take several minutes. Once it’s done, download Combat Arms again." << endl;
cout << "2. For Firefox users: Click on Tools, select “Clear Private Data” and then click on “Clear Private Data Now”. Once it’s done, download Combat Arms again." << endl;
cout << "3. Your download manager could be corrupting the downloaded files. If you have a software that you use to manage or accelerate your downloads, we suggest that you turn it off and download Combat Arms without it." << endl;
}
if (select2 == 8){
system ("cls");
cout << "This is a temporary error. Rebooting the computer should resolve this issue." << endl;
}
if (select2 == 9){
system ("cls");
cout << "The system is running an outdated version of DirectX. Download and install the most up to date version of DirectX." << endl;
}
if (select2 == 10){
system ("cls");
cout << "This error occurs when the executable file cannot be found. Rebooting the system should resolve this issue. If that doesn’t work, please download Combat Arms and reinstall the game." << endl;
}
if (select2 == 11){
system ("cls");
cout << "This error can occur due to network instability or a temporary overload in traffic which results in a failure to download the program. Try rebooting the system to fix this error. If that doesn’t fix the problem, delete the Temporary Internet Files from the system." << endl;
cout << "1. For Internet Explorer users: Click on Tools, select Internet Options and click on Temporary Internet files (or “Delete…”) from the General tab. Select “Delete Files”. This may take several minutes. Once it’s done, download Combat Arms again." << endl;
cout << "2. For Firefox users: Click on Tools, select “Clear Private Data” and then click on “Clear Private Data Now”. Once it’s done, download Combat Arms again" << endl;
}
if (select2 == 12){
system ("cls");
cout << "This error can occur due to network instability or a temporary overload in user traffic which results in a failure to download the program. Try rebooting the system to fix this error. If that doesn’t fix the problem, the game may be blocked by an anti-virus program or a firewall, so contact your network provider to remove the block and try again. Another option is to download Combat Arms and reinstall the game." << endl;
}
if (select2 == 13){
system ("cls");
cout << "The game information file is corrupt and the system cannot read it. Download Combat Arms and reinstall the game." << endl;
}
system ("pause");
return 0;
}
switch ( test ) {
case 1 :
// Process for test = 1
...
break;
case 5 :
// Process for test = 5
...
break;
default :
// Process for all other cases.
...
}
#include <iostream>
using namespace std;
int main (){
char select;
int select2;
cout << "Welcome To Corndog5595's Error Code Solution Program" << endl;
cout << "Error Codes And Solutions By Whitten, Program By Corndog5595" << endl;
system("pause");
system("cls");
cout << "Please Select Your Error Code By Choosing The Number Next To The Corresponding Code You Are Getting." << endl;
cout << "1. ErrorCode= -22/30022" << endl;
cout << "2. ErrorCode= -21/30021" << endl;
cout << "3. ErrorCode= PI, 30004" << endl;
cout << "4. ErrorCode= -40" << endl;
cout << "5. ErrorCode= -60/10060" << endl;
cout << "6. ErrorCode= -30/31" << endl;
cout << "7. ErrorCode= -50" << endl;
cout << "8. ErrorCode= -10" << endl;
cout << "9. ErrorCode= -11" << endl;
cout << "10. ErrorCode= -12" << endl;
cout << "11. ErrorCode= -13" << endl;
cout << "12. ErrorCode= -14" << endl;
cout << "13. ErrorCode= -20" << endl;
cout << "Choose Which Error Code You Are Getting For The Solution/Fix: ";
cin >> select2;
switch(select2){
case 1:
system ("cls");
cout << "Combat Arms is available to North America, South America and Australia.";
cout << "If you live in any other areas, you will get this error code." << endl;
break;
case 2:
system ("cls");
cout << "This means that your Nexon account has not yet been verified." << endl;
cout << "Check your email and follow the instructions to verify your account." << endl;
break;
case 3:
system ("cls");
cout << "This means that your account had been blocked by the administration due to an infringement of the Terms of Use.";
break;
case 4:
system ("cls");
cout << "The installation files are corrupted. There are several reasons why this may happen." << endl;
cout << "1. Your system might be instable or an application might be interfering with the installation process. Reboot your computer and try installing the game again." << endl;
cout << "2. Your Temporary Internet files might need to be cleared." << endl;
cout << "2 a. For Internet Explorer users: Click on Tools, select Internet Options and click on Temporary Internet files (or “Delete…”) from the General tab. Select “Delete Files”. This may take several minutes. Once it’s done, download Combat Arms again." << endl;
cout << "2 b. For Firefox users: Click on Tools, select “Clear Private Data” and then click on “Clear Private Data Now”. Once it’s done, download Combat Arms again." << endl;
cout << "3. Your download manager could be corrupting the downloaded files. If you have a software that you use to manage or accelerate your downloads, we suggest that you turn it off and download Combat Arms without it." << endl;
break;
case 5:
system ("cls");
cout << "This error may result from a temporary traffic overload." << endl;
cout << "1. The servers might be congested. Wait a little bit and try again." << endl;
cout << "2. The servers might be going under maintenance. Click here to find out." << endl;
cout << "3. Your firewall or anti-virus software might be blocking Combat Arms. Make sure that they are set to allow Combat Arms." << endl;
break;
case 6:
system ("cls");
cout << "These errors mean that Combat Arms is damaged and will not be able to run.Your system might be unstable. Reboot your computer and try again. If you are still receiving these errors then some game files might be corrupted." << endl;
cout << "1. Uninstall Combat Arms from the Add/Remove programs option from the control panel" << endl;
cout << "2. Download Combat Arms" << endl;
cout << "3. Reinstall Combat Arms" << endl;
break;
case 7:
system ("cls");
cout << "This error means that the game was unable to patch properly. The downloaded data might be corrupted." << endl;
cout << "1. Reboot your computer and try again." << endl;
cout << "2. Your Temporary Internet files might need to be cleared." << endl << endl;
cout << "1. For Internet Explorer users: Click on Tools, select Internet Options and click on Temporary Internet files (or “Delete…”) from the General tab. Select “Delete Files”. This may take several minutes. Once it’s done, download Combat Arms again." << endl;
cout << "2. For Firefox users: Click on Tools, select “Clear Private Data” and then click on “Clear Private Data Now”. Once it’s done, download Combat Arms again." << endl;
cout << "3. Your download manager could be corrupting the downloaded files. If you have a software that you use to manage or accelerate your downloads, we suggest that you turn it off and download Combat Arms without it." << endl;
break;
case 8:
system ("cls");
cout << "This is a temporary error. Rebooting the computer should resolve this issue." << endl;
break;
case 9:
system ("cls");
cout << "The system is running an outdated version of DirectX. Download and install the most up to date version of DirectX." << endl;
break;
case 10:
system ("cls");
cout << "This error occurs when the executable file cannot be found. Rebooting the system should resolve this issue. If that doesn’t work, please download Combat Arms and reinstall the game." << endl;
break;
case 11:
system ("cls");
cout << "This error can occur due to network instability or a temporary overload in traffic which results in a failure to download the program. Try rebooting the system to fix this error. If that doesn’t fix the problem, delete the Temporary Internet Files from the system." << endl;
cout << "1. For Internet Explorer users: Click on Tools, select Internet Options and click on Temporary Internet files (or “Delete…”) from the General tab. Select “Delete Files”. This may take several minutes. Once it’s done, download Combat Arms again." << endl;
cout << "2. For Firefox users: Click on Tools, select “Clear Private Data” and then click on “Clear Private Data Now”. Once it’s done, download Combat Arms again" << endl;
break;
case 12:
system ("cls");
cout << "This error can occur due to network instability or a temporary overload in user traffic which results in a failure to download the program. Try rebooting the system to fix this error. If that doesn’t fix the problem, the game may be blocked by an anti-virus program or a firewall, so contact your network provider to remove the block and try again. Another option is to download Combat Arms and reinstall the game." << endl;
break;
case 13:
system ("cls");
cout << "The game information file is corrupt and the system cannot read it. Download Combat Arms and reinstall the game." << endl;
break;
default: cout << "please enter a number between 1 - 13" ;
}
system ("pause");
return 0;
}
if (select2 == 1){
system ("cls");
cout << "Combat Arms is available to North America, South America and Australia.";
cout << "If you live in any other areas, you will get this error code." << endl;
}
else if (select2 == 2){
system ("cls");
cout << "This means that your Nexon account has not yet been verified." << endl;
cout << "Check your email and follow the instructions to verify your account." << endl;
}
else if (select2 == 3){
system ("cls");
cout << "This means that your account had been blocked by the administration due to an infringement of the Terms of Use.";
}
else if (select2 == 4){
system ("cls");
cout << "The installation files are corrupted. There are several reasons why this may happen." << endl;
cout << "1. Your system might be instable or an application might be interfering with the installation process. Reboot your computer and try installing the game again." << endl;
cout << "2. Your Temporary Internet files might need to be cleared." << endl;
cout << "2 a. For Internet Explorer users: Click on Tools, select Internet Options and click on Temporary Internet files (or “Delete…”) from the General tab. Select “Delete Files”. This may take several minutes. Once it’s done, download Combat Arms again." << endl;
cout << "2 b. For Firefox users: Click on Tools, select “Clear Private Data” and then click on “Clear Private Data Now”. Once it’s done, download Combat Arms again." << endl;
cout << "3. Your download manager could be corrupting the downloaded files. If you have a software that you use to manage or accelerate your downloads, we suggest that you turn it off and download Combat Arms without it." << endl;
}
else if (select2 == 5){
system ("cls");
cout << "This error may result from a temporary traffic overload." << endl;
cout << "1. The servers might be congested. Wait a little bit and try again." << endl;
cout << "2. The servers might be going under maintenance. Click here to find out." << endl;
cout << "3. Your firewall or anti-virus software might be blocking Combat Arms. Make sure that they are set to allow Combat Arms." << endl;
}
else if (select2 == 6){
system ("cls");
cout << "These errors mean that Combat Arms is damaged and will not be able to run.Your system might be unstable. Reboot your computer and try again. If you are still receiving these errors then some game files might be corrupted." << endl;
cout << "1. Uninstall Combat Arms from the Add/Remove programs option from the control panel" << endl;
cout << "2. Download Combat Arms" << endl;
cout << "3. Reinstall Combat Arms" << endl;
}
else if (select2 == 7){
system ("cls");
cout << "This error means that the game was unable to patch properly. The downloaded data might be corrupted." << endl;
cout << "1. Reboot your computer and try again." << endl;
cout << "2. Your Temporary Internet files might need to be cleared." << endl << endl;
cout << "1. For Internet Explorer users: Click on Tools, select Internet Options and click on Temporary Internet files (or “Delete…”) from the General tab. Select “Delete Files”. This may take several minutes. Once it’s done, download Combat Arms again." << endl;
cout << "2. For Firefox users: Click on Tools, select “Clear Private Data” and then click on “Clear Private Data Now”. Once it’s done, download Combat Arms again." << endl;
cout << "3. Your download manager could be corrupting the downloaded files. If you have a software that you use to manage or accelerate your downloads, we suggest that you turn it off and download Combat Arms without it." << endl;
}
else if (select2 == 8){
system ("cls");
cout << "This is a temporary error. Rebooting the computer should resolve this issue." << endl;
}
else if (select2 == 9){
system ("cls");
cout << "The system is running an outdated version of DirectX. Download and install the most up to date version of DirectX." << endl;
}
else if (select2 == 10){
system ("cls");
cout << "This error occurs when the executable file cannot be found. Rebooting the system should resolve this issue. If that doesn’t work, please download Combat Arms and reinstall the game." << endl;
}
else if (select2 == 11){
system ("cls");
cout << "This error can occur due to network instability or a temporary overload in traffic which results in a failure to download the program. Try rebooting the system to fix this error. If that doesn’t fix the problem, delete the Temporary Internet Files from the system." << endl;
cout << "1. For Internet Explorer users: Click on Tools, select Internet Options and click on Temporary Internet files (or “Delete…”) from the General tab. Select “Delete Files”. This may take several minutes. Once it’s done, download Combat Arms again." << endl;
cout << "2. For Firefox users: Click on Tools, select “Clear Private Data” and then click on “Clear Private Data Now”. Once it’s done, download Combat Arms again" << endl;
}
else if (select2 == 12){
system ("cls");
cout << "This error can occur due to network instability or a temporary overload in user traffic which results in a failure to download the program. Try rebooting the system to fix this error. If that doesn’t fix the problem, the game may be blocked by an anti-virus program or a firewall, so contact your network provider to remove the block and try again. Another option is to download Combat Arms and reinstall the game." << endl;
}
else if (select2 == 13){
system ("cls");
cout << "The game information file is corrupt and the system cannot read it. Download Combat Arms and reinstall the game." << endl;
}
else {
//what to do incase they type nonsense. It would be easier to do this if this part of a program was in a function so that it could call itself
}