General Bacon

Need help with missing } error

5 posts in this topic

I just set up a server with the install guide for 1.0.3 and when i launch i get the error

2ec4c2e3e21a1a65800d3e14c0b07544.png

 

but when i look at that line there is no error i can see

Spoiler

        class AbandonedSafe
        {
            type = "spawn";
            function = "ExileServer_system_event_abandonedSafe_start";
            minTime = 60; // minutes
            maxTime = 120; // minutes
            minimumPlayersOnline = 0;
            markerTime = 15; // minutes
        };

        class AmbientFlyOver                                                                       <---------------------------------------------------------------------------------------------------------this class
        {
            type = "call";
            function = "ExileServer_system_event_ambientFlyOver_start";
            minTime = 30; // minutes
            maxTime = 90; // minutes
            minimumPlayersOnline = 1;                                                     <------------------------------------------------------------------------------line 4756
        };
    };
    
    class Logging
    {
        /*
            If logging is enabled separate logs will be made in the sql logs folder for each type
        */
        traderLogging = 1;
        deathLogging = 1;
        territoryLogging = 1;
    };

all help is appreciated

Share this post


Link to post
Share on other sites
Advertisement

i started at 7000 and went downwards to the end(like 10 lines after the one stated) and their is no missing bracket, would that mean theirs a missing one up higher than line 7000? i have only edited the rcon settings in this config and haven't entered anything in, so its the default file from the server zip

Edited by General Bacon

Share this post


Link to post
Share on other sites

if you have notepad++ there is a brackets check addon that helps sometimes with that.  If you pm me the code i can run it through the addon and see if it finds anything. If there are includes in the file, it may be 1 of those files as well.

Share this post


Link to post
Share on other sites

The showing line in ur report isnt the same as in the notepad++...u have to check the brackets before and after the line area :rock:

Edited by ~EL BARTO~

Share this post


Link to post
Share on other sites
Advertisement

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.