Drago_Wolf Posted September 1, 2018 Posted September 1, 2018 it was meant like if u want to say smth what we need to add to the server , just NVM
DanielVF Posted September 4, 2018 Posted September 4, 2018 (edited) Resolved, thankyou Edited September 5, 2018 by DanielVF
MarkCavalli Posted September 4, 2018 Author Posted September 4, 2018 1 час назад, DanielVF сказал: Well, that's mental insane release. I'm a beginner and i'm running the server on my local pc using mysql, although I receive some notification on start up, not entirely sure what does it mean.What am I missing? Thanks. https://s8.postimg.cc/o6u19g5lx/Untitled.png It sure is doesn't see the database at all. Cant connect do the db. Check auth data
FroZor Posted September 8, 2018 Posted September 8, 2018 (edited) Hi, what could it be? I tried default example sMailer, and xoauth2... { Error: connect ETIMEDOUT 64.233.165.108:465 at Object._errnoException (util.js:992:11) at _exceptionWithHostPort (util.js:1014:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1186:14) code: 'ECONNECTION', errno: 'ETIMEDOUT', syscall: 'connect', address: '64.233.165.108', port: 465, command: 'CONN' } UPD. Solved. The problem of my internet provider. Edited September 9, 2018 by FroZor
MarkRoehler Posted September 9, 2018 Posted September 9, 2018 Hello, i got the problem that as soon as i start the server the server is loading up but the server windows is crashing within 10-15 seconds. Any help? In the logs there is an :[FATAL] default - Server Started Any help? Starting RAGE Multiplayer server... [=========================================================] MaxPlayers: 100 Sync rate: 40 Name: RAGE:MP Unofficial server Gamemode: rp Streaming distance: 500 Announcement: disabled Address: 127.0.0.1:22005 Connection limits: disabled Encryption: disabled NodeJS: enabled C#: true [=========================================================] [N] Starting network... - OK: (IPv4-only) at 127.0.0.1:22005 (node:15928) ExperimentalWarning: The ESM module loader is experimental. Loading maps: "fences.xml.json" loaded "orangetrees.json" loaded "police.json" loaded "prison.json" loaded Loading packages "RP" loaded [2018-09-09T14:27:21.529] [FATAL] default - Server Started Initializing bridge (0.3.5.0).. Initializing Bootstrapper.dll (0.3.5.1).. -> SERVER STARTED AT 09.09.2018 14:27:21 ACLEnabled: True Loaded 451 entries from vehicleData.json Loading resources.. -> Starting admin resource.. admin: setting as Gamemode resource admin: loading scripts.. found 5 script(s) admin: reading referenced assemblies.. found 2 reference(s) admin: loading referenced assembly Newtonsoft.Json.dll from resources/admin/ admin: loading referenced assembly BCrypt.Net-Core.dll from resources/admin/ admin: compiling scripts.. admin: instantiating Admin.AccountHandler.. admin: instantiating Admin.Admin.. admin: instantiating Admin.Database.. admin: loading server events.. found 1 server event(s) admin: loading server events.. found 2 server event(s) admin: loaded 3 server events(s) admin: loading commands.. found 13 command(s) admin: loaded 13 commands(s) -> Resource admin started! -> Starting welcomemessages resource.. welcomemessages: loading scripts.. found 1 script(s) welcomemessages: compiling scripts.. welcomemessages: instantiating WelcomeMessages.. welcomemessages: loading server events.. found 2 server event(s) welcomemessages: loaded 2 server events(s) -> Resource welcomemessages started! Started! Waiting for connections.. [P] Plugin bridge.dll loaded! Started HTTP server at 22006 port. EMAIL SERVER READY!
MarkCavalli Posted September 9, 2018 Author Posted September 9, 2018 You have #C activated and your folder contains other mods
MarkRoehler Posted September 9, 2018 Posted September 9, 2018 So i deactivated #C but there shouldn´t be any mods since its a "fresh" installation?
MarkCavalli Posted September 9, 2018 Author Posted September 9, 2018 23 минуты назад, MarkRoehler сказал: So i deactivated #C but there shouldn´t be any mods since its a "fresh" installation? So what problem is? By logs of my mod, all ok
MarkRoehler Posted September 9, 2018 Posted September 9, 2018 Hello, it still crashed after like 5 seconds..here is what i can see: Starting RAGE Multiplayer server... [=========================================================] MaxPlayers: 100 Sync rate: 40 Name: RAGE:MP Unofficial server Gamemode: freeroam Streaming distance: 500 Announcement: disabled Address: 127.0.0.1:22005 Connection limits: disabled Encryption: disabled NodeJS: enabled C#: disabled [=========================================================] [N] Starting network... - OK: (IPv4-only) at 127.0.0.1:22005 (node:14668) ExperimentalWarning: The ESM module loader is experimental. Loading maps: "fences.xml.json" loaded "orangetrees.json" loaded "police.json" loaded "prison.json" loaded Loading packages "RP" loaded [2018-09-09T15:55:34.516] [FATAL] default - Server Started [P] Plugin bridge.dll loaded! Started HTTP server at 22006 port. EMAIL SERVER READY! -------------------- and this is in serverLogs [2018-09-09T15:55:34.516] [FATAL] default - Server Started
MarkCavalli Posted September 9, 2018 Author Posted September 9, 2018 connection.getConnection(function(e) { if (e) { console.log("DATABASE IS NOT WORKING"); throw e; } else { console.log(`DATABASE IS WORKING`); } }); No mysql log in console
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now