LambdaInnovation / AcademyCraft

A Minecraft mod about superability
http://ac.li-dev.cn/
222 stars 58 forks source link

[Bug] Freeze and DC #813

Open KamiSami opened 5 years ago

KamiSami commented 5 years ago

Describe the bug When joining world that has been around for couple of days, suddenly after joining the world and being there for about 20 seconds? The screen hangs and after about 1 minute i am kicked out of the server... The clue i found from logs that might help was this:

[19:08:46] [Thread-96/ERROR] [AcademyCraft]: java.io.IOException: Server returned HTTP response code: 525 for URL: https://myip.ipip.net

And the server and game worked just fine without this mod after testing it without...

To Reproduce Steps to reproduce the behavior: Unknown

Expected behavior To be able to play without screen hang and DC everytime after about 20 seconds

Screenshots None

Desktop (please complete the following information):

Additional context None?

DrMaester commented 4 years ago

As temporary fix i recommend to disable internet. This works for me.

tie commented 4 years ago

As a temporary workaround you can disable analytics in config/academy.cfg.

generic {
    B:analysis=false
}

https://github.com/yamporg/yamp/blob/bd21a269e75c1f1cbb4a5f0a378fca9205eb163e/overrides/config/academy.cfg#L2-L3

andycylam commented 4 years ago

As a temporary workaround you can disable analytics in config/academy.cfg.

generic {
    B:analysis=false
}

https://github.com/yamporg/yamp/blob/bd21a269e75c1f1cbb4a5f0a378fca9205eb163e/overrides/config/academy.cfg#L2-L3

How can I override it? It changes back to true every time I restart the server