[OPEN SOURCE PROJECT] NosOpen

12/21/2015 12:19 0Lucifer0#76
so you haven't set the good password in the database^^ it's sha256 not md5
12/21/2015 12:32 ctyjason2#77
Quote:
Originally Posted by 0Lucifer0 View Post
because this is login-server you don't need to stay connect on it if you select a channel and good configured the world server in order to use the same channel and ip you we be redirect on world server.
I am sorry, the world server shows Client arrived, sessionID: 24694
and didn't return anything to client. What's wrong is this case?

#Edit
In my case, I found that the world server will not reply any packet to me, and don't know why
12/21/2015 15:39 0Lucifer0#78
are you sure you open your port?
12/21/2015 20:45 Trollcrap-#79
Quote:
Originally Posted by 0Lucifer0 View Post
are you sure you open your port?
[Only registered and activated users can see links. Click Here To Register...]
12/22/2015 03:05 forsatus#80
Quote:
Originally Posted by Trollcrap- View Post
[Only registered and activated users can see links. Click Here To Register...]
Nice, and i very like when 0lucifer0 have a "thanks" by his friend for a no-sens message.
12/22/2015 03:23 FI0w#81
Please remove shit like "Message received" or the Other shit that shown in Emulator.
And best answer for a Problem that i ever saw. Its dont care the port when he use 127.0.0.1
@ctyjason2
Look in the Config if ip and port is the same as that what is in the Login Server config
12/22/2015 03:36 forsatus#82
Quote:
Originally Posted by xSensitivex View Post
And best answer for a Problem that i ever saw. Its dont care the port when he use 127.0.0.1
He make an emulator and he don't know how work a tcp/ip protocole, nice.
12/22/2015 11:47 0Lucifer0#83
where do you see that he use 127.0.0.1?
For the message received and other message we use log4net so if you wan't to switch them off you can just configure log4net to avoid debug message...
12/22/2015 12:12 polizert6044#84
And I continue
12/22/2015 13:35 FI0w#85
Hamachi doesnt care too the Port :)
12/22/2015 13:36 0Lucifer0#86
And where do you see that he use hamachi?
12/22/2015 13:48 FI0w#87
What do you think what he use VPN,Root Server, Own PC?
I think 100% own PC.
12/22/2015 14:39 0Lucifer0#88
so give us you configuration you bad configured it...
12/22/2015 14:43 ctyjason2#89
Quote:
Originally Posted by xSensitivex View Post
Please remove shit like "Message received" or the Other shit that shown in Emulator.
And best answer for a Problem that i ever saw. Its dont care the port when he use 127.0.0.1
@ctyjason2
Look in the Config if ip and port is the same as that what is in the Login Server config
IN WORLD server
<appSettings>
<add key="language" value="en" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
<add key="WorldPort" value="1337" />
<add key="WorldIp" value="127.0.0.1" />
<add key="SceneOnCreate" value="true" />
</appSettings>

IN LOGIN server
<appSettings>
<add key="LoginPort" value="4001" />
<add key="language" value="en" />
<add key="LoginIp" value="127.0.0.1" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
</appSettings>
<Servers>
<server Name="S3-test" WorldPort="1337" WorldIp="127.0.0.1" channelAmount="3" />
</Servers>

The world port are same (1337) in Login and world server

================================================== =============================
WORLD SERVER VERSION 1.0.2.0 by OpenNos Team
================================================== =============================

[INFO] 22:13:31 -- Database has been initialized.
[INFO] 22:13:33 -- 511 Maps Loaded !
[INFO] 22:13:33 -- Server is started successfully.
[INFO] 22:14:00 -- A new client is connected. ClientId =1
[DEBUG] 22:14:00 -- Packet arrived, packet: 34982 20964
[DEBUG] 22:14:00 -- Client arrived, SessionId: 20964

And nothing happened
12/22/2015 16:08 0Lucifer0#90
Quote:
Originally Posted by unknownforces View Post
Is this useless for people who don't know c++ or something? Cause I can't get this shit to work, keeps saying wrong id/password. WAAT was so much easier to use lmao.
firstly it's c# not c++ secondly are you sure you put the right password? In SHA256 and not in MD5?

@ctyjason2
seem's very weird will search how to fix your problem
PS:I my opinion something is running on 1337 or your windows firewall block the worldserver