Imperio Source 5685 Full x64 bits

02/24/2013 03:08 denominator#16
Code:
[03:19:14] System.NullReferenceException: Object reference not set to an instanc
e of an object.
   at Conquer_Online_Server.Program.EngineThread_Execute() in c:\Users\Alan\Sour
ce Imperio No gui archivement\Source Imperio No gui\Source Imperio FUll\Imperio
SOurce\IDE\RCE team v3\Program.cs:line 210
02/24/2013 16:13 anawbas#17
good source but i think the owner put anti debugging lol i remove it
02/24/2013 18:15 UzuNaruto98#18
I've created the database and everything is great but when i open the server this happens:
[Only registered and activated users can see links. Click Here To Register...]

I changed the Configuration.ini to my settings, is there anything else I should change?

[Edit]:

Nvm, It turns out you have to edit the .exe.config too lol.
02/24/2013 19:33 anawbas#19
Quote:
Originally Posted by UzuNaruto98 View Post
I've created the database and everything is great but when i open the server this happens:
[Only registered and activated users can see links. Click Here To Register...]

I changed the Configuration.ini to my settings, is there anything else I should change?

[Edit]:

Nvm, It turns out you have to edit the .exe.config too lol.
are u sure
u change app.config and Configuration.ini the server ip in program.cs

Quote:
Originally Posted by denominator View Post
Code:
[03:19:14] System.NullReferenceException: Object reference not set to an instanc
e of an object.
   at Conquer_Online_Server.Program.EngineThread_Execute() in c:\Users\Alan\Sour
ce Imperio No gui archivement\Source Imperio No gui\Source Imperio FUll\Imperio
SOurce\IDE\RCE team v3\Program.cs:line 210
open Configurationtable in navicat search for server name and copy it change it in Configuration.ini
02/24/2013 22:54 tdawg08#20
Can someone help me when I try to create a new player it sits here and says loading forever so I close it then it and try again and says that player has been deleted

but if I use the players that are already in account table it loads and works fine
02/25/2013 00:51 denominator#21
"open Configurationtable in navicat search for server name and copy it change it in Configuration.ini"

Done that and still the same response. What should the IP in program.cs be?
02/25/2013 12:01 UzuNaruto98#22
you really should add GM commands, its how people who are new to the source know the server offsets and how to use them and stuff like that... like for example: how do you make a player teleport? The easiest way to know how, is if there was a command_teleport.
02/25/2013 14:38 anawbas#23
Quote:
Originally Posted by denominator View Post
"open Configurationtable in navicat search for server name and copy it change it in Configuration.ini"

Done that and still the same response. What should the IP in program.cs be?
lol tell me the server name u put and the ip is the ip of hamachi or the ip or vps

Quote:
Originally Posted by UzuNaruto98 View Post
you really should add GM commands, its how people who are new to the source know the server offsets and how to use them and stuff like that... like for example: how do you make a player teleport? The easiest way to know how, is if there was a command_teleport.
open packethandler.cs search for commands or for @
u will find the command to teleport

@scroll Tc or Pc etc.....
02/25/2013 16:08 UzuNaruto98#24
Quote:
Originally Posted by anawbas View Post
open packethandler.cs search for commands or for @
u will find the command to teleport

@scroll Tc or Pc etc.....
Oh lol I thought there were no commands at all, thnx dude!

[Edit]:
But why arent the @scroll Tc or Pc working?

nvm change state in database to 3 for gm then they will work!
02/25/2013 18:24 probitch18#25
i think gm is state 3 and pm is 59 anyone fix the create char problem?
02/25/2013 19:46 denominator#26
Okay got passed that.

Code:
[06:51:30] MySql.Data.MySqlClient.MySqlException (0x80004005): You have an error
 in your SQL syntax; check the manual that corresponds to your MySQL server vers
ion for the right syntax to use near 'en?«?' WHERE `UID` = 1011566' at line 1
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& i
nsertedId)
   at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affected
Rows, Int32& insertedId)
   at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)

   at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior
)
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader()
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
   at Conquer_Online_Server.Database.MySqlCommand.Execute() in c:\Users\Alan\Sou
rce Imperio No gui archivement\Source Imperio No gui\Source Imperio FUll\Imperio
 SOurce\IDE\RCE team v3\Database\MySql\MySqlCommand.cs:line 338
   at Conquer_Online_Server.Database.ChangeNameTable.ChangeNameNow(UInt32 ID, St
ring newname, String oldname) in c:\Users\Alan\Source Imperio No gui archivement
\Source Imperio No gui\Source Imperio FUll\Imperio SOurce\IDE\RCE team v3\Databa
se\ChangeNameTable.cs:line 23
   at Conquer_Online_Server.Database.ChangeNameTable.ChangeNameLoad() in c:\User
s\Alan\Source Imperio No gui archivement\Source Imperio No gui\Source Imperio FU
ll\Imperio SOurce\IDE\RCE team v3\Database\ChangeNameTable.cs:line 109
   at Conquer_Online_Server.Program.EngineThread_Execute() in c:\Users\Alan\Sour
ce Imperio No gui archivement\Source Imperio No gui\Source Imperio FUll\Imperio
SOurce\IDE\RCE team v3\Program.cs:line 221
02/25/2013 21:40 ZeroCooL-ViP#27
lol everything worked ok with me but the client don't want to log me in it says connection error,,and idea how to get this client to wok i downloaded it from this thread the imperio client and i edited csv3config.ini with hamachi ip and still not works :( what else should i edit?
02/26/2013 00:30 EOS 60D#28
Quote:
Originally Posted by ZeroCooL-ViP View Post
lol everything worked ok with me but the client don't want to log me in it says connection error,,and idea how to get this client to wok i downloaded it from this thread the imperio client and i edited csv3config.ini with hamachi ip and still not works :( what else should i edit?
If you get errors. check the lines where it errors. Double check Ports,IP`s, Client version...
02/26/2013 00:37 ZeroCooL-ViP#29
Quote:
Originally Posted by EOS 60D View Post
If you get errors. check the lines where it errors. Double check Ports,IP`s, Client version...
nvm everything works fine now
02/27/2013 02:51 denominator#30
Okay I got it working, seems for me I had to comment out another line to do with changename.