Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Game crashes at the start #190

Open
TanePlayz opened this issue May 26, 2017 · 4 comments
Open

Game crashes at the start #190

TanePlayz opened this issue May 26, 2017 · 4 comments

Comments

@TanePlayz
Copy link

Whenever the game starts, after the logo, it crashes. I've turned off the internet and that makes it work, untill it turns back on. Some help with that please

@Medo42
Copy link
Contributor

Medo42 commented Jan 28, 2018

Please ensure that your firewall software allows Gang Garrison 2 to connect to the internet (in particular, our server at ganggarrison.com). If this does not help, please provide us with details of the crash (does the application become unresponsive? Do you see an error message?)

@Derpduck
Copy link
Contributor

Derpduck commented Nov 19, 2020

I know this is an old bug that might be fixed, but I've actually encountered something like this before.

From what I remember, the code that checks for update messages after the logo doesn't have anything to handle requests that don't get a proper reply, so under certain circumstances where you are connected to a router but can't reach the GG2 site for whatever reason, it will be stuck checking for updates forever and eventually windows will take over and say the game has crashed.

If you aren't connected to a router at all, the HTTP functions will handle it correctly and time out the request and allow the rest of the game to run.

@Medo42
Copy link
Contributor

Medo42 commented Nov 29, 2020

We should handle http requests differently anyway to allow supporting HTTPS (I'm pretty sure @hikari-no-yume doesn't want to code THAT in GML ;))

@hikari-no-yume
Copy link
Contributor

@Medo42 Oh I can handle HTTPS very easily, I just need to you to add TLS to FaucNet ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants