Register for your free account! | Forgot your password?

You last visited: Today at 04:56

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Needing Help.

Discussion on Needing Help. within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old 04/18/2018, 04:53   #31
 
elite*gold: 0
Join Date: Jul 2011
Posts: 55
Received Thanks: 3
im sorry spirit im looking everywhere and cant find a server console.













If it would be easier you can log into my pc using teamviewer spirit
rakun777 is offline  
Old 04/18/2018, 06:37   #32
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Is the server running? If so, how are you running it? How do you know it's running? There should be some indication that your server is online... which is likely where you'll find that console window with messages from the server. I don't know what else to tell you besides "your port forwarding looks correct" and "it's likely a server configuration error". How did you setup the server? What configuration files did you change, etc?
Spirited is offline  
Old 04/18/2018, 08:25   #33
 
elite*gold: 0
Join Date: Jul 2011
Posts: 55
Received Thanks: 3
Quote:
Originally Posted by Spirited View Post
Is the server running? If so, how are you running it? How do you know it's running? There should be some indication that your server is online... which is likely where you'll find that console window with messages from the server. I don't know what else to tell you besides "your port forwarding looks correct" and "it's likely a server configuration error". How did you setup the server? What configuration files did you change, etc?
im not sure how to tell if the server is running, ive never been allowed to log in. all i changed in the source was the LoaderSet.dat. in one of the tuts i watched they opened some file in a coding program and edited what i think was config.ini or something like that which i can not find anywhere :/
rakun777 is offline  
Old 04/18/2018, 17:13   #34
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Quote:
Originally Posted by rakun777 View Post
im not sure how to tell if the server is running, ive never been allowed to log in. all i changed in the source was the LoaderSet.dat. in one of the tuts i watched they opened some file in a coding program and edited what i think was config.ini or something like that which i can not find anywhere :/
Delete the server and set it up again by following the instructions on the thread. Take pictures of each important step.
Spirited is offline  
Old 04/18/2018, 20:16   #35
 
elite*gold: 0
Join Date: Jul 2011
Posts: 55
Received Thanks: 3
Yessir will do im sorry im needing to much help

ok so i tried again and i found the consoles you were talking about. i could not find one of the files he edited while using vs so i had to use notepad to edit it. i actually think it was 2 files. anywho one of the consoles gave an error. but i tried to log in anyway and it told me incorrect username or password.


rakun777 is offline  
Old 04/19/2018, 03:54   #36
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
If it requires modifying 2 files in Visual Studio, it probably wants you to build the source. You need to build the source again if you edit it (Press F6 in Visual Studio to build). You can also debug the source using F5. Check out this tutorial: . What version of Visual Studio are you using? Visual Studio 2017 Community Edition? Regarding that error, it might be a misconfiguration due to not building the project, or just that you haven't added an account. And don't worry about asking questions and providing information - that's what we're here for.
Spirited is offline  
Old 04/19/2018, 04:40   #37
 
pintinho12's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 907
Received Thanks: 390
The AgressiveInlining thing is due to an invalid .Net Framework configuration. Project must run on 4.5.2 or higher.
Also, passwords are hashed with Whirlpool on database. Or remove the hash thing from the login packet.
pintinho12 is offline  
Old 04/19/2018, 05:10   #38
 
elite*gold: 0
Join Date: Jul 2011
Posts: 55
Received Thanks: 3
Quote:
Originally Posted by pintinho12 View Post
The AgressiveInlining thing is due to an invalid .Net Framework configuration. Project must run on 4.5.2 or higher.
Also, passwords are hashed with Whirlpool on database. Or remove the hash thing from the login packet.
it says i already have 4.5.2 or higher installed


Quote:
Originally Posted by Spirited View Post
If it requires modifying 2 files in Visual Studio, it probably wants you to build the source. You need to build the source again if you edit it (Press F6 in Visual Studio to build). You can also debug the source using F5. Check out this tutorial: . What version of Visual Studio are you using? Visual Studio 2017 Community Edition? Regarding that error, it might be a misconfiguration due to not building the project, or just that you haven't added an account. And don't worry about asking questions and providing information - that's what we're here for.
im using Visual Studio 2015, i did put a username and password into the database.
rakun777 is offline  
Old 04/19/2018, 05:30   #39
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Quote:
Originally Posted by rakun777 View Post
it says i already have 4.5.2 or higher installed




im using Visual Studio 2015, i did put a username and password into the database.
This is pintinho12's project, so I'll leave it to him for account creation. But you can set the target framework of the project by following this guide: . Something you can do is describe how you added the username and password to the database. It sounds like he uses a hash in placement of a plain-English / plaintext password. You can generate a Whirlpool hash here: . Not sure what format he expects it in.

So, if I were to create an account with the username "Spirited" and password "test", I would hash my password using the link I sent you, and enter "Spirited" and "b913d5bbb8e461c2c5961cbe0edcdadfd29f068225ceb37da 6defcf89849368f8c6c2eb6a4c4ac75775d032a0ecfdfe8550 573062b653fe92fc7b8fb3b7be8d6".
Spirited is offline  
Old 04/19/2018, 05:42   #40
 
elite*gold: 0
Join Date: Jul 2011
Posts: 55
Received Thanks: 3
Quote:
Originally Posted by Spirited View Post
This is pintinho12's project, so I'll leave it to him for account creation. But you can set the target framework of the project by following this guide: . Something you can do is describe how you added the username and password to the database. It sounds like he uses a hash in placement of a plain-English / plaintext password. You can generate a Whirlpool hash here: . Not sure what format he expects it in.

So, if I were to create an account with the username "Spirited" and password "test", I would hash my password using the link I sent you, and enter "Spirited" and "b913d5bbb8e461c2c5961cbe0edcdadfd29f068225ceb37da 6defcf89849368f8c6c2eb6a4c4ac75775d032a0ecfdfe8550 573062b653fe92fc7b8fb3b7be8d6".
ok yea i just put the hash password in and now it says "Failed to login: The Server Is Down.(10)"
update: the console says "04-18 20:48:37 - User [test] tried to login on a invalid server [Dark]."
update2: when trying to log into any server other than garden of eden it gives that error, garden of eden says "Server maintenance or network congested."
rakun777 is offline  
Old 04/19/2018, 06:15   #41
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Quote:
Originally Posted by rakun777 View Post
ok yea i just put the hash password in and now it says "Failed to login: The Server Is Down.(10)"
update: the console says "04-18 20:48:37 - User [test] tried to login on a invalid server [Dark]."
update2: when trying to log into any server other than garden of eden it gives that error, garden of eden says "Server maintenance or network congested."
Make sure the server is running. There should be no other reason for that error at this point, unless you changed the configuration or didn't rebuild the project.
Spirited is offline  
Old 04/19/2018, 06:36   #42
 
elite*gold: 0
Join Date: Jul 2011
Posts: 55
Received Thanks: 3
Quote:
Originally Posted by Spirited View Post
Make sure the server is running. There should be no other reason for that error at this point, unless you changed the configuration or didn't rebuild the project.
the link you sent about targeting framework took me to the microsoft main page. so im still unsure how to go about that, but i will do some googling. i did right click on the "solution" and click re-build and it seemed to work, no errors atleast

UPDATE: this is the error im getting in the console and the location


ive ****** around with it for a hour or so and cant figure it out :/ ive changed settings, ive even restarted from scratch. the error before was different than this error.
rakun777 is offline  
Old 04/22/2018, 01:36   #43
 
pintinho12's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 907
Received Thanks: 390
Quote:
Originally Posted by rakun777 View Post
ok yea i just put the hash password in and now it says "Failed to login: The Server Is Down.(10)"
update: the console says "04-18 20:48:37 - User [test] tried to login on a invalid server [Dark]."
update2: when trying to log into any server other than garden of eden it gives that error, garden of eden says "Server maintenance or network congested."
Login.cfg and Shell.ini must match
pintinho12 is offline  
Old 04/22/2018, 23:37   #44
 
elite*gold: 0
Join Date: Jul 2011
Posts: 55
Received Thanks: 3
Quote:
Originally Posted by pintinho12 View Post
Login.cfg and Shell.ini must match
this is what the shell, login.cfg and loaderset look like



rakun777 is offline  
Old 04/23/2018, 02:24   #45
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Why is the account port 3306 in shell.ini? Shouldn't that be 9958? Idk, I didn't write the source.
Spirited is offline  
Reply

Tags
setupconquer


Similar Threads Similar Threads
needing cps crystal server needing a decent amount
06/01/2014 - Conquer Online 2 Trading - 1 Replies
need asap!
[HELP]Needing help with making a patch!!!
10/23/2008 - EO PServer Hosting - 4 Replies
hi everyone, who ever can help me to make a patch for my server so other ppl don't have to download the whole client...please respond to this...and help me!!!
needing help on ths confusing thingy
06/19/2006 - MapleStory - 1 Replies
can anyone specifiy on how to use the adress correctly? once i put the adress into the thingy, and set it to ZF , what do i do now? especilly on the god-mode and fly hack



All times are GMT +2. The time now is 04:56.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.