General Bacon 0 Report post Posted October 18, 2017 I just set up a server with the install guide for 1.0.3 and when i launch i get the error 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
gfourth 39 Report post Posted October 18, 2017 On mobile so it's hard to look, but the line it gives you is never exact, look above and below at least 20 lines or more. Share this post Link to post Share on other sites
General Bacon 0 Report post Posted October 18, 2017 (edited) 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 October 18, 2017 by General Bacon Share this post Link to post Share on other sites
tinboye 219 Report post Posted October 18, 2017 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
~EL BARTO~ 55 Report post Posted October 18, 2017 (edited) 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 Edited October 18, 2017 by ~EL BARTO~ Share this post Link to post Share on other sites