[OpenNos] ConfigurationObject

03/04/2020 16:24 PhysicMind#1
ConfigurationObject is set to null. To what do i have to change value to fix it?
03/04/2020 16:58 Shitoshi#2
Any screenshots?
03/04/2020 18:19 PhysicMind#3
Quote:
Originally Posted by Shitoshi View Post
Any screenshots?
[Only registered and activated users can see links. Click Here To Register...]

It happens when i try to start the WorldServer.
03/04/2020 21:09 Shitoshi#4
app.config in WorldServer have bad configuration
03/04/2020 21:40 PhysicMind#5
Quote:
Originally Posted by Shitoshi View Post
app.config in WorldServer have bad configuration
could u help me through like discord?

The thing is the WorldServer on this source doesnt have app.config so i wrote it but i guess im missing something.
03/04/2020 22:10 Shitoshi#6
Hah what source u have?
03/04/2020 22:28 InnoTx#7
Quote:
Originally Posted by PhysicMind View Post
[Only registered and activated users can see links. Click Here To Register...]

It happens when i try to start the WorldServer.
i guess its this problem just try it...

add this:
Code:
<add key="PartnerSpXp" value="1" />
to :OpenNos.Master.Server -> app.config in <appSettings>

[Only registered and activated users can see links. Click Here To Register...]
03/05/2020 17:56 PhysicMind#8
Quote:
Originally Posted by Shitoshi View Post
Hah what source u have?
Cryless Source :D When I installed it, it had only configuration for world servers, no configuration files for both MasterServer and Login, so it must be my mistake.