Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 19:19

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

Advertisement



Anybody know whats wrong with this?

Discussion on Anybody know whats wrong with this? within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Anybody know whats wrong with this?

Alright so I went through this LOTF Source I found here by Arcotemple.
Its a Cleaned up/Fixed up LOTF I guess.
I took out everything related to heavenlybless.
Meaning I went to Emme's HeavenBlessing release and worked backwards.
Now when I log into my char it says this on the console:

PHP Code:
MySql.Data.MySqlClient.MySqlExceptionUnknown column 'HeavenBless' in 'field list'
   
at MySql.Data.MySqlClient.PacketReader.CheckForError()
   
at MySql.Data.MySqlClient.PacketReader.ReadHeader()
   
at MySql.Data.MySqlClient.PacketReader.OpenPacket()
   
at MySql.Data.MySqlClient.NativeDriver.ReadResult(Int64affectedRowsInt64lastInsertId)
   
at MySql.Data.MySqlClient.CommandResult.ReadNextResult(Boolean isFirst)
   
at MySql.Data.MySqlClient.CommandResult..ctor(Driver dBoolean isBinary)
   
at MySql.Data.MySqlClient.NativeDriver.SendQuery(Byte[] bytesInt32 lengthBoolean consume)
   
at MySql.Data.MySqlClient.MySqlCommand.GetNextResultSet(MySqlDataReader reader)
   
at MySql.Data.MySqlClient.MySqlCommand.Consume()
   
at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
   
at COServer_Project.DataBase.SaveHB(Character Charrin C:\Documents and Settings\Coco\My Documents\Good\LOFT Source\Source\COServerProject\DataBase.cs:line 1163 
ANybody know what's wrong?
Arcо is offline  
Old 11/17/2009, 01:14   #2
 
elite*gold: 0
Join Date: Nov 2009
Posts: 159
Received Thanks: 27
What source lol?p
MexicanoCoder is offline  
Old 11/17/2009, 01:21   #3
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by MexicanoCoder View Post
What source lol?p
I already stated that at the beginning of my post.
Arcо is offline  
Old 11/17/2009, 01:26   #4
 
elite*gold: 0
Join Date: Nov 2009
Posts: 159
Received Thanks: 27
Quote:
Originally Posted by Tiku View Post
I already stated that at the beginning of my post.


Quote:
SourceSourceCOServerProjectDataBase.cs:line 1163
Go to the line and check the problem -.-

And then show me the line
MexicanoCoder is offline  
Old 11/17/2009, 01:29   #5
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by MexicanoCoder View Post


Go to the line and check the problem -.-

And then show me the line

You really think I'm that stupid?
I went to the line and that didn't help one bit.
But if you really want that line then here.
PHP Code:
Charr.PackSkills(); 
Arcо is offline  
Old 11/17/2009, 01:59   #6
 
Zion~'s Avatar
 
elite*gold: 20
Join Date: Aug 2009
Posts: 1,344
Received Thanks: 650
Quote:
Originally Posted by Tiku View Post

You really think I'm that stupid?
I went to the line and that didn't help one bit.
But if you really want that line then here.
PHP Code:
Charr.PackSkills(); 
Then find Character PackSkills...
Zion~ is offline  
Old 11/17/2009, 02:20   #7
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by Zion~ View Post
Then find Character PackSkills...

You guys act like I'm incapable of checking the obvious.
I already did that.
Arcо is offline  
Old 11/17/2009, 09:34   #8


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Ok, the most important part of your exception is this line:

Quote:
Unknown column 'HeavenBless'
Based entirely on this line you should be able to work out that the database is either missing this column entirely, or its spelt differently, confirm that the Character database in the source contains this column.
Korvacs is offline  
Old 11/17/2009, 11:29   #9
 
UnoAmigos's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 192
Received Thanks: 107
Delete HeavenBlessing in Database.cs or add Column in MySQL Database....

Thats the only choice....Press *Thanks if i help you
UnoAmigos is offline  
Old 11/17/2009, 11:50   #10
 
elite*gold: 0
Join Date: Oct 2006
Posts: 75
Received Thanks: 17
check the name for heavenblessing in data base then in sql table it must be the same, im pretty sure thats what ur error saying, or u missing it so u need to add it, ill team view u if u need help
gad-legion is offline  
Old 11/17/2009, 12:31   #11
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by Korvacs View Post
Ok, the most important part of your exception is this line:



Based entirely on this line you should be able to work out that the database is either missing this column entirely, or its spelt differently, confirm that the Character database in the source contains this column.
Yeah I went through MySQL and my ENTIRE Source and cannot find anything related to heavenbless. So I have no clue what's wrong.
Arcо is offline  
Old 11/17/2009, 13:07   #12


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Check that the Character table itself in MySQL contains the column.
Korvacs is offline  
Old 11/17/2009, 22:41   #13
 
elite*gold: 0
Join Date: Aug 2009
Posts: 930
Received Thanks: 448
its not in your database
.Guru is offline  
Old 11/18/2009, 18:00   #14
 
elite*gold: 0
Join Date: Sep 2008
Posts: 1,683
Received Thanks: 505
Go to your MySQL DataBase and at the source find out which table it is trying to delete or modify. Its a simple problem, either the table isn't added, or it's wrong. For example it may be an uint instead of an int, or you might have miss-spelled it.
Basser is offline  
Old 11/18/2009, 22:40   #15
 
elite*gold: 0
Join Date: Nov 2009
Posts: 149
Received Thanks: 22
There is some replaces in his code?
Then you maybe need the old codes.
#*=DarkAngeL=*# is offline  
Reply


Similar Threads Similar Threads
Whats wrong lol?
06/07/2010 - Silkroad Online - 4 Replies
Hey today i decided to buy silk to my other char, I choosed "Charge Silk" but i cant find the "paypal" option. I logged off and on to my other account wich has the paypal option. So im wondering if anyone here could tell me why paypal works on one account and not on the other? Could it possibly have something to do with the old owner of it? Thanks in advance.
Whats wrong with SRO
01/07/2010 - Silkroad Online - 4 Replies
it is always bugged while tring to log in but with my clientless mode i log in after 10 15 mins without any problems without bugs do u guys have the same problem? EDIT: i logged in from the first try in server 30 i was trying in server 29 but i cant understand how the clientless bot do it in that way
Whats wrong with this code?
07/02/2009 - CO2 Private Server - 9 Replies
someone help me please i put this code in everything works except /drop bigscroll any1 see anything wrong? EDIT: bigscroll is for dbscrolls
Whats Wrong :(
05/26/2009 - CO2 Private Server - 1 Replies
Whats Wrong i have run andy source and this command dont work any one know why is /item command case "item": { if (CSocket.Client.isPM || CSocket.Client.isGM) { if (Command.Length == 8)
Whats wrong?
06/14/2008 - Kal Online - 5 Replies
Well, I can't find any values with my UCE.. Ok I can do imp hack but I can't find values of speed, cd hack etc. So I am asking if some of my setting fucked up? And yes I know how to do speedhack / cooldown hack, but it just can't find any values. Thanks for help! http://upload.lagaakympil.org/i/RS087.jpg http://upload.lagaakympil.org/i/RS088.jpg http://upload.lagaakympil.org/i/RS089.jpg http://upload.lagaakympil.org/i/RS090.jpg http://upload.lagaakympil.org/i/RS091.jpg...



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


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.