Jump to content
Charly Fidleferd

Multiple Game Breaking Errors

Recommended Posts

Im creating a Altis life server and I asked over there and got a couple problems solved just not the one I need. awnsers so here is the post I made.  Someone could maybe help me here.

 

Im having a slight problem with my description.ext

So in my logs im getting

Error context »¿ Warning Message: File mpmissions\__cur_mp.Altis\description.ext, line 9: '.': 'ï' encountered instead of '=' Warning Message: Config : some input after EndOfFile.

Whole Log - https://pastebin.com/nyJRRbSy

I checked the path in question that is on line 9

#include "The-Programmer\theprogrammer_dialog_master.cpp"

and it seems fine.
 

#include "Fourriere\dialogs.cpp"

The script that it calls is from The-Programmer and is a copy and paste.  Ive used the script before.  I dont want to bother them yet because I believe this can be easily fixed from the forums here.  It also might not even be the script in question.


Additional Info

Client Logs - https://pastebin.com/W7SSABBf

extDB Logs - https://pastebin.com/XjyrFEFq

Full Description.ext - https://pastebin.com/v0JXJvTw

 

Im Also getting this error in my Client Side

22:40:11 File mpmissions\__CUR_MP.Altis\core\init.sqf, line 115 22:40:11 Error in expression <call BIS_fnc_addStackedEventHandler; setVariable ["steam64ID",(getPlayerUID > 22:40:11   Error position: <tVariable ["steam64ID",(getPlayerUID > 22:40:11   Error Missing ;

Could it be that?

EDIT*

I looked at my "core/inits.sqf" and found one error

LIFE_ID_PlayerTags = ["LIFE_PlayerTags","onEachFrame","life_fnc_playerTags"] call BIS_fnc_addStackedEventHandler; LIFE_ID_RevealObjects = ["LIFE_RevealObjects","onEachFrame","life_fnc_revealObjects"] call BIS_fnc_addStackedEventHandler; setVariable ["steam64ID",(getPlayerUID player),true]; player setVariable ["realname",profileName,true];

I looked to the bottom of the file and got a similar error

23:04:50 Error in expression <nt:: Setting up Eventhandlers"; [] call life_fnc_setupEVH; diag_log "::Life Cli> 23:04:50 Error position: <life_fnc_setupEVH; diag_log "::Life Cli> 23:04:50 Error Undefined variable in expression: life_fnc_setupevh 23:04:50 File mpmissions\__CUR_MP.Altis\core\init.sqf, line 31 23:04:51 Mission id: 09725bb1bd76c22f2afbe38b5e35a08450f6e342 23:04:51 Error in expression <Legend">>"barWidth");private _boxW=_barW/_barH;private _groupYOffset=(0.98*safez> 23:04:51 Error position: </_barH;private _groupYOffset=(0.98*safez> 23:04:51 Error Zero divisor

 

Thank You In Advanced

Share this post


Link to post
Share on other sites

First error. Could be something is binarizing your description.ext. Or ""The-Programmer\theprogrammer_dialog_master.cpp"" contains garbage. Include files are normally named .hpp. Maybe some crappy tool is binarizing that one because it thinks .cpp is a config?

11 hours ago, Charly Fidleferd said:

Error position: <tVariable ["steam64ID",(getPlayerUID > 22:40:11   Error Missing ;

These weird characters at the start.. Something is really messed up with your stuff.

Do you obfuscate the mission file or something?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×