Code Monkey home page Code Monkey logo

Comments (14)

yourmnbbn avatar yourmnbbn commented on August 17, 2024

But you can't connect to it

This server is not for connecting.

it won't show in internet tab

Checked in game browser again and it works fine and servers are shown on the internet tab. From the tiny server console if you keep receiving messages from random IP address then it is working properly. There are many reasons you may not see it in the browser. Even sometimes the authentic server would disappear from your browser either.

from tiny-csgo-server.

AidarSource avatar AidarSource commented on August 17, 2024

But you can't connect to it

This server is not for connecting.

it won't show in internet tab

Checked in game browser again and it works fine and servers are shown on the internet tab. From the tiny server console if you keep receiving messages from random IP address then it is working properly. There are many reasons you may not see it in the browser. Even sometimes the authentic server would disappear from your browser either.

hmm, how is it happening:D
My server: 138.2.165.228:27016
If I check it by SteamAPI, it works. https://api.steampowered.com/IGameServersService/GetServerList/v1/?key=YOURSTEAMAPIKEY&filter=addr\138.2.165.228
But If I try to add it to favorites tab in csgo - I can't do it, or find by tags in Internet tab I can't find it.

Server running logs is fine too, only one warning: Warning: failed to init SDL thread priority manager: SDL not found.

Maybe there are problems with A2S_INFO?

from tiny-csgo-server.

AidarSource avatar AidarSource commented on August 17, 2024

From the tiny server console if you keep receiving messages from random IP address then it is working properly.

and yeah, I can't see connection from tiny-csgo-server console

from tiny-csgo-server.

AidarSource avatar AidarSource commented on August 17, 2024

I think this is the problem. In SteamAPI response tiny-csgo-server returns "product":"valve" when typical csgo server returns "product":"csgo". @yourmnbbn can it be the case?
let me try to fix it to product "csgo", wait a minute

from tiny-csgo-server.

yourmnbbn avatar yourmnbbn commented on August 17, 2024

But If I try to add it to favorites tab in csgo - I can't do it, or find by tags in Internet tab I can't find it.

If you create authentic server in the same server you probably won't find it too. Sometimes I can't find my own servers either(not the fake ones), it depends and it does happen sometimes. Most of the time it's because of your internet environment.

Maybe there are problems with A2S_INFO?

No. This isn't related to this.

and yeah, I can't see connection from tiny-csgo-server console

The console will print out each message it has received, but most of them are A2S queries. This server will reject any connections.

I think this is the problem. In SteamAPI response tiny-csgo-server returns "product":"valve" when typical csgo server returns "product":"csgo". @yourmnbbn can it be the case?

No.

from tiny-csgo-server.

AidarSource avatar AidarSource commented on August 17, 2024

redirect thing not working too for me

from tiny-csgo-server.

yourmnbbn avatar yourmnbbn commented on August 17, 2024

Redirecting is using CSGO build-in implementation. But it has a flaw, since csgo requires server reservation id from GC, redirecting may still use the previous requested reservation id which doesn't belong to the new server and will cause #VALVE_REJECT_FROM_LOBBY error when connecting. It's not recommended to use redirecting unless you write your own router to the server.

EDIT: You can also bypass the server reservation check to achieve redirecting.

from tiny-csgo-server.

AidarSource avatar AidarSource commented on August 17, 2024

ohhh, shit. How I didn't notice this in game console:
Server is running an older version, client version 13846, server version 13837
but why??
I run server with proper configs - tiny-csgo-server.exe -port 27016 -version 1.38.4.6 -gslt MYTOKEN

EDIT: btw I see this error only when I host server in localhost. In my VPS I can't connect at all, it gives me Retrying public . . . error

from tiny-csgo-server.

yourmnbbn avatar yourmnbbn commented on August 17, 2024

Server is running an older version, client version 13846, server version 13837

This is because of the following code. You can change this to the updated version. I'll fix this when I have time.

m_WriteBuf.WriteLong(13837);

from tiny-csgo-server.

AidarSource avatar AidarSource commented on August 17, 2024

thanks! now server working in my localhost.

But still problems in my VPS, server not responding at all. I can't connect to server with connect IP in game console, it throws Retrying public . . . (IP) error

from tiny-csgo-server.

yourmnbbn avatar yourmnbbn commented on August 17, 2024

Check if the udp protocol of the port you're using is blocked by the server's firewall.

from tiny-csgo-server.

AidarSource avatar AidarSource commented on August 17, 2024

Check if the udp protocol of the port you're using is blocked by the server's firewall.

Opened ports needed for csgo, but still same. I'll try some more with ports, I think its the case
image

from tiny-csgo-server.

AidarSource avatar AidarSource commented on August 17, 2024

yeah, it was port issue. Thanks a lot!

from tiny-csgo-server.

yourmnbbn avatar yourmnbbn commented on August 17, 2024

Commit c993230 has fixed the error Server is running an older version. Close this as completed.

from tiny-csgo-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.