
I have found a solution for this error (You must add this to the monitor_gsquery.sh):
elif [ "${engine}" == "realvirtuality" ]; then
port=$((port + 1))
fi

Then it should work :)
If I have posted wrong, excuse me I'm new on Github and my english is bad :)
it didn't work for me :/ dunno why..
if [ "${gsquery}" == "yes" ]; then
# Downloads gsquery.py if missing
if [ ! -f "${functionsdir}/gsquery.py" ]; then
fn_fetch_file_github "lgsm/functions" "gsquery.py" "${functionsdir}" "executecmd" "norun" "noforce" "nomd5"
fi
info_config.sh
if [ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then
port=$((port + 1))
elif [ "${engine}" == "spark" ]; then
port=$((port + 1))
elif [ "${engine}" == "realvirtuality" ]; then
port=$((port + 1))
fi
if [ -n "${queryport}" ]; then
port="${queryport}"
fi
confirmed, @MCPC10 solution works.

Hi @koekblik2 Were you able to resolve your issue with the provided fix? If so we can close this issue.
i have added the pull request https://github.com/dgibbs64/linuxgsm/pull/884 to include the fix into monitor_gsquery.sh (hope i have have done it correctly i am learning git still)
i have tested with fresh install and changed the lines in monitor_gsquery.sh and it works still.
thanks for finding a fix
@igeighty you did it right :)
Nice to see you contributing :)
Hopefully this fix will be confirmed working and merged :)
thanks @UltimateByte i used the web version to do the pull request after testing it locally. that was straightforward enough. i am just having trouble getting my head around the mac desktop version of github.
thanks for the code you guys, it has been a great learning tool also. not to mention a really nice way of setting up an arma server under linux.
great job. (next i will test the syntax for mods under different conditions, i.e. nested folders or not. and try and come up with something for the comments in arma3server.
cheers.
Doug
Mac ! :-1: :p
Good job btw, that's great to see such a collaborative work. :)
i did this now and yes the ./arma3server details is fixed but somehow i'm still getting query error even tho the console says it connected successfully..
nevermind guys all of you thanks for helping i fixed it :)
@koekblik2 The query fix isn't released yet, will come soon :)
i fixed the query issue everything is fixed now :)
the query issue, did you fix it with the code above ? or another way .
with the code above :)
brilliant, thank you :)
Well, should be fixed natively now.
Anyone experiencing the issue should run :
./arma3server update-functions
Thanks everyone :)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.