Code Monkey home page Code Monkey logo

Comments (15)

BeepIsla avatar BeepIsla commented on June 3, 2024

I do not actively maintain this project, it is open source for possible pull requests. As for your issue: Seems like Steam crashes for some reason, it gets hard to debug issues like this. The only thing I can ask is: Are you using Steam Beta or Steam Stable? (Steam -> Settings -> Account -> Beta Participation) Try switching it around, maybe that helps?

from valve-region-selector.

Ijustcreatedthisaccounttoaskaquestion avatar Ijustcreatedthisaccounttoaskaquestion commented on June 3, 2024

https://imgur.com/a/6hq40LS
https://imgur.com/a/j1t6Vsb
I tried installing older versions and It does the same thing, I think this application got patched That's all I can think of...
It really doesn't make any sense at all damn it! I really wanted to try out that custom ping :(
(I wasn't signed up for steam beta participation but I went ahead and tried joining it and It still says waiting after selecting the Steam.exe)

from valve-region-selector.

Ijustcreatedthisaccounttoaskaquestion avatar Ijustcreatedthisaccounttoaskaquestion commented on June 3, 2024

I am the most unluckiest guy ever It has to be fixed whenever I try something out

from valve-region-selector.

BeepIsla avatar BeepIsla commented on June 3, 2024

The only way Valve could patch it is by removing Steam launch options that the use themselves and even then I could just change it to use another system anyways. All in all: It seems unpatchable without major rewrites for no profit on Steam's end. I just tried it myself and Steam starts fine.

So either you can give up or you can try and get more info on this by follow these steps:

  1. Install NodeJS v16
  2. Download this repository and extract the zip
  3. Open a command prompt inside the folder where you extracted all the content
  4. Run npm ci
  5. Wait until all dependencies have been installed
  6. Run npm start

This should then open the program like normal except you have an additional command prompt open with possibly more debug information logged.

For example this is how it looks for me when it works fine:

D:\JavaScript\valvegames-region-selector>npm start

> [email protected] start
> electron .


(node:1544) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
Best ping to cm is 52 on cm1-fra1.cm.steampowered.com:27032

You can ignore the DeprecationWarning message. Maybe this has more information as to why Steam crashes, maybe not. There isn't a lot of logging information in this program.

from valve-region-selector.

Ijustcreatedthisaccounttoaskaquestion avatar Ijustcreatedthisaccounttoaskaquestion commented on June 3, 2024
(node:1248) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
Error: connect EACCES 146.66.155.54:27038
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.54',
  port: 27038
}
Error: connect EACCES 146.66.155.38:27031
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.38',
  port: 27031
}
Error: connect EACCES 146.66.155.54:27029
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.54',
  port: 27029
}
Error: connect EACCES 146.66.155.54:27034
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.54',
  port: 27034
}
Error: connect EACCES 146.66.155.38:27029
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.38',
  port: 27029
}
Error: connect EACCES 146.66.155.38:27037
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.38',
  port: 27037
}
Error: connect EACCES 146.66.155.38:27035
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.38',
  port: 27035
}
Error: connect EACCES 146.66.155.38:27028
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.38',
  port: 27028
}
Error: connect EACCES 146.66.155.54:27028
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.54',
  port: 27028
}
Error: connect EACCES 146.66.155.38:27038
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.38',
  port: 27038
}
Error: connect EACCES 146.66.155.54:27033
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.54',
  port: 27033
}
Error: connect EACCES 146.66.155.38:27039
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.38',
  port: 27039
}
Error: connect EACCES 146.66.155.54:27036
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.54',
  port: 27036
}
Error: connect EACCES 146.66.155.54:27039
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.54',
  port: 27039
}
Error: connect EACCES 146.66.155.38:27033
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.38',
  port: 27033
}
Error: connect EACCES 146.66.155.54:27032
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.54',
  port: 27032
}
Error: connect EACCES 146.66.155.38:27030
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.38',
  port: 27030
}
Error: connect EACCES 146.66.155.38:27032
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.38',
  port: 27032
}
Error: connect EACCES 146.66.155.38:27034
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.38',
  port: 27034
}
Error: connect EACCES 146.66.155.54:27031
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {
  errno: 'EACCES',
  code: 'EACCES',
  syscall: 'connect',
  address: '146.66.155.54',
  port: 27031
}
Error: All connection managers have failed to ping
    at Request._callback (C:\Users\kbtca\Desktop\valve-region-selector-master\components\Steam.js:157:13)
    at processTicksAndRejections (internal/process/task_queues.js:94:5)
Steam exited with code: null, signal: SIGKILL

I'll act as I understand all of this but I think It can't connected to Valve?

from valve-region-selector.

BeepIsla avatar BeepIsla commented on June 3, 2024

As far as I can tell it seems to be related to firewall settings, something blocking the program from connecting to Steam servers

from valve-region-selector.

Ijustcreatedthisaccounttoaskaquestion avatar Ijustcreatedthisaccounttoaskaquestion commented on June 3, 2024

image_2021-08-11_063325
Well, I did this... (It haven't worked doe)
but good news! I tried disabling my firewall and It worked!
but I'll have to disable my firewall everytime I want to play CS:GO which I will feel kinda unsecuried but I think there is no way else around...

from valve-region-selector.

BeepIsla avatar BeepIsla commented on June 3, 2024

Try allowing all inbound and outbound traffic from the application.

Alternatively you could also maybe try going into your "Control Panel -> System and Security -> Windows Defender Firewall -> Allowed Applications" and select Valve Region Selector there and give it permission. I don't know if what I described and what you have shown do the same thing or not but I guess it can't harm?

from valve-region-selector.

Ijustcreatedthisaccounttoaskaquestion avatar Ijustcreatedthisaccounttoaskaquestion commented on June 3, 2024

I actually did what you've said in that picture, give the application inbound and outbound permission but haven't worked but when I tried disabling my firewall and It worked
also I tried what you've said as an alternative and It didn't work as well

from valve-region-selector.

Ijustcreatedthisaccounttoaskaquestion avatar Ijustcreatedthisaccounttoaskaquestion commented on June 3, 2024

imma play on antarctica now 😎

from valve-region-selector.

BeepIsla avatar BeepIsla commented on June 3, 2024

That is very weird. Maybe you have a duplicate entry for the program somewhere?

from valve-region-selector.

Ijustcreatedthisaccounttoaskaquestion avatar Ijustcreatedthisaccounttoaskaquestion commented on June 3, 2024

Capture
I think I got whatcha said
tried enabling them but doesn't work dammit

from valve-region-selector.

BeepIsla avatar BeepIsla commented on June 3, 2024

Maybe deleting all of the entries except one works?

from valve-region-selector.

Ijustcreatedthisaccounttoaskaquestion avatar Ijustcreatedthisaccounttoaskaquestion commented on June 3, 2024

It didn't I did exactly what you've said
I mean playing without my firewall on could work for me
I mean I have no friends I can try being friends with a hacker trying to ddos me while my firewall is off idk
thanks for the help
image_2021-08-11_065515

from valve-region-selector.

BeepIsla avatar BeepIsla commented on June 3, 2024

Good it works now, weird you have to turn off your firewall entirely for it to work. I don't know why this happens. Enjoy playing.

from valve-region-selector.

Related Issues (18)

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.