Beyond-Reality / BeyondRealityModPack

Mod pack for the beyond reality team
21 stars 14 forks source link

Server Crash on Start Up #439

Closed lilmoefow closed 7 years ago

lilmoefow commented 7 years ago

Not Sure why its happening it, Something to do with GT +

Crash Logs : http://pastebin.com/E59rnE40

FML Logs : http://pastebin.com/dpQah819

draknyte1 commented 7 years ago

I think this is related to github being down on older versions of GT++. There's a total lack of 'check if the web exists' in the first few versions with a version comparison. https://github.com/draknyte1/GTplusplus/commit/242dba0fcde45a21392b2c8836a7524d22c7198a#diff-1d1442ff4001a2c1fe6b245ef4197e02 - It's fixed from 1.4.9, which will be out today/tomorrow~ Otherwise the Latest Dev version should be sufficient until then.

leagris commented 7 years ago

Github DNS are on a DDOS.

To allow GT++ to check his version you can add these to your hosts file. If you have root account access:

sudo -s
echo >>/etc/hosts -e "\n192.30.253.112  github.com www.github.com help.gitub.com"
echo >>/etc/hosts -e "\n151.101.16.133  assets-cdn.github.com github.map.fastly.net. github.map.fastly.net prod.github.map.fastlylb.net prod.github.map.fastlylb.net.
leagris commented 7 years ago

Fixed Upstream in GT++