Menu

#6 UT3 protocol issues

open
None
5
2009-07-12
2009-04-07
Mike
No

I host an UT3 (v2.0+bonus pack+titan pack) server on windows box.
1) I query this server with last build of GameQ and thats what i see in my log:

Notice: Array to string conversion in ***/gameq/GameQ/Buffer.php on line 65
Notice: Array to string conversion in ***/gameq/GameQ/Buffer.php on line 200
Notice: Array to string conversion in ***/gameq/GameQ/Buffer.php on line 204
Notice: Array to string conversion in ***/gameq/GameQ/Buffer.php on line 114
Notice: Array to string conversion in ***/gameq/GameQ/Buffer.php on line 200
Notice: Array to string conversion in ***/gameq/GameQ/Buffer.php on line 204
Notice: Array to string conversion in ***/gameq/GameQ/Buffer.php on line 114
Notice: Undefined index: custom_mutators in ***/gameq/GameQ/Protocol/ut3.php on line 66
Notice: Array to string conversion in ***/gameq/rungameq.php on line 141
Array
(
[75] => Array
(
[Array] =>
[custom_mutators] => Array
(
[0] =>
)

[gq_online] => 1
[gq_address] => 89.189.148.245
[gq_port] => 7777
[gq_prot] => ut3
[gq_type] => ut3
)

)

2) i think that this is too short info - maybe GameQ can retrieve more information if you do some research on it. if you have no servers to test on i can open access to my server in the firewall for your IP.

Discussion

  • Evilpie

    Evilpie - 2009-06-18

    Your problem is you use an incorrect port. The port should be 6500.

     
  • Evilpie

    Evilpie - 2009-06-18

    Ah forget to say next server would have the query port 6600, 6700 etc.

     
  • Mike

    Mike - 2009-06-19

    I use the correct port - my server is running on 7777

     
  • Tom Buskens

    Tom Buskens - 2009-07-12

    Looks like gameq isn't parsing custom mutators properly. If you can email me a raw dump:

    $gq->setOption('raw', true);

    of the results I can take a look at what's going wrong.

     
  • Tom Buskens

    Tom Buskens - 2009-07-12
    • assigned_to: nobody --> tombuskens
     
  • Evilpie

    Evilpie - 2009-07-12

    Its not the correct port so...

     
  • Nobody/Anonymous

    What do you mean, evilpie ? I set up the server to listen on this port and i (and other players) can join this server and play on it by connecting to this port. So i

     
  • Mike

    Mike - 2009-07-12

    What do you mean, evilpie ? I set up the server to listen on this port and
    i (and other players) can join this server and play on it by connecting to
    this port. So i use GameQ to query the server on this port and it works (can you see "[gq_online] => 1" ?).

    tombuskens, i'll send you a raw output, thanks for answers!

     
  • Evilpie

    Evilpie - 2009-07-12

    What i want to say is for this game the Server Port (the port you enter to play on this server) is different to the query port, wich we need. Anyway the server seems to be offline.

     
  • Nobody/Anonymous

    I send a letter to tombuskens with query results. I queried both ports 6500 and 7777 and it seems that gameq don't receive anything from 6500, but receives some data from 7777.

     

Log in to post a comment.

Auth0 Logo