Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


(Tutorial/How to) Check your rpt log


Bilco

Recommended Posts

1. Go to your control panel.

2. Under FTP Details you will see:

     IP: XXX.XXX.XXX.XX

     Port: XX

     Username: yourusername

     Password: YoUrPaSsWoRd

3. Click on the IP numbers that are grey and a new window will pop up.

     *note: you can not adjust anything here, it is view only!

4. Click on the Admin Folder.

5. Click on arma2oaserver.RPT

 

That's it! Now you are viewing your rpt log and is where server errors are written. If you have an error with a mod that you most recently installed and you can not get into your server, you get the "wait for host" message, the error will be at the very bottom. It will look something like this:

 

Warning Message: Script z\addons\dayz_server\system\server_monitor.sqf not found

                                                    -or- possibly followed by

File z\addons\dayz_server\system\server_monitor.sqf, line 216

Missing } at the end

 

Eplaination:

dayz_server = This is you server pbo

system = This is the folder inside the server pbo where error is originating from

server_monitor.sqf = This is the file that is causing the error

not found = Meaning you have a file being called but no folder

line 216 = Gives you an explaination of what the error is in the case listed above it would be missing the "}" at the end of line 216 or around that line. That bracket is a closing bracket and can throw off your entire server.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...