A3Wasteland / ArmA3_Wasteland.Altis

A3Wasteland is a survival sandbox mission for Arma 3 where two teams and independent players fight for survival. Built in collaboration between GoT, TPG, KoS, 404Games, and others.
http://a3wasteland.com
GNU Affero General Public License v3.0
102 stars 184 forks source link

MessageSystem errors #500

Closed Soloknight closed 6 years ago

Soloknight commented 7 years ago

I keep getting these errors with missions and group invites 11:47:05 "Message Money Objective--------------------------------Medium Money ShipmentA convoy transporting $150,000 escorted by a MSE-3 Marid is en route to an unknown location.Stop them!" 11:47:05 Error in expression <geSystem];

_hint = messageSystem; hint parseText _hint;

11:47:05 Error position: <parseText _hint;

11:47:05 Error parsetext: Type Text, expected String 11:47:05 File mpmissions__CUR_MP.Stratis\client\functions\serverMessage.sqf, line 11

ghost commented 7 years ago

Something you've added is parseText it twice, remove it from the above file and see how you go.

Hint _hint;

AgentRev commented 7 years ago

No, it means one of the mission files is broadcasting parsed text, which is wrong. serverMessage is fine.

Soloknight commented 7 years ago

Ok got that one fixed but this one still causing issues

18:57:47 Error in expression <functions\fn_encodeText.sqf"

_this splitString "" apply {["&","<","&> 18:57:47 Error position: <splitString "" apply {["&","<","&> 18:57:47 Error splitstring: Type Array, expected String 18:57:47 File mpmissions__CUR_MP.Stratis\client\functions\fn_encodeText.sqf, line 10

Whenever I send an invite to a player

AgentRev commented 7 years ago

Oops, my bad. https://github.com/A3Wasteland/ArmA3_Wasteland.Altis/commit/62c5a59b39c8fcb20f0dc9f8b19fc0f779ed4f54

Soloknight commented 7 years ago

Thanks Rev

AgentRev commented 7 years ago

Ok I really messed up that function, fixed again; https://github.com/A3Wasteland/ArmA3_Wasteland.Altis/commit/87fac6b74b245f54081230311eee7b0b4def17ae