Jump to content

Server.exe auto-exits on player connect


Recommended Posts

Posted

Hello, first of all i am new to rage mp development, i tried to start scripting i dragged the server-files from ragemp directory to my desktop and downloaded the bridge rar from ragemp wiki then extracted it into the folder i made, When i start the server.exe, everything seems running smoothly, everything loads correctly then when i tried to hop on the server, it downloaded the package and loaded it then the server.exe auto closes up! I tried to check the serverlogs but there is no problems in the file. Can i have some help please?

Posted

Something running when either inside a playerJoin event or any code that isn't sitting inside an event is bad code. This would also definitely be serverside and nothing clientside since it's crashing your server.exe so you'll have to debug anything that isn't inside an event or anything inside a playerJoin event.

Posted
1 hour ago, MrPancakers said:

Something running when either inside a playerJoin event or any code that isn't sitting inside an event is bad code. This would also definitely be serverside and nothing clientside since it's crashing your server.exe so you'll have to debug anything that isn't inside an event or anything inside a playerJoin event.

I did not create any new resources! i'm using the default resources that comes with the server file.

Posted
8 hours ago, Frosty95 said:

I did not create any new resources! i'm using the default resources that comes with the server file.

There are no resources that come with the server unless you're talking about some C# scripts that may be with the bridge files, otherwise, take them out and try again. If it stops crashing, then they're old and don't work.

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