Linuxgsm: Arma 3 Monitoring Query Error (FIX)

Created on 7 Jun 2016  路  16Comments  路  Source: GameServerManagers/LinuxGSM

image

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
image

Then it should work :)

If I have posted wrong, excuse me I'm new on Github and my english is bad :)

Arma 3 bug

All 16 comments

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.
screen shot 2016-06-14 at 7 54 44 pm

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.

Was this page helpful?
0 / 5 - 0 ratings