Jump to content

Recommended Posts

Posted

sure you put the new cef files in app/client/browsers? and then ran npm run build? Normally it shouldn't do that. Otherwise try clearing your local data. C:/RAGEMP/and so on

 

Posted (edited)
27 minutes ago, Sakatum said:

I do that, but files still downloading when they arent in the client folder. Its like files are in cache

I think it's a client-side problem, not server. You have to tell yours players to delete the folder manually, to let then download the new files. I got this same error before, only fixed after our players deleted the files. Maybe a RAGE bug, not this release...

Edited by joew
Posted (edited)
1 hour ago, Loxitation said:

sure you put the new cef files in app/client/browsers? and then ran npm run build? Normally it shouldn't do that. Otherwise try clearing your local data. C:/RAGEMP/and so on

 

Yes, i did it a lot of times but today I have this problem. Now I will try deleting the local data

1 hour ago, joew said:

I think it's a client-side problem, not server. You have to tell yours players to delete the folder manually, to let then download the new files. I got this same error before, only fixed after our players deleted the files. Maybe a RAGE bug, not this release...

I deleted the client resources of the server and still dowloading old files, its isnt normal. Is the first time that happend so I guess is a RAGE bug not a resource bug

 

EDIT: I found the error, there was a copy of the old app/client on client_packages, that's why even if I compiled with the new data they kept loading the old ones

Edited by Sakatum
Solution
Posted

Hi. I have the following problem.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
localhost:


 

SQL-Befehl:

 

--
-- Datenbank: `rpserver`
--

-- --------------------------------------------------------

--
-- Tabellenstruktur `barbershop`
--

CREATE TABLE `barbershop` (
  `id` int(255) NOT NULL,
  `camData` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8

 

MySQL meldet: Dokumentation

#1046 - Keine Datenbank ausgewählt
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Server database:


 

SQL-Befehl:

 

CREATE TABLE `barbershop` (
  `id` int(255) NOT NULL,
  `camData` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8

 

MySQL meldet: Dokumentation

#1046 - Keine Datenbank ausgewählt
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

would be really great if I can help. sorry my english is not the best.



 

Posted
8 hours ago, Blacki89 said:

Hi. I have the following problem.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
localhost:


 

SQL-Befehl:

 


--
-- Datenbank: `rpserver`
--

-- --------------------------------------------------------

--
-- Tabellenstruktur `barbershop`
--

CREATE TABLE `barbershop` (
  `id` int(255) NOT NULL,
  `camData` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8

 

MySQL meldet: Dokumentation

#1046 - Keine Datenbank ausgewählt
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Server database:


 

SQL-Befehl:

 


CREATE TABLE `barbershop` (
  `id` int(255) NOT NULL,
  `camData` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8

 

MySQL meldet: Dokumentation

#1046 - Keine Datenbank ausgewählt
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

would be really great if I can help. sorry my english is not the best.



 

On the top of the sql put "USE databasename;". That way you select in which database you want to create the table

Posted (edited)

THX for help my first problem.

The next is his
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
{ Error: Invalid login: 535-5.7.8 Username and Password not accepted. Learn more at
535 5.7.8  https://support.google.com/mail/?p=BadCredentials b136sm6652837wme.18 - gsmtp
    at SMTPConnection._formatError (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:781:19)
    at SMTPConnection._actionAUTHComplete (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:1516:34)
    at SMTPConnection._responseActions.push.str (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:554:26)
    at SMTPConnection._processResponse (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:940:20)
    at SMTPConnection._onData (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:746:14)
    at TLSSocket.SMTPConnection._onSocketData (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:189:46)
    at TLSSocket.emit (events.js:182:13)
    at addChunk (_stream_readable.js:283:12)
    at readableAddChunk (_stream_readable.js:264:11)
    at TLSSocket.Readable.push (_stream_readable.js:219:10)
  code: 'EAUTH',
  response:
   '535-5.7.8 Username and Password not accepted. Learn more at\n535 5.7.8  https://support.google.com/mail/?p=BadCredentials b136sm6652837wme.18 - gsmtp',
  responseCode: 535,
  command: 'AUTH PLAIN' }
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I just had fun and tried the trotdem. The server.exe closes the immediately.
Yea i am new in JS. :P

 

Edited by Blacki89
Posted
4 hours ago, Blacki89 said:

THX for help my first problem.

The next is his
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
{ Error: Invalid login: 535-5.7.8 Username and Password not accepted. Learn more at
535 5.7.8  https://support.google.com/mail/?p=BadCredentials b136sm6652837wme.18 - gsmtp
  response:
   '535-5.7.8 Username and Password not accepted. Learn more at\n535 5.7.8  https://support.google.com/mail/?p=BadCredentials b136sm6652837wme.18 - gsmtp',
  responseCode: 535,
  command: 'AUTH PLAIN' }
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Learn more at ... 
The solution is already on your post, just read what it says ^^

Posted
5 hours ago, Blacki89 said:

THX for help my first problem.

The next is his
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
{ Error: Invalid login: 535-5.7.8 Username and Password not accepted. Learn more at
535 5.7.8  https://support.google.com/mail/?p=BadCredentials b136sm6652837wme.18 - gsmtp
    at SMTPConnection._formatError (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:781:19)
    at SMTPConnection._actionAUTHComplete (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:1516:34)
    at SMTPConnection._responseActions.push.str (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:554:26)
    at SMTPConnection._processResponse (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:940:20)
    at SMTPConnection._onData (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:746:14)
    at TLSSocket.SMTPConnection._onSocketData (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:189:46)
    at TLSSocket.emit (events.js:182:13)
    at addChunk (_stream_readable.js:283:12)
    at readableAddChunk (_stream_readable.js:264:11)
    at TLSSocket.Readable.push (_stream_readable.js:219:10)
  code: 'EAUTH',
  response:
   '535-5.7.8 Username and Password not accepted. Learn more at\n535 5.7.8  https://support.google.com/mail/?p=BadCredentials b136sm6652837wme.18 - gsmtp',
  responseCode: 535,
  command: 'AUTH PLAIN' }
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I just had fun and tried the trotdem. The server.exe closes the immediately.
Yea i am new in JS. :P

 

 

You must create an application password and use it. Read the readme of github

Posted
Hello,

 

I hope you can help me further, it's about the conf.js file.

 

I wrote the command bind as follows:

"bind": "XXX.spdns.eu",
but unfortunately that always happens:

[N] Starting network ... - FAILED: Network failed to start. Terminating ..
 

If I take the public IPV4, comes the message:

[N] Starting network ... - FAILED: Network failed to start. Terminating ..
 

but if I use the 127.0.0.1 or the internal IP of the computer, the server starts.

 

Now another question, I have to change that at all, if I set the server times officially with the announce command?
  • 2 weeks later...
Posted

Привет Марк, можешь пожалуйста подсказать, почему иммено на сервер мод не запускаеться? (Rageserver-master)
Когда все файлы сидят в папке app, нечего не проесходит при запуске, когда их ставлю в package и client_package, есть ошибки rLaNeqh.png

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...