• 0
Creig Willams

Server locked, and spawing on ground please help.

Question

i'm having some problems with my server. its stuck locked. and its spawning me on the ground. it was all working before then i made some edits and it all went to shit. i could use some help as this has be hung by the neck night and day. IM 100% its not a database problem as i wiped it 2 times. i'm pretty sure its my mission file 

heres my rtp https://pastebin.com/VhydQmeS

CfgBuildings_Chernarus.h           https://pastebin.com/ZBsJvk5M

chernarusreduxloot.cpp  https://pastebin.com/9iYJF29i

config.cpp   https://pastebin.com/BpUG1U0U

https://github.com/ARGION4/Exile.ChernarusRedux.pbo

Share this post


Link to post
Share on other sites

7 answers to this question

  • 0

at first glance

Spoiler

 5:34:30 Error in expression <false>
 5:34:30   Error position: <false>
 5:34:30   Error Local variable in global space
 5:34:30 Global namespace not passed during: false
 5:34:30 Error in expression <false>
 5:34:30   Error position: <false>
 5:34:30   Error Local variable in global space

 

Spoiler

Error in expression <ffectCreate ["ColorCorrections", 2500];
SUPER_PPEffect ppEffectAdjust [1, 1, -0.>
 5:35:08   Error position: <SUPER_PPEffect ppEffectAdjust [1, 1, -0.>
 5:35:08   Error Undefined variable in expression: super_ppeffect
 5:35:08 File \KA_Flashbang\init.sqf [SUPER_fnc_InitFlashBang], line 2

Spoiler

 5:35:08 Error in expression < rain) * ((daytime factor [0.79, 0.88]) , (daytime factor [0.25, 0.17]))>
 5:35:08   Error position: <, (daytime factor [0.25, 0.17]))>
 5:35:08   Error Missing )

Spoiler

 5:35:11 Error in expression <"]]];
if (isNull _veh || _mem == "" || _retrofit == "") exitWith {false};
_rack>
 5:35:11   Error position: <_retrofit == "") exitWith {false};
_rack>
 5:35:11   Error Undefined variable in expression: _retrofit
 5:35:11 File \boxloader\functions\fn_driveon_retrofit.sqf [boxloader_fnc_driveon_retrofit], line 2

 

but I would start with:

Spoiler

Missing )

 

Edited by Brenner

Share this post


Link to post
Share on other sites
  • 0
4 hours ago, Brenner said:

at first glance

  Reveal hidden contents

 5:34:30 Error in expression <false>
 5:34:30   Error position: <false>
 5:34:30   Error Local variable in global space
 5:34:30 Global namespace not passed during: false
 5:34:30 Error in expression <false>
 5:34:30   Error position: <false>
 5:34:30   Error Local variable in global space

 

  Reveal hidden contents

Error in expression <ffectCreate ["ColorCorrections", 2500];
SUPER_PPEffect ppEffectAdjust [1, 1, -0.>
 5:35:08   Error position: <SUPER_PPEffect ppEffectAdjust [1, 1, -0.>
 5:35:08   Error Undefined variable in expression: super_ppeffect
 5:35:08 File \KA_Flashbang\init.sqf [SUPER_fnc_InitFlashBang], line 2

  Reveal hidden contents

 5:35:08 Error in expression < rain) * ((daytime factor [0.79, 0.88]) , (daytime factor [0.25, 0.17]))>
 5:35:08   Error position: <, (daytime factor [0.25, 0.17]))>
 5:35:08   Error Missing )

  Reveal hidden contents

 5:35:11 Error in expression <"]]];
if (isNull _veh || _mem == "" || _retrofit == "") exitWith {false};
_rack>
 5:35:11   Error position: <_retrofit == "") exitWith {false};
_rack>
 5:35:11   Error Undefined variable in expression: _retrofit
 5:35:11 File \boxloader\functions\fn_driveon_retrofit.sqf [boxloader_fnc_driveon_retrofit], line 2

 

but I would start with:

  Reveal hidden contents

Missing )

 

So how would i fix these ? where would i start, witch file, ?

Share this post


Link to post
Share on other sites
Advertisement
  • 0
56 minutes ago, Creig Willams said:

So how would i fix these ? where would i start, witch file, ?

you can use Text Crawler to search files for specific phrase, in this case

Spoiler

daytime factor [0.25, 0.17]

but it is obviously some weather or time script that is missing ) or has some other syntax error.

Share this post


Link to post
Share on other sites
  • 0
5 hours ago, Brenner said:

you can use Text Crawler to search files for specific phrase, in this case

  Reveal hidden contents

daytime factor [0.25, 0.17]

but it is obviously some weather or time script that is missing ) or has some other syntax error.

Problem is that. I have no idea what is causing this daytime factor [0.25, 0.17]

its not in the configserver.  So I'm lost lol

Share this post


Link to post
Share on other sites
  • 0

I also this might be whats causing the lock. 

But i also think i know what is causing me to spawn in the ground. I think its this 

 5:34:30 Error in expression <false>
 5:34:30   Error position: <false>
 5:34:30   Error Local variable in global space
 5:34:30 Global namespace not passed during: false
 5:34:30 Error in expression <false>
 5:34:30   Error position: <false>
 5:34:30   Error Local variable in global space

 

but i have no idea how to fix it or where its located. 

Share this post


Link to post
Share on other sites
  • 0

start with working server files then add 1 thing at a time and then test what you just added if its working 100% Then make a backup

Even when you are just making edits sometimes it pays to only edit 1 file at a time (even just a section of code in 1 file then test) instead of editing 20 files all at once

repeat process: Edit, save & test - then edit some more, save & test & when you happy things are working backup! then edit some more, save & test

How not to build a server

Add 30 mods/addons then test your work when stuck/error check rtp for errors then try and figure out where it all went wrong. 

Edited by Tech_Support

Share this post


Link to post
Share on other sites
  • 0
Spoiler
18 hours ago, Creig Willams said:

I also this might be whats causing the lock. 

But i also think i know what is causing me to spawn in the ground. I think its this 

 5:34:30 Error in expression <false>
 5:34:30   Error position: <false>
 5:34:30   Error Local variable in global space
 5:34:30 Global namespace not passed during: false
 5:34:30 Error in expression <false>
 5:34:30   Error position: <false>
 5:34:30   Error Local variable in global space

 

but i have no idea how to fix it or where its located. 

 

Some errors can manifest in a way that some other errors appear in a file that does not actually contain errors, that is why it is so hard to find specific issue.

That is why I am saying to try to fix what you can and see what else is left afterwards.

You can download Tex Crawler or similar app, install it and make it search your server folder for words 

Spoiler

daytime factor

to fix the error below

Spoiler

 5:35:08 Error in expression < rain) * ((daytime factor [0.79, 0.88]) , (daytime factor [0.25, 0.17]))>
 5:35:08   Error position: <, (daytime factor [0.25, 0.17]))>
 5:35:08   Error Missing )

 it is either in the file that contains those words, or in some file that calls that file probably

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.