Jump to content

Recommended Posts

Posted (edited)

 

I did everything right, placed the resources folder in the DotNet server, it starts, but the script doesn’t, tell me what to do?

By the way, the bridge folder is not created, so I placed it in DotNet folder

Logs:

[INFO] Starting RAGE Multiplayer server...

[============================================================]
||
||      MaxPlayers              100
||      Sync rate               40ms
||      Name                    Tourole
||      Gamemode                Tourole
||      Streaming distance      500
||      Announcement            disabled
||      Voice chat              disabled
||      Address                 127.0.0.1:22005
||      Connection limits       disabled
||      Encryption              enabled
||      NodeJS                  enabled
||      C#                      enabled
||
[============================================================]


[INFO] Initializing networking...
[DONE] Networking has been started: (IPv4-only) at 127.0.0.1:22005
(node:4788) ExperimentalWarning: The ESM module loader is experimental.
(node:4788) ExperimentalWarning: The ESM module loader is experimental.
(node:4788) ExperimentalWarning: The ESM module loader is experimental.
(node:4788) ExperimentalWarning: The ESM module loader is experimental.
[INFO] Loading NodeJS packages...
[INFO] Starting packages...
[DONE] Server packages have been started.
Initializing Bootstrapper.dll (1.1.0.0)..
-> SERVER STARTED AT 20.05.2020 16:24:04
The string 'Tourole' is not a valid Boolean value.
Exception has been thrown by the target of an invocation.
There is an error in XML document (4, 3).
There is an error in XML document (4, 3).
[DONE] Started resource transfer server at 22006 port.
[DONE] Client-side packages weight: 0.000000 MB (uncompressed: 0.000000 MB).
[DONE] The server is ready to accept connections.
[N] Incoming connection from 127.0.0.1

Edited by LYTK4
Adding
Posted

There is an error in XML document (4, 3).

Something's wrong in your meta.xml file, probably some unescaped character breaking it.

  • Like 1
Posted (edited)
21 минуту назад, Xabi сказал:

There is an error in XML document (4, 3).

Something's wrong in your meta.xml file, probably some unescaped character breaking it.

Okay, i fix this, but script don't load.

 

[INFO] Starting RAGE Multiplayer server...

[============================================================]
||
||      MaxPlayers              100
||      Sync rate               40ms
||      Name                    Tourole
||      Gamemode                Tourole
||      Streaming distance      500
||      Announcement            disabled
||      Voice chat              disabled
||      Address                 127.0.0.1:22005
||      Connection limits       disabled
||      Encryption              enabled
||      NodeJS                  enabled
||      C#                      enabled
||
[============================================================]


[INFO] Initializing networking...
[DONE] Networking has been started: (IPv4-only) at 127.0.0.1:22005
(node:19928) ExperimentalWarning: The ESM module loader is experimental.
(node:19928) ExperimentalWarning: The ESM module loader is experimental.
(node:19928) ExperimentalWarning: The ESM module loader is experimental.
(node:19928) ExperimentalWarning: The ESM module loader is experimental.
[INFO] Loading NodeJS packages...
[INFO] Starting packages...
[DONE] Server packages have been started.
Initializing Bootstrapper.dll (1.1.0.0)..
-> SERVER STARTED AT 20.05.2020 16:55:13
Unable to load acl.xml
ACLEnabled: False
Loaded 667 entries from vehicleData.json
Started! Waiting for connections..
[DONE] Started resource transfer server at 22006 port.
[DONE] Client-side packages weight: 0.000000 MB (uncompressed: 0.000000 MB).
[DONE] The server is ready to accept connections.
[N] Incoming connection from 127.0.0.1

Edited by LYTK4
Adding

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...